.age-gate{position:fixed;inset:0;z-index:1000;display:grid;place-items:center;padding:20px;background:rgba(8,3,7,.96);backdrop-filter:blur(8px)}
.age-gate[hidden]{display:none}.age-gate-box{width:min(480px,100%);padding:38px;text-align:center;background:#1c0e17;color:#fff;border:1px solid #743452;border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.55)}
.age-gate-brand{display:inline-grid;place-items:center;width:52px;height:52px;margin-bottom:13px;border-radius:16px;background:#ff4c9a;color:#170810;font-size:25px;font-weight:900}.age-gate h2{margin:0 0 10px;font-size:28px}.age-gate p{margin:0;color:#ddc3d0}
.age-gate-actions{display:flex;justify-content:center;gap:12px;margin-top:25px}.age-gate-actions button,.age-gate-actions a{display:inline-flex;align-items:center;justify-content:center;min-height:48px;padding:12px 22px;border:0;border-radius:11px;font:inherit;font-weight:800;text-decoration:none;cursor:pointer}.age-gate-confirm{background:#ff4c9a;color:#16070e}.age-gate-exit{background:#3a3037;color:#fff}body.age-gate-open{overflow:hidden}
@media(max-width:480px){.age-gate-box{padding:30px 20px}.age-gate-actions{flex-direction:column}.age-gate-actions button,.age-gate-actions a{width:100%}}
