:root{color-scheme:light;--bg: #fbfaf7;--surface: #ffffff;--ink: #181818;--muted: #5f615f;--line: #dedbd2;--accent: #0b7a53;--accent-strong: #075c3e;--warn: #c0362c;--gold: #f4c542;--focus: #1268b3;--shadow: 0 16px 40px rgb(24 24 24 / .08);font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}html{background:var(--bg);color:var(--ink);line-height:1.5}body{margin:0;min-width:320px}a{color:var(--accent-strong);text-decoration-thickness:.08em;text-underline-offset:.18em}a:hover{color:var(--warn)}img,svg{max-width:100%}button,input,select{font:inherit}button,.button{align-items:center;background:var(--accent);border:2px solid var(--accent);border-radius:8px;color:#fff;cursor:pointer;display:inline-flex;font-weight:750;justify-content:center;min-height:44px;padding:.7rem 1rem;text-decoration:none}button:hover,.button:hover{background:var(--accent-strong);border-color:var(--accent-strong);color:#fff}button:disabled{cursor:not-allowed;opacity:.48}.button.secondary,button.secondary{background:var(--surface);color:var(--accent-strong)}.button.secondary:hover,button.secondary:hover{background:#ecf7f2;color:var(--accent-strong)}:focus-visible{outline:3px solid var(--focus);outline-offset:3px}.skip-link{background:var(--ink);color:#fff;left:1rem;padding:.5rem .75rem;position:fixed;top:1rem;transform:translateY(-180%);z-index:100}.skip-link:focus{transform:translateY(0)}.site-header,.site-footer{margin:0 auto;max-width:1120px;padding:1rem}.site-header{align-items:center;display:flex;gap:1rem;justify-content:space-between}.brand{align-items:center;color:var(--ink);display:inline-flex;font-weight:850;gap:.55rem;text-decoration:none}.brand-mark{align-items:center;background:var(--gold);border:2px solid var(--ink);border-radius:6px;color:var(--ink);display:inline-flex;font-variant-numeric:tabular-nums;height:2rem;justify-content:center;width:2rem}.site-nav{display:flex;flex-wrap:wrap;gap:.85rem;justify-content:flex-end}.site-nav a{color:var(--ink);font-weight:700;text-decoration:none}.site-nav a:hover{color:var(--accent-strong)}.site-footer{border-top:1px solid var(--line);color:var(--muted);display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between;margin-top:4rem}.page-section,.hero,.content{margin:0 auto;max-width:1120px;padding:2rem 1rem}.hero{display:grid;gap:2rem;grid-template-columns:minmax(0,1.1fr) minmax(280px,.9fr);min-height:64vh;place-items:center}.hero h1,.content h1{font-size:clamp(2.35rem,6vw,4.9rem);letter-spacing:0;line-height:.95;margin:0}.hero p,.lede{color:var(--muted);font-size:1.15rem;max-width:62ch}.actions{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1.5rem}.panel{background:var(--surface);border:1px solid var(--line);border-radius:8px;box-shadow:var(--shadow);padding:1.25rem}.stat-grid,.feature-grid,.language-grid{display:grid;gap:1rem;grid-template-columns:repeat(3,minmax(0,1fr))}.feature,.language-card{background:var(--surface);border:1px solid var(--line);border-radius:8px;padding:1.1rem}.eyebrow{color:var(--accent-strong);font-size:.82rem;font-weight:850;letter-spacing:.08em;text-transform:uppercase}.muted{color:var(--muted)}.game-shell{display:grid;gap:1rem;grid-template-columns:minmax(0,1fr);min-height:68vh}#game-panel{display:grid;gap:1rem;grid-template-rows:auto auto minmax(0,1fr) auto;height:min(760px,calc(100svh - 2rem));max-height:calc(100svh - 2rem);overflow:hidden}#game-panel #game-status{margin:0}.game-topbar{align-items:center;display:flex;flex-wrap:wrap;gap:.75rem;justify-content:space-between}.timer{background:var(--ink);border-radius:8px;color:#fff;font-variant-numeric:tabular-nums;font-weight:850;padding:.45rem .7rem}.sequence-wrap{background:#f2f0e9;border:1px solid var(--line);border-radius:8px;min-height:280px;overflow:auto;overscroll-behavior:contain;padding:1rem}#game-panel .sequence-wrap{min-height:0}.sequence{display:flex;flex-direction:column;gap:.45rem;list-style:none;margin:0;padding:0}.sequence li{align-items:center;background:var(--surface);border:1px solid var(--line);border-radius:6px;display:flex;justify-content:space-between;padding:.55rem .7rem}.sequence .actor{color:var(--muted);font-size:.85rem}.answer-grid{background:var(--surface);display:grid;gap:.75rem;grid-template-columns:repeat(4,minmax(0,1fr));position:sticky;bottom:max(.5rem,env(safe-area-inset-bottom));padding-top:.25rem;z-index:2}.answer-grid button{min-height:64px}.field-group{border:0;margin:0;padding:0}.field-group legend{font-weight:800;margin-bottom:.75rem}.radio-stack,.checkbox-row{display:grid;gap:.65rem}.radio-stack label,.checkbox-row label{align-items:center;display:flex;gap:.5rem}.initials-form{align-items:end;display:flex;flex-wrap:wrap;gap:.75rem}.initials-form label{display:grid;font-weight:750;gap:.35rem}.initials-form input{border:2px solid var(--line);border-radius:8px;min-height:44px;padding:.5rem .65rem;text-transform:uppercase;width:8rem}.stack-form{display:grid;gap:1rem;max-width:28rem}.stack-form label,.share-row label{display:grid;font-weight:750;gap:.35rem}.stack-form input,.stack-form select,.share-row input{border:2px solid var(--line);border-radius:8px;min-height:44px;padding:.5rem .65rem}.multiplayer-shell{display:grid;gap:1rem}.share-row{align-items:end;display:grid;gap:.75rem;grid-template-columns:minmax(0,1fr) auto;margin:1rem 0}.multiplayer-grid{display:grid;gap:1rem;grid-template-columns:minmax(220px,.7fr) minmax(0,1.3fr)}.player-list,.event-list{display:grid;gap:.5rem;list-style:none;margin:0;padding:0}.player-row,.event-list li{background:#f2f0e9;border:1px solid var(--line);border-radius:6px;padding:.6rem .7rem}.player-row{display:flex;gap:.75rem;justify-content:space-between}.player-row.is-out{opacity:.58}.player-meta{color:var(--muted);font-size:.85rem;text-align:right}.current-number{font-size:clamp(3rem,16vw,6rem);font-weight:900;line-height:1;margin:0 0 1rem}.multiplayer-sequence-wrap{margin-top:1rem;min-height:220px}.score-table{border-collapse:collapse;width:100%}.score-table th,.score-table td{border-bottom:1px solid var(--line);padding:.65rem;text-align:left}.score-table th{color:var(--muted);font-size:.85rem;text-transform:uppercase}.code-block{background:#181818;border-radius:8px;color:#f7f4ed;overflow-x:auto;padding:1rem}.visually-hidden{clip:rect(0 0 0 0);clip-path:inset(50%);height:1px;overflow:hidden;position:absolute;white-space:nowrap;width:1px}[hidden]{display:none!important}@media(max-width:760px){.site-header{align-items:flex-start;flex-direction:column}.site-nav{justify-content:flex-start}.hero{grid-template-columns:1fr;min-height:auto}.stat-grid,.feature-grid,.language-grid,.multiplayer-grid{grid-template-columns:1fr}.answer-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.answer-grid button{min-height:56px}.game-shell{min-height:auto;padding-top:.75rem}#game-panel{height:calc(100svh - 1rem);max-height:none;padding:.9rem}.share-row{grid-template-columns:1fr}}@media(prefers-reduced-motion:reduce){*,*:before,*:after{animation-duration:.01ms!important;animation-iteration-count:1!important;scroll-behavior:auto!important;transition-duration:.01ms!important}}
