.v2-auth{min-height:calc(100dvh - 200px);padding:150px 0 clamp(64px,8vw,110px);display:flex;align-items:center;background:radial-gradient(120% 80% at 80% 0,color-mix(in srgb,var(--v2-accent) 8%,transparent) 0,transparent 60%),var(--v2-cream)}.v2-auth-card{width:100%;max-width:460px;margin-inline:auto;border:1px solid var(--v2-line);border-radius:28px;background:#fff;padding:clamp(28px,3.6vw,48px);box-shadow:0 40px 80px -60px rgba(10,31,46,.4)}.v2-auth-card.v2-auth-wide{max-width:620px}.v2-auth-head{text-align:center}.v2-auth-head .v2-eyebrow{justify-content:center}.v2-auth-head h1{margin-top:1rem;font-size:clamp(1.9rem,3.4vw,2.6rem);color:var(--v2-ink)}.v2-auth-head p{margin:.9rem auto 0;color:var(--v2-ink-soft);line-height:1.55;max-width:40ch}.v2-auth-form{margin-top:clamp(24px,3vw,34px);gap:1rem}.v2-auth-field,.v2-auth-form{display:flex;flex-direction:column}.v2-auth-field{gap:.4rem}.v2-auth-field label{font-size:.78rem;font-weight:600;letter-spacing:.04em;color:var(--v2-ink-soft)}.v2-auth-field input{width:100%;padding:.82rem 1rem;border-radius:14px;border:1px solid var(--v2-line);background:var(--v2-paper);color:var(--v2-ink);font-family:inherit;font-size:.95rem;transition:border-color .2s,background .2s}.v2-auth-field input:focus{outline:none;border-color:var(--v2-accent);background:#fff}.v2-auth-consent{display:grid;grid-template-columns:auto 1fr;gap:.7rem;align-items:start;font-size:.84rem;line-height:1.5;color:var(--v2-ink-soft)}.v2-auth-consent input{margin-top:.15rem;accent-color:var(--v2-accent)}.v2-auth-consent a{color:var(--v2-accent-deep);text-decoration:underline}.v2-auth-consent.invalid{color:var(--acc-probiotic)}.v2-auth-consent.shake{animation:v2-auth-shake .4s var(--v2-ease)}.v2-auth .auth-consent.invalid{color:var(--acc-probiotic)}.v2-auth .auth-consent.shake{animation:v2-auth-shake .4s var(--v2-ease)}@keyframes v2-auth-shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}75%{transform:translateX(5px)}}.v2-auth-submit{width:100%;background:var(--v2-accent);color:#fff;border:none;margin-top:.4rem}.v2-auth-submit:hover{background:var(--v2-accent-deep)}.v2-auth .auth-note{display:none;margin-top:.4rem;padding:.7rem .9rem;border-radius:12px;font-size:.88rem;line-height:1.45}.v2-auth .auth-note.show{display:block}.v2-auth .auth-note.info{background:color-mix(in srgb,var(--v2-accent) 10%,transparent);color:var(--v2-accent-deep)}.v2-auth .auth-note.err{background:color-mix(in srgb,var(--acc-probiotic) 12%,transparent);color:color-mix(in srgb,var(--acc-probiotic) 78%,#000)}.v2-auth-alt{margin-top:1.4rem;text-align:center;font-size:.9rem;color:var(--v2-ink-soft)}.v2-auth-alt a{color:var(--v2-accent-deep);font-weight:600;text-decoration:none}.v2-auth-alt a:hover{text-decoration:underline}.v2-account-cta{display:flex;flex-wrap:wrap;gap:.8rem;justify-content:center;margin-top:clamp(22px,2.6vw,30px)}.v2-account-note{margin-top:1.4rem;text-align:center;font-size:.85rem;color:var(--v2-muted)}.v2-account-in{display:none}.v2-account-profile{display:flex;align-items:center;gap:1rem;padding-bottom:1.4rem;border-bottom:1px solid var(--v2-line)}.v2-account-initial{display:grid;place-items:center;width:56px;height:56px;border-radius:50%;background:var(--v2-navy);color:#fff;font-family:var(--font-fraunces),Georgia,serif;font-weight:600;font-size:1.5rem;flex-shrink:0}.v2-account-profile h2{font-size:1.3rem;font-weight:600;color:var(--v2-ink)}.v2-account-profile p{margin-top:.15rem;font-size:.9rem;color:var(--v2-muted)}.v2-account-tiles{margin-top:1.4rem;display:flex;flex-direction:column;gap:0}.v2-account-tile{padding:1.1rem 0;border-bottom:1px solid var(--v2-line)}.v2-account-tile h3{font-size:1rem;font-weight:600;color:var(--v2-ink)}.v2-account-tile p{margin-top:.25rem;font-size:.9rem;color:var(--v2-ink-soft)}.v2-account-logout{margin-top:1.6rem;display:flex;justify-content:center}