html.kana-age-gate-pending,
html.kana-age-gate-pending body {
  overflow: hidden !important;
}

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

.kana-age-gate {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: grid;
  place-items: center;
  min-height: 100vh;
  min-height: 100dvh;
  padding: clamp(1.6rem, 4vw, 3.2rem);
  color: #f7fbfc;
  font-family: var(--font-body-family, Arial, sans-serif);
  isolation: isolate;
  opacity: 1;
  transition: opacity .22s ease, visibility .22s ease;
}

.kana-age-gate.is-leaving {
  visibility: hidden;
  opacity: 0;
}

.kana-age-gate__backdrop {
  position: absolute;
  inset: 0;
  z-index: -2;
  background:
    radial-gradient(circle at 18% 18%, rgba(32, 175, 193, .22), transparent 31rem),
    radial-gradient(circle at 84% 78%, rgba(255, 141, 178, .15), transparent 34rem),
    linear-gradient(145deg, rgba(9, 17, 27, .97), rgba(18, 32, 45, .96));
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
}

.kana-age-gate__backdrop::before,
.kana-age-gate__backdrop::after {
  content: '';
  position: absolute;
  border-radius: 50%;
  pointer-events: none;
}

.kana-age-gate__backdrop::before {
  width: min(46rem, 70vw);
  aspect-ratio: 1;
  left: -24rem;
  bottom: -25rem;
  border: 1px solid rgba(116, 216, 229, .10);
  box-shadow: 0 0 0 7rem rgba(116, 216, 229, .025), 0 0 0 14rem rgba(116, 216, 229, .015);
}

.kana-age-gate__backdrop::after {
  width: 12rem;
  height: 12rem;
  top: 10%;
  right: 8%;
  background: rgba(116, 216, 229, .10);
  filter: blur(38px);
}

.kana-age-gate__card {
  position: relative;
  width: min(100%, 58rem);
  max-height: calc(100vh - 3.2rem);
  max-height: calc(100dvh - 3.2rem);
  padding: clamp(3rem, 5.5vw, 5.2rem);
  overflow-y: auto;
  border: 1px solid rgba(116, 216, 229, .20);
  border-radius: 3.2rem;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, .075), rgba(255, 255, 255, .025)),
    rgba(16, 25, 36, .94);
  box-shadow: 0 3rem 9rem rgba(0, 0, 0, .42), inset 0 1px 0 rgba(255, 255, 255, .08);
  text-align: center;
}

.kana-age-gate__card::before {
  content: '';
  position: absolute;
  width: 18rem;
  height: 18rem;
  top: -12rem;
  left: 50%;
  border-radius: 50%;
  background: rgba(32, 175, 193, .16);
  filter: blur(42px);
  transform: translateX(-50%);
  pointer-events: none;
}

.kana-age-gate__brand {
  display: inline-flex;
  align-items: center;
  gap: .9rem;
  margin-bottom: 2.8rem;
  color: rgba(255, 255, 255, .72);
  font-size: 1.05rem;
  font-weight: 750;
  letter-spacing: .18em;
  line-height: 1.4;
}

.kana-age-gate__brand-mark {
  width: .8rem;
  height: .8rem;
  border-radius: 50%;
  background: #74d8e5;
  box-shadow: 0 0 0 .5rem rgba(116, 216, 229, .12);
}

.kana-age-gate__badge {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  width: 9.2rem;
  height: 9.2rem;
  margin: 0 auto 2.4rem;
  padding-top: 1.5rem;
  border: 1px solid rgba(116, 216, 229, .42);
  border-radius: 50%;
  color: #10202b;
  background: linear-gradient(145deg, #9aebf2, #58c9d8);
  box-shadow: 0 1.8rem 4rem rgba(32, 175, 193, .24), inset 0 1px 1px rgba(255, 255, 255, .6);
}

.kana-age-gate__badge span {
  font-size: 4.1rem;
  font-weight: 850;
  letter-spacing: -.08em;
  line-height: 1.15;
}

.kana-age-gate__badge small {
  margin: .3rem 0 0 .3rem;
  font-size: 1.8rem;
  font-weight: 850;
  line-height: 1;
}

.kana-age-gate__eyebrow {
  margin: 0 0 1rem;
  color: #74d8e5;
  font-size: 1.1rem;
  font-weight: 750;
  letter-spacing: .19em;
  line-height: 1.4;
}

.kana-age-gate h2 {
  margin: 0;
  color: #fff;
  font-family: var(--font-heading-family, var(--font-body-family, Arial, sans-serif));
  font-size: clamp(2.9rem, 6vw, 4.2rem);
  font-weight: var(--font-heading-weight, 700);
  letter-spacing: -.035em;
  line-height: 1.08;
}

.kana-age-gate__description {
  max-width: 46rem;
  margin: 1.8rem auto 0;
  color: rgba(255, 255, 255, .70);
  font-size: 1.55rem;
  line-height: 1.65;
}

.kana-age-gate__actions {
  display: grid;
  gap: 1.1rem;
  margin-top: 3rem;
}

.kana-age-gate__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 1rem;
  width: 100%;
  min-height: 5.5rem;
  margin: 0;
  padding: 1.35rem 2.2rem;
  border: 1px solid transparent;
  border-radius: 999px;
  font: inherit;
  font-size: 1.45rem;
  font-weight: 750;
  letter-spacing: .01em;
  line-height: 1.25;
  cursor: pointer;
  transition: color .2s ease, background .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}

.kana-age-gate__button:hover {
  transform: translateY(-2px);
}

.kana-age-gate__button:focus-visible {
  outline: 3px solid rgba(255, 255, 255, .92);
  outline-offset: 3px;
}

.kana-age-gate__button--enter {
  color: #0d2730;
  background: #74d8e5;
  box-shadow: 0 1.2rem 3rem rgba(32, 175, 193, .22);
}

.kana-age-gate__button--enter:hover {
  color: #0d2730;
  background: #91e5ee;
  box-shadow: 0 1.6rem 3.8rem rgba(32, 175, 193, .30);
}

.kana-age-gate__button--leave {
  color: rgba(255, 255, 255, .72);
  border-color: rgba(255, 255, 255, .16);
  background: rgba(255, 255, 255, .045);
}

.kana-age-gate__button--leave:hover {
  color: #fff;
  border-color: rgba(255, 141, 178, .48);
  background: rgba(255, 141, 178, .10);
}

.kana-age-gate__privacy {
  margin: 2rem auto 0;
  color: rgba(255, 255, 255, .42);
  font-size: 1.1rem;
  line-height: 1.55;
}

@media screen and (max-width: 480px) {
  .kana-age-gate {
    padding: 1.2rem;
  }

  .kana-age-gate__card {
    max-height: calc(100vh - 2.4rem);
    max-height: calc(100dvh - 2.4rem);
    padding: 2.8rem 2.2rem;
    border-radius: 2.4rem;
  }

  .kana-age-gate__brand {
    margin-bottom: 2.2rem;
  }

  .kana-age-gate__badge {
    width: 8rem;
    height: 8rem;
    margin-bottom: 2rem;
    padding-top: 1.3rem;
  }

  .kana-age-gate__badge span {
    font-size: 3.55rem;
  }

  .kana-age-gate__description {
    font-size: 1.42rem;
  }

  .kana-age-gate__actions {
    margin-top: 2.4rem;
  }

  .kana-age-gate__button {
    min-height: 5.2rem;
    padding-right: 1.7rem;
    padding-left: 1.7rem;
    font-size: 1.35rem;
  }
}

@media screen and (max-height: 680px) {
  .kana-age-gate__card {
    padding-top: 2.4rem;
    padding-bottom: 2.4rem;
  }

  .kana-age-gate__brand {
    margin-bottom: 1.6rem;
  }

  .kana-age-gate__badge {
    width: 7rem;
    height: 7rem;
    margin-bottom: 1.6rem;
    padding-top: 1.1rem;
  }

  .kana-age-gate__badge span {
    font-size: 3.1rem;
  }

  .kana-age-gate__badge small {
    font-size: 1.4rem;
  }

  .kana-age-gate__description {
    margin-top: 1.2rem;
  }

  .kana-age-gate__actions {
    margin-top: 1.8rem;
  }

  .kana-age-gate__privacy {
    margin-top: 1.3rem;
  }
}

@media (prefers-reduced-motion: reduce) {
  .kana-age-gate,
  .kana-age-gate__button {
    transition: none;
  }
}
