:root{--ground: #0b0b0e;--surface: #17171c;--surface-2: #202028;--line: #2a2a32;--fg: #e9e9ec;--muted: #82828e;--accent: #f2b035;--accent-dim: #6b4f16;--ok: #4ba97a;--danger: #d4574e;--radius: 14px;--tap: 44px;color-scheme:dark}*{box-sizing:border-box}html,body{height:100%}body{margin:0;background:var(--ground);color:var(--fg);font:400 16px/1.55 -apple-system,BlinkMacSystemFont,Segoe UI,system-ui,sans-serif;-webkit-font-smoothing:antialiased;overscroll-behavior-y:none}button{font:inherit}:focus-visible{outline:2px solid var(--accent);outline-offset:2px}@media(prefers-reduced-motion:reduce){*{transition:none!important;animation:none!important}}@media(hover:hover)and (pointer:fine){*{scrollbar-width:thin;scrollbar-color:var(--line) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-thumb{background:var(--line);border-radius:6px;border:2px solid var(--ground)}::-webkit-scrollbar-track{background:transparent}}
