:root{--bg:#12123f;--band:#2c2e93;--band-edge:#6fa6ff;--tile:#fff;--tile-ink:#1b1f6b;--gold:#d8b63c;--gold-lit:#ffd451;--expired:#d86e39;--ink:#fff;--tile-gap:.15rem}*{box-sizing:border-box}html,body{background:var(--bg);color:var(--ink);overscroll-behavior-y:none;margin:0;font-family:system-ui,-apple-system,Segoe UI,sans-serif}.game{width:min(46rem,100% - 1.5rem);margin:0 auto;padding:.75rem 0 2rem}@media (width>=48em) and (height>=44em){.game{flex-direction:column;justify-content:center;min-height:100dvh;display:flex}}.brand{letter-spacing:.02em;color:var(--gold-lit);text-transform:uppercase;font-size:1.05rem;font-weight:800}.plate{background:linear-gradient(180deg, var(--gold-lit), var(--gold));color:#1a1400;border-radius:999px;width:fit-content;margin:0 auto;padding:.3rem 1.4rem;transition:background .2s linear;box-shadow:0 3px #00000059}.plate--urgent{animation:1s ease-in-out infinite pulse}.plate--expired{background:linear-gradient(180deg, #ef8b56, var(--expired));animation:none}.plate__digits{font-variant-numeric:tabular-nums;letter-spacing:.05em;font-size:clamp(1.5rem,7vw,2.1rem);font-weight:800}@keyframes pulse{50%{filter:brightness(1.25)}}.meter{background:#ffffff1f;border-radius:999px;width:100%;height:4px;margin:.5rem auto 1rem;overflow:hidden}.meter__fill{background:var(--gold);height:100%;transition:width 50ms linear}.board{background:var(--band);border:2px solid var(--band-edge);border-radius:.6rem;padding:.9rem .7rem 1.1rem;container-type:inline-size}@media (width<=24rem){.board{padding-inline:.4rem}.game{width:calc(100% - .75rem)}}.question{text-align:center;text-wrap:balance;margin:0 0 .9rem;font-size:clamp(1rem,4.2vw,1.25rem);font-weight:700;line-height:1.3}.tiles{justify-content:center;gap:.35rem var(--word-gap);--tile-w:clamp(.5rem, calc((100cqw - (var(--slots) - 1) * var(--tile-gap)) / var(--slots)), 2.15rem);--word-gap:calc(var(--tile-w) + var(--tile-gap));flex-wrap:wrap;display:flex}.word{gap:var(--tile-gap);display:flex}.tile{width:var(--tile-w);aspect-ratio:37/60;background:var(--tile);color:var(--tile-ink);font-weight:800;font-size:calc(var(--tile-w) * .78);border-radius:2px;place-items:center;line-height:1;display:grid}.tile--found{color:#0f7b3f;animation:.26s ease-out backwards drop}@keyframes drop{0%{opacity:0;transform:translateY(-25%)}}.verdict{text-align:center;border-radius:.5rem;flex-direction:column;gap:.15rem;margin-top:.9rem;padding:.55rem .8rem;font-weight:700;display:flex}.verdict--correct{color:#7bf0ae;background:#17914c40;border:1px solid #2bbd6d}.verdict--timeout,.verdict--gaveup{border:1px solid var(--expired);color:#ffb98d;background:#d86e3933}.verdict__answer{color:var(--ink);letter-spacing:.04em;font-size:1.15rem}.entry{margin-top:1rem}.entry__input input::placeholder{text-transform:none;letter-spacing:normal}.entry__input input{text-transform:uppercase;letter-spacing:.03em;font-size:16px;font-weight:600}.wrong{text-decoration:line-through}@media (prefers-reduced-motion:reduce){.plate--urgent,.tile--found{animation:none}.meter__fill{transition:none}}
