.password-hint { margin: 10px 0 0; color: var(--muted); font-size: .74rem; line-height: 1.55; }
.access-divider { display: flex; align-items: center; gap: 12px; margin: 20px 0 8px; color: var(--muted); font-size: .72rem; text-transform: uppercase; letter-spacing: .12em; }
.access-divider::before, .access-divider::after { content: ""; flex: 1; height: 1px; background: var(--line); }
.access-success { text-align: center; }
.access-success-mark { display: grid; place-items: center; width: 62px; height: 62px; margin: 0 auto 18px; border-radius: 50%; background: #e4f0e8; color: var(--green); font-size: 2rem; font-weight: 900; }
.access-button-link { display: grid; place-items: center; text-decoration: none; }
.login-card > .back-link { display: inline-block; margin-top: 8px; }
