body.age-locked #page-container {
filter: blur(8px);
pointer-events: none;
} #age-gate {
position: fixed;
inset: 0;
display: none; align-items: center;
justify-content: center;
background: rgba(0,0,0,0.85);
z-index: 99999;
filter: none !important; pointer-events: auto;
} #age-gate .age-content {
background: #fff;
padding: 28px;
border-radius: 12px;
max-width: 420px;
width: 90%;
text-align: center;
z-index: 100000; filter: none; pointer-events: auto;
} #age-gate button {
margin: 10px;
padding: 12px 18px;
border-radius: 8px;
border: none;
cursor: pointer;
font-size: 15px;
filter: none;
}