:root.light{--bg-primary: #ffffff;--bg-secondary: #f8fafc;--bg-tertiary: #f1f5f9;--text-primary: #1e293b;--text-secondary: #64748b;--text-tertiary: #94a3b8;--border-primary: #e2e8f0;--border-secondary: #cbd5e1;--accent-primary: #8b5cf6;--accent-secondary: #f97316;--success: #10b981;--warning: #f59e0b;--error: #ef4444;--shadow: rgba(0, 0, 0, .1)}:root.dark{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-tertiary: #334155;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-tertiary: #94a3b8;--border-primary: #334155;--border-secondary: #475569;--accent-primary: #a855f7;--accent-secondary: #fb923c;--success: #34d399;--warning: #fbbf24;--error: #f87171;--shadow: rgba(0, 0, 0, .3)}.bg-theme-primary{background-color:var(--bg-primary)}.bg-theme-secondary{background-color:var(--bg-secondary)}.bg-theme-tertiary{background-color:var(--bg-tertiary)}.text-theme-primary{color:var(--text-primary)}.text-theme-secondary{color:var(--text-secondary)}.text-theme-tertiary{color:var(--text-tertiary)}.border-theme-primary{border-color:var(--border-primary)}.border-theme-secondary{border-color:var(--border-secondary)}.accent-theme-primary{color:var(--accent-primary)}.bg-accent-theme-primary{background-color:var(--accent-primary)}.accent-theme-secondary{color:var(--accent-secondary)}.bg-accent-theme-secondary{background-color:var(--accent-secondary)}*{transition:background-color .3s ease,color .3s ease,border-color .3s ease}input,textarea,select,button{transition:background-color .3s ease,color .3s ease,border-color .3s ease,box-shadow .3s ease}:root.dark{scrollbar-color:var(--bg-tertiary) var(--bg-secondary)}:root.dark ::-webkit-scrollbar{background:var(--bg-secondary)}:root.dark ::-webkit-scrollbar-thumb{background:var(--bg-tertiary);border-radius:6px}:root.dark ::-webkit-scrollbar-thumb:hover{background:var(--border-secondary)}:root.dark img{opacity:.9}.focus-theme{@apply focus:outline-none focus:ring-2 focus:ring-offset-2;}:root.light .focus-theme{@apply focus:ring-purple-500 focus:ring-offset-white;}:root.dark .focus-theme{@apply focus:ring-purple-400 focus:ring-offset-gray-800;}
