.auth-container{justify-content:center;align-items:center;min-height:100vh;padding:20px;display:flex;position:relative;overflow:hidden}.auth-background{z-index:0;pointer-events:none;width:100%;height:100%;position:fixed;top:0;left:0}.auth-gradient-orb{filter:blur(100px);opacity:.4;border-radius:50%;animation:20s ease-in-out infinite float-orb;position:absolute}.orb-1{background:radial-gradient(circle,#d7fafa4d 0%,#0000 70%);width:500px;height:500px;animation-delay:0s;top:-10%;left:-10%}.orb-2{background:radial-gradient(circle,#e8fdfd40 0%,#0000 70%);width:600px;height:600px;animation-delay:7s;bottom:-15%;right:-15%}.orb-3{background:radial-gradient(circle,#d7fafa33 0%,#0000 70%);width:400px;height:400px;animation-delay:14s;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes float-orb{0%,to{transform:translate(0)scale(1)}33%{transform:translate(30px,-30px)scale(1.1)}66%{transform:translate(-20px,20px)scale(.9)}}.auth-card{z-index:2;-webkit-backdrop-filter:blur(30px);backdrop-filter:blur(30px);background:#00191499;border:1px solid #e8fdfd40;border-radius:32px;width:100%;max-width:440px;padding:48px 40px;animation:.8s cubic-bezier(.34,1.56,.64,1) card-entrance;position:relative;box-shadow:0 20px 60px #00000080,inset 0 1px #ffffff14,0 0 80px #d7fafa26}@keyframes card-entrance{0%{opacity:0;transform:translateY(30px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.auth-logo-container{justify-content:center;margin-bottom:32px;display:flex;position:relative}.auth-logo-wrapper{width:100px;height:100px;animation:3s ease-in-out infinite logo-float;position:relative}.auth-logo{filter:drop-shadow(0 0 20px #d7fafa99);width:100%;height:100%;animation:2s ease-in-out infinite logo-pulse}.auth-logo-glow{z-index:-1;background:radial-gradient(circle,#d7fafa66 0%,#0000 70%);border-radius:50%;width:120px;height:120px;animation:2s ease-in-out infinite glow-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes logo-float{0%,to{transform:translateY(0)}50%{transform:translateY(-8px)}}@keyframes logo-pulse{0%,to{filter:drop-shadow(0 0 20px #d7fafa99)}50%{filter:drop-shadow(0 0 30px #d7fafae6)}}@keyframes glow-pulse{0%,to{opacity:.4;transform:translate(-50%,-50%)scale(1)}50%{opacity:.6;transform:translate(-50%,-50%)scale(1.2)}}.auth-header{text-align:center;margin-bottom:32px;animation:.8s cubic-bezier(.34,1.56,.64,1) .2s backwards fade-in-up}.auth-title{color:#c9fcfc;background:linear-gradient(135deg,#c9fcfc 0% 50%,#c9fcfc 100%) 0 0/200%;-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:8px;font-family:Montserrat,sans-serif;font-size:36px;font-weight:800;animation:3s infinite gradient-shift}.auth-subtitle{color:#d7fafab3;font-size:15px;font-weight:400}@keyframes gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}@keyframes fade-in-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.auth-form{flex-direction:column;gap:24px;animation:.8s cubic-bezier(.34,1.56,.64,1) .3s backwards fade-in-up;display:flex}.auth-submit-btn{width:100%;margin-top:8px;position:relative;overflow:hidden}.auth-submit-btn:after{content:"";background:#ffffff4d;border-radius:50%;width:0;height:0;transition:width .6s,height .6s;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.auth-submit-btn:hover:after{width:400px;height:400px}.auth-divider{margin:32px 0;animation:.8s cubic-bezier(.34,1.56,.64,1) .4s backwards fade-in}.auth-divider-line{background:linear-gradient(90deg,#0000 0%,#d7fafa33 50%,#0000 100%);height:1px}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.auth-footer{text-align:center;animation:.8s cubic-bezier(.34,1.56,.64,1) .5s backwards fade-in-up}.auth-footer-text{color:#d7fafa99;font-size:14px;font-weight:400}.auth-link{color:#c9fcfc;font-weight:600;text-decoration:none;transition:color .3s;position:relative}.auth-link:after{content:"";background:linear-gradient(90deg,#c9fcfc 0% 100%);width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.auth-link:hover{color:#c9fcfc}.auth-link:hover:after{width:100%}.animate-shake{animation:.5s cubic-bezier(.36,.07,.19,.97) shake}@keyframes shake{0%,to{transform:translate(0)}10%,30%,50%,70%,90%{transform:translate(-8px)}20%,40%,60%,80%{transform:translate(8px)}}.auth-form input:focus{animation:.3s forwards input-glow}@keyframes input-glow{0%{box-shadow:0 0 0 3px #d7fafa1a}to{box-shadow:0 0 0 3px #d7fafa33,0 4px 20px #d7fafa4d,0 0 40px #d7fafa26}}@media (max-width:480px){.auth-card{border-radius:24px;padding:40px 28px}.auth-title{font-size:28px}.auth-subtitle{font-size:14px}.auth-logo-wrapper{width:80px;height:80px}.orb-1,.orb-2,.orb-3{width:300px;height:300px}}.auth-card:hover{border-color:#d7fafa66;transition:all .5s cubic-bezier(.34,1.56,.64,1);box-shadow:0 20px 60px #00000080,inset 0 1px #ffffff14,0 0 100px #d7fafa40}.auth-submit-btn:disabled{position:relative;overflow:hidden}.auth-submit-btn:disabled:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;animation:1.5s infinite loading-shimmer;position:absolute;top:0;left:-100%}@keyframes loading-shimmer{0%{left:-100%}to{left:100%}}
