*,*:before,*:after{box-sizing:border-box}:root{--color-primary: #6366f1;--color-primary-hover: #4f46e5;--color-primary-light: #e0e7ff;--color-primary-50: #eef2ff;--color-accent: #8b5cf6;--color-accent-hover: #7c3aed;--color-danger: #ef4444;--color-danger-hover: #dc2626;--color-danger-light: #fef2f2;--color-success: #10b981;--color-success-light: #ecfdf5;--color-warning: #f59e0b;--color-warning-light: #fffbeb;--color-info: #3b82f6;--color-info-light: #eff6ff;--color-bg: #f8fafc;--color-surface: #ffffff;--color-text: #1e293b;--color-text-secondary: #475569;--color-text-muted: #94a3b8;--color-border: #e2e8f0;--color-border-light: #f1f5f9;--color-skeleton: #e2e8f0;--color-skeleton-shine: #f1f5f9;--gradient-primary: linear-gradient(135deg, #6366f1 0%, #8b5cf6 100%);--gradient-accent: linear-gradient(135deg, #8b5cf6 0%, #a78bfa 100%);--gradient-warm: linear-gradient(135deg, #f97316 0%, #f59e0b 100%);--gradient-success: linear-gradient(135deg, #10b981 0%, #34d399 100%);--gradient-bg: linear-gradient(135deg, #f0f4ff 0%, #faf5ff 50%, #fdf2f8 100%);--gradient-card: linear-gradient(145deg, #ffffff 0%, #f8fafc 100%);--gradient-navbar: linear-gradient(135deg, #1e1b4b 0%, #312e81 50%, #4c1d95 100%);--radius-sm: 8px;--radius: 12px;--radius-md: 16px;--radius-lg: 20px;--radius-xl: 24px;--radius-full: 9999px;--shadow-xs: 0 1px 2px rgba(0, 0, 0, .04);--shadow: 0 1px 3px rgba(0, 0, 0, .06), 0 1px 2px rgba(0, 0, 0, .04);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .07), 0 2px 4px -2px rgba(0, 0, 0, .05);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .08), 0 4px 6px -4px rgba(0, 0, 0, .04);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .08), 0 8px 10px -6px rgba(0, 0, 0, .04);--shadow-glow: 0 0 20px rgba(99, 102, 241, .15);--shadow-card-hover: 0 20px 40px -12px rgba(99, 102, 241, .2);--max-width: 1200px;--transition-fast: .15s cubic-bezier(.4, 0, .2, 1);--transition: .2s cubic-bezier(.4, 0, .2, 1);--transition-slow: .3s cubic-bezier(.4, 0, .2, 1);--transition-spring: .4s cubic-bezier(.34, 1.56, .64, 1)}html,body{margin:0;padding:0;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif;background:var(--gradient-bg);color:var(--color-text);line-height:1.6;min-height:100vh;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}a{color:var(--color-primary);text-decoration:none;transition:color var(--transition)}a:hover{color:var(--color-primary-hover);text-decoration:none}:focus-visible{outline:2px solid var(--color-primary);outline-offset:2px;border-radius:var(--radius-sm)}button{cursor:pointer;font:inherit;color:var(--color-text);transition:all var(--transition)}button:active{transform:scale(.97)}input,select,textarea{font:inherit;color:var(--color-text);transition:border-color var(--transition),box-shadow var(--transition)}input:focus,select:focus,textarea:focus{border-color:var(--color-primary)!important;box-shadow:0 0 0 3px #6366f11a}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@keyframes fadeIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInScale{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-10px)}to{opacity:1;transform:translateY(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}@keyframes gradientShift{0%{background-position:0% 50%}50%{background-position:100% 50%}to{background-position:0% 50%}}.animate-fade-in{animation:fadeIn var(--transition-slow) ease-out both}.animate-fade-in-up{animation:fadeInUp .5s ease-out both}.animate-fade-in-scale{animation:fadeInScale var(--transition-slow) ease-out both}.animate-slide-down{animation:slideDown var(--transition-slow) ease-out both}.animate-spin{animation:spin 1s linear infinite}.animate-pulse{animation:pulse 2s ease-in-out infinite}.animate-float{animation:float 3s ease-in-out infinite}.stagger-children>*{animation:fadeInUp .4s ease-out both}.stagger-children>*:nth-child(1){animation-delay:0ms}.stagger-children>*:nth-child(2){animation-delay:60ms}.stagger-children>*:nth-child(3){animation-delay:.12s}.stagger-children>*:nth-child(4){animation-delay:.18s}.stagger-children>*:nth-child(5){animation-delay:.24s}.stagger-children>*:nth-child(6){animation-delay:.3s}.stagger-children>*:nth-child(7){animation-delay:.36s}.stagger-children>*:nth-child(8){animation-delay:.42s}.glass{background:#fffc;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.3)}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--color-border);border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}[data-theme=dark]{color-scheme:dark;--color-primary: #818cf8;--color-primary-hover: #6366f1;--color-primary-light: #312e81;--color-primary-50: #1e1b4b;--color-accent: #a78bfa;--color-accent-hover: #8b5cf6;--color-danger: #f87171;--color-danger-hover: #ef4444;--color-danger-light: #450a0a;--color-success: #34d399;--color-success-light: #064e3b;--color-warning: #fbbf24;--color-warning-light: #451a03;--color-info: #60a5fa;--color-info-light: #1e3a5f;--color-bg: #0f172a;--color-surface: #1e293b;--color-text: #f1f5f9;--color-text-secondary: #cbd5e1;--color-text-muted: #64748b;--color-border: #334155;--color-border-light: #1e293b;--gradient-primary: linear-gradient(135deg, #818cf8 0%, #a78bfa 100%);--gradient-accent: linear-gradient(135deg, #a78bfa 0%, #c4b5fd 100%);--gradient-warm: linear-gradient(135deg, #fb923c 0%, #fbbf24 100%);--gradient-success: linear-gradient(135deg, #34d399 0%, #6ee7b7 100%);--gradient-bg: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #1a0533 100%);--gradient-card: linear-gradient(145deg, #1e293b 0%, #0f172a 100%);--gradient-navbar: linear-gradient(135deg, #0f172a 0%, #1e1b4b 50%, #2e1065 100%);--shadow-xs: 0 1px 2px rgba(0, 0, 0, .3);--shadow: 0 1px 3px rgba(0, 0, 0, .4), 0 1px 2px rgba(0, 0, 0, .3);--shadow-md: 0 4px 6px -1px rgba(0, 0, 0, .4), 0 2px 4px -2px rgba(0, 0, 0, .3);--shadow-lg: 0 10px 15px -3px rgba(0, 0, 0, .4), 0 4px 6px -4px rgba(0, 0, 0, .3);--shadow-xl: 0 20px 25px -5px rgba(0, 0, 0, .5), 0 8px 10px -6px rgba(0, 0, 0, .4);--shadow-glow: 0 0 20px rgba(129, 140, 248, .2);--shadow-card-hover: 0 20px 40px -12px rgba(129, 140, 248, .25);--color-skeleton: #334155;--color-skeleton-shine: #475569}[data-theme=dark] .glass{background:#1e293bcc;border:1px solid rgba(51,65,85,.5)}[data-theme=dark] ::-webkit-scrollbar-thumb{background:var(--color-border)}[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:var(--color-text-muted)}@media (max-width: 600px){.navbar-email,.navbar-logout-text,.navbar-app-name{display:none!important}}
