.lh-login-page{background:var(--lh-semantic-color-background-surface);grid-template-columns:minmax(320px,.92fr) minmax(480px,1.08fr);min-height:100dvh;display:grid}.lh-login-story{min-height:100dvh;color:var(--lh-semantic-color-foreground-primary);background:radial-gradient(circle at 75% 22%, var(--lh-semantic-color-background-selected) 0 14%, transparent 14.5%), var(--lh-semantic-color-background-subtle);flex-direction:column;padding:clamp(32px,5vw,72px);display:flex}.lh-login-brand{align-items:center;gap:var(--lh-reference-space-6);display:flex}.lh-login-brand>span{width:46px;height:46px;color:var(--lh-semantic-color-action-primary);place-items:center;display:grid}.lh-login-brand svg{width:38px;height:38px}.lh-login-brand div{flex-direction:column;display:flex}.lh-login-brand strong{font-size:19px;font-weight:700}.lh-login-brand small{color:var(--lh-semantic-color-foreground-muted);margin-top:2px;font-size:12px}.lh-login-story__body{max-width:620px;margin:auto 0}.lh-login-story__body>span,.lh-login-eyebrow{color:var(--lh-semantic-color-action-primary);font-size:13px;font-weight:650}.lh-login-story h1{margin:var(--lh-reference-space-10) 0 var(--lh-reference-space-12);letter-spacing:-.04em;font-size:clamp(42px,4.5vw,60px);line-height:1.12}.lh-login-story__body p{max-width:520px;color:var(--lh-semantic-color-foreground-secondary);margin:0;font-size:16px;line-height:1.7}.lh-login-story>small{color:var(--lh-semantic-color-foreground-muted);font-size:12px}.lh-login-main{flex-direction:column;justify-content:center;align-items:center;min-width:0;padding:48px clamp(28px,7vw,120px);display:flex;position:relative}.lh-login-locale{position:absolute;top:28px;right:32px}.lh-login-card{width:min(100%,520px)}.lh-login-card h2{letter-spacing:-.03em;margin:12px 0 10px;font-size:clamp(30px,3.4vw,40px);line-height:1.2}.lh-login-card>p{color:var(--lh-semantic-color-foreground-muted);margin:0 0 34px;line-height:1.65}.lh-login-card>p strong{color:var(--lh-semantic-color-foreground-secondary);overflow-wrap:anywhere;font-weight:600}.lh-login-field{color:var(--lh-semantic-color-foreground-secondary);flex-direction:column;gap:9px;font-size:13px;font-weight:650;display:flex}.lh-login-field__control{border:1px solid var(--lh-semantic-color-border-default);border-radius:var(--lh-component-field-radius);background:var(--lh-semantic-color-background-surface);min-height:54px;transition:border-color var(--lh-semantic-motion-interactive) var(--lh-semantic-motion-easing), box-shadow var(--lh-semantic-motion-interactive) var(--lh-semantic-motion-easing);align-items:center;gap:11px;padding:0 16px;display:flex}.lh-login-field__control:focus-within{border-color:var(--lh-component-input-border-focus);box-shadow:0 0 0 3px var(--lh-semantic-color-overlay-focus-ring)}.lh-login-field svg{width:19px;height:19px;color:var(--lh-semantic-color-foreground-placeholder-icon);transition:color var(--lh-semantic-motion-interactive) var(--lh-semantic-motion-easing);flex:none}.lh-login-field:focus-within svg{color:var(--lh-semantic-color-action-primary)}.lh-login-field input{width:100%;min-width:0;color:var(--lh-semantic-color-foreground-primary);font:inherit;background:0 0;border:0;outline:0;font-size:16px;font-weight:500}.lh-login-field input:focus-visible{outline:0}.lh-login-field input::placeholder{color:var(--lh-semantic-color-foreground-placeholder)}.lh-login-otp{width:min(100%,408px);min-height:var(--lh-component-input-height-large)}.lh-login-otp__segments{width:100%;min-height:var(--lh-component-input-height-large);border:var(--lh-reference-size-border) solid var(--lh-component-input-border);border-radius:var(--lh-component-input-radius);background:var(--lh-semantic-color-background-surface);transition:border-color var(--lh-semantic-motion-interactive) var(--lh-semantic-motion-easing), box-shadow var(--lh-semantic-motion-interactive) var(--lh-semantic-motion-easing);grid-template-columns:repeat(6,minmax(0,1fr));display:grid;overflow:hidden}.lh-login-otp__segments[data-focused=true]{border-color:var(--lh-component-input-border-focus);box-shadow:0 0 0 3px var(--lh-semantic-color-overlay-focus-ring)}.lh-login-otp__slot{min-width:0;color:var(--lh-semantic-color-foreground-placeholder);font-size:24px;font-weight:var(--lh-reference-font-weight-semibold);font-variant-numeric:tabular-nums;transition:color var(--lh-semantic-motion-interactive) var(--lh-semantic-motion-easing), background-color var(--lh-semantic-motion-interactive) var(--lh-semantic-motion-easing);place-items:center;line-height:1;display:grid;position:relative}.lh-login-otp__slot+.lh-login-otp__slot{border-left:var(--lh-reference-size-border) solid var(--lh-semantic-color-border-subtle)}.lh-login-otp__slot.is-active{background:var(--lh-semantic-color-background-subtle)}.lh-login-otp__slot.is-filled{color:var(--lh-semantic-color-foreground-primary)}.lh-login-otp__caret{width:var(--lh-reference-size-border);background:var(--lh-semantic-color-action-primary);height:25px;animation:1.05s step-end infinite lh-login-otp-caret;display:block}.lh-login-otp.is-disabled{cursor:wait}.lh-login-otp.is-disabled .lh-login-otp__segments{background:var(--lh-semantic-color-background-subtle)}.lh-login-otp.is-disabled .lh-login-otp__slot{color:var(--lh-semantic-color-foreground-muted)}@keyframes lh-login-otp-caret{50%{opacity:0}}@media (prefers-reduced-motion:reduce){.lh-login-otp__caret{animation:none}}.lh-login-primary{border-radius:var(--lh-component-button-radius);background:var(--lh-semantic-color-action-primary);width:100%;min-height:52px;color:var(--lh-component-button-foreground-primary);cursor:pointer;border:0;justify-content:center;align-items:center;gap:10px;margin-top:18px;padding:0 18px;font-weight:650;display:flex}.lh-login-primary:hover:not(:disabled){background:var(--lh-semantic-color-action-primary-hover)}.lh-login-primary:disabled{background:var(--lh-component-button-background-primary-disabled);color:var(--lh-component-button-foreground-primary-disabled);cursor:not-allowed}.lh-login-primary svg{width:18px;height:18px}.lh-login-help{border-radius:var(--lh-component-card-radius);background:var(--lh-semantic-color-background-subtle);gap:12px;margin-top:16px;padding:15px;display:flex}.lh-login-help>svg{width:20px;height:20px;color:var(--lh-semantic-color-action-primary);flex:none}.lh-login-help span{flex-direction:column;gap:3px;display:flex}.lh-login-help strong{color:var(--lh-semantic-color-foreground-secondary);font-size:13px}.lh-login-help small{color:var(--lh-semantic-color-foreground-muted);line-height:1.55}.lh-login-error{color:var(--lh-semantic-color-status-danger);background:var(--lh-semantic-color-status-danger-surface);border-radius:12px;margin-top:14px;padding:11px 13px;font-size:13px;line-height:1.55}.lh-login-notice{color:var(--lh-semantic-color-status-success);background:var(--lh-semantic-color-status-success-surface);border-radius:12px;margin-top:14px;padding:11px 13px;font-size:13px;line-height:1.55}.lh-login-resend,.lh-login-back{color:var(--lh-semantic-color-action-primary);cursor:pointer;background:0 0;border:0;font-weight:600}.lh-login-resend{width:100%;margin-top:14px}.lh-login-resend:disabled{color:var(--lh-semantic-color-foreground-muted);cursor:default}.lh-login-back{align-items:center;gap:7px;margin:0 0 20px;padding:0;display:inline-flex}.lh-login-back svg{width:17px;height:17px}.lh-login-main>footer{width:min(100%,520px);color:var(--lh-semantic-color-foreground-muted);text-align:center;margin-top:28px;font-size:11px}.lh-login-mobile-brand{display:none}@media (width<=820px){.lh-login-page{background:var(--lh-semantic-color-background-surface);display:block}.lh-login-story{display:none}.lh-login-main{min-height:100dvh;padding:max(26px, env(safe-area-inset-top)) 20px max(28px, env(safe-area-inset-bottom));justify-content:flex-start}.lh-login-locale{top:max(21px, env(safe-area-inset-top));right:20px}.lh-login-mobile-brand{width:100%;color:var(--lh-semantic-color-foreground-primary);align-items:center;gap:8px;display:flex}.lh-login-mobile-brand svg{width:27px;height:27px;color:var(--lh-semantic-color-action-primary)}.lh-login-mobile-brand strong{font-size:16px}.lh-login-card{margin-top:clamp(74px,15vh,126px)}.lh-login-card h2{font-size:32px}.lh-login-card>p{margin-bottom:28px}.lh-login-main>footer{margin-top:auto;padding-top:32px}}@media (width<=380px){.lh-login-main{padding-left:16px;padding-right:16px}.lh-login-card{margin-top:56px}.lh-login-card h2{font-size:30px}}
