html.privacy-gate-pending {
  background: #080908;
}

html.privacy-gate-pending body > :not(.privacy-gate) {
  display: none !important;
}

.privacy-gate {
  align-items: center;
  background:
    radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.08), transparent 32rem),
    #080908;
  color: #f7f1e8;
  display: flex;
  font-family: "DM Sans", Arial, sans-serif;
  justify-content: center;
  min-height: 100vh;
  padding: 1.25rem;
}

.privacy-gate__panel {
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(247, 241, 232, 0.18);
  border-radius: 8px;
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.34);
  max-width: 28rem;
  padding: clamp(1.5rem, 5vw, 2.5rem);
  width: min(100%, 28rem);
}

.privacy-gate__eyebrow {
  color: rgba(247, 241, 232, 0.58);
  font-size: 0.76rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  margin: 0 0 0.8rem;
  text-transform: uppercase;
}

.privacy-gate h1 {
  font-size: clamp(2rem, 8vw, 3.25rem);
  font-weight: 500;
  line-height: 0.95;
  margin: 0 0 0.9rem;
}

.privacy-gate p {
  color: rgba(247, 241, 232, 0.72);
  line-height: 1.6;
  margin: 0;
}

.privacy-gate form {
  display: grid;
  gap: 0.85rem;
  margin-top: 1.45rem;
}

.privacy-gate label {
  color: rgba(247, 241, 232, 0.82);
  font-size: 0.88rem;
  font-weight: 600;
}

.privacy-gate input {
  background: #f7f1e8;
  border: 1px solid transparent;
  border-radius: 6px;
  color: #080908;
  font: inherit;
  min-height: 3.15rem;
  padding: 0 1rem;
  width: 100%;
}

.privacy-gate input:focus {
  border-color: #d4a35f;
  outline: 3px solid rgba(212, 163, 95, 0.24);
}

.privacy-gate button {
  background: #d4a35f;
  border: 0;
  border-radius: 6px;
  color: #080908;
  cursor: pointer;
  font: inherit;
  font-weight: 700;
  min-height: 3.15rem;
  padding: 0 1rem;
}

.privacy-gate__error {
  color: #ffb1a8;
  font-size: 0.9rem;
  min-height: 1.4em;
}
