@import "https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&display=swap";
.login-module__WEZH7G__body{background:var(--auth-bg);min-height:100vh;color:var(--auth-h1);font-family:Inter,sans-serif;transition:background .25s;display:flex}.login-module__WEZH7G__panelLeft{flex-direction:column;justify-content:space-between;width:42%;min-height:100vh;padding:44px 48px;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__panelLeft:before{content:"";z-index:0;background:radial-gradient(70% 55% at 15% 20%,#005596b3 0%,#0000 60%),radial-gradient(80% 65% at 90% 80%,#0284c773 0%,#0000 65%),radial-gradient(50% 45% at 55%,#0ea5e92e 0%,#0000 55%),linear-gradient(155deg,#020d1a 0%,#040f1f 50%,#030b16 100%);transition:background .3s;position:absolute;inset:0}[data-theme=light] .login-module__WEZH7G__panelLeft:before{background:radial-gradient(70% 55% at 15% 20%,#00559638 0%,#0000 60%),radial-gradient(80% 65% at 90% 80%,#0284c724 0%,#0000 65%),radial-gradient(50% 45% at 55%,#00bb4414 0%,#0000 55%),linear-gradient(155deg,#d2e8f8 0%,#daf0ff 50%,#cce4f5 100%)}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .login-module__WEZH7G__panelLeft:before{background:radial-gradient(70% 55% at 15% 20%,#00559638 0%,#0000 60%),radial-gradient(80% 65% at 90% 80%,#0284c724 0%,#0000 65%),radial-gradient(50% 45% at 55%,#00bb4414 0%,#0000 55%),linear-gradient(155deg,#d2e8f8 0%,#daf0ff 50%,#cce4f5 100%)}}.login-module__WEZH7G__panelLeft:after{content:"";opacity:.6;z-index:1;pointer-events:none;background-image:url("data:image/svg+xml,%3Csvg viewBox='0 0 256 256' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='noise'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.9' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23noise)' opacity='0.04'/%3E%3C/svg%3E");background-size:200px 200px;transition:opacity .3s;position:absolute;inset:0}[data-theme=light] .login-module__WEZH7G__panelLeft:after{opacity:.15}@media (prefers-color-scheme:light){:root:not([data-theme=dark]) .login-module__WEZH7G__panelLeft:after{opacity:.15}}.login-module__WEZH7G__panelLeft>*{z-index:2;position:relative}.login-module__WEZH7G__brand{align-items:center;gap:10px;display:flex}.login-module__WEZH7G__brandLogo{object-fit:contain;background:var(--auth-logo-bg);border-radius:9px;width:36px;height:36px;padding:2px}.login-module__WEZH7G__brandName{letter-spacing:-.3px;color:var(--auth-brand-name);font-size:17px;font-weight:600}.login-module__WEZH7G__panelBody{flex-direction:column;flex:1;justify-content:center;padding:40px 0;display:flex}.login-module__WEZH7G__tagline{letter-spacing:2px;text-transform:uppercase;color:var(--auth-tagline-color);margin-bottom:22px;font-size:11px;font-weight:500}.login-module__WEZH7G__headline{letter-spacing:-1.2px;color:var(--auth-h1);margin-bottom:20px;font-size:38px;font-weight:700;line-height:1.18}.login-module__WEZH7G__sub{color:var(--auth-sub);max-width:340px;font-size:15px;line-height:1.65}.login-module__WEZH7G__statsGrid{grid-template-columns:1fr 1fr;gap:12px;max-width:340px;margin-top:52px;display:grid}.login-module__WEZH7G__statCard{background:var(--auth-stat-bg);border:1px solid var(--auth-stat-border);-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border-radius:14px;padding:16px 18px}.login-module__WEZH7G__statValue{letter-spacing:-1px;color:var(--auth-stat-value);margin-bottom:4px;font-size:26px;font-weight:700;line-height:1}.login-module__WEZH7G__statLabel{color:var(--auth-stat-label);letter-spacing:.1px;font-size:11.5px}.login-module__WEZH7G__statCardBlue .login-module__WEZH7G__statValue{background:linear-gradient(135deg,#7dd3fc,#38bdf8);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.login-module__WEZH7G__statCardGreen .login-module__WEZH7G__statValue{background:linear-gradient(135deg,#4ade80,#0b4);-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.login-module__WEZH7G__panelFooter{color:var(--auth-footer);font-size:12px}.login-module__WEZH7G__panelRight{background:var(--auth-right-bg);border-left:1px solid var(--auth-right-border);flex:1;justify-content:center;align-items:center;min-height:100vh;padding:48px 40px;transition:background .25s;display:flex}.login-module__WEZH7G__formWrap{width:100%;max-width:400px}.login-module__WEZH7G__sessionBadge{background:var(--auth-badge-bg);border:1px solid var(--auth-badge-border);border-radius:100px;align-items:center;gap:6px;margin-bottom:24px;padding:4px 12px 4px 8px;display:inline-flex}.login-module__WEZH7G__sessionDot{background:#0b4;border-radius:50%;width:6px;height:6px;box-shadow:0 0 6px #00bb44b3}.login-module__WEZH7G__sessionText{color:var(--auth-badge-text);font-size:12px;font-weight:500}.login-module__WEZH7G__formHeader{margin-bottom:36px}.login-module__WEZH7G__formTitle{letter-spacing:-.6px;color:var(--auth-form-title);margin-bottom:8px;font-size:26px;font-weight:700}.login-module__WEZH7G__formSub{color:var(--auth-secondary);font-size:14px}.login-module__WEZH7G__formSub a{color:#0284c7;font-weight:500;text-decoration:none}.login-module__WEZH7G__formSub a:hover{color:#38bdf8}.login-module__WEZH7G__btnGoogle{border:1px solid var(--auth-btn2-border);background:var(--auth-btn2-bg);width:100%;height:46px;color:var(--auth-btn2-color);cursor:pointer;letter-spacing:-.1px;border-radius:12px;justify-content:center;align-items:center;gap:10px;margin-bottom:24px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;transition:all .18s;display:flex}.login-module__WEZH7G__btnGoogle:hover{background:var(--auth-stat-bg);border-color:var(--auth-stat-border)}.login-module__WEZH7G__divider{align-items:center;gap:14px;margin-bottom:24px;display:flex}.login-module__WEZH7G__divider:before,.login-module__WEZH7G__divider:after{content:"";background:var(--auth-divider-line);flex:1;height:1px}.login-module__WEZH7G__dividerText{color:var(--auth-divider-text);white-space:nowrap;font-size:12px}.login-module__WEZH7G__fieldGroup{flex-direction:column;gap:14px;margin-bottom:10px;display:flex}.login-module__WEZH7G__field{flex-direction:column;gap:6px;display:flex}.login-module__WEZH7G__field label{color:var(--auth-label);letter-spacing:.1px;font-size:12.5px;font-weight:500}.login-module__WEZH7G__field input{border:1px solid var(--auth-input-border);background:var(--auth-input-bg);height:46px;color:var(--auth-input-color);border-radius:12px;outline:none;width:100%;padding:0 16px;font-family:Inter,sans-serif;font-size:14px;transition:all .18s}.login-module__WEZH7G__field input::placeholder{color:var(--auth-input-ph)}.login-module__WEZH7G__field input:focus{border-color:var(--auth-input-focus-border);background:var(--auth-input-focus-bg);box-shadow:0 0 0 3px var(--auth-input-focus-ring)}.login-module__WEZH7G__optionsRow{justify-content:space-between;align-items:center;margin-top:8px;margin-bottom:22px;display:flex}.login-module__WEZH7G__rememberRow{align-items:center;gap:8px;display:flex}.login-module__WEZH7G__rememberRow input[type=checkbox]{accent-color:#0284c7;cursor:pointer;width:15px;height:15px}.login-module__WEZH7G__rememberRow label{color:var(--auth-label);cursor:pointer;font-size:12.5px}.login-module__WEZH7G__forgotLink{color:#0284c7;font-size:12.5px;font-weight:500;text-decoration:none;transition:color .15s}.login-module__WEZH7G__forgotLink:hover{color:#38bdf8}.login-module__WEZH7G__btnSubmit{color:#fff;cursor:pointer;letter-spacing:-.1px;background:linear-gradient(135deg,#005596 0%,#0284c7 60%,#0369a1 100%);border:none;border-radius:12px;width:100%;height:48px;font-family:Inter,sans-serif;font-size:14.5px;font-weight:600;transition:all .2s;position:relative;overflow:hidden}.login-module__WEZH7G__btnSubmit:after{content:"";background:linear-gradient(135deg,#ffffff1a 0%,#0000 60%);position:absolute;inset:0}.login-module__WEZH7G__btnSubmit:hover{transform:translateY(-1px);box-shadow:0 8px 28px #00559666}.login-module__WEZH7G__btnSubmit:active{transform:translateY(0)}.login-module__WEZH7G__btnSubmit:disabled{opacity:.6;cursor:not-allowed;transform:none}.login-module__WEZH7G__registerLink{text-align:center;color:var(--auth-secondary);margin-top:24px;font-size:13px}.login-module__WEZH7G__registerLink a{color:#0284c7;font-weight:500;text-decoration:none}.login-module__WEZH7G__registerLink a:hover{color:#38bdf8}.login-module__WEZH7G__errorBox{color:#fca5a5;background:#ef444414;border:1px solid #ef444438;border-radius:12px;margin-bottom:20px;padding:12px 16px;font-size:13px}.login-module__WEZH7G__successBox{color:#4ade80;background:#00bb4414;border:1px solid #00bb4438;border-radius:12px;margin-bottom:20px;padding:12px 16px;font-size:13px}@media (max-width:768px){.login-module__WEZH7G__body{overscroll-behavior-y:none;background:#020d1a;flex-direction:column;min-height:100dvh}:is([data-theme=light] .login-module__WEZH7G__body,:root:not([data-theme=dark]) .login-module__WEZH7G__body){background:#cce4f5}.login-module__WEZH7G__panelLeft{justify-content:space-between;width:100%;height:auto;min-height:0;padding:56px 24px 68px;display:flex}.login-module__WEZH7G__panelBody{flex:unset;justify-content:unset;padding:16px 0 0}.login-module__WEZH7G__tagline{margin-bottom:12px;font-size:10px}.login-module__WEZH7G__headline{letter-spacing:-.8px;margin-bottom:0;font-size:26px;line-height:1.2}.login-module__WEZH7G__sub,.login-module__WEZH7G__statsGrid,.login-module__WEZH7G__panelFooter{display:none}.login-module__WEZH7G__panelRight{min-height:0;padding:32px 24px calc(env(safe-area-inset-bottom,0px) + 40px);z-index:2;border-left:none;border-radius:24px 24px 0 0;flex:1;margin-top:-28px;position:relative;box-shadow:0 -16px 48px #0000002e}.login-module__WEZH7G__formWrap{max-width:100%}.login-module__WEZH7G__formTitle{font-size:22px}}
