.login-module__WEZH7G__root{grid-template-columns:1fr 520px;height:100svh;display:grid;position:fixed;inset:0;overflow:hidden}.login-module__WEZH7G__left{background:var(--mist);flex-direction:column;padding:48px 64px;display:flex;position:relative;overflow:hidden}.login-module__WEZH7G__left:after{content:"";background:var(--border-color);width:.5px;position:absolute;top:0;bottom:0;right:0}.login-module__WEZH7G__brand{justify-content:space-between;align-items:center;display:flex}.login-module__WEZH7G__greeting{flex-direction:column;flex:1;justify-content:center;margin-top:-40px;display:flex}.login-module__WEZH7G__lineOne{letter-spacing:-.03em;color:var(--foreground);white-space:nowrap;font-size:72px;font-weight:500;line-height:1;display:block;overflow:visible}.login-module__WEZH7G__lineOneMono{font-family:var(--font-mono);letter-spacing:-.015em;color:var(--foreground);white-space:nowrap;font-size:72px;font-weight:500;line-height:1;display:block;overflow:visible}.login-module__WEZH7G__lineTwo{letter-spacing:-.04em;color:var(--color-active);white-space:nowrap;margin-top:8px;font-size:96px;font-weight:600;line-height:1;display:block;overflow:visible}.login-module__WEZH7G__lineTwoMono{font-family:var(--font-mono);letter-spacing:-.02em;color:var(--color-active);white-space:nowrap;margin-top:8px;font-size:96px;font-weight:600;line-height:1;display:block;overflow:visible}.login-module__WEZH7G__dot{color:var(--foreground);margin-left:-2px;display:inline-block}.login-module__WEZH7G__tagline{color:var(--muted-foreground);max-width:480px;margin:28px 0 0;font-size:17px;line-height:1.5}.login-module__WEZH7G__ticker{font-family:var(--font-mono);letter-spacing:.04em;color:var(--muted-foreground-subtle);flex-wrap:wrap;gap:6px 14px;max-width:520px;margin-top:32px;font-size:11.5px;display:flex}.login-module__WEZH7G__tickerItem{white-space:nowrap;padding-bottom:4px;transition:color .25s;position:relative}.login-module__WEZH7G__tickerItemOn{color:var(--color-active)}.login-module__WEZH7G__tickerItemOn:after{content:"";background:var(--color-active);transform-origin:0;height:1px;animation:2.8s linear forwards login-module__WEZH7G__tickUnderline;position:absolute;bottom:0;left:0;right:0}.login-module__WEZH7G__badge{font-family:var(--font-mono);letter-spacing:.04em;background:var(--paper);border:.5px solid var(--border-color);color:var(--muted-foreground);text-transform:lowercase;border-radius:9999px;padding:4px 9px;font-size:10.5px;animation:.32s ease-out both login-module__WEZH7G__badgeIn}.login-module__WEZH7G__footer{border-top:.5px solid var(--border-color);font-family:var(--font-mono);letter-spacing:.04em;color:var(--muted-foreground-subtle);justify-content:space-between;padding-top:18px;font-size:10.5px;display:flex}.login-module__WEZH7G__right{background:var(--paper);flex-direction:column;justify-content:center;padding:56px 48px;display:flex}.login-module__WEZH7G__formCard{flex-direction:column;width:100%;max-width:380px;margin:0 auto;display:flex}.login-module__WEZH7G__formHead{margin-bottom:26px}.login-module__WEZH7G__eyebrow{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground-subtle);font-size:11px;font-weight:600}.login-module__WEZH7G__formHead h2{letter-spacing:-.015em;color:var(--foreground);margin:8px 0 0;font-size:26px;font-weight:600}.login-module__WEZH7G__form{flex-direction:column;gap:16px;display:flex}.login-module__WEZH7G__field{flex-direction:column;gap:6px;display:flex}.login-module__WEZH7G__fieldHead{justify-content:space-between;align-items:baseline;display:flex}.login-module__WEZH7G__field label{color:var(--muted-foreground);font-size:12px;font-weight:500}.login-module__WEZH7G__field input{border:.5px solid var(--border-color);width:100%;height:44px;color:var(--foreground);background:#fff;border-radius:8px;outline:none;padding:0 14px;font-family:inherit;font-size:16px;transition:border-color .15s,box-shadow .2s}.login-module__WEZH7G__field input::placeholder{color:var(--muted-foreground-subtle)}.login-module__WEZH7G__field input:hover{border-color:color-mix(in srgb, var(--border-color) 160%, var(--foreground))}.login-module__WEZH7G__field input:focus{border-color:var(--color-active);box-shadow:0 0 0 3px color-mix(in srgb, var(--color-active) 15%, transparent)}.login-module__WEZH7G__forgot{color:var(--color-active);font-size:11.5px;text-decoration:none}.login-module__WEZH7G__forgot:hover{text-decoration:underline}.login-module__WEZH7G__btnPrimary{background:var(--foreground);width:100%;height:44px;color:var(--background);cursor:pointer;border:none;border-radius:6px;margin-top:4px;font-family:inherit;font-size:14px;font-weight:500;transition:background .15s}.login-module__WEZH7G__btnPrimary:hover{background:color-mix(in srgb, var(--foreground) 88%, var(--background))}.login-module__WEZH7G__btnPrimary:disabled{opacity:.6;cursor:not-allowed}.login-module__WEZH7G__divider{letter-spacing:.12em;text-transform:uppercase;color:var(--muted-foreground-subtle);align-items:center;gap:12px;margin:4px 0 2px;font-size:11px;font-weight:500;display:flex}.login-module__WEZH7G__divider:before,.login-module__WEZH7G__divider:after{content:"";background:var(--border-color);flex:1;height:.5px}.login-module__WEZH7G__hint{color:var(--muted-foreground);margin:0;font-size:13px}.login-module__WEZH7G__hint strong{color:var(--foreground);font-weight:500}.login-module__WEZH7G__linkBtn{color:var(--color-active);cursor:pointer;text-align:left;background:0 0;border:none;padding:0;font-family:inherit;font-size:11.5px}.login-module__WEZH7G__linkBtn:hover{text-decoration:underline}.login-module__WEZH7G__modeToggle{text-align:center;margin-top:14px}.login-module__WEZH7G__error{color:#de1f35;font-size:13px}.login-module__WEZH7G__formFoot{color:var(--muted-foreground);margin-top:22px;font-size:12.5px}.login-module__WEZH7G__formFoot a{color:var(--color-active);text-decoration:none}.login-module__WEZH7G__formFoot a:hover{text-decoration:underline}.login-module__WEZH7G__cycleAnim{animation:.38s ease-out both login-module__WEZH7G__cycleIn}@keyframes login-module__WEZH7G__cycleIn{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}@keyframes login-module__WEZH7G__badgeIn{0%{opacity:0;transform:translateY(-3px)}to{opacity:1;transform:translateY(0)}}@keyframes login-module__WEZH7G__tickUnderline{0%{transform:scaleX(0)}to{transform:scaleX(1)}}.dark .login-module__WEZH7G__left{background:#0f1a24}.dark .login-module__WEZH7G__right{background:#1f2a33}.dark .login-module__WEZH7G__badge{background:#1f2a33;border-color:#38424b}.dark .login-module__WEZH7G__field input{color:#fffaf3;background:#1f2a33;border-color:#38424b}.dark .login-module__WEZH7G__field input::placeholder{color:#7a838a}.dark .login-module__WEZH7G__field input:hover{border-color:#4a5560}.dark .login-module__WEZH7G__field input:focus{border-color:#495bf1}.dark .login-module__WEZH7G__btnPrimary{color:#0f1a24;background:#fffaf3}.dark .login-module__WEZH7G__btnPrimary:hover{background:#e8e3d9}@media (max-width:1023px){.login-module__WEZH7G__root{grid-template-columns:1fr}.login-module__WEZH7G__left{display:none}.login-module__WEZH7G__right{justify-content:center;padding:40px 24px}}