:root{--color-primary-400: 129 140 248;--color-primary-500: 99 102 241;--color-primary-600: 79 70 229;--color-primary-700: 67 56 202;--sb-base: #020617;--sb-sidebar: #0b0f19;--sb-header: #020617cc;--sb-panel-bg: rgba(15,23,42,.6);--sb-surface: #0f172a;--sb-surface2: #0f172a;--sb-input-bg: #0f172a;--sb-text-1: #ffffff;--sb-text-2: #e2e8f0;--sb-text-3: #94a3b8;--sb-text-4: #64748b;--sb-border: rgba(30,41,59,.5);--sb-border2: #1e293b}html.light{--sb-base: #f1f5f9;--sb-sidebar: #ffffff;--sb-header: #ffffffcc;--sb-panel-bg: rgba(255,255,255,.92);--sb-surface: #ffffff;--sb-surface2: #f8fafc;--sb-input-bg: #f8fafc;--sb-text-1: #0f172a;--sb-text-2: #1e293b;--sb-text-3: #475569;--sb-text-4: #64748b;--sb-border: rgba(226,232,240,.8);--sb-border2: #e2e8f0}body{font-family:Inter,sans-serif;background-color:var(--sb-base);color:var(--sb-text-1);transition:background-color .3s,color .3s}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:var(--sb-surface)}::-webkit-scrollbar-thumb{background:#334155;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#475569}html.light ::-webkit-scrollbar-thumb{background:#94a3b8}html.light ::-webkit-scrollbar-thumb:hover{background:#64748b}.grid-bg{background-size:20px 20px;background-image:linear-gradient(to right,rgba(255,255,255,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(255,255,255,.05) 1px,transparent 1px)}html.light .grid-bg{background-image:linear-gradient(to right,rgba(0,0,0,.05) 1px,transparent 1px),linear-gradient(to bottom,rgba(0,0,0,.05) 1px,transparent 1px)}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:none}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-20px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.92)}to{opacity:1;transform:scale(1)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes glowPulse{0%,to{opacity:.5}50%{opacity:1}}.animate-slide-in-left{animation:slideInLeft .4s cubic-bezier(.16,1,.3,1) both}.animate-slide-in-right{animation:slideInRight .4s cubic-bezier(.16,1,.3,1) both}.animate-scale-in{animation:scaleIn .3s cubic-bezier(.16,1,.3,1) both}.animate-slide-up{animation:fadeIn .45s cubic-bezier(.16,1,.3,1) both}.animate-float{animation:float 3s ease-in-out infinite}.animate-glow-pulse{animation:glowPulse 2s ease-in-out infinite}.animate-fade-in{animation:fadeIn .4s cubic-bezier(.16,1,.3,1) both}html{scroll-behavior:smooth}@keyframes shimmer{0%{opacity:.4}50%{opacity:.9}to{opacity:.4}}.animate-shimmer{animation:shimmer 2s ease-in-out infinite}@keyframes skeletonWave{0%{background-position:200% 0}to{background-position:-200% 0}}.skeleton{background:linear-gradient(90deg,var(--sb-surface2) 25%,rgba(255,255,255,.06) 50%,var(--sb-surface2) 75%);background-size:300% 100%;animation:skeletonWave 1.6s ease-in-out infinite;border-radius:6px}html.light .skeleton{background:linear-gradient(90deg,#e2e8f0 25%,#0000000a,#e2e8f0 75%);background-size:300% 100%}.card-hover{transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease,border-color .22s ease;will-change:transform}.card-hover:hover{transform:translateY(-3px);box-shadow:0 16px 40px #00000059,0 4px 12px #0003;border-color:rgba(var(--color-primary-500),.35)!important}html.light .card-hover:hover{box-shadow:0 12px 32px #0000001f,0 4px 12px #0000000f}.stat-card{transition:transform .22s cubic-bezier(.34,1.56,.64,1),box-shadow .22s ease;will-change:transform}.stat-card:hover{transform:translateY(-2px) scale(1.01);box-shadow:0 8px 32px #00000040}.stagger>*{opacity:0;animation:fadeIn .4s cubic-bezier(.16,1,.3,1) forwards}.stagger>*:nth-child(1){animation-delay:.04s}.stagger>*:nth-child(2){animation-delay:.09s}.stagger>*:nth-child(3){animation-delay:.14s}.stagger>*:nth-child(4){animation-delay:.19s}.stagger>*:nth-child(5){animation-delay:.24s}.stagger>*:nth-child(6){animation-delay:.29s}.stagger>*:nth-child(n+7){animation-delay:.32s}.btn-glow{transition:transform .15s ease,box-shadow .25s ease,background-color .2s ease;box-shadow:0 0 rgba(var(--color-primary-500),0)}.btn-glow:hover{transform:translateY(-1px);box-shadow:0 4px 20px rgba(var(--color-primary-500),.45),0 2px 8px #0003}.btn-glow:active{transform:translateY(0) scale(.97)}button{transition:opacity .15s ease}input:not([type=checkbox]):not([type=radio]):not([type=date]):not([type=range]),textarea,select{transition:border-color .2s ease,box-shadow .2s ease}input:not([type=checkbox]):not([type=radio]):focus,textarea:focus,select:focus{box-shadow:0 0 0 3px rgba(var(--color-primary-500),.18)!important}.gradient-text{background:linear-gradient(135deg,rgb(var(--color-primary-400)),rgb(var(--color-primary-600)));-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.glass-panel{background:var(--sb-panel-bg);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid var(--sb-border);box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;transition:background .3s,border-color .3s,box-shadow .3s}.nav-active-glow{box-shadow:0 0 8px rgba(var(--color-primary-500),.5)}.header-accent:after{content:"";position:absolute;bottom:-1px;left:0;right:0;height:1px;background:linear-gradient(90deg,transparent,rgba(var(--color-primary-500),.4),transparent);pointer-events:none}.table-row-hover{transition:background-color .15s ease;cursor:default}.table-row-hover:hover{background-color:rgba(var(--color-primary-500),.05)!important}.modal-backdrop{animation:fadeIn .2s ease-out both}.modal-content{animation:scaleIn .25s cubic-bezier(.34,1.56,.64,1) both}.badge-pulse{animation:glowPulse 2.5s ease-in-out infinite}.section-divider{height:1px;background:linear-gradient(90deg,transparent,var(--sb-border2),transparent)}.toast-enter{animation:slideInRight .35s cubic-bezier(.16,1,.3,1) both}.toast-exit{animation:slideInRight .25s cubic-bezier(.16,1,.3,1) reverse both}html.light .text-white{color:#0f172a!important}html.light .text-slate-100{color:#1e293b!important}html.light .text-slate-200{color:#334155!important}html.light .text-slate-300,html.light .text-slate-400{color:#475569!important}html.light .text-slate-500{color:#64748b!important}html.light .text-slate-600{color:#374151!important}html.light .bg-slate-950{background-color:#f1f5f9!important}html.light .bg-slate-900{background-color:#f8fafc!important}html.light .bg-slate-800{background-color:#e2e8f0!important}html.light .bg-slate-700{background-color:#cbd5e1!important}html.light .from-slate-700,html.light .from-slate-500{--tw-gradient-from: #94a3b8 !important}html.light .to-slate-800{--tw-gradient-to: #cbd5e1 !important}html.light .to-slate-700{--tw-gradient-to: #94a3b8 !important}html.light .ring-slate-700{--tw-ring-color: #94a3b8 !important}html.light .bg-black\/30{background-color:#0000000a!important}html.light .bg-slate-900\/50{background-color:#f8fafccc!important}html.light .bg-slate-900\/20{background-color:#f8fafc80!important}html.light .bg-slate-900\/30{background-color:#f8fafcb3!important}html.light .bg-slate-800\/20{background-color:#e2e8f04d!important}html.light .bg-slate-800\/50{background-color:#e2e8f099!important}html.light .border-slate-900\/50{border-color:#e2e8f099!important}html.light .border-slate-800{border-color:#e2e8f0!important}html.light .border-slate-800\/50{border-color:#e2e8f080!important}html.light .border-slate-700{border-color:#cbd5e1!important}html.light .border-slate-600{border-color:#94a3b8!important}html.light input,html.light textarea,html.light select{background-color:#f8fafc!important;color:#0f172a!important;border-color:#cbd5e1!important}html.light input::placeholder,html.light textarea::placeholder{color:#94a3b8!important}html.light code,html.light pre{color:#1e293b!important}html.light .hover\:bg-slate-900:hover{background-color:#e2e8f0!important}html.light .hover\:bg-slate-800:hover{background-color:#cbd5e1!important}html.light .hover\:bg-slate-700:hover{background-color:#94a3b8!important}html.light .hover\:bg-slate-800\/60:hover{background-color:#cbd5e18c!important}html.light .hover\:bg-slate-800\/40:hover{background-color:#e2e8f080!important}html.light .hover\:bg-slate-800\/30:hover{background-color:#e2e8f066!important}html.light .hover\:bg-slate-800\/20:hover{background-color:#e2e8f04d!important}html.light .min-h-screen.bg-\[\#020617\]{background-color:#f1f5f9!important}html.light .bg-\[\#050911\]{background-color:#f8fafc!important}html.light .bg-\[\#0b0f19\]{background-color:#fff!important}html.light .bg-\[\#0d1117\]{background-color:#f8fafc!important}html.light .bg-\[\#020617\]{background-color:#f1f5f9!important}html.light .bg-\[\#0f1623\]{background-color:#fff!important}html.light .border-\[\#0d1117\]{border-color:#f8fafc!important}html.light .bg-slate-900\/40{background-color:#f8fafcb3!important}html.light .bg-slate-900\/60{background-color:#f8fafceb!important}html.light .bg-slate-800\/40{background-color:#e2e8f08c!important}html.light .bg-slate-800\/60{background-color:#cbd5e1b3!important}html.light .bg-slate-800\/90{background-color:#e2e8f0f2!important}html.light .bg-slate-950\/50{background-color:#f8fafce6!important}html.light .bg-slate-950\/80{background-color:#f8fafccc!important}html.light .border-slate-700\/30{border-color:#cbd5e18c!important}html.light .border-slate-700\/50{border-color:#cbd5e1b3!important}html.light .border-slate-700\/60{border-color:#cbd5e1cc!important}html.light .border-slate-700\/80{border-color:#cbd5e1e6!important}html.light .border-slate-800\/40{border-color:#e2e8f0b3!important}html.light .border-slate-800\/80{border-color:#e2e8f0e6!important}html.light .bg-\[\#050911\] .opacity-20[style*=radial-gradient]{opacity:.12!important}html.light .bg-violet-950\/40{background-color:#ede9fea6!important}html.light .bg-violet-950\/60{background-color:#ede9fed9!important}html.light .bg-violet-900\/30{background-color:#ede9fe73!important}html.light .text-violet-100{color:#5b21b6!important}html.light .border-violet-600\/40{border-color:#7c3aed4d!important}html.light .border-violet-600\/30{border-color:#7c3aed38!important}html.light .border-violet-600\/25{border-color:#7c3aed2e!important}html.light .border-l-violet-500{border-left-color:#7c3aed!important}html.light .bg-indigo-900{background-color:#eef2ff!important}html.light .text-indigo-100{color:#3730a3!important}html.light .border-indigo-500{border-color:#818cf8!important}html.light .bg-orange-900{background-color:#fff7ed!important}html.light .text-orange-200{color:#c2410c!important}html.light .border-orange-500{border-color:#f97316!important}html.light .bg-emerald-700\/90{background-color:#d1fae5cc!important}html.light .border-emerald-500\/40{border-color:#10b9814d!important}html.light .text-primary-200\/60{color:#4f46e5bf!important}html.light .text-green-400{color:#15803d!important}html.light .text-green-500{color:#166534!important}html.light .text-emerald-400{color:#047857!important}html.light .text-emerald-500{color:#065f46!important}html.light .text-amber-400{color:#b45309!important}html.light .text-amber-500{color:#92400e!important}html.light .text-yellow-400{color:#a16207!important}html.light .text-blue-400{color:#1d4ed8!important}html.light .text-blue-500{color:#1e40af!important}html.light .text-red-400{color:#b91c1c!important}html.light .text-red-500{color:#991b1b!important}html.light .text-purple-400{color:#7e22ce!important}html.light .text-pink-400{color:#be185d!important}html.light .text-primary-300,html.light .text-primary-400{color:#4338ca!important}html.light .text-indigo-400{color:#3730a3!important}html.light .text-cyan-400{color:#0e7490!important}html.light .text-amber-200{color:#92400e!important}html.light .bg-green-500\/10{background-color:#16a34a1f!important}html.light .bg-green-500\/15{background-color:#16a34a24!important}html.light .bg-amber-500\/10{background-color:#b453091a!important}html.light .bg-amber-500\/15{background-color:#b453091c!important}html.light .bg-amber-500\/20{background-color:#b453091f!important}html.light .bg-amber-500\/25{background-color:#b4530924!important}html.light .bg-yellow-500\/10{background-color:#a162071a!important}html.light .bg-yellow-500\/15{background-color:#a162071f!important}html.light .bg-blue-500\/10{background-color:#1d4ed81a!important}html.light .bg-red-500\/10{background-color:#b91c1c1a!important}html.light .bg-red-500\/15{background-color:#b91c1c1f!important}html.light .bg-slate-500\/10{background-color:#64748b1f!important}html.light .border-green-500\/20{border-color:#16a34a59!important}html.light .border-amber-500\/20{border-color:#b4530959!important}html.light .border-amber-500\/30{border-color:#b4530966!important}html.light .border-blue-500\/20{border-color:#1d4ed84d!important}html.light .border-red-500\/20{border-color:#b91c1c4d!important}html.light .hover\:text-white:hover,html.light .group:hover .group-hover\:text-white{color:#0f172a!important}html.light .group:hover .group-hover\:text-slate-300{color:#374151!important}html.light .group:hover .group-hover\:text-slate-200{color:#1e293b!important}html.light .group:hover .group-hover\:bg-slate-700\/50{background-color:#cbd5e180!important}html.light .group:hover .group-hover\:bg-slate-800{background-color:#e2e8f0!important}html.light .group:hover .group-hover\:opacity-100{opacity:1!important}
