@tailwind base;@tailwind components;@tailwind utilities;:root[data-theme=dark]{--bg-primary: #0a0a0f;--bg-secondary: rgba(10, 10, 15, .8);--bg-card: rgba(255, 255, 255, .03);--bg-card-hover: rgba(255, 255, 255, .05);--bg-void: rgba(0, 0, 20, .8);--text-primary: #e5e7eb;--text-secondary: rgba(156, 163, 175, 1);--text-muted: rgba(107, 114, 128, 1);--accent-primary: #22d3ee;--accent-secondary: #ec4899;--accent-purple: #9333ea;--border-default: rgba(6, 182, 212, .2);--border-hover: rgba(6, 182, 212, .4);--shadow-glow: rgba(6, 182, 212, .15)}:root[data-theme=light]{--bg-primary: #f8fafc;--bg-secondary: rgba(248, 250, 252, .95);--bg-card: rgba(255, 255, 255, .8);--bg-card-hover: rgba(255, 255, 255, .95);--bg-void: rgba(248, 250, 252, .9);--text-primary: #1e293b;--text-secondary: #475569;--text-muted: #64748b;--accent-primary: #0891b2;--accent-secondary: #db2777;--accent-purple: #7c3aed;--border-default: rgba(8, 145, 178, .3);--border-hover: rgba(8, 145, 178, .5);--shadow-glow: rgba(8, 145, 178, .2)}body{background-color:var(--bg-primary);color:var(--text-primary);transition:background-color .3s ease,color .3s ease}.theme-bg-primary{background-color:var(--bg-primary)}.theme-bg-secondary{background-color:var(--bg-secondary)}.theme-bg-card{background-color:var(--bg-card)}.theme-text-primary{color:var(--text-primary)}.theme-text-secondary{color:var(--text-secondary)}.theme-text-muted{color:var(--text-muted)}.theme-accent-primary{color:var(--accent-primary)}.theme-accent-secondary{color:var(--accent-secondary)}.theme-accent-purple{color:var(--accent-purple)}.theme-border{border-color:var(--border-default)}.theme-nav-bg{background-color:var(--bg-void)}.theme-nav-border{border-color:var(--border-default)}.theme-nav-shadow{box-shadow:0 0 50px var(--shadow-glow)}.theme-nav-hover:hover{border-color:var(--border-hover)}.theme-text-active{color:var(--accent-primary)}.theme-active-glow{filter:drop-shadow(0 0 10px var(--accent-primary))}.theme-bg-active{background-color:var(--accent-primary)}.theme-active-dot-shadow{box-shadow:0 0 10px currentColor}.theme-hover-primary:hover{color:var(--accent-primary)}.theme-hover-accent:hover{color:var(--accent-secondary)}.theme-divider{background-color:var(--border-default)}.theme-card{background:var(--bg-card);border:1px solid var(--border-default)}.theme-card:hover{background:var(--bg-card-hover);border-color:var(--border-hover)}[data-theme=dark] .theme-btn-primary{background-color:#06b6d433;color:#67e8f9}[data-theme=dark] .theme-btn-primary-hover:hover{background-color:#06b6d466;box-shadow:0 0 20px #06b6d466}[data-theme=light] .theme-btn-primary{background-color:#0891b226;color:#0e7490}[data-theme=light] .theme-btn-primary-hover:hover{background-color:#0891b240;box-shadow:0 0 20px #0891b24d}[data-theme=dark] .theme-btn-secondary{background-color:#a855f733;color:#e9d5ff}[data-theme=dark] .theme-btn-secondary-hover:hover{background-color:#a855f766;box-shadow:0 0 20px #a855f766}[data-theme=light] .theme-btn-secondary{background-color:#7c3aed26;color:#6d28d9}[data-theme=light] .theme-btn-secondary-hover:hover{background-color:#7c3aed40;box-shadow:0 0 20px #7c3aed4d}[data-theme=dark] .theme-btn-danger{background-color:#ef444433;color:#fca5a5}[data-theme=dark] .theme-btn-danger-hover:hover{background-color:#ef444466}[data-theme=light] .theme-btn-danger{background-color:#dc262626;color:#b91c1c}[data-theme=light] .theme-btn-danger-hover:hover{background-color:#dc262640}[data-theme=dark] .theme-btn-glass{background-color:#ffffff0d;color:#fff}[data-theme=dark] .theme-btn-glass-hover:hover{background-color:#ffffff1a}[data-theme=light] .theme-btn-glass{background-color:#0000000d;color:#1e293b}[data-theme=light] .theme-btn-glass-hover:hover{background-color:#0000001a}.theme-border-danger{border-color:#ef444480}[data-theme=dark]{--color-void: #0a0a0f;--color-glass: rgba(255, 255, 255, .03);--color-glass-border: rgba(255, 255, 255, .1)}[data-theme=light]{--color-void: #f8fafc;--color-glass: rgba(0, 0, 0, .03);--color-glass-border: rgba(0, 0, 0, .1)}.bg-void{background-color:var(--color-void)}.bg-glass{background-color:var(--color-glass)}.border-glassBorder{border-color:var(--color-glass-border)}[data-theme=dark] .theme-bg-overlay{background-color:#000000e6}[data-theme=light] .theme-bg-overlay{background-color:#ffffffe6}[data-theme=dark] .theme-bg-modal{background-color:#000000f2}[data-theme=light] .theme-bg-modal{background-color:#fffffff2}[data-theme=dark] .theme-text-white{color:#fff}[data-theme=light] .theme-text-white{color:#1e293b}[data-theme=dark] .theme-text-gray-300{color:#d1d5db}[data-theme=light] .theme-text-gray-300{color:#475569}[data-theme=dark] .theme-text-gray-400{color:#9ca3af}[data-theme=light] .theme-text-gray-400{color:#64748b}[data-theme=dark] .theme-text-cyan-400{color:#22d3ee}[data-theme=light] .theme-text-cyan-400{color:#0891b2}[data-theme=dark] .theme-text-cyan-500{color:#06b6d4}[data-theme=light] .theme-text-cyan-500{color:#0e7490}[data-theme=dark] .theme-text-purple-300{color:#d8b4fe}[data-theme=light] .theme-text-purple-300{color:#7c3aed}[data-theme=dark] .theme-text-purple-400{color:#c084fc}[data-theme=light] .theme-text-purple-400{color:#6d28d9}[data-theme=dark] .theme-text-pink-500{color:#ec4899}[data-theme=light] .theme-text-pink-500{color:#db2777}[data-theme=dark] .theme-text-red-500{color:#ef4444}[data-theme=light] .theme-text-red-500{color:#dc2626}[data-theme=dark] .theme-bg-red-overlay{background-color:#ef44441a}[data-theme=light] .theme-bg-red-overlay{background-color:#dc26261a}[data-theme=dark] .theme-border-red{border-color:#ef44444d}[data-theme=light] .theme-border-red{border-color:#dc26264d}[data-theme=dark] .theme-border-white{border-color:#ffffff1a}[data-theme=light] .theme-border-white{border-color:#0000001a}[data-theme=dark] .theme-bg-gradient{background:linear-gradient(to bottom right,rgba(255,255,255,.05),transparent)}[data-theme=light] .theme-bg-gradient{background:linear-gradient(to bottom right,rgba(0,0,0,.05),transparent)}[data-theme=dark] .theme-bg-purple-glow{background-color:#581c8733}[data-theme=light] .theme-bg-purple-glow{background-color:#a855f71a}[data-theme=dark] .theme-bg-cyan-glow{background-color:#0891b233}[data-theme=light] .theme-bg-cyan-glow{background-color:#06b6d41a}[data-theme=dark] .theme-bg-black{background-color:#000}[data-theme=light] .theme-bg-black{background-color:#fff}[data-theme=dark] .theme-bg-white-5{background-color:#ffffff0d}[data-theme=light] .theme-bg-white-5{background-color:#0000000d}[data-theme=dark] .theme-bg-white-10{background-color:#ffffff1a}[data-theme=light] .theme-bg-white-10{background-color:#0000001a}[data-theme=dark] .theme-bg-gray-50{background-color:#f9fafb}[data-theme=light] .theme-bg-gray-50{background-color:#1f2937}[data-theme=dark] .theme-bg-gray-100{background-color:#f3f4f6}[data-theme=light] .theme-bg-gray-100{background-color:#374151}[data-theme=dark] .theme-bg-green-100{background-color:#22c55e1a}[data-theme=light] .theme-bg-green-100{background-color:#16a34a33}[data-theme=dark] .theme-text-green-600{color:#16a34a}[data-theme=light] .theme-text-green-600{color:#15803d}[data-theme=dark] .theme-border-gray-100{border-color:#f3f4f6}[data-theme=light] .theme-border-gray-100{border-color:#374151}[data-theme=dark] .theme-border-gray-200{border-color:#e5e7eb}[data-theme=light] .theme-border-gray-200{border-color:#4b5563}[data-theme=dark] .theme-border-gray-300{border-color:#d1d5db}[data-theme=light] .theme-border-gray-300{border-color:#6b7280}[data-theme=dark] .theme-text-gray-700{color:#374151}[data-theme=light] .theme-text-gray-700{color:#e5e7eb}[data-theme=dark] .theme-text-gray-900{color:#111827}[data-theme=light] .theme-text-gray-900{color:#f9fafb}[data-theme=dark] .theme-bg-cyan-600{background-color:#0891b2}[data-theme=light] .theme-bg-cyan-600{background-color:#06b6d4}[data-theme=dark] .theme-bg-purple-overlay{background-color:#a855f733}[data-theme=light] .theme-bg-purple-overlay{background-color:#7c3aed26}[data-theme=dark] .theme-bg-cyan-overlay{background-color:#06b6d433}[data-theme=light] .theme-bg-cyan-overlay{background-color:#0891b226}[data-theme=dark] .theme-bg-pink-overlay{background-color:#ec48991a}[data-theme=light] .theme-bg-pink-overlay{background-color:#db27771a}[data-theme=dark] .theme-border-purple-500{border-color:#a855f780}[data-theme=light] .theme-border-purple-500{border-color:#7c3aed80}[data-theme=dark] .theme-border-cyan-500{border-color:#06b6d480}[data-theme=light] .theme-border-cyan-500{border-color:#0891b280}[data-theme=dark] .theme-placeholder{color:#9ca3af}[data-theme=light] .theme-placeholder{color:#6b7280}input.theme-placeholder::placeholder{color:var(--text-muted)}textarea.theme-placeholder::placeholder{color:var(--text-muted)}[data-theme=dark] .theme-hover-white:hover{color:#fff}[data-theme=light] .theme-hover-white:hover{color:#1e293b}[data-theme=dark] .theme-hover-cyan:hover{color:#22d3ee}[data-theme=light] .theme-hover-cyan:hover{color:#0891b2}[data-theme=dark] .theme-hover-red:hover{color:#ef4444}[data-theme=light] .theme-hover-red:hover{color:#dc2626}[data-theme=dark] .theme-hover-bg-white:hover{background-color:#ffffff1a}[data-theme=light] .theme-hover-bg-white:hover{background-color:#0000001a}[data-theme=dark] .theme-text-gray-500{color:#6b7280}[data-theme=light] .theme-text-gray-500{color:#9ca3af}[data-theme=dark] .theme-text-gray-600{color:#4b5563}[data-theme=light] .theme-text-gray-600{color:#d1d5db}[data-theme=dark] .theme-bg-indigo-600{background-color:#4f46e5}[data-theme=light] .theme-bg-indigo-600{background-color:#6366f1}[data-theme=dark] .theme-text-indigo-600{color:#4f46e5}[data-theme=light] .theme-text-indigo-600{color:#6366f1}[data-theme=dark] .theme-shadow-indigo{box-shadow:0 10px 15px -3px #4f46e54d}[data-theme=light] .theme-shadow-indigo{box-shadow:0 10px 15px -3px #6366f14d}[data-theme=dark] .theme-hover-bg-indigo:hover{background-color:#4338ca}[data-theme=light] .theme-hover-bg-indigo:hover{background-color:#818cf8}[data-theme=dark] .theme-border-indigo{border-color:#4f46e5}[data-theme=light] .theme-border-indigo{border-color:#6366f1}[data-theme=dark] .theme-bg-white-80{background-color:#fffc}[data-theme=light] .theme-bg-white-80{background-color:#0000000d}[data-theme=dark] .theme-text-cyan-300{color:#67e8f9}[data-theme=light] .theme-text-cyan-300{color:#0e7490}[data-theme=dark] .theme-text-black{color:#000}[data-theme=light] .theme-text-black{color:#fff}[data-theme=dark] .theme-bg-purple-500{background-color:#a855f733}[data-theme=light] .theme-bg-purple-500{background-color:#7c3aed26}[data-theme=dark] .theme-bg-cyan-500{background-color:#06b6d433}[data-theme=light] .theme-bg-cyan-500{background-color:#0891b226}[data-theme=dark] .theme-bg-purple-900{background-color:#581c8733}[data-theme=light] .theme-bg-purple-900{background-color:#a855f71a}[data-theme=dark] .theme-bg-cyan-900{background-color:#0891b233}[data-theme=light] .theme-bg-cyan-900{background-color:#06b6d41a}[data-theme=dark] .theme-border-t-red-500{border-top-color:#ef4444}[data-theme=light] .theme-border-t-red-500{border-top-color:#dc2626}[data-theme=dark] .theme-border-b-red-500{border-bottom-color:#ef4444}[data-theme=light] .theme-border-b-red-500{border-bottom-color:#dc2626}
