@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800;900&display=swap";
:root{--bg:#080c18;--surface:#0f172a;--surface-2:#1e293b;--surface-3:#263147;--border:#1e2d45;--border-light:#2a3f5c;--text:#e2e8f0;--text-dim:#64748b;--text-muted:#475569;--accent:#6366f1;--accent-light:#818cf8;--accent-glow:#6366f126;--green:#10b981;--green-dim:#10b9811a;--red:#ef4444;--red-dim:#ef44441a;--amber:#f59e0b;--amber-dim:#f59e0b1a;--cyan:#06b6d4;--cyan-dim:#06b6d41a;--purple:#a855f7;--radius:14px;--radius-sm:8px}*{box-sizing:border-box;margin:0;padding:0}html,body{background:var(--bg);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;min-height:100vh;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--border-light);border-radius:4px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}
