.auth-header {
  text-align: center;
  margin-bottom: var(--space-5);
}
.auth-header img { margin: 0 auto var(--space-3); }
.auth-header p { color: var(--color-text-muted); font-size: 0.95rem; }

.auth-illustration {
  display: flex;
  justify-content: center;
  margin-bottom: var(--space-4);
}

.auth-hint {
  text-align: center;
  font-size: 0.8rem;
  color: var(--color-text-muted);
  margin-top: var(--space-4);
}
