.age-gate{position:fixed;inset:0;z-index:2147483647;display:grid;place-items:center;background:#16091d;overflow:hidden;opacity:1;transition:opacity .22s ease}
.age-gate.age-gate-closing{opacity:0;pointer-events:none}
.age-gate[hidden]{display:none!important}
.age-gate-stage{position:relative;width:min(100vw,150vh);aspect-ratio:3/2;background:#240b2e url('age-gate-background.png?v=337') center/100% 100% no-repeat;box-shadow:0 0 80px rgba(0,0,0,.75)}
.age-gate-hotspot{position:absolute;top:63.65%;height:9.2%;border-radius:18px;border:1px solid transparent;background:transparent;cursor:pointer;overflow:hidden;transition:filter .2s ease,box-shadow .2s ease,transform .2s ease}
.age-gate-hotspot::after{content:"";position:absolute;inset:-60%;background:linear-gradient(105deg,transparent 35%,rgba(255,255,255,.95) 49%,transparent 63%);transform:translateX(-65%) rotate(5deg);opacity:0}
.age-gate-hotspot:hover,.age-gate-hotspot:focus-visible{transform:translateY(-2px);outline:0}
.age-gate-hotspot:hover::after,.age-gate-hotspot:focus-visible::after{opacity:1;animation:ageGateFlash .7s ease-out}
.age-gate-yes{left:22.4%;width:26.4%}
.age-gate-no{left:51.1%;width:26.5%}
.age-gate-yes:hover,.age-gate-yes:focus-visible{box-shadow:0 0 14px #fff,0 0 38px #b75cff,0 0 70px rgba(183,92,255,.9)}
.age-gate-no:hover,.age-gate-no:focus-visible{box-shadow:0 0 14px #fff,0 0 38px #ff9eb5,0 0 70px rgba(255,100,145,.7)}
.age-gate-mobile-copy,.age-gate-mobile-label{display:none}
@keyframes ageGateFlash{from{transform:translateX(-65%) rotate(5deg)}to{transform:translateX(65%) rotate(5deg)}}
.age-gate-denied{position:absolute;inset:0;display:grid;place-items:center;padding:24px;background:rgba(18,5,24,.93);color:#fff;text-align:center}
.age-gate-denied[hidden]{display:none!important}
.age-gate-denied>div{width:min(480px,100%);padding:42px 28px;border:1px solid #e9bc7f;border-radius:24px;background:linear-gradient(145deg,#3d1749,#1d0a25);box-shadow:0 25px 80px #000}
.age-gate-denied b{display:block;font:700 82px/1 Georgia,serif;color:#ffd29a;text-shadow:0 0 20px #db944e}
.age-gate-denied h2{margin:18px 0 10px;font-size:27px}.age-gate-denied p{color:#dfcfe4}
.age-gate-denied button{margin-top:18px;padding:13px 24px;border:1px solid #ffd2a0;border-radius:12px;background:#8e35ad;color:#fff;font-weight:800;cursor:pointer}
.age-gate-sr{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}
body.age-gate-locked{overflow:hidden!important}
@media(max-width:700px){
  .age-gate{background:#17091f;padding:0;place-items:stretch}
  .age-gate-stage{
    width:100vw;
    height:100vh;
    height:100dvh;
    min-width:0;
    aspect-ratio:auto;
    background-size:cover;
    background-position:center center;
    isolation:isolate;
  }
  .age-gate-stage::before{
    content:"";
    position:absolute;
    z-index:-1;
    inset:7% 5% 7%;
    border:1px solid rgba(255,213,170,.7);
    border-radius:24px;
    background:linear-gradient(145deg,rgba(31,11,42,.88),rgba(49,18,59,.78));
    box-shadow:0 20px 70px rgba(0,0,0,.58),inset 0 0 45px rgba(244,184,255,.08);
    backdrop-filter:blur(5px);
  }
  .age-gate-mobile-copy{
    position:absolute;
    z-index:1;
    top:13%;
    left:10%;
    right:10%;
    display:flex;
    align-items:center;
    flex-direction:column;
    gap:10px;
    color:#fff6ed;
    text-align:center;
  }
  .age-gate-mobile-copy b{
    display:grid;
    place-items:center;
    width:108px;
    height:108px;
    border:2px solid #ffd39f;
    border-radius:50%;
    color:#ffe4bd;
    font:700 55px/1 Georgia,serif;
    text-shadow:0 0 18px rgba(255,210,150,.75);
    box-shadow:0 0 22px rgba(255,197,142,.32),inset 0 0 24px rgba(255,210,153,.12);
  }
  .age-gate-mobile-copy strong{font:700 clamp(25px,7.5vw,36px)/1.12 Georgia,serif;text-shadow:0 2px 15px rgba(0,0,0,.4)}
  .age-gate-mobile-copy span{max-width:310px;color:#f0e0ed;font-size:14px;line-height:1.45}
  .age-gate-mobile-copy small{margin-top:7px;color:#f2d4df;font-size:12px}
  .age-gate-hotspot{
    z-index:2;
    left:9%;
    width:82%;
    height:58px;
    border-radius:14px;
    border:1px solid rgba(255,214,170,.9);
    background:linear-gradient(135deg,rgba(142,63,191,.96),rgba(91,30,121,.96));
    box-shadow:0 7px 22px rgba(10,0,20,.32);
  }
  .age-gate-yes{top:auto;bottom:23%}
  .age-gate-no{top:auto;bottom:13%;background:rgba(35,13,43,.9)}
  .age-gate-yes:hover,.age-gate-yes:focus-visible{box-shadow:0 0 16px #fff,0 0 35px #b75cff,0 0 60px rgba(183,92,255,.65)}
  .age-gate-no:hover,.age-gate-no:focus-visible{box-shadow:0 0 14px #fff,0 0 30px #ff9eb5,0 0 55px rgba(255,100,145,.55)}
  .age-gate-mobile-label{display:block;color:#fff;font-size:14px;font-weight:800;letter-spacing:.2px}
}
@media(prefers-reduced-motion:reduce){.age-gate-hotspot,.age-gate-hotspot::after{animation:none!important;transition:none!important}}
