/* Shared UX overlays (appended after brand theme) */
.access-loader {
  position: fixed;
  inset: 0;
  z-index: 90;
  display: none;
  place-items: center;
  padding: 24px;
  background: rgba(3, 6, 22, 0.82);
  backdrop-filter: blur(8px);
}

.access-loader.is-open {
  display: grid;
}

.access-loader-card {
  width: min(360px, 100%);
  padding: 28px 24px;
  border-radius: 24px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(180deg, rgba(25, 36, 92, 0.96), rgba(8, 13, 43, 0.98));
  box-shadow: 0 30px 80px rgba(0, 0, 0, 0.45);
  text-align: center;
  color: #f7f9ff;
}

.access-loader-spinner {
  width: 42px;
  height: 42px;
  margin: 0 auto 16px;
  border-radius: 50%;
  border: 3px solid rgba(255, 255, 255, 0.22);
  border-top-color: #fff;
  animation: spin 0.85s linear infinite;
}

.access-loader-title {
  margin: 0 0 8px;
  font-size: 1.15rem;
  font-weight: 900;
}

.access-loader-text {
  margin: 0;
  color: var(--muted, #c8d1f0);
  line-height: 1.55;
  font-size: 0.95rem;
}

body.access-loading {
  overflow: hidden;
}

#age-confirm-modal .modal-actions,
#age-denied-modal .modal-actions {
  justify-content: center;
}

#age-confirm-modal .modal-card,
#age-denied-modal .modal-card {
  text-align: center;
}

#age-confirm-modal .modal-icon,
#age-denied-modal .modal-icon {
  margin-left: auto;
  margin-right: auto;
}
