@tailwind base;@tailwind components;@tailwind utilities;.light-theme{--bg-primary: #f8fafc;--bg-secondary: #f1f5f9;--bg-card: #ffffff;--text-primary: #0f172a;--text-secondary: #475569;--text-muted: #64748b;--border-color: #e2e8f0}.dark-theme{--bg-primary: #0f172a;--bg-secondary: #1e293b;--bg-card: #1e293b;--text-primary: #f8fafc;--text-secondary: #cbd5e1;--text-muted: #94a3b8;--border-color: #334155}.light-theme{background-color:var(--bg-primary)}.light-theme .bg-brand-900,.light-theme .bg-slate-900{background-color:var(--bg-primary)!important}.light-theme .bg-slate-950{background-color:var(--bg-secondary)!important}.light-theme .bg-slate-800,.light-theme .bg-slate-800\/50,.light-theme .bg-slate-800\/60{background-color:var(--bg-card)!important;border-color:var(--border-color)!important}.light-theme .text-white{color:var(--text-primary)!important}.light-theme .text-slate-300,.light-theme .text-slate-200{color:var(--text-secondary)!important}.light-theme .text-slate-400,.light-theme .text-slate-500{color:var(--text-muted)!important}.light-theme .border-slate-700,.light-theme .border-slate-800{border-color:var(--border-color)!important}.light-theme nav.bg-slate-900\/90{background-color:#f8fafce6!important}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.animate-shimmer{background:linear-gradient(90deg,transparent,rgba(255,255,255,.1),transparent);background-size:200% 100%;animation:shimmer 1.5s infinite}
