@keyframes login-float{0%,to{transform:translateY(0)}50%{transform:translateY(-6px)}}@keyframes login-soft-pulse{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes login-chart-draw{0%{stroke-dashoffset:400}to{stroke-dashoffset:0}}@keyframes login-fade-up{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes login-scale-in{0%{opacity:0;transform:scale(.98)}to{opacity:1;transform:scale(1)}}.login-animate-fade-up{animation:login-fade-up .6s cubic-bezier(.22,1,.36,1) both}.login-animate-fade-up-delay-1{animation:login-fade-up .6s cubic-bezier(.22,1,.36,1) .06s both}.login-animate-fade-up-delay-2{animation:login-fade-up .6s cubic-bezier(.22,1,.36,1) .12s both}.login-animate-fade-up-delay-3{animation:login-fade-up .6s cubic-bezier(.22,1,.36,1) .18s both}.login-animate-scale-in{animation:login-scale-in .7s cubic-bezier(.22,1,.36,1) both}.login-animate-float{animation:login-float 5s ease-in-out infinite}.login-animate-soft-pulse{animation:login-soft-pulse 5s ease-in-out infinite}.login-chart-line{stroke-dasharray:400;animation:login-chart-draw 1.8s cubic-bezier(.22,1,.36,1) forwards}.login-bg-dots{background-image:radial-gradient(circle,rgba(99,102,241,.08) 1px,transparent 0);background-size:24px 24px}