:root{--bg: #f0f4f8;--surface: #ffffff;--surface-2: #f8fafc;--surface-3: #f1f5f9;--border: #cbd5e1;--border-2: #94a3b8;--text: #0f172a;--text-2: #475569;--text-3: #94a3b8;--brand: #2563eb;--brand-dim: rgba(37,99,235,.08);--brand-line: rgba(37,99,235,.2);--gold: #b45309;--gold-dim: rgba(180,83,9,.08);--gold-line: rgba(180,83,9,.2);--blue: #2563eb;--blue-dim: rgba(37,99,235,.08);--green: #059669;--green-dim: rgba(5,150,105,.08);--red: #dc2626;--red-dim: rgba(220,38,38,.08);--amber: #d97706;--amber-dim: rgba(217,119,6,.08);--purple: #7c3aed;--purple-dim: rgba(124,58,237,.08);--font-display: "Inter", "Segoe UI", system-ui, sans-serif;--font-body: "Inter", "Segoe UI", system-ui, sans-serif;--font-mono: "Inter", "Segoe UI", system-ui, sans-serif;--r: 10px;--r-sm: 6px;--shadow-sm: 0 1px 3px rgba(15,23,42,.08), 0 1px 2px rgba(15,23,42,.06);--shadow: 0 4px 12px rgba(15,23,42,.1), 0 2px 4px rgba(15,23,42,.06);--shadow-lg: 0 10px 32px rgba(15,23,42,.14), 0 4px 8px rgba(15,23,42,.08)}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-size:14px;scroll-behavior:smooth}body{background:var(--bg);color:var(--text);font-family:var(--font-body);min-height:100vh;-webkit-font-smoothing:antialiased}::-webkit-scrollbar{width:5px;height:5px}::-webkit-scrollbar-track{background:var(--surface-2)}::-webkit-scrollbar-thumb{background:var(--border);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--border-2)}.mono{font-family:var(--font-mono)}
