body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  background-color: #000;
  color: #222;
}

.brand-title {
  font-weight: 700;
  letter-spacing: 1px;
}

.matriz td {
  min-width: 65px;
  text-align: center;
  cursor: pointer;
}

.matriz td:hover,
.matriz td:focus-visible {
  background-color: #e6e6e6;
  outline: none;
}

.matriz th {
  white-space: nowrap;
}

.badge {
  font-size: 1rem;
}

#qr-reader {
  width: 100%;
  max-width: 400px;
  margin: 20px auto;
}

#modo-espera img {
  opacity: 0.9;
}

/* Overlay de carga sobre toda la pantalla. */
#spinner-overlay {
  position: fixed;
  inset: 0;
  background-color: rgba(0, 0, 0, 0.5);
  z-index: 1080;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* `hidden` debe ganar al `display:flex` de la regla anterior. */
[hidden] {
  display: none !important;
}
