.auth-surface{min-height:100%;background:var(--color-background-body);color:var(--color-text-primary)}.auth-frame{width:min(100%,32rem);margin:0 auto;padding:clamp(32px,8vh,76px) 16px clamp(48px,10vh,96px)}.auth-heading{margin-bottom:28px;text-align:center}.auth-heading__eyebrow{display:block;margin-bottom:12px;letter-spacing:.08em;text-transform:uppercase}.auth-heading__title{margin:0;text-wrap:balance}.auth-heading__subtitle{display:block;max-width:38ch;margin:10px auto 0;text-wrap:pretty}.auth-card{width:100%}.auth-form{gap:16px}.auth-form,.auth-form__actions{display:flex;flex-direction:column}.auth-form__actions{gap:12px}.auth-form__separator{display:flex;align-items:center;gap:12px;color:var(--color-text-secondary)}.auth-form__separator:after,.auth-form__separator:before{height:1px;flex:1;background:var(--color-border);content:""}.auth-form__separator-label{flex:0 0 auto;font-size:11px;letter-spacing:.06em;text-transform:uppercase}.auth-form__password-row{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.auth-form__password-toggle{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0 12px;border:none;background:transparent;color:var(--color-text-secondary);cursor:pointer}.auth-form__password-toggle:hover{color:var(--color-text-primary)}.auth-form__password-toggle:focus-visible{outline:2px solid var(--color-accent);outline-offset:-2px}.auth-form__caps-lock-hint{margin:6px 0 0;font-size:12px;color:var(--color-text-secondary)}.auth-footer a,.auth-form__password-row a,.auth-legal a{color:var(--color-text-primary);font-weight:600;text-decoration:underline;text-decoration-color:var(--color-border);text-underline-offset:3px}.auth-footer a:hover,.auth-form__password-row a:hover,.auth-legal a:hover{text-decoration-color:var(--color-text-primary)}.auth-optional{border-top:1px solid var(--color-border);border-bottom:1px solid var(--color-border);padding:12px 0}.auth-optional summary{cursor:pointer;list-style:none}.auth-optional summary::-webkit-details-marker{display:none}.auth-optional summary:after{float:right;content:"+";font-size:16px;line-height:1}.auth-optional[open] summary:after{content:"−"}.auth-optional__fields{display:flex;flex-direction:column;gap:16px;padding-top:16px}.auth-legal{display:flex;align-items:flex-start;gap:10px}.auth-legal input{flex:0 0 auto;width:20px;height:20px;margin-top:2px;accent-color:var(--color-accent)}.auth-footer{margin:20px 0 0;text-align:center}.auth-state{display:flex;flex-direction:column;gap:16px}.auth-state--center{align-items:center;text-align:center}.auth-state__copy{margin:0;line-height:1.6;text-align:center}@media (max-width:480px){.auth-frame{padding-top:28px;padding-bottom:56px}.auth-heading{margin-bottom:22px}.auth-form__password-row{align-items:flex-start;flex-direction:column;gap:6px}}@media (prefers-reduced-motion:reduce){.auth-surface *,.auth-surface :after,.auth-surface :before{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important}}