.leponpon-age-gate-overlay { position: fixed; top: 0; left: 0; width: 100%; height: 100%; background: rgba(0,0,0,.85); z-index: 999999; display: flex; align-items: center; justify-content: center; backdrop-filter: blur(8px); transition: opacity .5s; }
.premium-age-gate-modal { font-family: 'Montserrat', sans-serif; background-color: #1A1A1A; color: #F4F4F4; padding: 40px 20px; text-align: center; border-radius: 8px; border: 1px solid #BFA15F; max-width: 600px; width: 90%; margin: 0 auto; box-shadow: 0 10px 40px rgba(0,0,0,0.5); }
.age-gate-logo { width: 200px; border-radius: 20%; margin-bottom: 20px; border: 12px solid #9A3B3B; }
.age-gate-title { font-family: 'Playfair Display', serif; color: #BFA15F; font-size: 2rem; margin-bottom: 10px; font-weight: 400; }
.age-gate-text { font-size: 1.1rem; line-height: 1.6; color: #CCCCCC; margin-bottom: 30px; padding: 0 15px; }
.age-gate-actions { display: flex; justify-content: center; gap: 15px; margin-bottom: 40px; flex-wrap: wrap; }
.premium-btn-yes { background-color: #9A3B3B; color: #FFFFFF; border: none; padding: 15px 30px; font-size: 1rem; font-weight: 600; cursor: pointer; border-radius: 4px; transition: all 0.3s; }
.premium-btn-no { background-color: transparent; color: #888888; border: 1px solid #888888; padding: 15px 30px; font-size: 1rem; cursor: pointer; border-radius: 4px; transition: all 0.3s; }
.premium-btn-yes:hover { background-color: #8e0047; }
.premium-btn-no:hover { background-color: #333; color: #fff; border-color: #fff; }
.age-gate-footer { border-top: 1px solid #333333; padding-top: 25px; }
.age-gate-promise-title { color: #BFA15F; font-size: 0.9rem; letter-spacing: 1px; text-transform: uppercase; margin-bottom: 15px; }
.age-gate-features { display: grid; grid-template-columns: repeat(auto-fit, minmax(140px, 1fr)); gap: 15px; font-size: 0.85rem; color: #AAAAAA; text-align: center; }
.feature-icon { font-size: 1.5rem; display: block; margin-bottom: 5px; }
.age-gate-disclaimer { font-size: 0.8rem; color: #777777; margin-top: 20px; font-style: italic; }