.five19-age-gate {
  position: fixed;
  inset: 0;
  z-index: 999999;
  display: grid;
  place-items: center;
  padding: 24px;
  font-family: "Tenor Sans", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}
.five19-age-gate__backdrop {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 50% 20%, rgba(202, 161, 78, 0.18), transparent 35%),
    linear-gradient(135deg, rgba(4, 4, 3, 0.96), rgba(14, 12, 8, 0.98));
  backdrop-filter: blur(10px);
}
.five19-age-gate__panel {
  position: relative;
  width: min(520px, 100%);
  padding: 42px 36px 34px;
  border: 1px solid rgba(208, 170, 92, 0.35);
  border-radius: 26px;
  background:
    linear-gradient(145deg, rgba(24, 22, 17, 0.98), rgba(6, 6, 5, 0.98)),
    rgba(10, 10, 10, 0.98);
  box-shadow: 0 26px 90px rgba(0, 0, 0, 0.65), inset 0 1px 0 rgba(255, 255, 255, 0.05);
  color: #f7f2e8;
  text-align: center;
}
.five19-age-gate__logo {
  display: block;
  max-width: 190px;
  max-height: 90px;
  width: auto;
  height: auto;
  margin: 0 auto 18px;
}
.five19-age-gate__brand {
  font-family: Georgia, "Times New Roman", serif;
  font-size: 52px;
  line-height: 1;
  letter-spacing: 0.06em;
  color: #f7f2e8;
  margin-bottom: 12px;
}
.five19-age-gate__eyebrow {
  margin: 0 0 22px;
  color: #c79a45;
  text-transform: uppercase;
  letter-spacing: 0.22em;
  font-size: 11px;
}
.five19-age-gate h2 {
  margin: 0 0 16px;
  color: #fff9ec;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(34px, 5vw, 48px);
  line-height: 1.05;
  font-weight: 500;
}
.five19-age-gate__message {
  max-width: 420px;
  margin: 0 auto 28px;
  color: rgba(247, 242, 232, 0.78);
  font-size: 15px;
  line-height: 1.75;
}
.five19-age-gate__actions {
  display: grid;
  grid-template-columns: 1fr;
  gap: 12px;
}
.five19-age-gate__accept,
.five19-age-gate__decline {
  width: 100%;
  border-radius: 999px;
  padding: 15px 20px;
  cursor: pointer;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 12px;
  transition: transform .2s ease, border-color .2s ease, background .2s ease;
}
.five19-age-gate__accept {
  border: 1px solid rgba(218, 188, 112, 0.85);
  background: linear-gradient(135deg, #fff0b8, #c79a45);
  color: #14100a;
  font-weight: 700;
}
.five19-age-gate__decline {
  border: 1px solid rgba(247, 242, 232, 0.18);
  background: transparent;
  color: rgba(247, 242, 232, 0.72);
}
.five19-age-gate__accept:hover,
.five19-age-gate__decline:hover {
  transform: translateY(-1px);
}
.five19-age-gate__small {
  margin: 18px 0 0;
  color: rgba(247, 242, 232, 0.45);
  font-size: 11px;
  line-height: 1.5;
}
body.five19-age-gate-locked {
  overflow: hidden !important;
}
@media (max-width: 480px) {
  .five19-age-gate {
    padding: 18px;
  }
  .five19-age-gate__panel {
    padding: 34px 22px 28px;
    border-radius: 22px;
  }
  .five19-age-gate__logo {
    max-width: 160px;
  }
}
