html.auth-guard-pending body {
  visibility: hidden;
}

html.auth-guard-pending::before {
  content: 'Verificando login…';
  position: fixed;
  inset: 0;
  z-index: 99999;
  background: #f5f6f8;
  color: #555;
  font: 14px/1.4 system-ui, -apple-system, 'Segoe UI', Roboto, sans-serif;
  display: flex;
  align-items: center;
  justify-content: center;
}
