.age-gate{position:fixed;inset:0;z-index:999999;display:none;place-items:center;background:rgba(0,0,0,.82);backdrop-filter:blur(6px)}.age-gate.is-visible{display:grid}.age-gate__box{max-width:650px;margin:20px;padding:32px;border-radius:18px;background:#111;color:antiquewhite;text-align:center;box-shadow:0 20px 80px rgba(0,0,0,.45)}.age-gate__box img{width:160px;height:auto;margin-bottom:16px}.age-gate__box h3{margin-top:0;line-height:1.4;font-size:32px;font-weight:600;color:antiquewhite}.age-gate__box button{width:100%;margin-top:12px;padding:14px 18px;border:0;border-radius:999px;cursor:pointer;font-weight:700}#ageAccept{background:antiquewhite;color:#111}#ageDecline{background:#333;color:#fff}