.wrap { max-width: 440px; margin: 0 auto; }
.brand { justify-content: center; margin-bottom: 24px; }
.brand img { height: 64px; }
/* Excepción documentada: pantalla previa al login, composición de
   tarjeta angosta centrada — no forma parte de la familia de pantallas
   de trabajo, un h1 "Bienvenido" más grande es intencional acá. */
h1 { font-size: 24px; text-align: center; }
.subtitle { text-align: center; }
#panelLogueado { display: none; }
#panelLogueado .email-actual {
  font-family: var(--mono);
  font-size: 15px;
  font-weight: 600;
  margin-bottom: 4px;
}
@media (max-width: 480px) {
  .brand img { height: 56px; }
}
