.access-body { display: grid; min-height: 100vh; padding: 28px 16px; place-items: center; background: radial-gradient(circle at top, #ece9ff 0, var(--page) 45%); }
.access-page { width: min(100%, 520px); }
.access-brand { display: block; width: 180px; margin: 0 auto 28px; }
.access-brand img { display: block; width: 100%; height: auto; }
.access-card { padding: 22px; background: var(--panel); border: 1px solid var(--line); border-radius: 20px; box-shadow: var(--shadow); }
.access-card h1 { margin-bottom: 10px; }
.access-card .lead { margin-bottom: 24px; }
.access-tabs { display: grid; grid-template-columns: 1fr 1fr; gap: 6px; padding: 5px; margin: -6px -6px 24px; background: var(--purple-soft); border-radius: 14px; }
.access-tabs button { min-height: 42px; color: var(--muted); background: transparent; border: 0; border-radius: 10px; font-weight: 800; }
.access-tabs button[aria-selected="true"] { color: var(--purple-dark); background: #fff; box-shadow: 0 2px 8px rgba(33, 25, 83, .1); }
.required-marker { color: var(--red); }
.honeypot { position: absolute; width: 1px; height: 1px; overflow: hidden; opacity: 0; pointer-events: none; }
.back-button { margin: 0 0 18px; padding: 0; color: var(--purple); background: transparent; border: 0; font-weight: 800; }
.back-button::before { content: '‹ '; }
.access-divider { display: grid; grid-template-columns: 1fr auto 1fr; align-items: center; gap: 10px; margin: 18px 0; color: var(--muted); font-size: .85rem; }
.access-divider::before, .access-divider::after { height: 1px; background: var(--line); content: ''; }
.password-login { margin-top: 16px; }
.access-help { margin: 0; color: var(--muted); font-size: .82rem; }
.profile-results > p { color: var(--muted); }
.profile-results .account-link { justify-content: center; font-weight: 800; }
.known-email-message { margin-top: 16px; padding-top: 16px; border-top: 1px solid var(--line); }
.known-email-message p { color: var(--muted); }

@media (min-width: 700px) {
    .access-body { padding: 48px 24px; }
    .access-card { padding: 32px; }
    .access-registration { grid-template-columns: 1fr 1fr; }
    .access-registration > :nth-child(1), .access-registration > :nth-child(5), .access-registration > :nth-child(10), .access-registration > :nth-child(11) { grid-column: 1 / -1; }
}
