:root{color-scheme:light;font-family:Figtree,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#17202a;background:#f6f7fb;--panel: #ffffff;--ink: #17202a;--muted: #687383;--line: #dce2ea;--focus: #2f6fec;--red: #e94b5f;--blue: #2f6fec;--yellow: #f5c84c;--green: #29a86e;--purple: #8d5ce6;--orange: #f28c38}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:linear-gradient(180deg,#f6f7fbf5,#f6f7fb),radial-gradient(circle at top left,rgba(47,111,236,.16),transparent 34rem)}button,input,textarea{font:inherit}button{cursor:pointer}button:disabled{cursor:not-allowed;opacity:.55}a{color:inherit;text-decoration:none}label{display:grid;gap:.45rem;color:var(--muted);font-size:.82rem;font-weight:700;text-transform:uppercase}input,textarea{width:100%;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);outline:none;padding:.82rem .9rem}textarea{min-height:5.6rem;resize:vertical}input:focus,textarea:focus{border-color:var(--focus);box-shadow:0 0 0 3px #2f6fec24}.button{display:inline-flex;min-height:2.7rem;align-items:center;justify-content:center;gap:.5rem;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--ink);padding:0 1rem;font-weight:800}.button.primary{border-color:#17202a;background:#17202a;color:#fff}.button.danger{border-color:#e94b5f59;color:#a91f34}.button.subtle{background:#f5f7fa}.button.full{width:100%}.icon-button{display:inline-grid;width:2.4rem;height:2.4rem;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);font-weight:900;padding:0}.feather-icon{display:block;flex:0 0 auto;pointer-events:none}.eyebrow{margin:0 0 .35rem;color:var(--muted);font-size:.76rem;font-weight:900;letter-spacing:0;text-transform:uppercase}h1,h2,h3,p{margin-top:0}.muted{color:var(--muted)}.visually-hidden{position:absolute;width:1px;height:1px;overflow:hidden;clip:rect(0,0,0,0);clip-path:inset(50%);white-space:nowrap}.home-shell{display:grid;min-height:100vh;place-items:center;gap:1.2rem;padding:2rem}.brand-panel{display:grid;width:min(980px,100%);grid-template-columns:1fr auto;gap:2rem;align-items:end;border:1px solid var(--line);border-radius:8px;background:#fff;padding:clamp(1.4rem,4vw,3rem)}.brand-panel h1{max-width:14ch;margin:0;font-size:clamp(2.6rem,7vw,5.6rem);line-height:.94}.home-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:flex-end}.join-strip{display:grid;width:min(980px,100%);grid-template-columns:1fr auto;gap:.75rem;align-items:end;border:1px solid var(--line);border-radius:8px;background:#fff;padding:1rem}.center-shell{display:grid;min-height:100vh;place-items:center;padding:1rem}.auth-panel,.player-card{display:grid;width:min(420px,100%);gap:1rem;border:1px solid var(--line);border-radius:8px;background:#fff;padding:1.4rem}.auth-panel h1,.player-card h1{margin-bottom:.2rem}.app-shell{min-height:100vh}.admin-layout{display:grid;grid-template-columns:280px minmax(0,1fr)}.sidebar{position:sticky;top:0;display:flex;height:100vh;flex-direction:column;gap:1rem;border-right:1px solid var(--line);background:#fff;padding:1.1rem}.sidebar-header h1{margin:0}.list{display:grid;gap:.45rem;overflow:auto}.list-row{display:flex;align-items:center;justify-content:space-between;gap:.75rem;border:1px solid transparent;border-radius:8px;background:#f7f9fc;padding:.8rem;color:var(--ink);text-align:left}.list-row.active{border-color:var(--focus);background:#2f6fec14}.list-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.list-row small{color:var(--muted);font-weight:800}.workspace{display:grid;gap:1rem;padding:1.25rem}.toolbar,.section-head,.question-editor-head,.settings-row,.choice-editor-row,.host-topbar,.player-top{display:flex;align-items:center;justify-content:space-between;gap:1rem}.toolbar{border:1px solid var(--line);border-radius:8px;background:#fff;padding:1rem}.toolbar h2,.section-head h2{margin:0}.toolbar-actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.notice{border:1px solid var(--line);border-radius:8px;background:#fff;padding:.85rem 1rem;font-weight:800}.notice.error{border-color:#e94b5f59;color:#a91f34}.notice.success{border-color:#29a86e59;color:#157549}.import-panel{display:grid;gap:1rem;border:1px solid var(--line);border-radius:8px;background:#fff;padding:1rem}.prompt-copy-row{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:1px solid var(--line);padding-bottom:1rem}.prompt-copy-row .muted{margin:0;font-size:.9rem}.import-form{display:grid;gap:1rem}.import-form textarea{min-height:16rem;font-family:SFMono-Regular,Consolas,Liberation Mono,monospace;font-size:.9rem;line-height:1.45;text-transform:none}.import-actions{display:flex;flex-wrap:wrap;gap:.6rem;justify-content:flex-end}.maker-grid{display:grid;grid-template-columns:minmax(0,1fr);gap:1rem}.editor-main,.results-panel{display:grid;gap:1rem;border:1px solid var(--line);border-radius:8px;background:#fff;padding:1rem}.title-field input{font-size:1.3rem;font-weight:900}.question-editor{position:relative;display:grid;gap:1rem;border:1px solid var(--line);border-radius:8px;background:#fbfcfe;padding:1rem}.question-editor.dragging{border-style:dashed;opacity:.58}.question-editor.drop-before,.question-editor.drop-after{border-color:#2f6fec7a;background:#f7faff}.question-editor.drop-before:before,.question-editor.drop-after:after{position:absolute;right:1rem;left:1rem;height:3px;border-radius:999px;background:var(--focus);content:""}.question-editor.drop-before:before{top:-2px}.question-editor.drop-after:after{bottom:-2px}.question-editor.collapsed{gap:0;background:#fff;padding:.75rem}.question-editor-body{display:grid;gap:1rem}.question-label-row{display:flex;flex:1 1 auto;min-width:0;align-items:center;gap:.55rem}.drag-handle{display:grid;width:2.4rem;height:2.4rem;place-items:center;border:1px solid var(--line);border-radius:8px;background:#fff;color:var(--muted);cursor:grab;touch-action:none;-webkit-user-select:none;user-select:none}.drag-handle:active{cursor:grabbing}.drag-handle:disabled{cursor:not-allowed;opacity:.45}.drag-handle:focus-visible{border-color:var(--focus);box-shadow:0 0 0 3px #2f6fec24;outline:none}.drag-grip{width:1.05rem;height:1.05rem}.question-summary{min-width:0;overflow:hidden;color:var(--ink);font-size:.98rem;font-weight:850;text-overflow:ellipsis;text-transform:none;white-space:nowrap}.pill{display:inline-flex;min-height:2rem;align-items:center;border:1px solid var(--line);border-radius:999px;background:#fff;padding:0 .75rem;font-size:.8rem;font-weight:900}.pill.accent{border-color:#8d5ce659;color:#683bb6}.question-progress{white-space:nowrap}.segmented{display:inline-grid;grid-template-columns:repeat(5,2.2rem);overflow:hidden;border:1px solid var(--line);border-radius:8px}.segmented button{height:2.2rem;border:0;border-right:1px solid var(--line);background:#fff;font-weight:900}.segmented button:last-child{border-right:0}.segmented button.active{background:#17202a;color:#fff}.settings-row{display:grid;grid-template-columns:190px 150px 150px 1fr}.answer-count-field{align-self:end}.question-actions{display:flex;gap:.45rem}.mode-readout{align-self:end;border:1px dashed var(--line);border-radius:8px;padding:.78rem;color:var(--muted);font-weight:900}.choice-editor-list{display:grid;gap:.7rem}.choice-editor-row{display:grid;grid-template-columns:2.5rem minmax(0,1fr) 7.8rem}.check-label{grid-auto-flow:column;justify-content:start;align-items:center;text-transform:none;color:var(--ink)}.check-label input{width:1rem;height:1rem}.result-list{display:grid;gap:.6rem}.result-item{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:start;border:1px solid var(--line);border-radius:8px;background:#fff}.result-details{min-width:0}.result-item summary{display:flex;cursor:pointer;align-items:center;justify-content:space-between;gap:1rem;padding:.9rem;font-weight:900}.result-item summary span{min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.result-item small{flex:0 0 auto;color:var(--muted);white-space:nowrap}.result-delete{margin:.6rem .9rem .6rem 0;min-height:2.35rem}.mini-leaderboard,.leaderboard{display:grid;gap:.45rem;margin:0;padding:.8rem;list-style:none}.mini-leaderboard li,.leaderboard li{display:grid;grid-template-columns:minmax(0,1fr) auto auto;gap:.6rem;align-items:center;border-radius:8px;background:#f6f7fb;padding:.75rem}.leaderboard em{color:#157549;font-style:normal;font-weight:900}.host-shell{display:grid;min-height:100vh;grid-template-rows:auto 1fr;padding:1rem}.host-topbar{border:1px solid var(--line);border-radius:8px;background:#fff;padding:1rem}.host-topbar h1{margin:0;font-size:clamp(1.5rem,3vw,2.4rem)}.status-dot{display:inline-flex;min-width:5.8rem;justify-content:center;border-radius:999px;padding:.45rem .7rem;background:#f1f4f8;color:var(--muted);font-size:.78rem;font-weight:900;text-transform:uppercase}.status-dot.open{background:#29a86e1f;color:#157549}.status-dot.connecting{background:#f5c84c2e;color:#8a6414}.topbar-actions{display:flex;flex-wrap:wrap;gap:.6rem;align-items:center;justify-content:flex-end}.sound-control{position:relative;display:inline-flex;align-items:center;justify-content:center}.sound-icon-button{display:grid;width:2.6rem;height:2.6rem;place-items:center;border:1px solid #17202a;border-radius:8px;background:#17202a;color:#fff;padding:0}.sound-icon-button.muted{opacity:.65}.sound-icon-button:focus{outline:none}.sound-icon-button:focus-visible{box-shadow:0 0 0 3px #2f6fec33}.sound-feather-icon{width:1.35rem;height:1.35rem}.volume-popover{position:absolute;top:calc(100% + .55rem);left:50%;z-index:20;display:grid;width:3.8rem;height:8rem;place-items:center;border:1px solid rgba(255,255,255,.08);border-radius:10px;background:#1d232a;box-shadow:0 .8rem 2rem #11182038;transform:translate(-50%)}.volume-popover:before{position:absolute;top:-.34rem;left:50%;width:.68rem;height:.68rem;background:#1d232a;content:"";transform:translate(-50%) rotate(45deg)}.sound-volume-slider{position:relative;z-index:1;width:1.5rem;height:6.2rem;border:0;background:transparent;padding:0;box-shadow:none;accent-color:#fff;direction:rtl;writing-mode:vertical-lr}.sound-volume-slider:focus{outline:none;box-shadow:none}.sound-volume-slider:focus-visible{outline:2px solid rgba(255,255,255,.9);outline-offset:.25rem}.lobby-stage{display:grid;grid-template-columns:minmax(0,1fr) 420px;gap:1rem;padding-top:1rem}.join-display,.lobby-roster,.question-main,.host-side,.empty-state{border:1px solid var(--line);border-radius:8px;background:#fff;padding:clamp(1rem,2.5vw,2rem)}.join-display{display:grid;grid-template-columns:auto minmax(0,1fr);gap:2rem;align-items:center}.join-url{overflow-wrap:anywhere;color:var(--muted);font-size:clamp(1rem,2vw,1.6rem);font-weight:900}.pin-display{margin-top:1rem;font-size:clamp(4rem,11vw,8rem);font-weight:950;line-height:.92}.name-cloud{display:flex;flex-wrap:wrap;gap:.6rem}.name-cloud span{border-radius:999px;background:#f1f4f8;padding:.48rem .75rem;font-weight:800}.lobby-summary{display:grid;gap:.35rem}.lobby-question-progress{color:var(--muted);font-size:.86rem;font-weight:900;text-transform:uppercase}.intro-stage{display:grid;min-height:0;place-items:center;padding-top:1rem}.intro-panel{position:relative;display:grid;width:min(960px,100%);min-height:32rem;overflow:hidden;align-content:center;justify-items:center;gap:1.4rem;border-radius:8px;background:#17202a;color:#fff;padding:2rem;text-align:center}.intro-panel:before,.intro-panel:after{position:absolute;right:-7rem;width:22rem;height:5.5rem;background:#f5c84c;content:"";transform:rotate(-18deg)}.intro-panel:before{top:4rem}.intro-panel:after{bottom:4rem;background:#29a86e}.intro-panel>*{position:relative}.intro-panel .eyebrow{color:#ffffffb8}.intro-panel h2{max-width:12ch;margin:0;font-size:4.8rem;line-height:.94}.intro-countdown-wrap{display:grid;place-items:center}.countdown-pulse{--countdown-progress: 0;position:relative;display:grid;width:10rem;aspect-ratio:1;place-items:center;border-radius:50%;background:conic-gradient(#f5c84c calc(var(--countdown-progress) * 1turn),#ffffff2e 0),#fff;color:#17202a;font-size:5.4rem;font-weight:950;line-height:1}.countdown-pulse:before{position:absolute;inset:.85rem;border-radius:50%;background:#fff;content:""}.countdown-pulse span{position:relative}.countdown-pulse.compact{width:7rem;font-size:3.8rem}.player-intro{gap:1.2rem}.player-intro .countdown-pulse{background:conic-gradient(#f5c84c calc(var(--countdown-progress) * 1turn),#ffffff2e 0),#fff}.question-stage{display:grid;min-height:0;grid-template-columns:minmax(0,1fr) 340px;gap:1rem;padding-top:1rem}.question-main{display:grid;align-content:start;gap:1.2rem}.question-meta{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:.7rem}.question-main h2{margin:0;font-size:clamp(2rem,5vw,4.4rem);line-height:1}.answer-reveal-chart{display:grid;width:min(44rem,100%);grid-template-columns:repeat(auto-fit,minmax(5.2rem,1fr));align-items:end;justify-self:center;gap:1rem;padding:.2rem 0 .5rem}.answer-reveal-choice{--choice-color: var(--blue);display:grid;min-width:0;justify-items:center;gap:.35rem;background:transparent;color:var(--choice-color)}.answer-reveal-choice.color-red{--choice-color: var(--red);background:transparent;color:var(--choice-color)}.answer-reveal-choice.color-blue{--choice-color: var(--blue);background:transparent;color:var(--choice-color)}.answer-reveal-choice.color-yellow{--choice-color: #d89b00;background:transparent;color:var(--choice-color)}.answer-reveal-choice.color-green{--choice-color: #1c8e20;background:transparent;color:var(--choice-color)}.answer-reveal-choice.color-purple{--choice-color: var(--purple);background:transparent;color:var(--choice-color)}.answer-reveal-choice.color-orange{--choice-color: var(--orange);background:transparent;color:var(--choice-color)}.answer-reveal-choice.incorrect{--choice-color: #aeb7c2;color:var(--choice-color);opacity:.5;filter:grayscale(1)}.answer-reveal-count{display:flex;min-height:2.4rem;align-items:center;gap:.3rem;font-weight:950}.answer-reveal-check{width:clamp(1.15rem,2vw,1.8rem);height:clamp(1.15rem,2vw,1.8rem)}.answer-reveal-count strong{color:var(--choice-color);font-size:clamp(1.8rem,3vw,2.7rem);line-height:1}.answer-reveal-meter{display:grid;width:min(8rem,100%);height:6.6rem;align-items:end}.answer-reveal-meter span{display:block;width:100%;height:max(.35rem,calc(var(--answer-share, 0) * 100%));border-radius:5px 5px 0 0;background:var(--choice-color);transition:height .24s ease}.answer-reveal-symbol{display:grid;width:min(8rem,100%);min-height:2.25rem;place-items:center;border-radius:4px;background:var(--choice-color)}.answer-reveal-symbol .shape{width:.78rem;height:.78rem;background:#fff;color:#fff}.host-choice-grid{display:grid;gap:.8rem}.host-choice-grid.count-2,.host-choice-grid.count-3,.host-choice-grid.count-4{grid-template-columns:repeat(2,minmax(0,1fr))}.host-choice-grid.count-5,.host-choice-grid.count-6{grid-template-columns:repeat(3,minmax(0,1fr))}.host-choice{position:relative;display:grid;min-height:7rem;grid-template-columns:3.2rem minmax(0,1fr) auto;gap:1rem;align-items:center;border:3px solid transparent;border-radius:8px;color:#fff;padding:1rem;font-size:clamp(1.1rem,2vw,1.7rem);font-weight:900}.host-choice.reveal{min-height:5.2rem;grid-template-columns:2.6rem minmax(0,1fr) 3.2rem}.host-choice.correct{border-color:#ffffffdb;box-shadow:inset 0 0 0 2px #ffffff85}.host-choice.incorrect{border-color:transparent;background:#b7c0ca;opacity:.45;filter:grayscale(1)}.choice-verdict{display:grid;width:clamp(2.1rem,4vw,3.3rem);height:clamp(2.1rem,4vw,3.3rem);justify-self:end;place-items:center}.choice-verdict-icon{width:100%;height:100%}.host-choice span,.host-choice strong{color:#fff}.host-side{display:grid;align-content:start;gap:1rem}.leaderboard-stage{display:grid;min-height:0;place-items:center;padding:1rem 0}.leaderboard-panel{display:grid;width:min(880px,100%);gap:1rem;justify-items:stretch;border:1px solid var(--line);border-radius:8px;background:#fff;padding:clamp(1rem,4vw,2rem)}.leaderboard-heading{text-align:center}.leaderboard-heading h2{margin:0;font-size:clamp(2.4rem,7vw,5rem);line-height:.95}.leaderboard.prominent{gap:.7rem;padding:0}.leaderboard.prominent li{grid-template-columns:minmax(0,1fr) auto auto;min-height:4.2rem;padding:.95rem 1rem;font-size:clamp(1.15rem,2vw,1.6rem)}.leaderboard.prominent li:first-child{background:#fff7dd}.leaderboard.prominent strong{font-size:clamp(1.3rem,2.5vw,2rem)}.leaderboard-actions{display:flex;flex-wrap:wrap;gap:.75rem;justify-content:center}.leaderboard-actions .button{min-width:9rem}.final-stage{position:relative;display:grid;min-height:calc(100vh - 7.5rem);overflow:hidden;align-content:center;gap:clamp(1rem,2.4vw,1.8rem);border-radius:8px;background:#17202a;color:#fff;margin-top:1rem;padding:clamp(1rem,3vw,2rem)}.final-stage>*{position:relative;z-index:1}.final-heading{display:grid;justify-items:center;gap:.35rem;text-align:center}.final-heading .eyebrow{color:#ffffffb3}.final-heading h2{margin:0;font-size:clamp(3rem,8vw,7.4rem);line-height:.9}.podium{display:grid;width:min(1040px,100%);grid-template-columns:minmax(0,1fr) minmax(0,1.18fr) minmax(0,1fr);gap:clamp(.6rem,1.4vw,1rem);align-items:end;justify-self:center}.podium-slot{--podium-accent: var(--blue);--podium-accent-foreground: #fff;--podium-score-color: rgba(255, 255, 255, .72);--podium-step-height: 7rem;display:grid;min-width:0;align-items:end;gap:.65rem}.place-1{--podium-accent: var(--yellow);--podium-accent-foreground: var(--ink);--podium-score-color: rgba(23, 32, 42, .72);--podium-step-height: 13rem}.place-2{--podium-accent: var(--line);--podium-accent-foreground: var(--ink);--podium-step-height: 9.5rem}.place-3{--podium-accent: var(--orange);--podium-accent-foreground: var(--ink)}.podium-card{display:grid;min-height:8.8rem;align-content:center;justify-items:center;gap:.45rem;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff1a;padding:1rem;text-align:center;transform:translateY(1rem) scale(.94);opacity:.34}.podium-slot.revealed .podium-card{animation:podium-reveal .52s ease-out both}.podium-slot.place-1.revealed .podium-card{border-color:#f5c84cb8;background:#fff7dd;color:#17202a;animation:champion-reveal .82s cubic-bezier(.18,.9,.24,1.2) both;box-shadow:0 0 0 4px #f5c84c2e,0 1.4rem 3rem #00000040}.podium-medal{display:inline-flex;min-height:2rem;align-items:center;border-radius:999px;background:var(--podium-accent);color:var(--podium-accent-foreground);padding:0 .85rem;font-size:.9rem;font-weight:950}.podium-card strong{overflow-wrap:anywhere;font-size:clamp(1.5rem,3vw,3rem);line-height:1}.podium-card>span:last-child{color:var(--podium-score-color);font-weight:900}.podium-step{display:grid;min-height:var(--podium-step-height);place-items:center;border-radius:8px 8px 0 0;background:var(--podium-accent);color:var(--podium-accent-foreground);font-size:clamp(2.8rem,7vw,6.4rem);font-weight:950;line-height:1}.final-scoreboard{display:grid;width:min(760px,100%);justify-self:center;gap:.75rem;border:1px solid rgba(255,255,255,.14);border-radius:8px;background:#ffffff1a;padding:1rem;animation:final-board-in .42s ease-out both}.final-scoreboard .section-head h3{margin:0}.final-scoreboard .notice{background:#ffffffeb}.empty-final-list{border-radius:8px;background:#ffffff1a;padding:1rem;text-align:center;font-weight:900}.final-confetti{position:absolute;inset:0;z-index:0;overflow:hidden;pointer-events:none}.final-confetti span{position:absolute;top:-2rem;left:var(--confetti-left);width:var(--confetti-size);height:.9rem;border-radius:.08rem;background:var(--confetti-color);animation:confetti-fall var(--confetti-duration) linear var(--confetti-delay) infinite}@keyframes podium-reveal{0%{opacity:0;transform:translateY(1.2rem) scale(.94)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes champion-reveal{0%{opacity:0;transform:translateY(1.8rem) scale(.9)}58%{opacity:1;transform:translateY(-.5rem) scale(1.08)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes final-board-in{0%{opacity:0;transform:translateY(.75rem)}to{opacity:1;transform:translateY(0)}}@keyframes confetti-fall{0%{transform:translate3d(0,-2rem,0) rotate(0)}to{transform:translate3d(var(--confetti-drift),calc(100vh + 4rem),0) rotate(680deg)}}.metric{display:grid;gap:.3rem;border-radius:8px;background:#f6f7fb;padding:1rem}.metric span{color:var(--muted);font-weight:900}.metric strong{font-size:2.6rem;line-height:1}.timer{--timer: 1;position:relative;display:inline-grid;width:4.6rem;height:4.6rem;place-items:center;border-radius:50%;background:conic-gradient(#17202a calc(var(--timer) * 1turn),#e6ebf2 0),#fff;color:var(--ink);font-size:1.4rem;font-weight:950}.timer:before{position:absolute;inset:.45rem;border-radius:50%;background:#fff;content:""}.timer span{position:relative}.timer.compact{width:3.2rem;height:3.2rem;font-size:1rem}.player-shell{display:grid;min-height:100vh;grid-template-rows:auto 1fr;background:#111820;color:#fff;padding:.75rem}.player-shell.join-player{place-items:center;background:#f6f7fb;color:var(--ink)}.player-top{border-radius:8px;background:#ffffff14;padding:.8rem}.player-top strong{font-size:1.8rem}.player-identity{display:grid;gap:.35rem;justify-items:start}.player-question-progress{display:inline-flex;min-height:1.8rem;align-items:center;border-radius:999px;background:#ffffff1f;color:#ffffffd1;padding:0 .65rem;font-size:.78rem;font-weight:900;text-transform:uppercase}.player-wait,.player-result{display:grid;place-items:center;align-content:center;gap:.8rem;min-height:0;text-align:center}.player-wait,.player-result span{color:#ffffffc7;font-size:1.4rem;font-weight:900}.player-result strong{font-size:clamp(4rem,20vw,8rem);line-height:.95}.player-result.right strong{color:#5ee0a1}.player-result.wrong strong{color:#ff7889}.answer-pad{display:grid;min-height:0;grid-template-rows:auto minmax(0,1fr) auto auto;gap:.75rem;padding-top:.75rem}.player-prompt-row{display:flex;min-height:3.6rem;align-items:center;justify-content:space-between;border-radius:8px;background:#ffffff14;padding:.6rem .8rem;font-weight:900}.answer-grid{display:grid;gap:.75rem}.answer-grid.count-2{grid-template-columns:1fr}.answer-grid.count-3,.answer-grid.count-4,.answer-grid.count-5,.answer-grid.count-6{grid-template-columns:repeat(2,minmax(0,1fr))}.answer-button{display:grid;min-height:0;place-items:center;border:4px solid transparent;border-radius:8px}.answer-button.selected{border-color:#fff;box-shadow:inset 0 0 0 4px #0003}.submit-answer,.submitted-banner{min-height:3.4rem}.submitted-banner{display:grid;place-items:center;border-radius:8px;background:#ffffff24;font-weight:950}.shape{display:inline-block;width:2rem;height:2rem;flex:0 0 auto;background:currentColor}.shape.large{width:min(26vw,7rem);height:min(26vw,7rem)}.shape-triangle{clip-path:polygon(50% 0,100% 100%,0 100%)}.shape-diamond{transform:rotate(45deg) scale(.82)}.shape-circle{border-radius:50%}.shape-square{border-radius:.12rem}.shape-star{clip-path:polygon(50% 0,61% 35%,98% 35%,68% 57%,79% 91%,50% 70%,21% 91%,32% 57%,2% 35%,39% 35%)}.shape-hexagon{clip-path:polygon(25% 0,75% 0,100% 50%,75% 100%,25% 100%,0 50%)}.color-red{background-color:var(--red);color:var(--red)}.color-blue{background-color:var(--blue);color:var(--blue)}.color-yellow{background-color:var(--yellow);color:var(--yellow)}.color-green{background-color:var(--green);color:var(--green)}.color-purple{background-color:var(--purple);color:var(--purple)}.color-orange{background-color:var(--orange);color:var(--orange)}.host-choice .shape,.answer-button .shape{background:#fff;color:#fff}.choice-editor-row .shape{color:inherit}.empty-state{display:grid;min-height:60vh;place-items:center;color:var(--muted);font-weight:900}@media(max-width:900px){.brand-panel,.join-strip,.admin-layout,.lobby-stage,.question-stage{grid-template-columns:1fr}.sidebar{position:static;height:auto;border-right:0;border-bottom:1px solid var(--line)}.prompt-copy-row{align-items:stretch;flex-direction:column}.host-choice-grid.count-5,.host-choice-grid.count-6{grid-template-columns:repeat(2,minmax(0,1fr))}.join-display{grid-template-columns:1fr}.final-stage{min-height:auto}.podium{width:min(34rem,100%);grid-template-columns:1fr}.place-1{order:1}.place-2{order:2}.place-3{order:3}.podium-card{min-height:6.5rem}.podium-step{min-height:4.8rem}}@media(max-width:640px){.home-shell,.workspace,.host-shell{padding:.75rem}.toolbar,.question-editor-head,.result-item,.choice-editor-row,.settings-row{align-items:stretch;grid-template-columns:1fr}.toolbar,.question-editor-head{flex-direction:column}.question-label-row,.question-actions{width:100%}.question-actions{justify-content:flex-end}.host-topbar,.player-top{align-items:stretch;flex-direction:column}.toolbar-actions,.home-actions,.topbar-actions{width:100%}.toolbar-actions .button,.home-actions .button,.topbar-actions .status-dot{flex:1 1 9rem}.topbar-actions .sound-control{flex:0 0 2.6rem}.choice-editor-row{display:grid;grid-template-columns:2.5rem minmax(0,1fr)}.choice-editor-row .check-label{grid-column:2}.result-delete{width:calc(100% - 1.8rem);margin:0 .9rem .9rem}.result-item summary{align-items:flex-start;flex-direction:column;gap:.25rem}.result-item small{white-space:normal}.host-choice-grid.count-2,.host-choice-grid.count-3,.host-choice-grid.count-4,.host-choice-grid.count-5,.host-choice-grid.count-6{grid-template-columns:1fr}.intro-panel{min-height:28rem;padding:1.2rem}.intro-panel h2{font-size:3.1rem}.countdown-pulse{width:8rem;font-size:4.2rem}}
