:root{--bg:#0E1116;--surface:#181D24;--surface-2:#222933;--overlay:#12161C;--border-subtle:#1E242C;--border:#2A323C;--border-strong:#3A434F;--text:#E8EBEF;--text-muted:#A2AAB4;--text-faint:#828B96;--accent:#22D3EE;--accent-bright:#4FE0F4;--accent-dim:#16B6D0;--accent-muted:#1F7D8C;--accent-tint:rgba(34,211,238,.12);--on-accent:#06222A;--warn:#F5B445;--warn-tint:rgba(245,180,69,.12);--danger:#FF6B6B;--danger-tint:rgba(255,107,107,.12);--r-sm:8px;--r-md:12px;--r-lg:16px}*{box-sizing:border-box}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,system-ui,sans-serif;font-size:15px;-webkit-font-smoothing:antialiased}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}.kob-primary{transition:background-color .12s,transform 90ms}.kob-primary:not(:disabled):hover{background:var(--accent-bright)}.kob-primary:not(:disabled):active{background:var(--accent-dim);transform:scale(.98)}.numeral{transition:opacity 90ms ease,color 90ms ease}.numeral--pulse{opacity:.55}.kob-textarea{caret-color:var(--accent)}.kob-textarea::placeholder{color:var(--text-faint)}.kob-score::placeholder{color:var(--border-strong);opacity:1}.kob-score:focus{outline:none}@keyframes kob-rise{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:none}}.kob-game{animation:kob-rise .22s cubic-bezier(.2,.7,.2,1) both}@media (prefers-reduced-motion: reduce){.kob-primary,.numeral{transition:none}.kob-game{animation:none}}
