/* ============================================================
   BAILAPRO · Páginas de acceso (login, recuperar contraseña)
   ============================================================ */
.auth-body {
  min-height: 100vh; display: flex; align-items: center; justify-content: center;
  padding: 24px 16px;
}
.auth-wrap { width: 100%; max-width: 380px; }
.auth-brand { text-align: center; margin-bottom: 20px; }
.auth-logo { height: 56px; width: 56px; object-fit: contain; margin-bottom: 6px; border-radius: 12px; }
.auth-brand h1 { font-family: var(--serif); font-size: 32px; font-style: italic; color: var(--ink); }
.auth-brand h1 span { color: var(--primary); font-style: normal; }
.auth-brand p { color: var(--ink-soft); font-size: 13.5px; margin: 4px 0 0; }
.auth-card {
  background: var(--surface); border: 1px solid var(--line); border-radius: var(--radius-lg);
  box-shadow: var(--shadow-md); padding: 26px 24px;
}
.auth-card h2 { font-size: 20px; margin-bottom: 4px; }
.auth-card a { color: var(--primary); font-weight: 600; text-decoration: none; }
.auth-card a:hover { text-decoration: underline; }
.auth-footer { text-align: center; margin-top: 18px; font-size: 13px; color: var(--ink-soft); }
.auth-footer a { color: var(--primary); font-weight: 600; text-decoration: none; }
.auth-footer a:hover { text-decoration: underline; }
