.oga-auth{grid-template-columns:minmax(0,5fr) minmax(0,7fr);min-height:100svh;display:grid}.oga-auth__brand{padding:2rem var(--v4-gutter) 2rem;color:var(--v4-paper);background:var(--v4-ink-deep);isolation:isolate;flex-direction:column;justify-content:space-between;gap:3rem;display:flex;position:relative;overflow:hidden}.oga-auth__brand>:not(.v4-field){z-index:2;position:relative}.oga-auth__brand-top{height:var(--v4-nav-h);align-items:center;display:flex}.oga-auth__brand-body{flex-direction:column;gap:1.25rem;max-width:30rem;display:flex}.oga-auth__brand-eyebrow{font-family:var(--v4-font-mono);font-size:var(--v4-fs-label);letter-spacing:.04em;color:#faf8f4b3}.oga-auth__brand-eyebrow-dot{display:none}.oga-auth__brand-title{letter-spacing:var(--v4-track-h2);text-wrap:balance;margin:0;font-size:clamp(2rem,3.2vw,3rem);font-weight:300;line-height:1.06}.oga-auth__brand-lead{font-size:var(--v4-fs-body);color:#faf8f4c7;margin:0;line-height:1.55}.oga-auth__brand-foot{font-size:var(--v4-fs-small);border-top:1px solid #faf8f42e;align-items:center;gap:1.5rem;padding-top:1.25rem;display:flex}.oga-auth__brand-back,.oga-auth__brand-link{color:#faf8f4db;font-weight:500}.oga-auth__brand-back:hover,.oga-auth__brand-link:hover{color:var(--v4-paper)}.oga-auth__brand-sep{flex:1}.oga-auth__form{padding:4rem var(--v4-gutter);background:var(--v4-paper);color:var(--v4-ink);justify-content:center;align-items:center;display:flex}.oga-auth__form-inner{flex-direction:column;gap:1.5rem;width:100%;max-width:26rem;display:flex}.oga-auth__form-inner form{flex-direction:column;gap:1.25rem;display:flex}.oga-auth-title{flex-direction:column;gap:.75rem;margin-bottom:.5rem;display:flex}.oga-auth-title__eyebrow{font-family:var(--v4-font-mono);font-size:var(--v4-fs-label);letter-spacing:.04em;color:var(--v4-grey)}.oga-auth-title__eyebrow-dot{display:none}.oga-auth-title__h1{letter-spacing:var(--v4-track-h2);margin:0;font-size:clamp(2rem,3vw,2.75rem);font-weight:300;line-height:1.05}.oga-auth-title__sub{font-size:var(--v4-fs-small);color:var(--v4-grey);margin:0;line-height:1.5}.oga-auth-field{flex-direction:column;gap:.45rem;display:flex}.oga-auth-field__row{justify-content:space-between;align-items:baseline;gap:1rem;display:flex}.oga-auth-field__label{font-size:.9rem;font-weight:500}.oga-auth-field__hint-link{color:var(--v4-grey);text-underline-offset:3px;font-size:.8125rem;text-decoration:underline}.oga-auth-input{width:100%;font-family:var(--v4-font-sans);color:var(--v4-ink);background:var(--v4-paper-2);border-radius:var(--v4-radius-btn);transition:border-color .16s var(--v4-ease);border:1px solid #1a1c1f1f;padding:.7rem .85rem;font-size:.95rem}.oga-auth-input::placeholder{color:var(--v4-grey)}.oga-auth-input:focus{border-color:var(--v4-ink);outline:none}.oga-auth-pw{position:relative}.oga-auth-pw__input{padding-right:2.75rem}.oga-auth-pw__toggle{width:32px;height:32px;color:var(--v4-grey);cursor:pointer;background:0 0;border:0;justify-content:center;align-items:center;display:inline-flex;position:absolute;top:50%;right:.5rem;transform:translateY(-50%)}.oga-auth-pw__toggle:hover{color:var(--v4-ink)}.oga-auth-meta{color:var(--v4-grey);font-size:.8125rem}.oga-auth-error{border:1px solid var(--v4-status-red,#b4361c);border-radius:var(--v4-radius-btn);color:var(--v4-status-red,#b4361c);font-size:var(--v4-fs-small);padding:.85rem 1rem}.oga-auth-submit{border-radius:var(--v4-radius-btn);border:1px solid var(--v4-ink);background:var(--v4-ink);width:100%;height:44px;color:var(--v4-paper);font-family:var(--v4-font-sans);cursor:pointer;transition:opacity .18s var(--v4-ease);justify-content:center;align-items:center;gap:.5rem;padding:0 1.125rem;font-size:.95rem;font-weight:500;display:inline-flex}.oga-auth-submit:hover{opacity:.88}.oga-auth-submit:disabled{opacity:.5;cursor:default}.oga-auth-spinner{border:2px solid #faf8f459;border-top-color:var(--v4-paper);border-radius:50%;width:16px;height:16px;animation:.7s linear infinite oga-auth-spin}@keyframes oga-auth-spin{to{transform:rotate(360deg)}}.oga-auth-divider{align-items:center;gap:.75rem;display:flex}.oga-auth-divider__rule{background:#1a1c1f1f;flex:1;height:1px}.oga-auth-divider__label{font-family:var(--v4-font-mono);font-size:var(--v4-fs-label);letter-spacing:.04em;color:var(--v4-grey)}.oga-auth-oauth{flex-direction:column;gap:.5rem;display:flex}.oga-auth-oauth__btn{border-radius:var(--v4-radius-btn);width:100%;height:44px;color:var(--v4-ink);font-family:var(--v4-font-sans);cursor:pointer;transition:background-color .18s var(--v4-ease), border-color .18s var(--v4-ease);background:0 0;border:1px solid #1a1c1f47;justify-content:center;align-items:center;gap:.6rem;font-size:.95rem;font-weight:500;display:inline-flex}.oga-auth-oauth__btn:hover{border-color:var(--v4-ink);background:#1a1c1f0d}.oga-auth-oauth__icon{flex:none}.oga-auth-foot-link{font-size:var(--v4-fs-small);color:var(--v4-grey)}.oga-auth-foot-link__link,.oga-auth-link-btn{color:var(--v4-ink);text-underline-offset:3px;font-weight:500;text-decoration:underline}.oga-auth-link-btn{font:inherit;cursor:pointer;background:0 0;border:0;padding:0}.oga-auth-fineprint{color:var(--v4-grey);font-size:.8125rem;line-height:1.5}.oga-auth-fineprint a{text-underline-offset:3px;text-decoration:underline}.oga-auth-code{font-family:var(--v4-font-mono);border-radius:var(--v4-radius-btn);background:var(--v4-paper-2);border:1px solid #1a1c1f1f;padding:.1rem .35rem;font-size:.85em}.oga-auth-center{flex-direction:column;gap:1.5rem;display:flex}.oga-auth-status{width:44px;height:44px;color:var(--v4-ink);border:1px solid #1a1c1f47;border-radius:50%;justify-content:center;align-items:center;display:inline-flex}.oga-auth-status[data-tone=success]{border-color:var(--v4-status-green,#2e7548);color:var(--v4-status-green,#2e7548)}.oga-auth-status[data-tone=danger]{border-color:var(--v4-status-red,#b4361c);color:var(--v4-status-red,#b4361c)}.oga-auth-actions{flex-wrap:wrap;gap:.75rem;display:flex}.oga-auth-pill{border-radius:var(--v4-radius-btn);border:1px solid var(--v4-ink);background:var(--v4-ink);height:40px;color:var(--v4-paper);white-space:nowrap;transition:opacity .18s var(--v4-ease);justify-content:center;align-items:center;gap:.5rem;padding:0 1.125rem;font-size:.9rem;font-weight:500;display:inline-flex}.oga-auth-pill:hover{opacity:.88}.oga-auth-pill--ghost{color:var(--v4-ink);background:0 0;border-color:#1a1c1f47}.oga-auth-pill--ghost:hover{opacity:1;border-color:var(--v4-ink);background:#1a1c1f0d}.oga-auth-steps{flex-direction:column;margin:0;padding:0;list-style:none;display:flex}.oga-auth-steps__item{font-size:var(--v4-fs-small);border-top:1px solid #1a1c1f1f;align-items:baseline;gap:1rem;padding:.75rem 0;display:flex}.oga-auth-steps__item:last-child{border-bottom:1px solid #1a1c1f1f}.oga-auth-steps__num{font-family:var(--v4-font-mono);font-size:var(--v4-fs-label);letter-spacing:.04em;color:var(--v4-grey);min-width:1.5rem}.oga-auth-preview{flex-wrap:wrap;gap:.5rem;display:flex}.oga-auth-preview__chip{border-radius:var(--v4-radius-btn);height:32px;color:var(--v4-grey);border:1px solid #1a1c1f1f;align-items:center;padding:0 .8rem;font-size:.85rem;font-weight:500;display:inline-flex}.oga-auth-preview__chip--active{color:var(--v4-paper);background:var(--v4-ink);border-color:var(--v4-ink)}.oga-auth-back-row{display:flex}.oga-auth-back-link{font-size:var(--v4-fs-small);color:var(--v4-grey);font-weight:500}.oga-auth-back-link:hover{color:var(--v4-ink)}@media (max-width:900px){.oga-auth{grid-template-rows:auto 1fr;grid-template-columns:1fr}.oga-auth__brand{min-height:var(--v4-nav-h);padding:0 var(--v4-gutter);flex-direction:row;align-items:center;gap:1.5rem}.oga-auth__brand-top{height:auto}.oga-auth__brand-body{display:none}.oga-auth__brand-foot{border-top:0;flex:1;justify-content:flex-end;gap:1.25rem;padding-top:0}.oga-auth__brand-sep{display:none}.oga-auth__form{padding:3rem var(--v4-gutter) 4rem;align-items:flex-start}}@media (max-width:600px){.oga-auth__brand-link{display:none}}