:root{--bg-base:#090e1a;--bg-surface:#0f1629;--bg-elevated:#162040;--border:#1e2d4a;--text-primary:#e8edf5;--text-secondary:#8a9bbf;--accent-green:#10b981;--accent-green-dim:#065f46;--accent-violet:#7c3aed;--accent-violet-dim:#4c1d95}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg-base);height:100%;color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,system-ui,-apple-system,sans-serif;overflow:hidden}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border);border-radius:2px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
