:root{--bg:#f6f7f9;--surface:#fff;--raised:#eef1f5;--tint:#edf2fa;--ink:#1b2638;--muted:#667287;--line:#e0e5ec;--accent:#4269c7;color-scheme:light}:root[data-theme=dark]{--bg:#101318;--surface:#181d25;--raised:#222a36;--tint:#202d43;--ink:#e7edf7;--muted:#a0adc0;--line:#303947;--accent:#99baff;color-scheme:dark}*{box-sizing:border-box}body{margin:0;background:var(--bg)}button,select{cursor:pointer}button,input,select,textarea{font:inherit}a{color:inherit}html{scroll-behavior:smooth}@media(prefers-reduced-motion:reduce){html{scroll-behavior:auto}}