@keyframes authFadeUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes authFadeIn{0%{opacity:0}to{opacity:1}}@keyframes authShimmerBar{0%{opacity:0;clip-path:inset(0 100% 0 0)}to{opacity:1;clip-path:inset(0)}}@keyframes authBounceDown{0%,to{transform:translateY(0)}50%{transform:translateY(3px)}}.auth-fade-up{opacity:0;animation:.6s ease-out forwards authFadeUp}.auth-fade-in{opacity:0;animation:.6s ease-out forwards authFadeIn}.auth-shimmer-bar{opacity:0;animation:.8s ease-out .7s forwards authShimmerBar}.auth-delay-1{animation-delay:.1s}.auth-delay-2{animation-delay:.3s}.auth-delay-3{animation-delay:.5s}.auth-delay-4{animation-delay:.6s}.auth-delay-5{animation-delay:.7s}.auth-delay-6{animation-delay:.8s}.auth-delay-7{animation-delay:.9s}.auth-delay-8{animation-delay:1s}.auth-delay-9{animation-delay:1.1s}.auth-delay-10{animation-delay:1.3s}.auth-bounce-arrow{animation:2s ease-in-out infinite authBounceDown}
