#hsk-agegate {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 999999;
  background:
    radial-gradient(ellipse at 20% 40%, rgba(160, 20, 40, 0.35), transparent 55%),
    #0b0b0c;
  color: #f3efe8;
  align-items: center;
  justify-content: center;
  font-family: Georgia, "Times New Roman", serif;
}
#hsk-agegate.is-on { display: flex; }
body.hsk-age-locked { overflow: hidden; }

.hsk-age-box {
  position: relative;
  width: min(520px, calc(100% - 40px));
  padding: 48px 40px 40px;
  text-align: center;
  border: 1px solid rgba(201, 162, 39, 0.35);
  background: linear-gradient(180deg, #141416 0%, #0b0b0c 100%);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.55);
}
.hsk-age-box:before,
.hsk-age-box:after {
  content: "";
  position: absolute;
  width: 44px;
  height: 44px;
  border: 2px solid #c41e3a;
}
.hsk-age-box:before { top: 10px; left: 10px; border-right: 0; border-bottom: 0; }
.hsk-age-box:after { right: 10px; bottom: 10px; border-left: 0; border-top: 0; }

.hsk-age-logo {
  max-width: 220px;
  max-height: 140px;
  margin: 0 auto 18px;
  display: block;
}
.hsk-age-kicker {
  letter-spacing: 0.32em;
  font-size: 11px;
  text-transform: uppercase;
  color: #c9a227;
  font-family: Jost, Arial, sans-serif;
  margin-bottom: 10px;
}
.hsk-age-title {
  font-size: 28px;
  font-weight: 600;
  margin: 0 0 14px;
  color: #f3efe8;
}
.hsk-age-text {
  font-size: 15px;
  line-height: 1.55;
  color: #cfc8bf;
  margin: 0 0 28px;
  font-family: Jost, Arial, sans-serif;
}
.hsk-age-actions { display: flex; flex-direction: column; gap: 10px; }
.hsk-age-ok,
.hsk-age-no {
  display: block;
  width: 100%;
  padding: 14px 16px;
  cursor: pointer;
  text-decoration: none;
  font-family: Jost, Arial, sans-serif;
  font-size: 13px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  border: 0;
}
.hsk-age-ok {
  background: linear-gradient(180deg, #d4273c, #9b1528);
  color: #fff;
}
.hsk-age-ok:hover { filter: brightness(1.08); color: #fff; }
.hsk-age-no {
  background: transparent;
  color: #c9a227;
  border: 1px solid rgba(201, 162, 39, 0.45);
}
.hsk-age-no:hover { background: rgba(201, 162, 39, 0.08); color: #c9a227; }
.hsk-age-legal {
  margin-top: 18px;
  font-size: 11px;
  color: #8a847c;
  font-family: Jost, Arial, sans-serif;
}
