:root{--surface: #ffffff;--surface-raised: #f2f2f3;--border: #bfbfbf;--text: #111111;--text-muted: #595959;--primary: #1f2937;--on-primary: #ffffff;--primary-text: #1f2937;--primary-graphic: #1f2937;--secondary: #1f2937;--on-secondary: #ffffff;--focus: #1f2937}*{box-sizing:border-box}body{margin:0;background:var(--surface);color:var(--text);font:16px/1.45 system-ui,-apple-system,Segoe UI,sans-serif;padding:1rem}h1{font-size:1.4rem;margin:0 0 .75rem}h2{font-size:1rem;text-transform:uppercase;letter-spacing:.06em;color:var(--text-muted);margin:1.25rem 0 .5rem}:focus-visible{outline:3px solid var(--focus);outline-offset:2px}.card{max-width:30rem;margin:0 auto}.stack{display:flex;flex-direction:column;gap:.6rem}.row{display:flex;gap:.5rem;align-items:center;flex-wrap:wrap}.between{justify-content:space-between}.muted{color:var(--text-muted)}.error{color:var(--text);background:var(--surface-raised);border-left:4px solid var(--focus);padding:.6rem .75rem;border-radius:.25rem}.prompt{font-size:1.15rem;font-weight:600}.prompt.big{font-size:clamp(1.5rem,4vw,3rem)}label{display:flex;flex-direction:column;gap:.25rem;color:var(--text-muted);font-size:.9rem}input,select{font:inherit;padding:.75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--surface);color:var(--text)}input[type=color]{padding:.25rem;min-height:2.75rem}.btn{font:inherit;padding:.75rem 1rem;border-radius:.5rem;border:1px solid var(--border);background:var(--surface);color:var(--text);cursor:pointer;text-align:left;text-decoration:none;min-height:2.75rem}.btn:disabled{opacity:.55;cursor:default}.btn.primary{background:var(--primary);color:var(--on-primary);border-color:var(--primary-graphic);font-weight:600}.code{font-family:ui-monospace,SFMono-Regular,monospace;font-size:1.25rem;letter-spacing:.1em;color:var(--primary-text);font-weight:700}.brand-logo{display:block;max-width:100%;height:auto;max-height:3.5rem;object-fit:contain}.brand-logo.large{max-height:clamp(4rem,12vh,9rem)}.wordmark{font-weight:700;color:var(--primary-text)}.wordmark.large{font-size:clamp(1.25rem,3vw,2rem)}.list{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.35rem}.list li{display:flex;gap:.5rem;align-items:center;justify-content:space-between;padding:.5rem .65rem;border:1px solid var(--border);border-radius:.5rem}.list li.active{border-color:var(--primary);border-left-width:5px}.leaderboard{font-size:clamp(1rem,2.5vw,1.6rem);padding-left:1.5rem}.leaderboard li{display:flex;justify-content:space-between;gap:2rem}.tallies{list-style:none;padding:0;display:flex;flex-direction:column;gap:.5rem}.tallies li{display:grid;grid-template-columns:12rem 1fr 3rem;gap:.75rem;align-items:center}.bar{display:block;height:1.25rem;background:var(--primary-graphic);border-radius:.25rem;min-width:2px;transition:width .3s ease}.display,.admin{max-width:70rem;margin:0 auto}.brand-bar{display:flex;align-items:center;gap:.75rem;padding-bottom:.75rem;border-bottom:1px solid var(--border);margin-bottom:.75rem}.audit{list-style:none;padding:0;margin:.5rem 0 0;display:grid;gap:.25rem}.audit li{display:grid;grid-template-columns:1fr auto auto;gap:.75rem;align-items:center;padding:.35rem .5rem;border:1px solid var(--border);border-radius:.35rem;font-size:.9rem}.audit .verdict{font-weight:700}.audit li.fail{border-left:5px solid var(--focus);background:var(--surface-raised)}.swatch{display:inline-block;width:1.25rem;height:1.25rem;border-radius:.25rem;border:1px solid var(--border);vertical-align:middle}@media (prefers-reduced-motion: reduce){*{animation-duration:.01ms!important;transition-duration:.01ms!important}}.visually-hidden{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.bigscreen{max-width:none;min-height:100vh;min-height:100dvh;margin:0;display:grid;grid-template-rows:auto 1fr auto;gap:clamp(.5rem,2vh,1.5rem)}.screen-header{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-bottom:2px solid var(--border);padding-bottom:clamp(.25rem,1vh,.75rem)}.screen-join{display:flex;align-items:baseline;gap:.75rem;font-size:clamp(1rem,1.8vw,1.75rem)}.screen-code{font-size:clamp(1.75rem,4vw,4rem)}.screen-stage{display:flex;flex-direction:column;justify-content:center;gap:clamp(.75rem,3vh,2.5rem);min-height:0}.screen-prompt{font-size:clamp(1.75rem,5vw,5rem);line-height:1.1;margin:0;text-align:center;text-wrap:balance}.screen-hint,.screen-answer{text-align:center;margin:0}.screen-hint{font-size:clamp(1.25rem,3vw,2.5rem);color:var(--text-muted)}.screen-answer{font-size:clamp(3rem,12vw,12rem);font-weight:800;color:var(--primary-text);line-height:1}.screen-footer{display:flex;align-items:center;justify-content:space-between;gap:1rem;border-top:2px solid var(--border);padding-top:clamp(.25rem,1vh,.75rem);font-size:clamp(1rem,2vw,2rem)}.screen-timer{font-size:clamp(2rem,6vw,6rem);font-weight:800;font-variant-numeric:tabular-nums;line-height:1;color:var(--primary-text)}.screen-timer.urgent{font-size:clamp(2.5rem,8vw,8rem)}.screen-timer-unit{font-size:.4em;margin-left:.1em}.screen-intermission{display:flex;flex-direction:column;gap:clamp(.5rem,2vh,1.5rem)}.screen-leaderboard{list-style:none;padding:0;margin:0 auto;width:min(100%,60rem);display:grid;gap:clamp(.25rem,1vh,.75rem);font-size:clamp(1.1rem,3vw,2.75rem)}.screen-leaderboard li{display:grid;grid-template-columns:3ch 1fr auto;gap:1rem;align-items:baseline;padding:clamp(.25rem,1vh,.6rem) clamp(.5rem,1.5vw,1rem);border-bottom:2px solid var(--border)}.screen-leaderboard .rank{color:var(--text-muted);font-variant-numeric:tabular-nums}.screen-leaderboard .score{font-weight:800;font-variant-numeric:tabular-nums}.shuffle-stage{display:flex;flex-direction:column;gap:1rem;align-items:center}.shuffle-track{position:relative;width:min(100%,70rem);height:clamp(9rem,34vh,22rem);margin:0 auto}.shuffle-cup,.shuffle-object{position:absolute;bottom:0;display:flex;align-items:flex-end;justify-content:center;transition-property:left,transform;transition-timing-function:cubic-bezier(.45,.05,.35,1)}.shuffle-cup{height:100%;flex-direction:column;justify-content:flex-end;gap:.4rem}.shuffle-cup.lifted{transform:translateY(-28%)}.shuffle-cup-body{display:block;width:min(80%,12rem);height:72%;margin:0 auto;background:var(--primary);border:3px solid var(--primary-graphic);border-radius:.75rem .75rem 1.5rem 1.5rem;clip-path:polygon(14% 0,86% 0,100% 100%,0 100%)}.shuffle-cup-label{font-size:clamp(1rem,2.5vw,2rem);font-weight:800;font-variant-numeric:tabular-nums;color:var(--text)}.shuffle-object{height:60%;opacity:0;transition-property:left,opacity;z-index:-1}.shuffle-object.visible{opacity:1}.shuffle-object-mark{font-size:clamp(2.5rem,9vw,7rem);line-height:1;margin-bottom:12%}.reveal-stage{display:flex;flex-direction:column;gap:.75rem;align-items:center;min-height:0}.reveal-frame{position:relative;width:auto;height:min(60vh,40rem);max-width:100%;margin:0 auto}.reveal-image{display:block;width:100%;height:100%;object-fit:contain}.reveal-grid{position:absolute;top:0;right:0;bottom:0;left:0;display:grid}.reveal-tile{background:var(--primary);border:1px solid var(--surface);transition:opacity .5s ease,transform .5s ease}.reveal-tile.gone{opacity:0;transform:scale(.85)}.controller-instruction{font-size:1.15rem;font-weight:600;padding:.75rem;border:2px dashed var(--border);border-radius:.5rem;text-align:center}.stage-prompt{font-size:1.25rem;line-height:1.2;margin:0 0 .75rem;text-wrap:balance}.bigscreen .stage-prompt{font-size:clamp(1.75rem,5vw,5rem);text-align:center;margin-bottom:0}.stage-hint,.stage-answer{text-align:center;margin:0}.stage-hint{color:var(--text-muted)}.bigscreen .stage-hint{font-size:clamp(1.25rem,3vw,2.5rem)}.stage-answer{font-size:2.5rem;font-weight:800;color:var(--primary-text);line-height:1}.bigscreen .stage-answer{font-size:clamp(3rem,12vw,12rem)}.stage-options{list-style:none;padding:0;margin:0;display:grid;gap:.4rem}.bigscreen .stage-options{gap:clamp(.4rem,1.5vh,1rem);font-size:clamp(1.1rem,2.6vw,2.5rem)}.stage-options li{display:grid;grid-template-columns:minmax(7rem,1fr) 2fr auto;gap:.75rem;align-items:center;padding:.4rem .6rem;border:2px solid var(--border);border-radius:.6rem}.bigscreen .stage-options li{gap:clamp(.5rem,2vw,1.5rem);padding:clamp(.35rem,1vh,.9rem) clamp(.5rem,1.5vw,1.25rem);border-radius:.75rem}.stage-options li.correct{border-color:var(--primary-graphic);border-width:5px;background:var(--surface-raised)}.correct-flag{font-weight:800;color:var(--primary-text)}.stage-bar-track{display:block;height:1rem;background:var(--surface-raised);border-radius:.4rem;overflow:hidden}.bigscreen .stage-bar-track{height:clamp(1rem,3vh,2.25rem)}.stage-bar{display:block;height:100%;width:0;background:var(--primary-graphic);transition:width .4s ease}.stage-pct{font-variant-numeric:tabular-nums;min-width:4ch;text-align:right}.admin-header{display:flex;align-items:center;gap:1rem;flex-wrap:wrap;justify-content:space-between;border-bottom:2px solid var(--border);padding-bottom:.75rem;margin-bottom:.5rem}.admin-ident{display:flex;align-items:center;gap:.6rem}.pill{display:inline-block;padding:.15rem .6rem;border-radius:999px;border:2px solid var(--primary-graphic);color:var(--primary-text);font-size:.85rem;font-weight:700}.tabs{display:flex;gap:.25rem;flex-wrap:wrap;border-bottom:2px solid var(--border);margin-bottom:1rem}.tab{font:inherit;font-weight:600;padding:.6rem 1rem;border:2px solid transparent;border-bottom:none;border-radius:.5rem .5rem 0 0;background:none;color:var(--text-muted);cursor:pointer;margin-bottom:-2px}.tab.active{color:var(--text);border-color:var(--border);background:var(--surface);border-bottom:2px solid var(--surface)}.run-controls{display:flex;flex-wrap:wrap;gap:1rem;align-items:center;justify-content:space-between;padding:.75rem;border:2px solid var(--border);border-radius:.75rem;margin-bottom:1rem}.btn.big{font-size:1.15rem;padding:1rem 1.5rem}.phase-strip{display:flex;flex-direction:column;gap:.35rem;align-items:flex-end}.phases{list-style:none;display:flex;gap:.4rem;padding:0;margin:0;font-size:.9rem}.phases li{padding:.2rem .6rem;border:2px solid var(--border);border-radius:999px;color:var(--text-muted)}.phases li.now{border-color:var(--primary-graphic);color:var(--text);font-weight:800}.mirror{border:2px solid var(--border);border-radius:.75rem;padding:1rem;background:var(--surface)}.mirror .shuffle-track{height:clamp(7rem,22vh,12rem)}.mirror .reveal-frame{height:min(32vh,20rem)}.queue-current{border:3px solid var(--primary-graphic);border-radius:.75rem;padding:.75rem;margin-bottom:.5rem;background:var(--surface-raised)}.queue-current p{margin:.35rem 0 0}.settings-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(15rem,1fr));gap:1rem;margin:1rem 0}.settings-grid input[type=number]{max-width:7rem}.switch{flex-direction:row;align-items:center;gap:.6rem;color:var(--text);font-size:1rem}.switch input{width:1.25rem;height:1.25rem}.game-picker{list-style:none;padding:0;margin:0 0 1rem;display:grid;grid-template-columns:repeat(auto-fit,minmax(13rem,1fr));gap:.6rem}.game-card{font:inherit;width:100%;height:100%;display:flex;flex-direction:column;gap:.3rem;text-align:left;padding:.85rem;border:2px solid var(--border);border-radius:.75rem;background:var(--surface);color:var(--text);cursor:pointer}.game-card.chosen{border-color:var(--primary-graphic);border-width:4px;background:var(--surface-raised)}.editor{border:2px solid var(--border);border-radius:.75rem;padding:1rem}.editor label,fieldset label{margin-bottom:.75rem}textarea{font:inherit;padding:.75rem;border-radius:.5rem;border:1px solid var(--border);background:var(--surface);color:var(--text);resize:vertical}fieldset{border:2px solid var(--border);border-radius:.75rem;padding:.9rem;margin:0 0 1rem}legend{font-weight:700;padding:0 .4rem}.option-rows{list-style:none;padding:0;margin:0 0 .6rem;display:grid;gap:.4rem}.option-rows li{display:grid;grid-template-columns:auto 1fr auto;gap:.6rem;align-items:center}.option-number{width:1.5rem;text-align:center;color:var(--text-muted);font-variant-numeric:tabular-nums}.radio{margin:0;display:flex;align-items:center}.radio input{width:1.25rem;height:1.25rem}.math{margin:.5rem 0 0;padding:.6rem .75rem;border-left:4px solid var(--primary-graphic);background:var(--surface-raised);border-radius:.25rem}.reveal-preview{display:block;max-width:100%;max-height:12rem;object-fit:contain;border:2px solid var(--border);border-radius:.5rem;margin-bottom:.75rem}.editor-actions{margin-top:.5rem}.library-list li{align-items:flex-start}.join-screen{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(1rem,5vw,4rem)}.join-qr-plate{background:#fff;padding:clamp(.5rem,1.5vh,1.25rem);border-radius:.75rem;border:2px solid var(--border);line-height:0}.qr{display:block;width:100%;height:auto;shape-rendering:crispEdges}.qr-large{width:clamp(12rem,34vh,26rem)}.qr-small{width:clamp(5rem,12vh,9rem)}.join-copy{display:flex;flex-direction:column;gap:clamp(.25rem,1.5vh,1rem);text-align:left}.join-url,.join-code-line{margin:0;font-size:clamp(1.1rem,2.6vw,2.5rem)}.join-code{font-size:clamp(1.75rem,5vw,5rem)}.join-count{margin:0;font-size:clamp(1rem,2vw,1.75rem)}.standings-row{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:clamp(1rem,4vw,3rem)}.standings-row .screen-leaderboard{flex:1 1 28rem;margin:0}.join-strip{display:flex;align-items:center;gap:clamp(.5rem,1.5vw,1rem);padding:clamp(.5rem,1.5vh,1rem);border:2px solid var(--border);border-radius:.75rem}.join-qr-plate.small{padding:.4rem;border-width:1px}.join-strip-line{margin:0;font-size:clamp(.95rem,1.6vw,1.5rem);white-space:nowrap}
