@keyframes fadeSlideIn{to{opacity:1;filter:blur(0);transform:translateY(0)}}@keyframes slideRightIn{to{opacity:1;filter:blur(0);transform:translateX(0)}}@keyframes testimonialIn{to{opacity:1;filter:blur(0);transform:translateY(0) scale(1)}}.animate-element{opacity:0;filter:blur(8px);transform:translateY(20px);animation:fadeSlideIn .8s cubic-bezier(.2,.8,.2,1) forwards}.animate-slide-right{opacity:0;filter:blur(8px);transform:translateX(40px);animation:slideRightIn 1s cubic-bezier(.2,.8,.2,1) forwards}.animate-testimonial{opacity:0;filter:blur(8px);transform:translateY(20px) scale(.96);animation:testimonialIn .9s cubic-bezier(.2,.8,.2,1) forwards}.animate-delay-100{animation-delay:.1s}.animate-delay-200{animation-delay:.2s}.animate-delay-250{animation-delay:.25s}.animate-delay-300{animation-delay:.3s}.animate-delay-400{animation-delay:.4s}.animate-delay-500{animation-delay:.5s}.animate-delay-600{animation-delay:.6s}.animate-delay-700{animation-delay:.7s}.animate-delay-800{animation-delay:.8s}.animate-delay-900{animation-delay:.9s}.animate-delay-1000{animation-delay:1s}.animate-delay-1200{animation-delay:1.2s}.animate-delay-1400{animation-delay:1.4s}.font-geist{font-family:var(--font-sans),system-ui,-apple-system,sans-serif}.custom-checkbox{-moz-appearance:none;appearance:none;-webkit-appearance:none;width:16px;height:16px;border:1px solid hsl(var(--border));border-radius:4px;background:hsl(var(--background));cursor:pointer;position:relative;transition:background .15s,border-color .15s}.custom-checkbox:checked{background:hsl(var(--primary));border-color:hsl(var(--primary))}.custom-checkbox:checked:after{content:"";position:absolute;inset:0;background:url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='none' stroke='white' stroke-width='2.5' stroke-linecap='round' stroke-linejoin='round'><path d='M3.5 8.5l3 3 6-6'/></svg>") 50% /11px no-repeat}.custom-checkbox:focus-visible{outline:2px solid hsl(var(--ring));outline-offset:2px}.auth-page-bg{position:relative;min-height:100dvh;background:#07090f;overflow:hidden}.auth-page-bg:before{background:radial-gradient(900px 600px at 12% -10%,rgba(124,92,255,.25),transparent 60%),radial-gradient(800px 500px at 90% 10%,rgba(34,211,238,.18),transparent 65%),radial-gradient(1100px 700px at 50% 100%,rgba(124,92,255,.12),transparent 60%)}.auth-page-bg:after,.auth-page-bg:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0}.auth-page-bg:after{background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:56px 56px;mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,#000 30%,transparent 80%);-webkit-mask-image:radial-gradient(ellipse 80% 60% at 50% 30%,#000 30%,transparent 80%)}.auth-page-bg>*{position:relative;z-index:1}@media (prefers-reduced-motion:reduce){.animate-element,.animate-slide-right,.animate-testimonial{animation-duration:.01ms!important;animation-delay:0!important;opacity:1!important;filter:none!important;transform:none!important}}