#tv-app{--pur:#800080;--pur-tr:#5b2a86;--gold:#94824e;--gold-tx:#7a6a3e;--ink:#1e1a24;--mut:#6b6577;--line:#e7e2ee;
  --ok:#2e7d32;--amber:#b26b00;--full:#b9b3c2;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;
  color:var(--ink);width:100%;max-width:100%;margin:0 auto;padding:4px;box-sizing:border-box}
#tv-app *,#tv-app *::before,#tv-app *::after{box-sizing:border-box}
#tv-app .tv-radio{position:absolute;opacity:0;width:0;height:0;pointer-events:none}
#tv-app .tv-head{padding:6px 4px 14px}
#tv-app .tv-title{font-size:24px;line-height:1.2;font-weight:800;color:var(--pur);margin:0 0 6px}
#tv-app .tv-intro{font-size:14.5px;line-height:1.55;color:var(--mut);margin:0 0 14px;max-width:760px}
#tv-app .tv-tabs{display:flex;gap:8px}
#tv-app .tv-tab{font-family:inherit;font-size:14px;font-weight:700;color:var(--mut);background:#fff;
  border:1.5px solid var(--line);border-radius:10px;padding:9px 16px;cursor:pointer;user-select:none}
#tv-app .tv-tab:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(128,0,128,.25)}
#tv-app #tv-d1:checked ~ .tv-head .tv-t1,#tv-app #tv-d2:checked ~ .tv-head .tv-t2{color:#fff;background:var(--pur);border-color:var(--pur)}
#tv-app #tv-d1:focus-visible ~ .tv-head .tv-t1,#tv-app #tv-d2:focus-visible ~ .tv-head .tv-t2{box-shadow:0 0 0 3px rgba(128,0,128,.25)}
#tv-app .tv-grid{display:flex;flex-direction:column;gap:16px}
#tv-app .tv-g2{display:none}
#tv-app #tv-d2:checked ~ .tv-g1{display:none}
#tv-app #tv-d2:checked ~ .tv-g2{display:flex}
#tv-app .tv-ws{background:#fff;border:1px solid var(--line);border-radius:14px;overflow:hidden;box-shadow:0 1px 2px rgba(30,20,40,.04)}
#tv-app .tv-ws-h{background:linear-gradient(135deg,var(--pur-tr) 0%,var(--pur) 100%);color:#fff;padding:16px 18px;border-bottom:3px solid var(--gold)}
#tv-app .tv-kicker{font-size:13px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#f0d9a6;margin-bottom:7px}
#tv-app .tv-title-h{font-size:19px;font-weight:800;line-height:1.3;color:#fff}
#tv-app .tv-body{padding:18px}
#tv-app .tv-blk-lab{font-size:11.5px;font-weight:800;letter-spacing:.05em;text-transform:uppercase;margin-bottom:7px}
#tv-app .tv-fac{margin-bottom:14px;padding-bottom:14px;border-bottom:1px solid var(--line)}
#tv-app .tv-fac-lab{color:var(--mut)}
#tv-app .tv-fac-list{font-size:15px;line-height:1.6}
#tv-app .tv-fac-item{white-space:nowrap}
#tv-app .tv-fac-name{font-style:italic;color:var(--pur);font-weight:600}
#tv-app .tv-fac-aff{font-size:12.5px;font-style:italic;color:var(--mut)}
#tv-app .tv-fac-sep{color:var(--mut)}
#tv-app .tv-blk{margin-bottom:12px;border-radius:12px;padding:13px 22px}
#tv-app .tv-obj{background:#fdfbfd;border:1px solid #f4eef4}
#tv-app .tv-obj .tv-blk-lab{color:var(--pur)}
#tv-app .tv-agenda{background:#fdfbf6;border:1px solid #f3eee3}
#tv-app .tv-agenda .tv-blk-lab{color:var(--gold-tx)}
#tv-app .tv-ul-obj,#tv-app .tv-ul-ag{list-style:none;margin:0;padding:0}
#tv-app .tv-ul-obj li,#tv-app .tv-ul-ag li{position:relative;padding-left:24px;font-size:13.5px;line-height:1.5;color:var(--ink);margin-bottom:7px}
#tv-app .tv-ul-obj li:last-child,#tv-app .tv-ul-ag li:last-child{margin-bottom:0}
#tv-app .tv-ul-obj li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--pur);font-weight:800}
#tv-app .tv-ul-ag li::before{content:"\2713";position:absolute;left:0;top:0;color:var(--gold);font-weight:800}
#tv-app .tv-slots-head{display:flex;align-items:baseline;gap:10px;flex-wrap:wrap;margin-top:16px;margin-bottom:8px}
#tv-app .tv-slots-lab{color:var(--mut);margin-bottom:0}
#tv-app .tv-slots-note{font-size:12.5px;font-style:italic;color:var(--pur)}
#tv-app .tv-slots{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:10px}
@media(max-width:560px){#tv-app .tv-slots{grid-template-columns:repeat(2,minmax(0,1fr))}}
#tv-app .tv-slot{border:1.5px solid var(--line);border-radius:11px;padding:11px 12px;cursor:pointer;background:#fff;
  transition:border-color .12s,box-shadow .12s;text-align:left;width:100%;display:flex;flex-direction:column;gap:8px}
#tv-app .tv-slot:hover{border-color:var(--pur);box-shadow:0 2px 8px rgba(128,0,128,.12)}
#tv-app .tv-slot:focus-visible{outline:none;border-color:var(--pur);box-shadow:0 0 0 3px rgba(128,0,128,.25)}
#tv-app .tv-slot-top{display:flex;justify-content:space-between;align-items:baseline;gap:8px}
#tv-app .tv-slot-time{font-size:15px;font-weight:700;color:var(--ink)}
#tv-app .tv-slot-count{font-size:12.5px;font-weight:700;color:var(--mut);font-variant-numeric:tabular-nums}
#tv-app .tv-bar{height:6px;border-radius:6px;background:#f0e4f0;overflow:hidden}
#tv-app .tv-bar>i{display:block;height:100%;width:0;background:var(--pur);border-radius:6px;transition:width .3s}
#tv-app .tv-slot-foot{display:flex;align-items:center;gap:7px;flex-wrap:wrap}
#tv-app .tv-seats{font-size:12.5px;font-weight:600;color:var(--ok)}
#tv-app .tv-pill{font-size:10.5px;font-weight:700;letter-spacing:.03em;text-transform:uppercase;color:#8a5a00;background:#fbe9cf;border:1px solid #f0d29a;border-radius:20px;padding:2px 8px}
#tv-app .tv-slot.tv-loading{cursor:default}
#tv-app .tv-slot.tv-loading:hover{box-shadow:none;border-color:var(--line)}
#tv-app .tv-slot.tv-loading .tv-seats{color:var(--mut)}
#tv-app .tv-slot.tv-low .tv-slot-count,#tv-app .tv-slot.tv-low .tv-seats{color:var(--amber)}
#tv-app .tv-slot.tv-low .tv-bar>i{background:var(--amber)}
#tv-app .tv-slot.tv-full{cursor:not-allowed;background:#f4f2f7;opacity:.9}
#tv-app .tv-slot.tv-full:hover{box-shadow:none;border-color:var(--line)}
#tv-app .tv-slot.tv-full .tv-slot-time,#tv-app .tv-slot.tv-full .tv-slot-count{color:var(--full)}
#tv-app .tv-slot.tv-full .tv-bar>i{background:var(--full)}
#tv-app .tv-slot.tv-full .tv-seats{color:var(--full);text-transform:uppercase;letter-spacing:.04em}
#tv-app .tv-modal{position:fixed;inset:0;z-index:99999;background:rgba(30,20,40,.5);display:none;align-items:center;justify-content:center;padding:16px}
#tv-app .tv-modal.tv-open{display:flex}
#tv-app .tv-card{position:relative;background:#fff;border-radius:16px;width:100%;max-width:420px;padding:22px 20px 20px;box-shadow:0 18px 50px rgba(30,20,40,.3);border-top:4px solid var(--gold)}
#tv-app .tv-x{position:absolute;top:8px;right:10px;border:0;background:none;font-size:26px;line-height:1;color:var(--mut);cursor:pointer;padding:4px 8px}
#tv-app .tv-msel{margin-bottom:14px;padding-bottom:12px;border-bottom:1px solid var(--line)}
#tv-app .tv-msel-sp{font-size:12px;font-weight:700;letter-spacing:.05em;text-transform:uppercase;color:var(--gold-tx)}
#tv-app .tv-msel-topic{font-size:16px;font-weight:700;color:var(--pur);line-height:1.3;margin-top:2px}
#tv-app .tv-msel-slot{font-size:14px;color:var(--mut);margin-top:3px}
#tv-app .tv-lab{display:block;font-size:12.5px;font-weight:600;color:var(--mut);margin-bottom:12px}
#tv-app .tv-lab input{display:block;width:100%;margin-top:5px;font-size:15px;padding:10px 12px;border:1.5px solid var(--line);border-radius:9px;color:var(--ink);font-family:inherit}
#tv-app .tv-lab input:focus{outline:none;border-color:var(--pur);box-shadow:0 0 0 3px rgba(128,0,128,.12)}
#tv-app .tv-err{background:#fdecea;color:#b3261e;font-size:13px;border-radius:8px;padding:9px 11px;margin-bottom:12px}
#tv-app .tv-actions{display:flex;gap:10px;justify-content:flex-end}
#tv-app .tv-btn{font-family:inherit;font-size:14px;font-weight:700;border-radius:9px;padding:11px 16px;cursor:pointer;border:1.5px solid transparent}
#tv-app .tv-btn:focus-visible{outline:none;box-shadow:0 0 0 3px rgba(128,0,128,.25)}
#tv-app .tv-ghost{background:#fff;border-color:var(--line);color:var(--mut)}
#tv-app .tv-go{background:var(--pur);color:#fff}
#tv-app .tv-go:disabled{opacity:.6;cursor:default}
#tv-app .tv-done{text-align:center;padding:10px 4px}
#tv-app .tv-check{width:54px;height:54px;border-radius:50%;background:var(--ok);color:#fff;font-size:30px;line-height:54px;margin:0 auto 12px}
#tv-app .tv-done-msg{font-size:15px;color:var(--ink);line-height:1.5;margin:0}

/* theme-proofing: some WP themes inject underline/strikethrough/shadow or a mono font onto <p>/<h2> in content */
#tv-app,#tv-app *{text-decoration:none !important;text-shadow:none !important}
#tv-app p,#tv-app h2,#tv-app div,#tv-app span,#tv-app li,#tv-app label{
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif !important;
  letter-spacing:normal}
#tv-app .tv-intro,#tv-app .tv-title{font-style:normal !important}
/* honeypot (hidden from humans) */
#tv-app .tv-hp{position:absolute !important;left:-9999px !important;width:1px;height:1px;overflow:hidden}
/* registration closed */
#tv-app .tv-closed-note{font-size:14px;font-weight:700;color:#b3261e;background:#fdecea;border:1px solid #f6c9c4;border-radius:9px;padding:9px 12px;margin:0 0 14px;display:inline-block}
#tv-app.tv-closed .tv-slot{pointer-events:none;opacity:.7}

/* waitlist state: full but joinable */
#tv-app .tv-slot.tv-wait{background:#faf6fb;border-color:#d9c6e0;cursor:pointer}
#tv-app .tv-slot.tv-wait:hover{border-color:var(--pur-tr);box-shadow:0 2px 8px rgba(91,42,134,.14)}
#tv-app .tv-slot.tv-wait .tv-slot-time{color:var(--ink)}
#tv-app .tv-slot.tv-wait .tv-slot-count{color:var(--full)}
#tv-app .tv-slot.tv-wait .tv-bar>i{background:var(--full)}
#tv-app .tv-slot.tv-wait .tv-seats{color:var(--pur-tr);font-weight:700}
#tv-app .tv-pill-wait{color:#5b2a86;background:#f0e6f5;border-color:#d9c6e0}
#tv-app .tv-mode-note{font-size:12.5px;line-height:1.45;color:#4a4553;background:#f7f2fa;border:1px solid #e3d6ea;border-radius:9px;padding:9px 11px;margin:0 0 12px}
