.login-module__WEZH7G__root{background:var(--bg-gradient);justify-content:center;align-items:center;min-height:100dvh;padding:24px;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__bubbles{pointer-events:none;position:absolute;inset:0;overflow:hidden}.login-module__WEZH7G__bubble{filter:blur(35px);animation:login-module__WEZH7G__floatUp var(--dur,18s) ease-in-out infinite;animation-delay:var(--delay,0s);border-radius:50%;position:absolute}.login-module__WEZH7G__bubble:first-child{--dur:20s;background:radial-gradient(circle,#1a7fd433,#0000);width:300px;height:300px;top:-100px;left:-60px}.login-module__WEZH7G__bubble:nth-child(2){--dur:15s;--delay:-5s;background:radial-gradient(circle,#00bcd429,#0000);width:200px;height:200px;top:30%;right:-40px}.login-module__WEZH7G__bubble:nth-child(3){--dur:22s;--delay:-10s;background:radial-gradient(circle,#1a7fd424,#0000);width:350px;height:350px;bottom:-80px;left:10%}.login-module__WEZH7G__bubble:nth-child(4){--dur:13s;--delay:-3s;background:radial-gradient(circle,#00bcd433,#0000);width:150px;height:150px;top:55%;left:40%}.login-module__WEZH7G__bubble:nth-child(5){--dur:17s;--delay:-7s;background:radial-gradient(circle,#1a7fd41f,#0000);width:220px;height:220px;top:10%;right:20%}.login-module__WEZH7G__bubble:nth-child(6){--dur:19s;--delay:-12s;background:radial-gradient(circle,#00bcd426,#0000);width:170px;height:170px;bottom:20%;right:5%}.login-module__WEZH7G__bubble:nth-child(7){--dur:14s;--delay:-2s;background:radial-gradient(circle,#1a7fd42e,#0000);width:120px;height:120px;top:75%;left:65%}.login-module__WEZH7G__bubble:nth-child(8){--dur:21s;--delay:-16s;background:radial-gradient(circle,#00bcd41f,#0000);width:260px;height:260px;top:40%;right:35%}.login-module__WEZH7G__bubble:nth-child(9){--dur:11s;--delay:-4s;background:radial-gradient(circle,#1a7fd440,#0000);width:90px;height:90px;bottom:8%;left:20%}.login-module__WEZH7G__bubble:nth-child(10){--dur:18s;--delay:-8s;background:radial-gradient(circle,#00bcd424,#0000);width:190px;height:190px;top:-10px;left:55%}@keyframes login-module__WEZH7G__floatUp{0%,to{transform:translateY(0)scale(1)}50%{transform:translateY(-50px)scale(1.06)}}.login-module__WEZH7G__card{z-index:1;background:var(--surface);border:1.5px solid var(--border);width:100%;max-width:400px;box-shadow:var(--shadow-lg);border-radius:24px;padding:36px 32px 28px;animation:.45s cubic-bezier(.22,1,.36,1) both login-module__WEZH7G__slideUp;position:relative}@keyframes login-module__WEZH7G__slideUp{0%{opacity:0;transform:translateY(24px)scale(.97)}to{opacity:1;transform:none}}.login-module__WEZH7G__logo{text-align:center;margin-bottom:28px}.login-module__WEZH7G__logoMark{background:linear-gradient(135deg, var(--primary) 0%, var(--accent) 100%);width:58px;height:58px;box-shadow:var(--primary-glow);border-radius:18px;justify-content:center;align-items:center;margin-bottom:10px;display:inline-flex}.login-module__WEZH7G__drum{border:2.5px solid #fff6;border-top-color:#fff;border-radius:50%;width:28px;height:28px;animation:1.8s linear infinite login-module__WEZH7G__spin}@keyframes login-module__WEZH7G__spin{to{transform:rotate(360deg)}}.login-module__WEZH7G__logoName{letter-spacing:-.4px;color:var(--text);font-size:18px;font-weight:900;display:block}.login-module__WEZH7G__logoTagline{color:var(--text-muted);margin-top:2px;font-size:11px;font-weight:500;display:block}.login-module__WEZH7G__heading{color:var(--text);letter-spacing:-.4px;text-align:center;margin:0 0 6px;font-size:21px;font-weight:900}.login-module__WEZH7G__sub{color:var(--text-muted);text-align:center;margin:0 0 24px;font-size:13px}.login-module__WEZH7G__form{flex-direction:column;gap:14px;display:flex}.login-module__WEZH7G__fieldLabel{color:var(--text-muted);letter-spacing:.06em;text-transform:uppercase;margin-bottom:5px;font-size:11.5px;font-weight:700;display:block}.login-module__WEZH7G__input{box-sizing:border-box;border:1.5px solid var(--border);background:var(--bg);width:100%;color:var(--text);border-radius:12px;outline:none;padding:11px 14px;font-family:inherit;font-size:14px;transition:border-color .15s,box-shadow .15s}.login-module__WEZH7G__input:focus{border-color:var(--primary);box-shadow:0 0 0 3px var(--primary-dim)}.login-module__WEZH7G__input::placeholder{color:var(--text-dim)}.login-module__WEZH7G__errorMsg{color:#ef4444;text-align:center;background:#ef444414;border:1px solid #ef444433;border-radius:10px;padding:8px 12px;font-size:12px;font-weight:600}.login-module__WEZH7G__submitBtn{background:linear-gradient(135deg, var(--primary), var(--primary-mid));color:#fff;cursor:pointer;width:100%;box-shadow:var(--primary-glow);border:none;border-radius:12px;margin-top:4px;padding:13px 20px;font-family:inherit;font-size:14px;font-weight:800;transition:transform .15s,box-shadow .15s}.login-module__WEZH7G__submitBtn:hover:not(:disabled){transform:translateY(-2px);box-shadow:0 8px 28px #1a7fd45c}.login-module__WEZH7G__submitBtn:disabled{opacity:.6;cursor:default}.login-module__WEZH7G__switchMode{text-align:center;color:var(--text-muted);margin-top:16px;font-size:12px}.login-module__WEZH7G__switchBtn{color:var(--primary);cursor:pointer;background:0 0;border:none;padding:0 2px;font-family:inherit;font-size:12px;font-weight:700;transition:opacity .15s}.login-module__WEZH7G__switchBtn:hover{opacity:.75}
