.auth-web-shell,.auth-web-shell *{box-sizing:border-box}.auth-web-shell{background:var(--auth-background);width:100%;height:100%;color:var(--auth-ink);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;display:flex;overflow:hidden auto}.auth-web-aside{background-color:var(--auth-accent);background-position:100% 100%;background-repeat:no-repeat;background-size:cover;flex-direction:column;flex:0 0 43%;justify-content:flex-start;align-self:flex-start;gap:32px;width:43%;min-height:100dvh;padding:clamp(28px,4vw,64px);display:flex;position:sticky;top:0;overflow:hidden}.auth-web-scrim{background:linear-gradient(160deg, var(--auth-accent) 0%, var(--auth-accent) 40%, color-mix(in srgb, var(--auth-accent) 55%, transparent) 62%, transparent 85%);pointer-events:none;position:absolute;inset:0}.auth-web-brand{z-index:1;overflow-wrap:anywhere;align-items:center;gap:12px;font-size:18px;font-weight:700;display:flex;position:relative}.auth-web-wordmark{width:auto;height:32px}.auth-web-story{z-index:1;max-width:500px;position:relative}.auth-web-story h2{letter-spacing:-1.6px;margin:16px 0;font-size:clamp(30px,3vw,48px);line-height:1.14}.auth-web-story>p:not(.auth-web-eyebrow){color:var(--auth-muted);max-width:360px;font-size:16px;line-height:1.7}.auth-web-eyebrow{color:var(--auth-primary);letter-spacing:2px;font-size:11px;font-weight:700}.auth-web-trust{z-index:1;color:var(--auth-muted);align-items:center;gap:10px;font-size:13px;display:flex;position:relative}.auth-web-main{flex:1;justify-content:center;align-items:flex-start;min-width:0;padding:clamp(28px,5vw,72px);display:flex}.auth-web-form{width:100%;max-width:440px;padding-bottom:env(safe-area-inset-bottom,0px);flex-direction:column;gap:16px;margin-block:auto;display:flex}.auth-web-heading{overflow-wrap:anywhere;margin-bottom:10px}.auth-web-heading h1{letter-spacing:-1px;margin:0 0 12px;font-size:clamp(28px,3vw,36px);line-height:1.18}.auth-web-heading p{color:var(--auth-muted);margin:0;font-size:15px;line-height:1.65}.auth-web-mobile-brand{margin-bottom:20px;display:none}.auth-web-form input{outline-offset:3px;width:100%;min-width:0}.auth-web-form [role=button]{cursor:pointer;min-height:44px}.auth-web-form [role=button]:focus-visible{outline:3px solid var(--auth-primary);outline-offset:3px}.auth-web-form [aria-disabled=true]{cursor:default}@media (width<=959px){.auth-web-aside{display:none}.auth-web-main{align-items:flex-start;width:100%;padding:36px 28px}.auth-web-form{max-width:480px;margin:auto}.auth-web-mobile-brand{display:flex}}@media (width<=479px){.auth-web-main{padding:24px 20px}.auth-web-form{gap:14px;margin:0 auto}.auth-web-heading h1{letter-spacing:-.8px;font-size:29px}}@media (height<=700px){.auth-web-main{align-items:flex-start}.auth-web-form{margin-top:0;margin-bottom:0}}