@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-shell:#0a0a0a;--bg-card:#141d31;--bg-sidebar:#1c2842;--sidebar-border:#1e293b;--sidebar-hover:#ffffff0d;--text-primary:#f1f5f9;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-orange:#ff6a00;--accent-teal:#14b8a6;--accent-blue:#2563eb;--accent-green:#10b981;--accent-red:#ef4444;--accent-yellow:#f59e0b;--border:#1e293b;--card-border:#1e293b}[data-theme=light]{--bg-shell:#f8fafc;--bg-card:#fff;--bg-sidebar:#141d31;--sidebar-border:#1e293b;--sidebar-hover:#ffffff0d;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--accent-orange:#ea580c;--border:#e2e8f0;--card-border:#e2e8f0}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-shell);color:var(--text-primary);-webkit-font-smoothing:antialiased;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif}#root{height:100vh;display:flex;overflow:hidden}::-webkit-scrollbar{width:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:var(--text-muted);border-radius:3px}::-webkit-scrollbar-thumb:hover{background:var(--text-secondary)}
