:root{--bg: #f3f6fb;--bg2: #e8eef7;--text: #0f172a;--muted: #475569;--border: #cdd7e5;--card: #ffffff;--shadow: 0 12px 28px rgba(15, 23, 42, .12);--primary: #0ea5e9;--primaryText: #ffffff}html[data-theme=dark]{--bg: #020617;--bg2: #0f172a;--text: #e2e8f0;--muted: #94a3b8;--border: #1e293b;--card: #111c2f;--shadow: 0 16px 36px rgba(2, 6, 23, .45);--primary: #22d3ee;--primaryText: #03131f}*{box-sizing:border-box}html,body,#root{min-height:100%}body{margin:0;background:var(--bg);color:var(--text);font-family:Inter,sans-serif}::selection{background:color-mix(in srgb,var(--primary) 35%,transparent);color:var(--primaryText)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--bg)}::-webkit-scrollbar-thumb{background:color-mix(in srgb,var(--muted) 45%,var(--bg));border-radius:999px}::-webkit-scrollbar-thumb:hover{background:var(--muted)}
