@keyframes fade-up{0%{opacity:0;transform:translateY(24px)}to{opacity:1;transform:translateY(0)}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}@keyframes fade-in-scale{0%{opacity:0;transform:scale(.97)}to{opacity:1;transform:scale(1)}}.animate-fade-up{animation:fade-up .6s ease both}@media (min-width:640px){.animate-fade-up{animation:fade-in-scale .7s ease both}}.animate-fade-in{animation:fade-in .6s ease both}.animation-delay-100{animation-delay:.1s}.animation-delay-200{animation-delay:.2s}.animation-delay-300{animation-delay:.3s}.animation-delay-400{animation-delay:.4s}.animation-delay-500{animation-delay:.5s}.reveal{opacity:0}.reveal.visible{opacity:1;transform:translateY(0)!important}@media (min-width:640px){.reveal{opacity:0;transform:scale(.97)!important;transition-property:opacity,transform!important}.reveal.visible{opacity:1;transform:scale(1)!important}}:root{--radius:0.625rem;--background:220 8% 23%;--foreground:210 9% 87%;--card:220 7% 18%;--card-foreground:210 9% 87%;--popover:220 7% 18%;--popover-foreground:210 9% 87%;--primary:235 86% 65%;--primary-foreground:0 0% 100%;--secondary:227 7% 27%;--secondary-foreground:210 9% 87%;--accent:240 3% 22%;--accent-foreground:0 0% 100%;--muted:225 3% 27%;--muted-foreground:215 9% 73%;--destructive:359 83% 59%;--destructive-foreground:0 0% 100%;--border:240 1% 28%;--input:240 1% 34%;--ring:235 86% 65%;--chart-1:235 86% 65%;--chart-2:139 47% 44%;--chart-3:359 83% 59%;--chart-4:52 99% 68%;--chart-5:197 100% 47%;--sidebar:220 7% 18%;--sidebar-foreground:210 9% 87%;--sidebar-primary:235 86% 65%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:227 7% 27%;--sidebar-accent-foreground:210 9% 87%;--sidebar-border:225 6% 13%;--sidebar-ring:235 86% 65%}.dark{--background:220 8% 23%;--foreground:210 9% 87%;--card:220 7% 18%;--card-foreground:210 9% 87%;--popover:220 7% 18%;--popover-foreground:210 9% 87%;--primary:235 86% 65%;--primary-foreground:0 0% 100%;--secondary:227 7% 27%;--secondary-foreground:210 9% 87%;--muted:225 3% 27%;--muted-foreground:215 9% 73%;--accent:240 3% 22%;--accent-foreground:0 0% 100%;--destructive:359 83% 59%;--destructive-foreground:0 0% 100%;--border:240 1% 28%;--input:240 1% 34%;--ring:235 86% 65%}*{border-color:hsl(var(--border));outline-color:hsl(var(--ring)/.5)}body{background-color:hsl(var(--background));color:hsl(var(--foreground))}[role=button]:not([disabled]),[role=checkbox]:not([disabled]),[role=combobox]:not([disabled]),[role=menuitem],[role=option],[role=switch]:not([disabled]),a[href],button:not([disabled]),label[for],select:not([disabled]){cursor:pointer}