.loader-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6);display:flex;align-items:center;justify-content:center;z-index:9999}.loader-container{display:flex;flex-direction:column;align-items:center;gap:20px}.loader-image{width:120px;height:120px;animation:spin 1.5s linear infinite}.loader-text{font-size:18px;font-weight:600;color:#fff;letter-spacing:1px;animation:pulseText 1.5s infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulseText{0%,to{opacity:1}50%{opacity:.6}}@tailwind base;@tailwind components;@tailwind utilities;#react-hot-toast{z-index:10000!important}:root{--color-primary: #3b82f6;--color-primary-dark: #2563eb;--color-success: #16a34a;--color-danger: #dc2626;--color-warning: #d97706;--color-bg: #f8fafc;--color-surface: #ffffff;--color-surface-elevated: #ffffff;--color-border: #e2e8f0;--color-text: #0f172a;--color-text-muted: #64748b;--color-text-subtle: #94a3b8;--color-primary-subtle: #eff6ff;--color-primary-border: #bfdbfe;--color-success-bg: #dcfce7;--color-success-fg: #16a34a;--color-success-border: #bbf7d0;--color-warning-bg: #fef3c7;--color-warning-fg: #d97706;--color-warning-border: #fde68a;--color-danger-bg: #fee2e2;--color-danger-fg: #dc2626;--color-danger-border: #fecaca;--space-xs: 4px;--space-sm: 8px;--space-md: 16px;--space-lg: 24px;--space-xl: 32px;--radius-sm: 8px;--radius-md: 12px;--radius-lg: 16px;--radius-full: 9999px;--shadow-sm: 0 2px 8px rgba(15, 23, 42, .06);--shadow-md: 0 4px 20px rgba(15, 23, 42, .08);--shadow-lg: 0 8px 32px rgba(15, 23, 42, .12);--font-sans: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;--text-sm: .8125rem;--text-base: .875rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--navbar-height: 64px;--z-dropdown: 1000;--z-toast: 10000}:root[data-theme=dark]{--color-primary: #60a5fa;--color-primary-dark: #3b82f6;--color-success: #4ade80;--color-danger: #f87171;--color-warning: #fbbf24;--color-bg: #0f172a;--color-surface: #1e293b;--color-surface-elevated: #263548;--color-border: #334155;--color-text: #f1f5f9;--color-text-muted: #94a3b8;--color-text-subtle: #64748b;--color-primary-subtle: rgba(96, 165, 250, .12);--color-primary-border: rgba(96, 165, 250, .3);--color-success-bg: rgba(74, 222, 128, .14);--color-success-fg: #4ade80;--color-success-border: rgba(74, 222, 128, .3);--color-warning-bg: rgba(251, 191, 36, .14);--color-warning-fg: #fbbf24;--color-warning-border: rgba(251, 191, 36, .3);--color-danger-bg: rgba(248, 113, 113, .14);--color-danger-fg: #f87171;--color-danger-border: rgba(248, 113, 113, .3);--shadow-sm: 0 2px 8px rgba(0, 0, 0, .4);--shadow-md: 0 4px 20px rgba(0, 0, 0, .5);--shadow-lg: 0 8px 32px rgba(0, 0, 0, .6)}
