body.ll-age-gate-open {
  overflow: hidden;
}

body.ll-age-gate-open .ll-intercom-intent-launcher {
  display: none !important;
}

.ll-age-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  box-sizing: border-box;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding: max(18px, env(safe-area-inset-top)) max(14px, env(safe-area-inset-right)) max(18px, env(safe-area-inset-bottom)) max(14px, env(safe-area-inset-left));
  background:
    linear-gradient(rgba(3, 5, 4, 0.9), rgba(3, 5, 4, 0.94)),
    repeating-linear-gradient(90deg, transparent 0 59px, rgba(199, 243, 59, 0.025) 60px);
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  animation: ll-age-gate-fade-in 200ms ease-out both;
}

.ll-age-gate[hidden] {
  display: none !important;
}

.ll-age-gate__dialog {
  position: relative;
  width: min(520px, 100%);
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(199, 243, 59, 0.32);
  border-radius: 18px;
  background:
    radial-gradient(420px 190px at 12% 0%, rgba(199, 243, 59, 0.1), transparent 66%),
    linear-gradient(155deg, #121813 0%, #090c0a 68%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.72), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  color: #fff;
  text-align: left;
  animation: ll-age-gate-panel-in 320ms cubic-bezier(0.2, 0.7, 0.2, 1) both;
}

.ll-age-gate__dialog:focus {
  outline: none;
}

.ll-age-gate__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 66px;
  padding: 12px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  background: rgba(4, 7, 5, 0.56);
}

.ll-age-gate__brand {
  display: flex;
  align-items: center;
}

.ll-age-gate__logo {
  width: auto;
  max-width: 112px;
  max-height: 38px;
  object-fit: contain;
}

.ll-age-gate__wordmark {
  font: 900 1.2rem/1 Montserrat, Inter, sans-serif;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.ll-age-gate__status {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  color: rgba(236, 239, 230, 0.66);
  font: 800 9px/1.2 Montserrat, Inter, sans-serif;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.ll-age-gate__status > span {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #c7f33b;
  box-shadow: 0 0 0 4px rgba(199, 243, 59, 0.1), 0 0 14px rgba(199, 243, 59, 0.45);
}

.ll-age-gate__content {
  padding: 26px 28px 24px;
}

.ll-age-gate__heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
  gap: 18px;
}

.ll-age-gate__kicker {
  display: block;
  margin-bottom: 9px;
  color: #c7f33b;
  font: 800 9px/1.2 Montserrat, Inter, sans-serif;
  letter-spacing: 0.18em;
  text-transform: uppercase;
}

.ll-age-gate h2 {
  margin: 0;
  color: #fff;
  font: 900 clamp(1.75rem, 6vw, 2.55rem)/1 Montserrat, Inter, sans-serif;
  letter-spacing: -0.035em;
  text-transform: uppercase;
}

.ll-age-gate__age-mark {
  display: grid;
  place-items: center;
  width: 74px;
  height: 64px;
  border: 1px solid rgba(199, 243, 59, 0.32);
  border-radius: 14px;
  background: linear-gradient(145deg, rgba(199, 243, 59, 0.14), rgba(199, 243, 59, 0.035));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
  color: #c7f33b;
  font: 900 1.45rem/1 Montserrat, Inter, sans-serif;
  letter-spacing: -0.04em;
}

.ll-age-gate__notice {
  margin-top: 22px;
  padding: 16px 17px 16px 19px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-left: 3px solid #a7d22d;
  border-radius: 10px;
  background: rgba(5, 8, 6, 0.62);
}

.ll-age-gate__notice-label {
  display: block;
  margin-bottom: 7px;
  color: rgba(199, 243, 59, 0.86);
  font: 800 9px/1.2 Montserrat, Inter, sans-serif;
  letter-spacing: 0.15em;
  text-transform: uppercase;
}

.ll-age-gate #ll-age-gate-description {
  margin: 0;
  color: rgba(236, 239, 230, 0.72);
  font: 500 0.94rem/1.58 Inter, system-ui, sans-serif;
}

.ll-age-gate #ll-age-gate-description strong {
  color: #fff;
}

.ll-age-gate a {
  color: #c7f33b;
  font-weight: 800;
  text-underline-offset: 4px;
}

.ll-age-gate__enter {
  position: relative;
  width: 100%;
  min-height: 54px;
  margin-top: 20px;
  padding: 14px 22px;
  overflow: hidden;
  appearance: none !important;
  border: 1px solid #c7f33b;
  border-radius: 999px;
  background: linear-gradient(180deg, #c7f33b, #a9d523);
  box-shadow: 0 16px 38px rgba(167, 210, 45, 0.2) !important;
  color: #090b07;
  cursor: pointer;
  font: 900 0.86rem/1.2 Montserrat, Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  transition: transform 180ms cubic-bezier(0.2, 0.7, 0.2, 1), box-shadow 180ms ease, background 180ms ease;
}

.ll-age-gate__enter::after {
  position: absolute;
  inset: -60% auto -60% -35%;
  width: 25%;
  background: rgba(255, 255, 255, 0.35);
  content: '';
  transform: skewX(-18deg) translateX(-280%);
  transition: transform 420ms cubic-bezier(0.2, 0.7, 0.2, 1);
}

.ll-age-gate__enter:hover {
  background: #d2fa50;
  box-shadow: 0 20px 42px rgba(167, 210, 45, 0.28) !important;
  transform: translateY(-2px);
}

.ll-age-gate__enter:hover::after {
  transform: skewX(-18deg) translateX(650%);
}

.ll-age-gate__enter:active {
  transform: translateY(0) scale(0.985);
}

.ll-age-gate__enter:disabled {
  cursor: default;
}

.ll-age-gate :focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}

.ll-age-gate__dialog:focus-visible {
  outline: none;
}

.ll-age-gate__footer {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  color: rgba(236, 239, 230, 0.42);
  font: 700 9px/1.4 Montserrat, Inter, sans-serif;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ll-age-gate__footer p {
  margin: 0;
  color: rgba(236, 239, 230, 0.58);
  font: 600 0.82rem/1.4 Inter, system-ui, sans-serif;
  letter-spacing: 0;
  text-transform: none;
  white-space: nowrap;
}

.ll-age-gate__footer a {
  margin-left: 3px;
}

.ll-age-gate.is-closing {
  pointer-events: none;
  animation: ll-age-gate-fade-out 180ms ease-in both;
}

.ll-age-gate.is-closing .ll-age-gate__dialog {
  animation: ll-age-gate-panel-out 180ms ease-in both;
}

@keyframes ll-age-gate-fade-in {
  from { opacity: 0; }
  to { opacity: 1; }
}

@keyframes ll-age-gate-panel-in {
  from { opacity: 0; transform: translateY(18px) scale(0.975); }
  to { opacity: 1; transform: translateY(0) scale(1); }
}

@keyframes ll-age-gate-fade-out {
  from { opacity: 1; }
  to { opacity: 0; }
}

@keyframes ll-age-gate-panel-out {
  from { opacity: 1; transform: translateY(0) scale(1); }
  to { opacity: 0; transform: translateY(10px) scale(0.985); }
}

@media (max-width: 480px) {
  .ll-age-gate {
    align-items: start;
  }

  .ll-age-gate__dialog {
    margin: auto 0;
    border-radius: 16px;
  }

  .ll-age-gate__topbar {
    min-height: 58px;
    padding: 10px 15px;
  }

  .ll-age-gate__logo {
    max-width: 96px;
    max-height: 34px;
  }

  .ll-age-gate__status {
    font-size: 8px;
    letter-spacing: 0.08em;
  }

  .ll-age-gate__content {
    padding: 21px 18px 19px;
  }

  .ll-age-gate__heading {
    align-items: center;
    gap: 12px;
  }

  .ll-age-gate__kicker {
    max-width: 210px;
    font-size: 8px;
    letter-spacing: 0.12em;
  }

  .ll-age-gate__age-mark {
    width: 58px;
    height: 52px;
    border-radius: 11px;
    font-size: 1.2rem;
  }

  .ll-age-gate__notice {
    margin-top: 18px;
    padding: 14px 14px 14px 16px;
  }

  .ll-age-gate__enter {
    min-height: 52px;
    margin-top: 17px;
    padding-inline: 16px;
    font-size: 0.78rem;
    letter-spacing: 0.055em;
  }

  .ll-age-gate__footer {
    align-items: flex-start;
    gap: 8px;
    margin-top: 15px;
    font-size: 8px;
  }

  .ll-age-gate__footer > span {
    max-width: 140px;
  }
}

@media (prefers-reduced-motion: reduce) {
  .ll-age-gate,
  .ll-age-gate *,
  .ll-age-gate *::before,
  .ll-age-gate *::after {
    animation: none !important;
    scroll-behavior: auto !important;
    transition: none !important;
  }

  .ll-age-gate__enter:hover,
  .ll-age-gate__enter:active {
    transform: none !important;
  }

  .ll-age-gate__enter:hover::after {
    transform: skewX(-18deg) translateX(-280%) !important;
  }
}
