body { min-height: 100vh; display: grid; place-items: center; background: var(--mz-color-bg, #f7faf5); padding: 24px; }
.auth-card { width: min(440px, 100%); background: #fff; border: 1px solid rgba(25, 80, 36, .14); border-radius: 24px; box-shadow: 0 24px 70px rgba(21, 50, 28, .12); padding: 32px; }
.auth-brand { display: grid; gap: 12px; justify-items: center; margin-bottom: 26px; text-align: center; }
.auth-brand img { width: min(292px, 100%); max-height: 74px; object-fit: contain; }
.auth-brand p, .auth-copy { margin: 0; color: #667568; line-height: 1.55; }
.auth-form { display: grid; gap: 16px; }
.auth-status { min-height: 22px; font-size: 14px; line-height: 1.5; }
.auth-status.is-error { color: #b42318; }
.auth-status.is-success { color: #087145; }
.auth-links { display: flex; justify-content: space-between; gap: 12px; flex-wrap: wrap; font-size: 14px; }
.auth-links a, .auth-link-button { color: #087145; font: inherit; background: none; border: 0; padding: 0; cursor: pointer; text-decoration: underline; }
.auth-password-wrap { position: relative; display: grid; }
.auth-password-wrap .mz-input { padding-right: 52px; }
.auth-password-toggle { width: 44px; min-height: 44px; position: absolute; right: 2px; top: 50%; transform: translateY(-50%); border: 0; border-radius: 10px; background: transparent; cursor: pointer; }
.auth-policy { margin: 0; color: #667568; font-size: 12px; line-height: 1.5; }
@media (max-width: 380px) { .auth-card { padding: 24px; } }
