.auth-root{--abg:var(--surface-page);--abg-1:var(--surface-card);--abg-2:var(--grey-50);--abg-3:var(--grey-100);--aline:var(--border-subtle);--aline-2:var(--border-strong);--afg:var(--text-strong);--afg-2:var(--text-body);--afg-3:var(--text-muted);--afg-4:var(--grey-500);--aaccent:var(--forest-950);--aaccent-2:var(--forest-700);--aaccent-fg:var(--white);--aaccent-glow:var(--lime-glow);background:var(--abg);color:var(--afg);font-family:var(--font-ui);-webkit-font-smoothing:antialiased;min-height:100dvh;overflow-x:hidden}.auth-root a{color:inherit;text-decoration:none}.auth-root *{box-sizing:border-box}.auth-root input[type=checkbox]{accent-color:var(--forest-950)}.auth-root :focus-visible{outline:2px solid var(--forest-950);outline-offset:2px;border-radius:4px}.auth-root ::selection{background:var(--lime-500);color:var(--forest-950)}.auth-page{min-height:100dvh;display:grid;grid-template-columns:minmax(0,1.05fr) minmax(0,.95fr)}.auth-left{padding:28px clamp(20px,5vw,72px);display:flex;flex-direction:column;min-height:100dvh}.auth-form-wrap{flex:1 1;display:flex;flex-direction:column;justify-content:center;max-width:420px;width:100%;margin:0 auto;padding:20px 0}.auth-left h1{font-family:var(--font-display);color:var(--text-strong)}.auth-right{--abg-1:var(--forest-900);--abg-2:var(--forest-800);--abg-3:var(--forest-700);--aline:var(--on-dark-line);--aline-2:var(--on-dark-line-strong);--afg:var(--white);--afg-2:var(--on-dark-strong);--afg-3:var(--on-dark-muted);--afg-4:var(--on-dark-subtle);--aaccent:var(--lime-500);--aaccent-fg:var(--forest-950);position:relative;overflow:hidden;background:var(--forest-950);color:var(--afg);display:flex;flex-direction:column;justify-content:space-between;padding:40px clamp(32px,3vw,56px)}@media (max-width:768px){.auth-page{grid-template-columns:1fr}.auth-right{display:none!important}.auth-left{min-height:100dvh}}.auth-grid-bg{background-image:linear-gradient(to right,var(--on-dark-line-faint) 1px,transparent 1px),linear-gradient(to bottom,var(--on-dark-line-faint) 1px,transparent 1px);background-size:64px 64px;inset:0;opacity:.6;mask-image:radial-gradient(ellipse 70% 60% at 70% 40%,black 20%,transparent 85%);-webkit-mask-image:radial-gradient(ellipse 70% 60% at 70% 40%,black 20%,transparent 85%)}.auth-glow,.auth-grid-bg{position:absolute;pointer-events:none}.auth-glow{top:20%;right:-30%;width:700px;height:700px;background:radial-gradient(ellipse at center,var(--aaccent-glow),transparent 60%);filter:blur(40px);opacity:.5}.auth-heading{margin-bottom:var(--space-12)}.auth-title{font-family:var(--font-display);font-size:clamp(22px,3vw,28px);font-weight:var(--weight-bold);letter-spacing:-.8px;color:var(--text-strong);margin:0 0 6px}.auth-subtitle{font-size:var(--text-body-md);color:var(--text-muted);margin:0}.auth-toplink{display:inline-flex;align-items:center;gap:6px;font-size:var(--text-body-sm);color:var(--text-muted);background:none;border:0;padding:0;cursor:pointer}.auth-toplink:hover{color:var(--text-strong)}.auth-toplink--strong{color:var(--text-body);font-weight:var(--weight-semibold)}.auth-divider{display:flex;align-items:center;gap:14px;margin:22px 0}.auth-divider__line{flex:1 1;height:1px;background:var(--border-subtle)}.auth-divider__label{font-family:var(--font-data);font-size:10px;letter-spacing:1.2px;color:var(--text-subtle)}.auth-footer{margin-top:28px;display:flex;justify-content:space-between;flex-wrap:wrap;gap:8px;font-size:var(--text-label);color:var(--text-subtle)}.auth-step{display:flex;align-items:center;gap:14px}.auth-step__icon{width:32px;height:32px;border-radius:50%;flex-shrink:0;display:grid;place-items:center;background:var(--forest-100);border:1px solid var(--forest-300);color:var(--forest-950)}.auth-step__text{font-size:var(--text-body-sm);color:var(--text-body)}.auth-mono{font-family:var(--font-data)}