.login-module__WEZH7G__root{background:var(--bg);justify-content:center;align-items:center;min-height:100dvh;padding:20px 16px;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__bubbles{pointer-events:none;position:absolute;inset:0}.login-module__WEZH7G__bubble{background:radial-gradient(circle at 35% 35%,var(--primary),transparent 65%);opacity:0;border-radius:50%;animation:9s ease-in infinite login-module__WEZH7G__floatUp;position:absolute}.login-module__WEZH7G__bubble:first-child{opacity:.07;width:50px;height:50px;animation-delay:0s;left:10%}.login-module__WEZH7G__bubble:nth-child(2){opacity:.05;width:80px;height:80px;animation-delay:1.5s;left:25%}.login-module__WEZH7G__bubble:nth-child(3){opacity:.09;background:radial-gradient(circle at 35% 35%,var(--accent),transparent 65%);width:35px;height:35px;animation-delay:3s;left:45%}.login-module__WEZH7G__bubble:nth-child(4){opacity:.06;width:60px;height:60px;animation-delay:.8s;left:65%}.login-module__WEZH7G__bubble:nth-child(5){opacity:.08;width:40px;height:40px;animation-delay:2.2s;left:80%}.login-module__WEZH7G__bubble:nth-child(6){opacity:.05;background:radial-gradient(circle at 35% 35%,var(--accent),transparent 65%);width:70px;height:70px;animation-delay:4s;left:5%}.login-module__WEZH7G__bubble:nth-child(7){opacity:.1;width:30px;height:30px;animation-delay:1s;left:55%}.login-module__WEZH7G__bubble:nth-child(8){opacity:.06;width:55px;height:55px;animation-delay:5s;left:35%}.login-module__WEZH7G__bubble:nth-child(9){opacity:.07;width:45px;height:45px;animation-delay:2.7s;left:70%}.login-module__WEZH7G__bubble:nth-child(10){opacity:.04;width:90px;height:90px;animation-delay:3.5s;left:15%}@keyframes login-module__WEZH7G__floatUp{0%{transform:translateY(110vh)scale(.3)}to{transform:translateY(-10vh)scale(1.1)}}.login-module__WEZH7G__card{background:var(--surface);border:1px solid var(--border);-webkit-backdrop-filter:blur(20px);z-index:1;border-radius:24px;width:100%;max-width:380px;padding:32px 24px 28px;animation:.5s cubic-bezier(.22,1,.36,1) both login-module__WEZH7G__slideUp;position:relative}@keyframes login-module__WEZH7G__slideUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.login-module__WEZH7G__logo{align-items:center;gap:12px;margin-bottom:28px;display:flex}.login-module__WEZH7G__logoMark{background:linear-gradient(135deg,var(--primary),var(--accent));width:46px;height:46px;box-shadow:var(--primary-glow);border-radius:13px;flex-shrink:0;justify-content:center;align-items:center;display:flex}.login-module__WEZH7G__drum{border:3px solid #070e1cd9;border-radius:50%;width:26px;height:26px;animation:2.5s linear infinite login-module__WEZH7G__drumSpin;position:relative}.login-module__WEZH7G__drum:before{content:"";background:#070e1cd9;border-radius:50%;width:10px;height:10px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}@keyframes login-module__WEZH7G__drumSpin{to{transform:rotate(360deg)}}.login-module__WEZH7G__logoName{color:var(--text);letter-spacing:-.4px;font-size:16px;font-weight:800}.login-module__WEZH7G__logoName span{background:linear-gradient(90deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.login-module__WEZH7G__logoTagline{color:var(--text-muted);margin-top:2px;font-size:11px;font-style:italic}.login-module__WEZH7G__heading{letter-spacing:-.5px;margin-bottom:6px;font-size:22px;font-weight:800}.login-module__WEZH7G__sub{color:var(--text-muted);margin-bottom:24px;font-size:13px}.login-module__WEZH7G__form{flex-direction:column;gap:6px;display:flex}.login-module__WEZH7G__fieldLabel{color:var(--text-muted);text-transform:uppercase;letter-spacing:.6px;margin-top:8px;font-size:12px;font-weight:600}.login-module__WEZH7G__input{background:var(--bg2);border:1px solid var(--border);width:100%;color:var(--text);border-radius:12px;outline:none;padding:13px 14px;font-family:inherit;font-size:15px;transition:border-color .2s,box-shadow .2s}.login-module__WEZH7G__input::placeholder{color:var(--text-dim)}.login-module__WEZH7G__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px #00d7cd26}.login-module__WEZH7G__errorMsg{color:#ff6b6b;background:#ff6b6b1a;border:1px solid #ff6b6b33;border-radius:10px;margin-top:4px;padding:10px 12px;font-size:13px}.login-module__WEZH7G__submitBtn{background:linear-gradient(135deg,var(--primary),#009e9a);width:100%;color:var(--bg);cursor:pointer;box-shadow:var(--primary-glow);border:none;border-radius:14px;margin-top:8px;padding:14px;font-family:inherit;font-size:15px;font-weight:700;transition:transform .18s,box-shadow .18s,opacity .18s}.login-module__WEZH7G__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 0 32px #00d7cd73}.login-module__WEZH7G__submitBtn:active:not(:disabled){transform:scale(.98)}.login-module__WEZH7G__submitBtn:disabled{opacity:.55;cursor:default}.login-module__WEZH7G__switchMode{color:var(--text-muted);text-align:center;margin-top:18px;font-size:13px}.login-module__WEZH7G__switchBtn{cursor:pointer;color:var(--primary);text-underline-offset:3px;background:0 0;border:none;padding:0;font-family:inherit;font-size:13px;font-weight:700;text-decoration:underline}
