#age-gate-overlay { position: fixed; inset: 0; background: rgba(0,0,0,0.85); display: none; align-items: center; justify-content: center; z-index: 10000; }
#age-gate { background: #111; color: #fff; border-radius: 8px; width: 92%; max-width: 520px; padding: 28px; box-shadow: 0 10px 35px rgba(0,0,0,0.6); }
#age-gate h2 { font-size: 24px; margin: 0 0 12px; text-align: center; letter-spacing: 0.5px; }
#age-gate p { font-size: 14px; opacity: 0.9; text-align: center; margin-bottom: 18px; }
#age-gate .row { display: flex; gap: 10px; }
#age-gate .row > div { flex: 1; }
#age-gate select { width: 100%; background: #1a1a1a; color: #fff; border: 1px solid #333; padding: 10px 12px; border-radius: 6px; }
#age-gate button { width: 100%; margin-top: 16px; background: #e91e63; color: #fff; border: 0; border-radius: 6px; padding: 12px; font-weight: 600; letter-spacing: 0.4px; cursor: pointer; font-family:MaisonNeueBook;}
#age-gate button:hover { background: #d81b60; }
#age-gate .error { color: #ff8a80; font-size: 13px; display: none; text-align: center; margin-top: 8px; }
body.agegate-locked { overflow: hidden; }