:root{--background:#fff;--foreground:#111827;--card:#fff;--card-foreground:#111827;--popover:#fff;--popover-foreground:#111827;--primary:#4f46e5;--primary-foreground:#fff;--secondary:#f3f4f6;--secondary-foreground:#1f2937;--muted:#f3f4f6;--muted-foreground:#6b7280;--accent:#f3f4f6;--accent-foreground:#1f2937;--destructive:#ef4444;--destructive-foreground:#fff;--border:#e5e7eb;--input:#e5e7eb;--ring:#e5e7eb;--radius:0.625rem}.dark{--background:#121212;--foreground:#f3f4f6;--card:#1e1e1e;--card-foreground:#f3f4f6;--popover:#1e1e1e;--popover-foreground:#f3f4f6;--primary:#6366f1;--primary-foreground:#fff;--secondary:#27272a;--secondary-foreground:#f3f4f6;--muted:#27272a;--muted-foreground:#a1a1aa;--accent:#27272a;--accent-foreground:#f3f4f6;--destructive:#ef4444;--destructive-foreground:#fff;--border:hsla(0,0%,100%,.1);--input:hsla(0,0%,100%,.1);--ring:#6366f1}:root{--animations-enabled:1}.reduce-motion{--animations-enabled:0}.animate-fade-in{opacity:0;transform:translateY(30px);animation:fadeIn .8s ease-out forwards}.animate-fade-left{opacity:0;transform:translateX(-50px);animation:fadeLeft .8s ease-out forwards}.animate-fade-right{opacity:0;transform:translateX(50px);animation:fadeRight .8s ease-out forwards}@keyframes fadeIn{to{opacity:1;transform:translateY(0)}}@keyframes fadeLeft{to{opacity:1;transform:translateX(0)}}@keyframes fadeRight{to{opacity:1;transform:translateX(0)}}.animate-stagger>*{opacity:0;transform:translateY(20px)}.animate-stagger>:first-child{animation:fadeIn .6s ease-out .1s forwards}.animate-stagger>:nth-child(2){animation:fadeIn .6s ease-out .2s forwards}.animate-stagger>:nth-child(3){animation:fadeIn .6s ease-out .3s forwards}.animate-stagger>:nth-child(4){animation:fadeIn .6s ease-out .4s forwards}.animate-stagger>:nth-child(5){animation:fadeIn .6s ease-out .5s forwards}.animate-stagger>:nth-child(6){animation:fadeIn .6s ease-out .6s forwards}.animate-stagger>:nth-child(7){animation:fadeIn .6s ease-out .7s forwards}.animate-stagger>:nth-child(8){animation:fadeIn .6s ease-out .8s forwards}@media (prefers-reduced-motion:reduce){.animate-fade-in,.animate-fade-left,.animate-fade-right,.animate-stagger>*{animation:none!important;opacity:1;transform:none}}.reduce-motion .animate-fade-in,.reduce-motion .animate-fade-left,.reduce-motion .animate-fade-right,.reduce-motion .animate-stagger>*{animation:none!important;opacity:1;transform:none}