body.age-locked #page-container {
filter: blur(10px);
pointer-events: none;
}
#age-gate {
position: fixed;
inset: 0;
background: rgba(0, 0, 0, 0.85);
display: flex;
align-items: center;
justify-content: center;
z-index: 9999; }
#age-gate .age-content {
background: #fff;
padding: 30px;
border-radius: 10px;
text-align: center;
max-width: 400px;
width: 90%;
color: #000;
} #age-gate {
filter: none !important;
pointer-events: auto !important;
}