.age-gate-overlay {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: rgba(6, 7, 10, 0.96);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 24px;
}

.age-gate-card {
  max-width: 420px;
  width: 100%;
  background: #171a21;
  border: 1px solid #262a33;
  border-radius: 14px;
  padding: 32px 28px;
  text-align: center;
}

.age-gate-card h2 {
  font-size: 20px;
  margin: 0 0 12px;
  color: #f0f0f2;
}

.age-gate-card p {
  font-size: 14px;
  color: #9aa4b8;
  line-height: 1.5;
  margin: 0 0 24px;
}

.age-gate-actions {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.age-gate-actions button {
  padding: 13px;
  border: none;
  border-radius: 8px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
}

.age-gate-enter {
  background: #2f6fed;
  color: white;
}

.age-gate-leave {
  background: transparent;
  color: #8a94a6;
  border: 1px solid #2a2f3a !important;
}
