@keyframes login-fade-up{0%{opacity:0;transform:translateY(16px)}to{opacity:1;transform:translateY(0)}}@keyframes login-fade-down{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes login-fade-in{0%{opacity:0}to{opacity:1}}@keyframes login-scale-in{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.login-animate-fade-up{animation:login-fade-up .5s ease-out both}.login-animate-fade-down{animation:login-fade-down .6s ease-out both}.login-animate-fade-in{animation:login-fade-in .6s ease-out both}.login-animate-scale-in{animation:login-scale-in .5s ease-out both}.login-delay-1{animation-delay:.1s}.login-delay-2{animation-delay:.2s}.login-delay-3{animation-delay:.3s}.login-delay-4{animation-delay:.4s}.login-delay-5{animation-delay:.5s}.login-delay-6{animation-delay:.6s}.login-delay-7{animation-delay:.7s}.login-delay-8{animation-delay:.8s}.login-delay-9{animation-delay:.9s}.login-delay-10{animation-delay:1s}.login-pattern{background-image:url("data:image/svg+xml,%3Csvg width='60' height='60' viewBox='0 0 60 60' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='none' fill-rule='evenodd'%3E%3Cg fill='%23ffffff' fill-opacity='0.03'%3E%3Cpath d='M36 34v-4h-2v4h-4v2h4v4h2v-4h4v-2h-4zm0-30V0h-2v4h-4v2h4v4h2V6h4V4h-4zM6 34v-4H4v4H0v2h4v4h2v-4h4v-2H6zM6 4V0H4v4H0v2h4v4h2V6h4V4H6z'/%3E%3C/g%3E%3C/g%3E%3C/svg%3E")}@keyframes float-orb{0%,to{transform:translate(0) scale(1)}25%{transform:translate(30px,-20px) scale(1.05)}50%{transform:translate(-10px,20px) scale(.95)}75%{transform:translate(-30px,-10px) scale(1.02)}}@keyframes float-orb-reverse{0%,to{transform:translate(0) scale(1)}25%{transform:translate(-20px,30px) scale(.95)}50%{transform:translate(20px,-15px) scale(1.05)}75%{transform:translate(10px,20px) scale(.98)}}.login-orb-1{animation:float-orb 20s ease-in-out infinite}.login-orb-2{animation:float-orb-reverse 25s ease-in-out infinite}.login-orb-3{animation:float-orb 18s ease-in-out infinite reverse}.login-grain{background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E")}.login-input-glow:focus-within{box-shadow:0 0 0 3px oklch(var(--p)/.12),0 1px 2px 0 rgb(0 0 0/.05)}@keyframes dot-pulse{0%,to{opacity:.6}50%{opacity:1}}.login-dot-pulse,.login-dot-pulse-delayed{animation:dot-pulse 3s ease-in-out infinite}.login-dot-pulse-delayed{animation-delay:.5s}.login-brand-bg{background:linear-gradient(135deg,#0f1f42,#1a3068 40%,#0d1a38)}@keyframes line-extend{0%{width:0}to{width:100%}}.login-line-animation{animation:line-extend 1.2s ease-out forwards;animation-delay:.5s;width:0}.login-leaf-decoration{opacity:.06}@keyframes error-slide-in{0%{opacity:0;transform:translateY(-8px);max-height:0}to{opacity:1;transform:translateY(0);max-height:200px}}.login-error-animate{animation:error-slide-in .25s ease-out both;overflow:hidden}