:root{--bg: #0f1419;--surface: #1a2332;--surface-hover: #243044;--border: #2d3a4f;--text: #e8edf4;--muted: #8b9cb3;--accent: #3d8bfd;--accent-dim: #2563eb;--success: #34d399;--warning: #fbbf24;--font: "DM Sans", system-ui, sans-serif}:root[data-theme=light]{--bg: #f7f8fb;--surface: #ffffff;--surface-hover: #f1f5f9;--border: #d7dee9;--text: #0b1220;--muted: #5b6b82;--accent: #2563eb;--accent-dim: #1d4ed8;--success: #16a34a;--warning: #d97706}*,*:before,*:after{box-sizing:border-box}html,body,#root{height:100%}body{margin:0;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}button{font-family:inherit;cursor:pointer}input{font-family:inherit}a{color:var(--accent)}
