:root{--bg: #140f1e;--surface: #1f1833;--surface-2: #2b2148;--edge: #3a2d5e;--text: #f5f1fd;--muted: #a79dc4;--accent: #ffb454;--accent-2: #8b7cff;--danger: #ff5470;--ok: #3ddc84;--candy-pink: #ff6bd6;--candy-cyan: #45d4e8;--candy-yellow: #ffd84d;--display: "Baloo 2", "Avenir Next Rounded", "Arial Rounded MT Bold", system-ui, sans-serif;font-family:system-ui,-apple-system,Segoe UI,Roboto,sans-serif;line-height:1.5;color-scheme:dark}*{box-sizing:border-box}body{margin:0;min-height:100vh;background:radial-gradient(90% 65% at 50% -12%,#2c1f4d,#2c1f4d00 62%),radial-gradient(42% 34% at 8% 100%,rgba(139,124,255,.12),transparent 70%),radial-gradient(42% 34% at 94% 96%,rgba(255,84,112,.09),transparent 70%),var(--bg);background-attachment:fixed;color:var(--text)}#root{min-height:100vh}h1,h2,h3{margin:0 0 .5rem;line-height:1.2;font-family:var(--display);font-weight:700;letter-spacing:.01em}button{font:inherit;font-family:var(--display);font-weight:700;letter-spacing:.02em;padding:.7rem 1.5rem;border:none;border-radius:14px;background:linear-gradient(180deg,#ffc36e,#ffa53b);color:#3b2503;cursor:pointer;box-shadow:0 4px #b56f1d;transition:filter .15s ease,transform .05s ease,box-shadow .05s ease}button:hover:not(:disabled){filter:brightness(1.07)}button:active:not(:disabled){transform:translateY(3px);box-shadow:0 1px #b56f1d}button:disabled{background:var(--surface-2);color:var(--muted);box-shadow:none;opacity:.8;cursor:not-allowed}button.secondary{background:var(--surface-2);color:var(--text);box-shadow:0 4px #17102a}button.secondary:active:not(:disabled){box-shadow:0 1px #17102a}button:focus-visible,input:focus-visible,select:focus-visible,a:focus-visible{outline:3px solid var(--accent-2);outline-offset:2px}input,select{font:inherit;padding:.65rem .9rem;border-radius:12px;border:1px solid var(--edge);background:var(--surface);color:var(--text);width:100%}input:focus,select:focus{outline:2px solid var(--accent-2);border-color:transparent}label{font-size:.85rem;font-weight:600;color:var(--muted);text-transform:uppercase;letter-spacing:.06em}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}.page{max-width:660px;margin:0 auto;padding:2.5rem 1.25rem 4rem;display:flex;flex-direction:column;gap:1.25rem;text-align:center}.page.host{max-width:980px}.brand{font-size:clamp(2.6rem,8vw,4rem);font-weight:800;letter-spacing:.01em}.brand-party{background:linear-gradient(92deg,var(--candy-pink),var(--accent) 55%,var(--candy-cyan));-webkit-background-clip:text;background-clip:text;color:transparent}.tagline{color:var(--muted);margin-top:-.75rem;font-size:1.05rem}.card{background:var(--surface);border:1px solid var(--edge);border-radius:20px;padding:1.5rem;display:flex;flex-direction:column;gap:.75rem}.form{text-align:left}.join-form{align-items:stretch;text-align:left}.code-input{font-size:1.6rem;letter-spacing:.45em;text-align:center;text-transform:uppercase;font-family:ui-monospace,SF Mono,Menlo,monospace}.host-cta{align-self:center;font-size:1.3rem;padding:1rem 2.4rem}.room-code-tiles{display:flex;gap:.5rem;justify-content:center;-webkit-user-select:all;user-select:all}.code-tile{width:clamp(3rem,13vw,4.8rem);aspect-ratio:1;display:grid;place-items:center;font-family:var(--display);font-weight:800;font-size:clamp(1.9rem,8vw,3rem);color:#1a0d20d9;background:var(--tile-color, var(--accent));border-radius:20px;box-shadow:0 6px #00000059,inset 0 3px #ffffff59;transform:rotate(var(--tilt, 0deg));animation:tile-pop .45s cubic-bezier(.2,1.6,.4,1) both;animation-delay:calc(var(--i, 0) * 70ms)}.room-code-tiles .code-tile:nth-child(odd){--tilt: -2.5deg}.room-code-tiles .code-tile:nth-child(2n){--tilt: 2deg}@keyframes tile-pop{0%{opacity:0;transform:scale(.3) rotate(var(--tilt, 0deg))}to{opacity:1;transform:scale(1) rotate(var(--tilt, 0deg))}}.invite-row{display:flex;flex-direction:column;align-items:center;gap:1.1rem}@media(min-width:620px){.invite-row{flex-direction:row;justify-content:center;gap:2.2rem}}.qr-card{background:#fff;border-radius:16px;padding:.6rem .6rem .4rem;display:flex;flex-direction:column;align-items:center;gap:.1rem;box-shadow:0 8px 28px #0006}.qr-card img{width:138px;height:138px;display:block;border-radius:8px}.qr-card span{color:#4a4358;font-size:.7rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.room-chip{font-size:.9rem;vertical-align:middle;background:var(--surface-2);border-radius:8px;padding:.25rem .6rem;letter-spacing:.15em;font-family:ui-monospace,SF Mono,Menlo,monospace;color:var(--accent)}.muted{color:var(--muted)}.error{color:var(--danger);margin:0}.roster{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.roster li{display:flex;align-items:center;gap:.6rem;background:var(--surface-2);border-radius:10px;padding:.55rem .9rem;animation:rise-in .3s ease both}.roster li.disconnected{opacity:.55}.roster-nickname{flex:1;text-align:left;font-weight:600}.roster-score{font-variant-numeric:tabular-nums;color:var(--muted)}.presence-dot{width:9px;height:9px;border-radius:50%;flex-shrink:0}.presence-dot.on{background:var(--ok)}.presence-dot.off{background:#554d78}.kick{background:transparent;box-shadow:none;color:var(--muted);padding:.1rem .45rem;border-radius:6px}.kick:hover{color:var(--danger);background:#ff54701f}@keyframes rise-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.connection-banner{position:sticky;top:.5rem;z-index:10;border-radius:10px;padding:.5rem 1rem;font-weight:600;background:var(--surface-2);color:var(--accent)}.connection-banner.kicked,.connection-banner.room_closed{color:var(--danger)}.api-status{color:var(--muted);font-size:.85rem}.question-card header{display:flex;gap:.6rem;align-items:center;justify-content:center;font-size:.85rem;color:var(--muted)}.q-category{background:var(--surface-2);border-radius:6px;padding:.15rem .55rem;color:var(--accent-2);font-weight:600}.q-points{color:var(--accent);font-weight:700}.q-text{font-size:clamp(1.2rem,4vw,1.7rem);font-weight:600;margin:.25rem 0 0}.host .q-text{font-size:clamp(1.5rem,3.4vw,2.3rem)}.buzzer{width:min(320px,80vw);height:min(320px,80vw);margin:0 auto;border-radius:50%;font-family:var(--display);font-size:1.6rem;font-weight:800;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:.5rem;touch-action:manipulation;user-select:none;-webkit-user-select:none;border:6px solid transparent;box-shadow:none;transition:background .15s ease,border-color .15s ease}.buzzer:active:not(:disabled){transform:scale(.97)}.buzzer kbd{font-size:.7rem;font-weight:500;font-family:inherit;background:#00000040;border-radius:5px;padding:.1rem .5rem;letter-spacing:.1em;text-transform:uppercase}.buzzer.waiting{background:var(--surface-2);color:var(--muted)}.buzzer.armed{background:radial-gradient(circle at 50% 32%,#ff7a92,var(--danger) 65%);color:#fff;border-color:#ff8ba0;box-shadow:0 0 60px #ff547073;animation:buzz-pulse 1.1s ease-in-out infinite}@keyframes buzz-pulse{50%{box-shadow:0 0 100px #ff5470cc}}.buzzer.locked{background:#4a3208;color:var(--accent)}.buzzer.spent,.buzzer.other,.buzzer.inactive{background:var(--surface-2);color:var(--muted)}.buzzer.won{background:radial-gradient(circle at 50% 32%,#7ff0ae,var(--ok) 65%);color:#04310f;box-shadow:0 0 60px #3ddc8473}.buzz-callout{margin:0;font-family:var(--display);font-size:clamp(1.3rem,4.5vw,1.9rem);font-weight:800;color:var(--candy-yellow);animation:callout-pop .4s cubic-bezier(.2,1.6,.4,1) both}@keyframes callout-pop{0%{opacity:0;transform:scale(.6)}to{opacity:1;transform:none}}.scoreboard{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.35rem}.scoreboard li{display:flex;justify-content:space-between;gap:.75rem;padding:.4rem .8rem;border-radius:8px;background:var(--surface-2)}.scoreboard li.highlight{outline:2px solid var(--accent)}.scoreboard .score{font-variant-numeric:tabular-nums;font-weight:700;color:var(--accent)}.score-bump{display:inline-block;animation:score-pop .5s cubic-bezier(.2,1.6,.4,1)}@keyframes score-pop{0%{transform:scale(1)}40%{transform:scale(1.45);color:#fff}to{transform:scale(1)}}.judge-panel .judge-buttons{display:flex;gap:.75rem;justify-content:center}.judge-panel .correct{background:var(--ok);color:#04310f;box-shadow:0 4px #1d8a4e}.judge-panel .incorrect{background:var(--danger);color:#fff;box-shadow:0 4px #a82743}.judge-panel .submitted{color:var(--accent)}.host-columns{display:grid;grid-template-columns:1fr;gap:1.25rem;text-align:center}@media(min-width:760px){.host-columns{grid-template-columns:2fr 1fr;align-items:start}}.host-main,.host-side{display:flex;flex-direction:column;gap:1rem}.host-controls{display:flex;flex-direction:column;gap:.6rem;align-items:center}.host-answer strong{color:var(--accent)}.armed-indicator{font-family:var(--display);color:var(--danger);font-weight:800;font-size:1.2rem;animation:blink 1.1s ease-in-out infinite}@keyframes blink{50%{opacity:.45}}.revealed strong{color:var(--ok);font-size:1.2em}.judge-flash{font-family:var(--display);font-size:1.4rem;font-weight:800;animation:callout-pop .35s cubic-bezier(.2,1.6,.4,1) both}.judge-flash.correct{color:var(--ok)}.judge-flash.wrong,button.danger{color:var(--danger)}.podium h2{font-size:1.6rem}.podium-stage{display:grid;grid-template-columns:1fr 1fr 1fr;gap:.6rem;align-items:end;margin-top:.5rem}.podium-col{display:flex;flex-direction:column;align-items:center;gap:.3rem;animation:podium-enter .6s ease both}.podium-col.pos-2{grid-column:1;animation-delay:.35s}.podium-col.pos-1{grid-column:2;animation-delay:.75s}.podium-col.pos-3{grid-column:3;animation-delay:.1s}.podium-medal{font-size:2rem;line-height:1}.podium-col.pos-1 .podium-medal{font-size:2.6rem}.podium-name{font-family:var(--display);font-weight:700;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.podium-pts{color:var(--accent);font-weight:800;font-variant-numeric:tabular-nums}.podium-block{width:100%;border-radius:14px 14px 4px 4px;box-shadow:inset 0 4px #ffffff4d}.pos-1 .podium-block{height:128px}.pos-2 .podium-block{height:88px}.pos-3 .podium-block{height:62px}.rank-1 .podium-block{background:linear-gradient(180deg,#ffd76e,#c9931c)}.rank-2 .podium-block{background:linear-gradient(180deg,#d9dbe6,#8f93a8)}.rank-3 .podium-block{background:linear-gradient(180deg,#e2a06b,#9c5f2c)}@keyframes podium-enter{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:none}}.podium-rest{list-style:none;margin:.75rem 0 0;padding:0;display:flex;flex-direction:column;gap:.4rem}.podium-rest li{display:flex;align-items:center;gap:.75rem;padding:.5rem 1rem;border-radius:10px;background:var(--surface-2);animation:rise-in .4s ease both;animation-delay:.9s}.podium-rest .medal{width:2.2rem;text-align:center;color:var(--muted);font-weight:700}.podium-rest .score{margin-left:auto;font-weight:800;color:var(--accent);font-variant-numeric:tabular-nums}.rtt-chip{position:fixed;bottom:.6rem;right:.9rem;margin:0;font-size:.75rem;color:var(--muted);background:var(--surface);border:1px solid var(--edge);border-radius:999px;padding:.2rem .7rem}.sound-chip{position:fixed;bottom:.6rem;left:.9rem;z-index:20;width:2.5rem;height:2.5rem;padding:0;display:grid;place-items:center;font-size:1.1rem;background:var(--surface);color:var(--muted);border:1px solid var(--edge);border-radius:999px;box-shadow:none}.sound-chip:active:not(:disabled){transform:scale(.92);box-shadow:none}.set-picker{display:flex;flex-direction:column;gap:.75rem}.set-tabs{display:flex;gap:.5rem}.set-tabs .tab{background:var(--surface-2);color:var(--muted);padding:.45rem .9rem;font-size:.9rem;box-shadow:none}.set-tabs .tab.active{background:var(--accent-2);color:#fff}.pack-list{display:flex;flex-direction:column;gap:.5rem}.pack-option{display:flex;gap:.7rem;align-items:flex-start;background:var(--surface-2);border-radius:10px;padding:.7rem .9rem;cursor:pointer;text-transform:none;letter-spacing:normal;font-size:.95rem;font-weight:400;color:var(--text)}.pack-option input{width:auto;margin-top:.3rem}.custom-set{display:flex;flex-direction:column;gap:.6rem}.custom-set textarea{font:.85rem ui-monospace,SF Mono,Menlo,monospace;padding:.65rem .9rem;border-radius:10px;border:1px solid var(--edge);background:var(--surface);color:var(--text);resize:vertical}.custom-set input[type=file]{border:none;padding:0;background:transparent;font-size:.85rem;color:var(--muted)}.set-errors{margin:0;padding-left:1.2rem;color:var(--danger);font-size:.85rem;text-transform:none;letter-spacing:normal}.set-preview{background:var(--surface-2);border-radius:10px;padding:.8rem 1rem;font-size:.9rem;text-transform:none;letter-spacing:normal;font-weight:400;color:var(--text)}.set-preview ol{margin:.5rem 0 0;padding-left:1.3rem}.code-block{background:var(--surface-2);border-radius:10px;padding:1rem;overflow-x:auto;text-align:left;font-size:.8rem;line-height:1.5}.docs-list{text-align:left;line-height:1.8}.docs-list code{background:var(--surface-2);border-radius:5px;padding:.1rem .4rem;color:var(--accent)}.footer-links{font-size:.85rem}.footer-links a{color:var(--muted)}.footer-links a:hover{color:var(--accent)}button.linklike{background:none;box-shadow:none;padding:0;color:var(--accent-2);font-family:inherit;font-weight:500;text-decoration:underline}.saved-sets{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.saved-sets li{display:flex;align-items:center;gap:.75rem;background:var(--surface-2);border-radius:10px;padding:.55rem .9rem}*{-webkit-tap-highlight-color:transparent}html,body{overscroll-behavior-y:none}@media(max-width:480px){.page{padding:1.25rem .9rem 3rem}.buzzer{width:min(360px,88vw);height:min(360px,88vw)}}.mode-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(160px,1fr));gap:.75rem}.mode-tile{display:flex;flex-direction:column;align-items:center;gap:.4rem;padding:1rem .75rem;background:var(--surface-2);color:var(--text);border:2px solid transparent;border-radius:16px;text-align:center;box-shadow:none;transition:border-color .15s ease,background .15s ease,transform .1s ease}.mode-tile:hover:not(:disabled){filter:none;transform:translateY(-2px);border-color:color-mix(in srgb,var(--mode-color, var(--accent)) 45%,transparent)}.mode-tile:active:not(:disabled){transform:scale(.97);box-shadow:none}.mode-tile.selected{border-color:var(--mode-color, var(--accent));background:color-mix(in srgb,var(--mode-color, var(--accent)) 13%,var(--surface-2));box-shadow:0 0 24px color-mix(in srgb,var(--mode-color, var(--accent)) 30%,transparent)}.mode-emoji{font-size:2rem;line-height:1;width:3.2rem;height:3.2rem;display:grid;place-items:center;border-radius:50%;background:color-mix(in srgb,var(--mode-color, var(--accent)) 18%,transparent)}.mode-title{font-family:var(--display);font-weight:700}.mode-tagline{font-size:.78rem;font-weight:400;line-height:1.3;font-family:system-ui,sans-serif;letter-spacing:normal}.mode-best{font-size:.8rem;color:var(--mode-color, var(--accent))}.mode-selected{margin:0}.share-btn{align-self:center}.trivia-picker{border-top:1px solid var(--edge);padding-top:1rem;display:flex;flex-direction:column;gap:.75rem;text-align:left}.vote-panel{border-top:1px solid var(--edge);padding-top:1rem;display:flex;flex-direction:column;gap:.75rem}.vote-panel h3{margin:0;font-size:1rem}.vote-tally{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.vote-tally li{display:flex;justify-content:space-between;background:var(--surface-2);border-radius:10px;padding:.5rem .9rem}.vote-count{font-weight:700;color:var(--accent);font-variant-numeric:tabular-nums}.vote-options{display:grid;grid-template-columns:repeat(auto-fill,minmax(140px,1fr));gap:.75rem}.host-play-card{gap:.5rem}.host-play-toggle{display:flex;align-items:center;justify-content:center;gap:.5rem;text-transform:none;font-size:1rem;color:var(--text);cursor:pointer}.host-play-toggle input[type=checkbox]{width:auto}.round-header{font-weight:600;letter-spacing:.04em}.round-stage{gap:1rem;align-items:center}.time-bar{width:100%;height:10px;border-radius:5px;background:var(--surface-2);overflow:hidden}.time-bar-fill{height:100%;border-radius:5px;background:linear-gradient(90deg,var(--accent-2),var(--candy-cyan));transition:width .1s linear}.time-bar-fill.urgent{background:var(--danger);animation:blink .6s ease-in-out infinite}.round-prompt{margin:0;font-weight:600}.round-status{margin:0}.stimulus-digits{font-size:clamp(2.4rem,10vw,4.2rem);font-weight:800;letter-spacing:.18em;font-family:ui-monospace,SF Mono,Menlo,monospace;color:var(--accent);word-break:break-all}.stimulus-expr{font-size:clamp(2rem,8vw,3.2rem);font-weight:800;font-variant-numeric:tabular-nums}.round-answer-form{display:flex;gap:.6rem;width:100%;max-width:420px}.round-answer-form input{font-size:1.2rem;text-align:center}.round-answer-form button{white-space:nowrap}.round-controls{display:flex;gap:.6rem;justify-content:center;width:100%}.answered-chips{display:flex;flex-wrap:wrap;gap:.4rem;justify-content:center}.answered-chip{background:var(--surface-2);border:1px solid transparent;border-radius:999px;padding:.25rem .75rem;font-size:.85rem;font-weight:600;color:var(--muted);transition:background .2s ease,color .2s ease,border-color .2s ease}.answered-chip.in{background:#3ddc8424;border-color:#3ddc8473;color:var(--ok)}.seq-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:.6rem;width:min(320px,80vw);margin:0 auto}.seq-tile{aspect-ratio:1;border-radius:16px;background:var(--surface-2);border:2px solid var(--edge);padding:0;box-shadow:none;transition:background .08s ease,transform .08s ease}.seq-tile.lit{background:var(--accent);border-color:var(--accent);box-shadow:0 0 28px #ffb45499;transform:scale(1.05)}.seq-tile.tappable{cursor:pointer}.seq-tile.tappable:active{background:var(--accent-2);transform:scale(.95)}.seq-taps{display:flex;flex-wrap:wrap;gap:.35rem;justify-content:center;min-height:1.6rem}.seq-tap-dot{background:var(--surface-2);border-radius:8px;padding:.15rem .55rem;font-variant-numeric:tabular-nums;font-weight:700}.spelling-hint{margin:0;max-width:420px}.round-result{gap:.75rem}.round-result-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.round-result-list li{display:flex;align-items:baseline;gap:.6rem;background:var(--surface-2);border-radius:10px;padding:.5rem .9rem;animation:rise-in .3s ease both}.round-result-list li.correct .rr-outcome{color:var(--ok)}.round-result-list li.wrong .rr-outcome{color:var(--danger)}.rr-name{font-weight:600;text-align:left}.rr-answer{flex:1;text-align:right;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.rr-outcome{font-weight:700;white-space:nowrap}.mode-marquee{display:flex;flex-wrap:wrap;gap:.5rem;justify-content:center}.mode-chip{display:inline-flex;align-items:center;gap:.4rem;background:color-mix(in srgb,var(--mode-color, var(--accent)) 13%,var(--surface));border:1px solid color-mix(in srgb,var(--mode-color, var(--accent)) 40%,transparent);border-radius:999px;padding:.35rem .85rem;font-size:.85rem;font-weight:600}.how-strip{display:flex;gap:.9rem;justify-content:center;flex-wrap:wrap}.how-step{flex:1;min-width:150px;max-width:200px;display:flex;flex-direction:column;align-items:center;gap:.35rem;font-size:.9rem;color:var(--muted)}.how-num{width:2rem;height:2rem;display:grid;place-items:center;border-radius:50%;font-family:var(--display);font-weight:800;color:#1a0d20d9;background:var(--step-color, var(--accent));box-shadow:0 3px #0000004d}.solo-score{font-family:var(--display);font-size:clamp(3rem,12vw,5rem);font-weight:800;margin:0;color:var(--accent)}.solo-percentile{font-size:1.15rem}.solo-intro,.solo-feedback,.solo-over{align-items:center;gap:1rem}
