:root{--bg: #0c0e12;--surface: #141820;--surface2: #1a2030;--border: rgba(255, 255, 255, .08);--text: #e8eaef;--muted: #8b93a5;--accent: #3b82f6;--accent-dim: rgba(59, 130, 246, .2);--ok: #22c55e;--pending: #eab308;--radius: 12px;--font: "DM Sans", system-ui, sans-serif;--mono: "JetBrains Mono", ui-monospace, monospace}*,*:before,*:after{box-sizing:border-box}html{scroll-behavior:smooth}body{margin:0;min-height:100vh;font-family:var(--font);background:var(--bg);color:var(--text);line-height:1.5;-webkit-font-smoothing:antialiased}#root{min-height:100vh}a{color:var(--accent);text-decoration:none}a:hover{text-decoration:underline}
