.auth-scene{position:relative;min-height:100vh;overflow:hidden;background:radial-gradient(circle at 18% 20%,rgba(255,196,116,.18),transparent 28%),radial-gradient(circle at 82% 24%,rgba(121,168,255,.12),transparent 26%),radial-gradient(circle at 52% 78%,rgba(255,255,255,.06),transparent 24%),linear-gradient(180deg,#020305,#05070d 46%,#090d17)}.auth-background{position:absolute;inset:0;pointer-events:none}.auth-content{position:relative;z-index:2;min-height:100vh}.auth-glow{position:absolute;border-radius:999px;filter:blur(70px);opacity:.4;animation:authGlowShift 18s ease-in-out infinite}.auth-glow-left{width:24rem;height:24rem;top:-4rem;left:-5rem;background:rgba(255,187,92,.24)}.auth-glow-right{width:20rem;height:20rem;right:-2rem;bottom:5rem;background:rgba(125,166,255,.2);animation-delay:-7s}.auth-grid{position:absolute;inset:0;background-image:linear-gradient(rgba(255,255,255,.035) 1px,transparent 0),linear-gradient(90deg,rgba(255,255,255,.035) 1px,transparent 0);background-size:34px 34px;-webkit-mask-image:radial-gradient(circle at center,rgba(0,0,0,.9) 28%,transparent 90%);mask-image:radial-gradient(circle at center,rgba(0,0,0,.9) 28%,transparent 90%);opacity:.45;animation:authGridDrift 24s linear infinite}.auth-vignette{position:absolute;inset:0;background:radial-gradient(circle at center,transparent 34%,rgba(0,0,0,.58) 100%)}.auth-light{position:absolute;width:.4rem;height:.4rem;border-radius:50%;background:rgba(255,248,234,.95);box-shadow:0 0 6px rgba(255,248,234,.95),0 0 18px rgba(140,188,255,.55);opacity:.16;animation:authFloatLight 8.6s ease-in-out infinite}.auth-light-1{top:10%;left:14%;animation-delay:-2s}.auth-light-2{top:16%;left:28%;animation-delay:-6s}.auth-light-3{top:12%;left:62%;animation-delay:-3s}.auth-light-4{top:22%;left:78%;animation-delay:-9s}.auth-light-5{top:28%;left:8%;animation-delay:-4s}.auth-light-6{top:34%;left:42%;animation-delay:-11s}.auth-light-7{top:30%;left:68%;animation-delay:-5s}.auth-light-8{top:44%;left:20%;animation-delay:-8s}.auth-light-9{top:48%;left:56%;animation-delay:-1s}.auth-light-10{top:40%;left:86%;animation-delay:-10s}.auth-light-11{top:58%;left:10%;animation-delay:-12s}.auth-light-12{top:66%;left:30%;animation-delay:-2s}.auth-light-13{top:64%;left:48%;animation-delay:-7s}.auth-light-14{top:72%;left:76%;animation-delay:-5s}.auth-light-15{top:82%;left:16%;animation-delay:-3s}.auth-light-16{top:84%;left:40%;animation-delay:-9s}.auth-light-17{top:78%;left:62%;animation-delay:-6s}.auth-light-18{top:88%;left:86%;animation-delay:-4s}.login-container{align-items:center;min-height:100vh;padding:2rem 1.25rem;z-index:1}.login-container,.login-wrapper{display:flex;justify-content:center}.login-wrapper{width:100%}h2{padding-bottom:20}label{display:flex;padding-bottom:10}.button-container{display:flex;flex-direction:column;gap:15}input,textarea{padding:.8rem .95rem;background:rgba(245,247,252,.94);color:black;width:30rem;border:1px solid rgba(255,255,255,.28);border-radius:.85rem}textarea{resize:vertical;min-height:6rem}.form{display:flex;flex-direction:column;justify-content:center;align-items:center;border:1px solid rgba(255,255,255,.14);padding:3rem;border-radius:1.4rem;max-width:800px;box-sizing:border-box;background:linear-gradient(180deg,rgba(19,23,34,.82),rgba(10,13,20,.76));box-shadow:0 30px 80px rgba(0,0,0,.48),inset 0 1px 0 rgba(255,255,255,.06);-webkit-backdrop-filter:blur(18px);backdrop-filter:blur(18px)}.form-copy{max-width:30rem;margin-bottom:1.5rem;line-height:1.5}.input-wrapper{margin-bottom:1rem}.register-container{display:flex;gap:6;padding-top:3rem}.register-text{color:var(--orange)}.btn{margin-top:1rem;padding:.75rem 1.2rem;border:none;background:linear-gradient(135deg,#ff9d47,#ff6f3c);color:white;border-radius:999px;cursor:pointer;box-shadow:0 12px 26px rgba(255,111,60,.3)}.btn:disabled{opacity:.72;cursor:wait}.error-msg{color:#ff9696}.success-msg{color:#9be87a}@keyframes authFloatLight{0%,to{transform:translateZ(0) scale(.92);opacity:.14}50%{transform:translate3d(32px,-60px,0) scale(1.28);opacity:.95}}@keyframes authGlowShift{0%,to{transform:translateZ(0) scale(1)}50%{transform:translate3d(18px,-12px,0) scale(1.08)}}@keyframes authGridDrift{0%{transform:translateY(0)}to{transform:translateY(34px)}}@media (max-width:480px){.form{padding:2rem 1.25rem;max-width:400px;border-radius:1.2rem}h2{font-size:1.2rem;max-height:2vh}.login-button{font-size:.9rem;padding:.5rem}input,textarea{padding:1rem}.form-copy,input,textarea{max-width:300px}.auth-glow-left,.auth-glow-right{width:14rem;height:14rem}}