.auth-page{--auth-deep:#27472f;--auth-evergreen:#24543a;--auth-cream:#fbf5e8;--auth-paper:#fffdf7;--auth-parchment:#f2e5c9;--auth-carrot:#c9763c;--auth-ink:#243128;--auth-muted:#5e665f;--auth-line:#d9ccb1;min-height:100svh;color:var(--auth-ink);background:var(--auth-paper);grid-template-columns:minmax(360px,.92fr) minmax(520px,1.08fr);font-family:Manrope Variable,system-ui,sans-serif;font-size:16px;line-height:1.6;display:grid}.auth-page *,.auth-page :before,.auth-page :after{box-sizing:border-box}.auth-page h1,.auth-page h2{font-family:Fraunces Variable,Georgia,serif}.auth-page h1,.auth-page h2,.auth-page p{margin-top:0}.auth-page a{color:inherit}.auth-page [data-slot=button]{border-radius:999px;min-height:48px;font-weight:800}.auth-story{color:#fff;background:var(--auth-deep);min-height:100svh;position:sticky;top:0;overflow:hidden}.auth-story:before{content:"";opacity:.11;background-image:radial-gradient(circle,#809b68 1px,#0000 1.5px);background-size:28px 28px;position:absolute;inset:0}.auth-story:after{content:"";border:1px solid #ffffff24;border-radius:50%;width:430px;height:430px;position:absolute;bottom:-190px;right:-120px;box-shadow:0 0 0 75px #ffffff08,0 0 0 150px #ffffff05}.auth-story-inner{z-index:1;flex-direction:column;min-height:100%;padding:clamp(35px,6vw,76px);display:flex;position:relative}.auth-brand{align-items:center;gap:11px;width:fit-content;font-family:Fraunces Variable,Georgia,serif;font-size:1.05rem;text-decoration:none;display:inline-flex}.auth-brand>span{width:42px;height:42px;color:var(--auth-deep);background:var(--auth-parchment);border-radius:50%;place-items:center;display:grid}.auth-brand svg{width:22px}.auth-story-copy{margin-block:auto;padding-block:80px}.auth-eyebrow{color:var(--auth-evergreen);letter-spacing:.14em;text-transform:uppercase;margin-bottom:0;font-size:.68rem;font-weight:850}.auth-story .auth-eyebrow{color:#d7e2cb}.auth-story h2{letter-spacing:-.04em;max-width:500px;margin:17px 0 22px;font-size:clamp(3rem,5vw,5.2rem);line-height:.98}.auth-story-copy>p:not(.auth-eyebrow){color:#ffffffb8;max-width:520px;font-size:1rem}.auth-story-copy ul{color:#ffffffc7;gap:11px;margin:30px 0 0;padding:0;font-size:.72rem;font-weight:750;list-style:none;display:grid}.auth-story-copy li{align-items:center;gap:8px;display:flex}.auth-story-copy li svg{width:17px;color:var(--auth-deep);background:#d7e2cb;border-radius:50%;padding:3px}.auth-story-note{color:#ffffff8a;align-items:center;gap:8px;margin-bottom:0;font-size:.65rem;display:flex}.auth-story-note svg{width:15px}.auth-panel{background:var(--auth-paper);place-items:center;min-height:100svh;padding:72px 40px;display:grid}.auth-mobile-topline{display:none}.auth-form-wrap{width:min(100%,470px)}.auth-form-heading{margin-bottom:34px}.auth-form-heading h1{letter-spacing:-.04em;margin:10px 0 13px;font-size:clamp(2.7rem,5vw,4rem);line-height:1}.auth-form-heading>p:last-child{color:var(--auth-muted)}.auth-form{gap:20px;display:grid}.auth-field{gap:7px;display:grid}.auth-field-label{justify-content:space-between;align-items:baseline;gap:15px;display:flex}.auth-field label{font-size:.74rem;font-weight:800}.auth-field-label small{color:var(--auth-muted);font-size:.61rem}.auth-field>[data-slot=input],.auth-password-wrap>[data-slot=input]{background:var(--auth-paper);border-color:#aab2aa;min-height:50px;padding-inline:15px;font-size:.86rem}.auth-password-wrap{position:relative}.auth-password-wrap>[data-slot=input]{padding-right:54px}.auth-password-wrap>[data-slot=button]{width:46px;min-height:46px;color:var(--auth-muted);padding:0;position:absolute;top:1px;right:2px}.auth-form-row{justify-content:space-between;align-items:center;gap:20px;display:flex}.auth-check{color:var(--auth-muted);align-items:flex-start;gap:10px;font-size:.68rem;display:flex}.auth-check [data-slot=checkbox]{margin-top:2px}.auth-inline-link{color:var(--auth-evergreen);font-size:.68rem;font-weight:800;text-decoration:none}.auth-inline-link:hover{text-decoration:underline}.auth-submit{background:var(--auth-evergreen);width:100%;margin-top:4px}.auth-submit:hover{background:var(--auth-deep)}.auth-submit svg{animation:.8s linear infinite auth-spin}.auth-form-footer{color:var(--auth-muted);border-top:1px solid var(--auth-line);text-align:center;margin-top:29px;padding-top:25px;font-size:.72rem}.auth-form-footer p{margin-bottom:0}.auth-form-footer a{color:var(--auth-evergreen);font-weight:850;text-decoration:none}.auth-form-footer a:hover{text-decoration:underline}.auth-message{border-radius:9px;align-items:flex-start;gap:9px;padding:13px 14px;font-size:.69rem;display:flex}.auth-message svg{flex:none;width:17px;margin-top:1px}.auth-message.is-error{color:#7c3028;background:#f8e5df}.auth-message.is-success{color:var(--auth-deep);background:#e2eddd}.auth-message.is-info{color:#345e65;background:#e1eef0}.auth-code{grid-template-columns:repeat(6,1fr);gap:7px;display:grid}.auth-code [data-slot=input]{text-align:center;min-width:0;min-height:54px;padding:0;font-size:1.15rem;font-weight:850}.auth-back-link{color:var(--auth-muted);align-items:center;gap:7px;margin-bottom:27px;font-size:.68rem;font-weight:800;text-decoration:none;display:inline-flex}.auth-back-link svg{width:15px}.auth-prelaunch-note{color:var(--auth-muted);background:var(--auth-cream);border-left:3px solid var(--auth-carrot);margin:0;padding:15px;font-size:.68rem}.auth-page.is-compact .auth-story-copy h2{font-size:clamp(2.8rem,4.6vw,4.6rem)}@keyframes auth-spin{to{transform:rotate(360deg)}}.auth-handoff{min-height:100svh;color:var(--auth-ink,#243128);background:var(--auth-cream,#fbf5e8);place-items:center;padding:30px;font-family:Manrope Variable,system-ui,sans-serif;display:grid}.auth-handoff-card{background:var(--auth-paper,#fffdf7);border:1px solid var(--auth-line,#d9ccb1);text-align:center;border-radius:18px;width:min(100%,620px);padding:55px;box-shadow:0 24px 70px #2431281f}.auth-handoff-card>span{width:58px;height:58px;color:var(--auth-evergreen,#24543a);background:#e0ead7;border-radius:50%;place-items:center;margin:0 auto 25px;display:grid}.auth-handoff-card>svg{width:38px;height:38px;color:var(--auth-evergreen,#24543a);margin-bottom:22px}.auth-handoff-card h1{letter-spacing:-.04em;margin:9px 0 16px;font-family:Fraunces Variable,Georgia,serif;font-size:clamp(2.5rem,6vw,4rem);line-height:1}.auth-handoff-card>p:not(.auth-eyebrow){color:var(--auth-muted,#5e665f)}.auth-handoff-card [data-slot=button]{border-radius:999px;min-height:48px;padding-inline:22px;font-weight:800}.auth-handoff-actions{flex-wrap:wrap;justify-content:center;gap:10px;margin-top:27px;display:flex}.auth-handoff-spinner{animation:.8s linear infinite auth-spin}@media (width<=850px){.auth-page{grid-template-columns:1fr}.auth-story{display:none}.auth-panel{padding:28px 24px 65px;display:block}.auth-mobile-topline{justify-content:space-between;align-items:center;margin-bottom:72px;display:flex}.auth-mobile-topline [data-slot=button]{min-height:42px}.auth-form-wrap{margin-inline:auto}}@media (width<=480px){.auth-panel{padding-inline:18px}.auth-mobile-topline{margin-bottom:55px}.auth-form-heading h1{font-size:2.75rem}.auth-form-row{flex-direction:column;align-items:flex-start;gap:12px}.auth-handoff{padding:15px}.auth-handoff-card{padding:38px 23px}.auth-handoff-actions{flex-direction:column;align-items:stretch}}
