@import "https://fonts.googleapis.com/css2?family=Outfit:wght@400;500;600;700;800&family=Plus+Jakarta+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;1,400&display=swap";:root{--bg-app:#090d16;--bg-surface:#0f1626;--bg-surface-elevated:#162035;--bg-surface-hover:#1e2c47;--border-subtle:#ffffff14;--border-active:#6366f166;--text-primary:#f8fafc;--text-secondary:#94a3b8;--text-muted:#64748b;--accent-primary:#6366f1;--accent-primary-hover:#4f46e5;--accent-cyan:#06b6d4;--accent-emerald:#10b981;--accent-amber:#f59e0b;--accent-rose:#f43f5e;--ai-gradient:linear-gradient(135deg, #6366f1 0%, #a855f7 50%, #ec4899 100%);--surface-glass:#0f1626d9;--shadow-glow:0 0 25px #6366f140;--sidebar-width:280px;--sidebar-collapsed-width:72px}[data-theme=light]{--bg-app:#f4f6fb;--bg-surface:#fff;--bg-surface-elevated:#f8fafc;--bg-surface-hover:#f1f5f9;--border-subtle:#e2e8f0;--border-active:#818cf8;--text-primary:#0f172a;--text-secondary:#475569;--text-muted:#94a3b8;--shadow-glow:0 10px 30px #6366f11f;--surface-glass:#ffffffe6}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-app);color:var(--text-primary);-webkit-font-smoothing:antialiased;min-height:100vh;font-family:Plus Jakarta Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;line-height:1.5;overflow-x:hidden}h1,h2,h3,h4,.font-heading{letter-spacing:-.02em;font-family:Outfit,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff26;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#ffffff40}@keyframes pulse-subtle{0%,to{opacity:1;transform:scale(1)}50%{opacity:.85;transform:scale(1.03)}}.animate-pulse-subtle{animation:3s ease-in-out infinite pulse-subtle}@keyframes glow-line{0%{background-position:0%}50%{background-position:100%}to{background-position:0%}}.ai-gradient-bg{background:var(--ai-gradient);background-size:200% 200%;animation:6s infinite glow-line}.glass-panel{background:var(--surface-glass);-webkit-backdrop-filter:blur(16px);border:1px solid var(--border-subtle)}.badge-ai{color:#c084fc;background:linear-gradient(135deg,#6366f140,#a855f740);border:1px solid #a855f766}.badge-success{color:#34d399;background:#10b98126;border:1px solid #10b9814d}.badge-primary{color:#818cf8;background:#6366f126;border:1px solid #6366f14d}.badge-warning{color:#fbbf24;background:#f59e0b26;border:1px solid #f59e0b4d}
