.auth-submit{width:100%;font-style:normal;font-family:var(--font-sans-new);letter-spacing:.02em;white-space:normal;justify-content:center;padding-top:.95rem;padding-bottom:.95rem;font-size:max(.95rem,min(.9rem + .25vw,1.05rem));font-weight:500}.auth-submit:after{content:none}.auth-submit:disabled{opacity:.6;cursor:not-allowed;box-shadow:none}.auth-submit:disabled:hover{background:var(--gold-light);border-color:var(--gold-light);color:var(--ink);box-shadow:none}.auth-form{flex-direction:column;gap:0;display:flex}.auth-form>.system-alert{margin-bottom:max(1rem,min(2.5vw,1.3rem))}.auth-form__submit-row{margin-top:max(.5rem,min(1.5vw,.75rem))}.auth-name-grid{grid-template-columns:1fr;gap:0;display:grid}@media (min-width:480px){.auth-name-grid{grid-template-columns:1fr 1fr;column-gap:max(.85rem,min(2.5vw,1.1rem))}}.auth-utility-row{justify-content:flex-end;margin-top:-.35rem;margin-bottom:max(1rem,min(2.5vw,1.3rem));display:flex}.auth-link{font-family:var(--font-sans-new);color:var(--gold-light);transition:color var(--dur-base)var(--ease-mystic),border-color var(--dur-base)var(--ease-mystic);border-bottom:1px solid transparent;font-size:.85rem;font-weight:300;text-decoration:none}.auth-link:hover{color:var(--parchment);border-bottom-color:var(--gold-50)}.auth-link:focus-visible{color:var(--parchment);border-bottom-color:var(--gold-50)}.auth-divider{align-items:center;gap:.9rem;margin:max(1.3rem,min(3.5vw,1.7rem)) 0 max(1rem,min(2.5vw,1.25rem));display:flex}.auth-divider:before,.auth-divider:after{content:"";background:linear-gradient(90deg,transparent,rgba(210,161,125,.28),transparent);flex:1 1 0;height:1px}.auth-divider__label{font-family:var(--font-sans-new);letter-spacing:.14em;text-transform:uppercase;color:var(--text-secondary);flex:none;font-size:.72rem;font-weight:400}.auth-oauth{flex-direction:column;gap:.7rem;display:flex}.auth-oauth__btn{width:100%;font-family:var(--font-sans-new);letter-spacing:.01em;color:var(--text-primary);border:1px solid var(--gold-30);cursor:pointer;transition:color var(--dur-base)var(--ease-mystic),border-color var(--dur-base)var(--ease-mystic),background var(--dur-base)var(--ease-mystic),box-shadow var(--dur-base)var(--ease-mystic);background:rgba(10,6,18,.45);border-radius:999px;justify-content:center;align-items:center;gap:.7rem;padding:.8rem 1.4rem;font-size:.95rem;font-weight:400;display:inline-flex}.auth-oauth__btn:hover:not(:disabled){color:var(--parchment);border-color:var(--gold-50);background:rgba(16,9,28,.6);box-shadow:0 12px 28px -18px rgba(210,161,125,.55)}.auth-oauth__btn:focus-visible:not(:disabled){color:var(--parchment);border-color:var(--gold-50);background:rgba(16,9,28,.6);box-shadow:0 12px 28px -18px rgba(210,161,125,.55)}.auth-oauth__btn:disabled{opacity:.55;cursor:not-allowed}.auth-oauth__icon{flex:none;width:18px;height:18px}.auth-consent{font-family:var(--font-sans-new);text-align:center;color:var(--text-secondary);margin:max(1rem,min(2.5vw,1.25rem)) 0 0;font-size:.78rem;font-weight:300;line-height:1.55}.auth-consent a{color:var(--gold-light);border-bottom:1px solid var(--gold-30);transition:color var(--dur-base)var(--ease-mystic),border-color var(--dur-base)var(--ease-mystic);text-decoration:none}.auth-consent a:hover{color:var(--parchment);border-bottom-color:var(--gold-50)}.auth-consent a:focus-visible{color:var(--parchment);border-bottom-color:var(--gold-50)}.auth-consent-check{cursor:pointer;font-family:var(--font-sans-new);color:var(--text-secondary);-webkit-tap-highlight-color:transparent;align-items:flex-start;gap:.65rem;margin:max(1rem,min(2.5vw,1.25rem)) 0 0;font-size:.8rem;font-weight:300;line-height:1.5;display:flex}.auth-consent-check__input{opacity:0;pointer-events:none;width:1px;height:1px;margin:0;position:absolute}.auth-consent-check__box{border:1px solid var(--gold-30);background:var(--gold-12);width:20px;height:20px;transition:border-color var(--dur-base)var(--ease-mystic),background var(--dur-base)var(--ease-mystic),box-shadow var(--dur-base)var(--ease-mystic);border-radius:6px;flex:none;place-items:center;margin-top:.05rem;display:grid}.auth-consent-check__check{width:12px;height:12px;color:var(--ink);opacity:0;transition:opacity var(--dur-base)var(--ease-mystic),transform var(--dur-base)var(--ease-mystic);transform:scale(.55)}.auth-consent-check:hover .auth-consent-check__box{border-color:var(--gold-50)}.auth-consent-check__input:checked~.auth-consent-check__box{background:linear-gradient(135deg,var(--gold-light),var(--gold));border-color:var(--gold-50);box-shadow:var(--gold-glow)}.auth-consent-check__input:checked~.auth-consent-check__box .auth-consent-check__check{opacity:1;transform:scale(1)}.auth-consent-check__input:focus-visible~.auth-consent-check__box{outline:2px solid var(--gold-50);outline-offset:2px}.auth-consent-check.has-error .auth-consent-check__box{border-color:var(--system-red,#fca5a5);background:var(--system-red-faint,rgba(252,165,165,.08));box-shadow:0 0 0 3px var(--system-red-faint,rgba(252,165,165,.08))}.auth-consent-check.has-error .auth-consent-check__text{color:var(--system-red,#fca5a5)}.auth-consent-check__text a{color:var(--gold-light);border-bottom:1px solid var(--gold-30);transition:color var(--dur-base)var(--ease-mystic),border-color var(--dur-base)var(--ease-mystic);text-decoration:none}.auth-consent-check__text a:hover{color:var(--parchment);border-bottom-color:var(--gold-50)}.auth-consent-check__text a:focus-visible{color:var(--parchment);border-bottom-color:var(--gold-50)}.auth-hint-note{border:1px solid var(--gold-30);font-family:var(--font-sans-new);color:var(--text-secondary);background:rgba(210,161,125,.04);border-radius:12px;margin:max(1rem,min(2.5vw,1.25rem)) 0 0;padding:.85rem 1rem;font-size:.8rem;font-weight:300;line-height:1.55}.auth-status{text-align:center;flex-direction:column;align-items:center;gap:max(.9rem,min(2.5vw,1.2rem));display:flex}.auth-status__title{font-family:var(--font-display);letter-spacing:-.01em;color:var(--text-primary);margin:0;font-size:max(1.35rem,min(1.2rem + .8vw,1.7rem));font-weight:600;line-height:1.18}.auth-status__text{font-family:var(--font-sans-new);color:var(--text-secondary);max-width:42ch;margin:0 auto;font-size:max(.9rem,min(.86rem + .25vw,1rem));font-weight:300;line-height:1.6}.auth-status__text strong{color:var(--gold-light);font-weight:500}.auth-status__meta{font-family:var(--font-sans-new);color:var(--text-secondary);margin:0;font-size:.78rem;font-weight:300;line-height:1.5}.auth-status__action{margin-top:max(.4rem,min(1.5vw,.7rem))}.auth-status .btn--gold-outline{font-style:normal;font-family:var(--font-sans-new);font-size:.95rem;font-weight:500}.auth-status .btn--gold-outline:after{content:none}@media (prefers-reduced-motion:reduce){.auth-link,.auth-oauth__btn,.auth-consent a,.auth-consent-check__box,.auth-consent-check__check,.auth-consent-check__text a{transition:none}}
