.age-gate-pending body > *:not(.age-gate){visibility:hidden}
.age-gate{position:fixed;inset:0;z-index:100000;display:grid;place-items:center;padding:20px;background:rgba(2,9,22,.96);color:#fff;font-family:Inter,system-ui,sans-serif}
.age-gate[hidden]{display:none}
.age-gate-card{width:min(560px,100%);padding:30px;border:1px solid rgba(244,197,66,.62);border-radius:22px;background:#061b36;box-shadow:0 24px 70px rgba(0,0,0,.55);text-align:center}
.age-gate-kicker{margin:0 0 10px;color:#f4c542;font-size:13px;font-weight:900;letter-spacing:.12em;text-transform:uppercase}
.age-gate h1{margin:0 0 14px;font-size:clamp(30px,7vw,48px);line-height:1}
.age-gate p{margin:0 auto 14px;max-width:46ch;line-height:1.55;color:#e7edf6}
.age-gate-actions{display:grid;gap:10px;margin-top:24px}
.age-gate-enter,.age-gate-exit{display:block;width:100%;padding:13px 18px;border-radius:999px;font:inherit;font-weight:900;cursor:pointer}
.age-gate-enter{border:1px solid #f4c542;background:#f4c542;color:#061b36}
.age-gate-exit{border:1px solid rgba(255,255,255,.45);background:transparent;color:#fff}
.age-gate-note{margin-top:18px!important;font-size:12px;color:#aebbd0!important}
body.age-gate-locked{overflow:hidden}

