.auth-module__acm2zq__authPage{background:var(--background);justify-content:center;align-items:center;min-height:100vh;padding:1rem;display:flex;position:relative;overflow:hidden}.auth-module__acm2zq__bgGlow1{background:radial-gradient(circle, var(--primary-glow) 0%, transparent 70%);filter:blur(100px);opacity:.4;z-index:0;width:50vw;height:50vw;position:absolute;top:-30%;left:-15%}.auth-module__acm2zq__bgGlow2{filter:blur(100px);z-index:0;background:radial-gradient(circle,#2563eb40 0%,#0000 70%);width:40vw;height:40vw;position:absolute;bottom:-20%;right:-15%}.auth-module__acm2zq__authContainer{-webkit-backdrop-filter:blur(20px);z-index:1;background:#ffffff05;border:1px solid #ffffff0f;border-radius:24px;width:100%;max-width:1100px;min-height:680px;display:flex;position:relative;overflow:hidden;box-shadow:0 25px 80px #00000080}.auth-module__acm2zq__brandPanel{background:linear-gradient(165deg,#6d28d91f 0%,#2563eb14 100%);border-right:1px solid #ffffff0a;flex-direction:column;flex:1;justify-content:center;padding:3.5rem;display:flex;position:relative;overflow:hidden}.auth-module__acm2zq__brandContent{z-index:1;position:relative}.auth-module__acm2zq__brandGlow{filter:blur(60px);z-index:0;background:radial-gradient(circle,#6d28d933 0%,#0000 70%);width:80%;height:80%;position:absolute;bottom:-40%;left:-20%}.auth-module__acm2zq__logo{align-items:center;gap:.6rem;margin-bottom:3rem;display:flex}.auth-module__acm2zq__logoIcon{background:linear-gradient(135deg, var(--primary) 0%, var(--secondary) 100%);color:#fff;width:40px;height:40px;box-shadow:0 4px 20px var(--primary-glow);border-radius:12px;justify-content:center;align-items:center;display:flex}.auth-module__acm2zq__logoText{letter-spacing:-.5px;color:#fff;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800}.auth-module__acm2zq__brandTitle{margin-bottom:1.25rem;font-size:2.5rem;font-weight:800;line-height:1.15}.auth-module__acm2zq__brandDesc{color:#a1a1aa;max-width:380px;margin-bottom:2.5rem;font-size:1.05rem;line-height:1.7}.auth-module__acm2zq__stats{gap:2rem;display:flex}.auth-module__acm2zq__stat{flex-direction:column;gap:.25rem;display:flex}.auth-module__acm2zq__statNumber{color:#fff;font-family:Outfit,sans-serif;font-size:1.6rem;font-weight:800}.auth-module__acm2zq__statLabel{color:#71717a;text-transform:uppercase;letter-spacing:.5px;font-size:.8rem}.auth-module__acm2zq__testimonial{background:#ffffff08;border:1px solid #ffffff0f;border-radius:16px;padding:1.75rem}.auth-module__acm2zq__testimonialText{color:#d4d4d8;margin-bottom:1.25rem;font-size:.95rem;font-style:italic;line-height:1.7}.auth-module__acm2zq__testimonialAuthor{align-items:center;gap:.75rem;display:flex}.auth-module__acm2zq__testimonialAvatar{background:linear-gradient(135deg, var(--primary), var(--secondary));color:#fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;font-size:.85rem;font-weight:700;display:flex}.auth-module__acm2zq__testimonialName{color:#fff;font-size:.9rem;font-weight:600;display:block}.auth-module__acm2zq__testimonialRole{color:#71717a;font-size:.8rem;display:block}.auth-module__acm2zq__formPanel{background:#05050599;flex:1;justify-content:center;align-items:center;padding:3.5rem;display:flex}.auth-module__acm2zq__formWrapper{width:100%;max-width:400px}.auth-module__acm2zq__formHeader{margin-bottom:2rem}.auth-module__acm2zq__formTitle{margin-bottom:.5rem;font-size:2rem;font-weight:800}.auth-module__acm2zq__formSubtitle{color:#71717a;font-size:.95rem}.auth-module__acm2zq__errorMessage{color:#fb7185;background:#f43f5e1a;border:1px solid #f43f5e4d;border-radius:12px;margin-bottom:1.5rem;padding:.75rem 1rem;font-size:.9rem}.auth-module__acm2zq__form{flex-direction:column;gap:1.25rem;display:flex}.auth-module__acm2zq__inputGroup{flex-direction:column;gap:.5rem;display:flex}.auth-module__acm2zq__label{color:#a1a1aa;font-size:.85rem;font-weight:600}.auth-module__acm2zq__labelRow{justify-content:space-between;align-items:center;display:flex}.auth-module__acm2zq__forgotLink{color:#a78bfa;font-size:.8rem;transition:color .2s}.auth-module__acm2zq__forgotLink:hover{color:#c4b5fd}.auth-module__acm2zq__inputWrapper{align-items:center;display:flex;position:relative}.auth-module__acm2zq__inputIcon{color:#52525b;pointer-events:none;position:absolute;left:1rem}.auth-module__acm2zq__input{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;outline:none;width:100%;padding:.85rem 1rem .85rem 2.75rem;font-family:Inter,sans-serif;font-size:.95rem;transition:all .2s}.auth-module__acm2zq__input::placeholder{color:#3f3f46}.auth-module__acm2zq__input:focus{border-color:var(--primary);background:#ffffff0f;box-shadow:0 0 0 3px #6d28d926}.auth-module__acm2zq__togglePassword{color:#52525b;align-items:center;padding:0;transition:color .2s;display:flex;position:absolute;right:1rem}.auth-module__acm2zq__togglePassword:hover{color:#a1a1aa}.auth-module__acm2zq__submitBtn{justify-content:center;width:100%;margin-top:.5rem;padding:.9rem;font-size:1rem}.auth-module__acm2zq__submitBtn:disabled{opacity:.7;cursor:not-allowed;transform:none!important}.auth-module__acm2zq__spinner{border:2px solid #ffffff4d;border-top-color:#fff;border-radius:50%;width:20px;height:20px;animation:.7s linear infinite auth-module__acm2zq__spin}@keyframes auth-module__acm2zq__spin{to{transform:rotate(360deg)}}.auth-module__acm2zq__divider{align-items:center;gap:1rem;margin:1.5rem 0;display:flex}.auth-module__acm2zq__divider:before,.auth-module__acm2zq__divider:after{content:"";background:#ffffff0f;flex:1;height:1px}.auth-module__acm2zq__divider span{color:#52525b;text-transform:uppercase;letter-spacing:.5px;white-space:nowrap;font-size:.8rem}.auth-module__acm2zq__oauthButtons{gap:.75rem;display:flex}.auth-module__acm2zq__oauthBtn{color:#fff;background:#ffffff0a;border:1px solid #ffffff14;border-radius:12px;flex:1;justify-content:center;align-items:center;gap:.5rem;padding:.8rem 1rem;font-family:Inter,sans-serif;font-size:.9rem;font-weight:500;transition:all .2s;display:flex}.auth-module__acm2zq__oauthBtn:hover{background:#ffffff14;border-color:#ffffff26;transform:translateY(-1px)}.auth-module__acm2zq__switchText{text-align:center;color:#71717a;margin-top:1.5rem;font-size:.9rem}.auth-module__acm2zq__switchLink{color:#a78bfa;font-weight:600;transition:color .2s}.auth-module__acm2zq__switchLink:hover{color:#c4b5fd}.auth-module__acm2zq__terms{text-align:center;color:#3f3f46;margin-top:1rem;font-size:.75rem;line-height:1.5}.auth-module__acm2zq__terms a{color:#52525b;text-decoration:underline;transition:color .2s}.auth-module__acm2zq__terms a:hover{color:#a1a1aa}@media (max-width:900px){.auth-module__acm2zq__authContainer{flex-direction:column;max-width:500px;min-height:auto}.auth-module__acm2zq__brandPanel{border-bottom:1px solid #ffffff0a;border-right:none;padding:2.5rem}.auth-module__acm2zq__brandTitle{font-size:2rem}.auth-module__acm2zq__stats{gap:1.5rem}.auth-module__acm2zq__formPanel{padding:2.5rem}}@media (max-width:480px){.auth-module__acm2zq__authContainer{border-radius:16px}.auth-module__acm2zq__brandPanel,.auth-module__acm2zq__formPanel{padding:2rem 1.5rem}.auth-module__acm2zq__brandTitle,.auth-module__acm2zq__formTitle{font-size:1.6rem}.auth-module__acm2zq__stats{flex-wrap:wrap;gap:1rem}}
