:root{--bg: #000000;--surface: #0e0e10;--surface-2: #161618;--surface-3: #1f1f23;--border: #232327;--border-strong: #303036;--text: #fafafa;--text-dim: #a1a1aa;--text-mute: #71717a;--text-faint: #52525b;--gold: #facc15;--silver: #d4d4d8;--bronze: #f59e0b;--positive: #22c55e;--negative: #ef4444;--live: #ef4444;--info: #38bdf8;--r-sm: 8px;--r-md: 12px;--r-lg: 18px;--r-pill: 999px;--font-display: "Geist", ui-sans-serif, system-ui, sans-serif;--font-mono: "Geist Mono", ui-monospace, monospace}*{box-sizing:border-box}html,body,#root{margin:0;padding:0;background:var(--bg);color:var(--text);font-family:var(--font-display);-webkit-font-smoothing:antialiased;min-height:100vh}.muted{color:var(--text-dim)}.faint{color:var(--text-mute)}.mono{font-family:var(--font-mono);font-feature-settings:"tnum"}.eyebrow{font-size:12px;letter-spacing:.18em;text-transform:uppercase;color:var(--text-mute);font-weight:500}.hairline{height:1px;background:var(--border);width:100%}.card{background:var(--surface);border:1px solid var(--border);border-radius:var(--r-lg)}.row{display:grid;align-items:center;padding:16px 20px;border-bottom:1px solid var(--border)}.row:last-child{border-bottom:none}.dot{width:6px;height:6px;border-radius:50%;background:currentColor;display:inline-block}.dot-live{width:8px;height:8px;border-radius:50%;background:var(--live);display:inline-block;box-shadow:0 0 0 3px #ef44442e;animation:pulse 1.6s ease-in-out infinite}@keyframes pulse{0%,to{box-shadow:0 0 0 3px #ef44442e}50%{box-shadow:0 0 0 6px #ef444400}}button{font-family:inherit;cursor:pointer}input,select,textarea{font-family:inherit}a{color:inherit;text-decoration:none}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:4px}::-webkit-scrollbar-track{background:transparent}
