/* ════════════════════════════════════════════════════════════════════════════════
   FROGGY PIXEL – REGISTRO PAGE  (complemento)
   Solo las clases NUEVAS que no existen en login.css
   Todo lo demás (lg-shell, lg-container, lg-brand-*, lg-form-*, lg-oauth-*,
   lg-legal-*, responsive, a11y) se hereda directamente de login.css
   ════════════════════════════════════════════════════════════════════════════════ */


/* ─── Post-auth note — reduce incertidumbre del usuario ─── */
.lg-post-auth-note {
  font-size: 0.75rem;
  color: var(--lg-neutral-400);
  line-height: 1.6;
  text-align: center;
  margin: 1.25rem 0 0;
  padding: 0.75rem 0.85rem;
  background: linear-gradient(135deg, rgba(124, 58, 237, 0.04) 0%, rgba(59, 130, 246, 0.03) 100%);
  border: 1px solid rgba(124, 58, 237, 0.08);
  border-radius: var(--lg-radius-md);
  animation: lg-fadeIn 0.5s ease-out 0.85s both;
}

/* ─── Link alternativo — "¿Ya tienes cuenta?" ─── */
.lg-alt-text {
  font-size: 0.82rem;
  color: var(--lg-neutral-500);
  text-align: center;
  margin: 1.25rem 0 0;
  animation: lg-fadeIn 0.5s ease-out 0.9s both;
}

.lg-alt-link {
  color: var(--lg-primary-600) !important;
  font-weight: 700;
  text-decoration: none !important;
  transition: color var(--lg-ease-out);
}

.lg-alt-link:hover {
  color: var(--lg-primary-700) !important;
  text-decoration: underline !important;
}