/* Namespace splash redirect page (.splash-*). T11 CSP: externalized from index.html. */
.splash {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  min-height: 100vh;
  gap: 1rem;
  /* Brand splash background (1:1 con index.html legacy — pagina transitoria <500ms,
     dark-blue in entrambi i temi; hex fisso in CSS esterno = CSP-compliant). */
  background: #1E3A5F;
}
.splash-logo {
  opacity: 0.95;
}
.splash-text {
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.875rem;
  letter-spacing: 0.06em;
}
.splash-spinner {
  border-color: rgba(255, 255, 255, 0.3);
  border-top-color: #fff;
}
