.login-module__WEZH7G__page{background:var(--bg-secondary);justify-content:center;align-items:center;min-height:100vh;padding:24px;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__page:before{content:"";filter:blur(80px);z-index:0;background:radial-gradient(circle,#4f46e566 0%,#0000 70%);border-radius:50%;width:600px;height:600px;animation:15s ease-in-out infinite alternate login-module__WEZH7G__float;position:absolute;top:-200px;right:-100px}.login-module__WEZH7G__page:after{content:"";filter:blur(60px);z-index:0;background:radial-gradient(circle,#ec48994d 0%,#0000 70%);border-radius:50%;width:500px;height:500px;animation:12s ease-in-out infinite alternate-reverse login-module__WEZH7G__float;position:absolute;bottom:-100px;left:-100px}@keyframes login-module__WEZH7G__float{0%{transform:translate(0)scale(1)}to{transform:translate(50px,60px)scale(1.15)}}.login-module__WEZH7G__bgLogo{opacity:.05;pointer-events:none;z-index:1;filter:grayscale();width:900px;height:auto;position:absolute;bottom:-200px;left:-200px;transform:rotate(-15deg)}.login-module__WEZH7G__loginCard{background:var(--bg-glass);-webkit-backdrop-filter:blur(20px);width:100%;max-width:440px;box-shadow:var(--shadow-xl);border:1px solid var(--border-color);z-index:10;border-radius:28px;padding:32px 40px;animation:.8s cubic-bezier(.16,1,.3,1) login-module__WEZH7G__cardEntrance;position:relative}@keyframes login-module__WEZH7G__cardEntrance{0%{opacity:0;transform:translateY(40px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.login-module__WEZH7G__header{text-align:center;margin-bottom:24px}.login-module__WEZH7G__logoWrapper{filter:drop-shadow(0 4px 6px #0000001a);justify-content:center;margin-bottom:16px;display:flex}.login-module__WEZH7G__logoImg{width:auto;height:60px}.login-module__WEZH7G__title{color:var(--text-primary);letter-spacing:-.03em;margin-bottom:8px;font-family:Outfit,sans-serif;font-size:1.75rem;font-weight:900}.login-module__WEZH7G__subtitle{color:var(--text-secondary);font-size:.95rem;line-height:1.5}.login-module__WEZH7G__tabs{background:var(--bg-secondary);border:1px solid var(--border-color);border-radius:14px;gap:4px;width:fit-content;margin:0 auto 32px;padding:4px;display:flex}.login-module__WEZH7G__tab{color:var(--text-secondary);cursor:pointer;background:0 0;border:none;border-radius:11px;padding:10px 32px;font-size:.9rem;font-weight:700;transition:all .3s}.login-module__WEZH7G__tab:hover{color:var(--text-primary)}.login-module__WEZH7G__activeTab{color:var(--primary);background:var(--bg-primary);cursor:pointer;border:none;border-radius:11px;padding:10px 32px;font-size:.9rem;font-weight:800;box-shadow:0 4px 12px #0000001a}.login-module__WEZH7G__form{flex-direction:column;gap:20px;display:flex}.login-module__WEZH7G__field{flex-direction:column;gap:6px;display:flex}.login-module__WEZH7G__field label{color:var(--text-secondary);margin-left:4px;font-size:.9rem;font-weight:800}.login-module__WEZH7G__field input{border:2px solid var(--border-color);background:var(--bg-secondary);color:var(--text-primary);border-radius:16px;padding:14px 18px;font-size:.95rem;transition:all .3s}.login-module__WEZH7G__field input::placeholder{color:var(--text-muted);opacity:.6}.login-module__WEZH7G__field input:focus{border-color:var(--primary);background:var(--bg-card);outline:none;box-shadow:0 0 0 5px #4f46e51a}.login-module__WEZH7G__passwordWrapper{align-items:center;display:flex;position:relative}.login-module__WEZH7G__passwordWrapper input{width:100%;padding-right:55px}.login-module__WEZH7G__eyeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:6px;transition:all .2s;display:flex;position:absolute;right:18px}.login-module__WEZH7G__eyeBtn:hover{color:#4f46e5;transform:scale(1.1)}.login-module__WEZH7G__success{color:#059669;text-align:center;background:#ecfdf5;border:1px solid #a7f3d0;border-radius:20px;padding:18px;font-size:1rem;font-weight:700}[data-theme=dark] .login-module__WEZH7G__success{color:#34d399;background:#10b9811a;border-color:#10b98133}.login-module__WEZH7G__error{color:#dc2626;background:#fef2f2;border:1px solid #fecaca;border-radius:20px;padding:18px;font-size:1rem;font-weight:700;animation:.5s cubic-bezier(.36,.07,.19,.97) both login-module__WEZH7G__shake}[data-theme=dark] .login-module__WEZH7G__error{color:#f87171;background:#ef44441a;border-color:#ef444433}@keyframes login-module__WEZH7G__shake{10%,90%{transform:translate(-1px)}20%,80%{transform:translate(2px)}30%,50%,70%{transform:translate(-4px)}40%,60%{transform:translate(4px)}}.login-module__WEZH7G__loginBtn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#4f46e5 0%,#7c3aed 100%);border:none;border-radius:20px;margin-top:10px;padding:18px;font-size:1.15rem;font-weight:900;transition:all .4s cubic-bezier(.175,.885,.32,1.275);box-shadow:0 10px 20px -5px #4f46e566}.login-module__WEZH7G__loginBtn:hover{filter:brightness(1.1);transform:translateY(-4px);box-shadow:0 15px 30px -5px #4f46e580}.login-module__WEZH7G__loginBtn:active{transform:translateY(-1px)}.login-module__WEZH7G__loginBtn:disabled{cursor:not-allowed;box-shadow:none;background:#94a3b8;transform:none}.login-module__WEZH7G__footer{text-align:center;color:var(--text-secondary);margin-top:32px;font-size:.875rem;line-height:1.6}.login-module__WEZH7G__footer a{color:#4f46e5;font-weight:800;text-decoration:none;position:relative}.login-module__WEZH7G__footer a:after{content:"";background:#4f46e5;width:0;height:2px;transition:width .3s;position:absolute;bottom:-2px;left:0}.login-module__WEZH7G__footer a:hover:after{width:100%}.login-module__WEZH7G__labelRow{justify-content:space-between;align-items:center;display:flex}.login-module__WEZH7G__forgotLink{color:#4f46e5;cursor:pointer;background:0 0;border:none;padding:0;font-size:.9rem;font-weight:800;transition:all .2s}.login-module__WEZH7G__forgotLink:hover{opacity:.7}.login-module__WEZH7G__backBtn{color:#475569;cursor:pointer;background:#fff;border:2px solid #f1f5f9;border-radius:20px;width:100%;margin-top:12px;padding:16px;font-weight:800;transition:all .3s}.login-module__WEZH7G__backBtn:hover{color:#0f172a;background-color:#f8fafc;border-color:#cbd5e1}.login-module__WEZH7G__captchaWrapper{justify-content:center;margin-top:10px;display:flex}@media (max-width:480px){.login-module__WEZH7G__loginCard{border-radius:28px;padding:40px 24px}.login-module__WEZH7G__title{font-size:1.75rem}}
