@keyframes auth-float{0%,to{transform:translateY(0)}50%{transform:translateY(-20px)}}@keyframes auth-float-delayed{0%,to{transform:translateY(0)}50%{transform:translateY(-15px)}}@keyframes auth-float-slow{0%,to{transform:translateY(0) rotate(45deg)}50%{transform:translateY(-25px) rotate(45deg)}}@keyframes auth-pulse-slow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes auth-pulse-slower{0%,to{opacity:.3;transform:scale(1)}50%{opacity:.5;transform:scale(1.02)}}.animate-auth-float{animation:auth-float 6s ease-in-out infinite}.animate-auth-float-delayed{animation:auth-float-delayed 7s ease-in-out 1s infinite}.animate-auth-float-slow{animation:auth-float-slow 8s ease-in-out infinite}.animate-auth-pulse-slow{animation:auth-pulse-slow 4s ease-in-out infinite}.animate-auth-pulse-slower{animation:auth-pulse-slower 6s ease-in-out infinite}.auth-dots-pattern{background-image:radial-gradient(circle,hsla(0,0%,100%,.4) 1px,transparent 0);background-size:30px 30px}