#age-gate{position:fixed!important;top:0!important;left:0!important;right:0!important;bottom:0!important;width:100vw!important;height:100vh!important;z-index:var(--z-age-gate)!important;background:rgba(0,0,0,.97)!important;display:none;align-items:center!important;justify-content:center!important;padding:20px!important;margin:0!important;box-sizing:border-box!important;pointer-events:auto!important;}
#age-gate.hidden{display:none!important}
.age-gate-box{background:#101010!important;border:1px solid #2a2a2a!important;border-radius:12px!important;padding:36px 28px 30px!important;max-width:380px!important;width:100%!important;text-align:center!important;box-sizing:border-box!important;pointer-events:auto!important;}
.age-gate-logo{display:flex!important;justify-content:center!important;margin-bottom:22px!important}
.age-gate-logo img{height:34px!important;width:auto!important;max-width:160px!important}
.age-gate-icon{font-size:38px!important;margin-bottom:14px!important;display:block!important}
.age-gate-title{font-size:21px!important;font-weight:700!important;margin-bottom:12px!important;color:#f0f0f0!important}
.age-gate-desc{font-size:11px!important;color:#999!important;line-height:1.9!important;margin-bottom:26px!important}
.age-gate-desc a{color:#e50914!important;text-decoration:underline!important;pointer-events:auto!important;}
.age-btn-enter{display:block!important;width:100%!important;background:#e50914!important;color:#fff!important;font-size:14px!important;font-weight:700!important;padding:15px!important;border-radius:8px!important;border:none!important;cursor:pointer!important;margin-bottom:10px!important;box-sizing:border-box!important;text-decoration:none!important;text-align:center!important;pointer-events:auto!important;}
.age-btn-exit{display:block!important;width:100%!important;background:transparent!important;color:#555!important;font-size:12px!important;padding:10px!important;border-radius:8px!important;border:1px solid #1e1e1e!important;cursor:pointer!important;box-sizing:border-box!important;text-decoration:none!important;text-align:center!important;pointer-events:auto!important;}
.age-gate-note{font-size:10px!important;color:#555!important;margin-top:18px!important;line-height:1.7!important}
.age-gate-legal{font-size:10px!important;color:#555!important;margin-top:14px!important;line-height:1.9!important}
.age-gate-legal a{color:#888!important;text-decoration:underline!important;pointer-events:auto!important;}
#age-lang-switcher{position:relative!important;margin:0 auto 20px!important;display:inline-block!important;pointer-events:auto!important;}
#age-lang-btn{display:flex!important;align-items:center!important;gap:8px!important;background:#1a1a1a!important;border:1px solid #333!important;border-radius:6px!important;padding:8px 14px!important;cursor:pointer!important;color:#ddd!important;font-size:13px!important;font-family:inherit!important;pointer-events:auto!important;}
#age-lang-btn img{width:22px!important;height:22px!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important;}
#age-lang-btn .cll-lang-current{font-size:13px!important;color:#ddd!important;white-space:nowrap!important;}
#age-lang-btn .cll-lang-arrow{width:10px!important;height:10px!important;opacity:0.6!important;transition:transform 0.2s!important;flex-shrink:0!important;}
#age-lang-switcher.is-open #age-lang-btn .cll-lang-arrow{transform:rotate(180deg)!important;}
#age-lang-drop{display:none!important;position:absolute!important;top:calc(100% + 6px)!important;left:50%!important;transform:translateX(-50%)!important;background:#1a1a1a!important;border:1px solid #333!important;border-radius:10px!important;min-width:180px!important;padding:6px 0!important;z-index:var(--z-lang-drop)!important;box-shadow:0 8px 24px rgba(0,0,0,0.8)!important;max-height:min(320px,70vh)!important;overflow-y:auto!important;scrollbar-width:thin!important;scrollbar-color:#555 #1a1a1a!important;}
#age-lang-drop::-webkit-scrollbar{width:6px!important;}
#age-lang-drop::-webkit-scrollbar-track{background:#1a1a1a!important;}
#age-lang-drop::-webkit-scrollbar-thumb{background:#555!important;border-radius:3px!important;}
#age-lang-switcher.is-open #age-lang-drop{display:block!important;}
#age-lang-drop .cll-lang-item{display:flex!important;align-items:center!important;text-align:left!important;gap:10px!important;padding:10px 16px!important;color:#f0f0f0!important;font-size:13px!important;text-decoration:none!important;cursor:pointer!important;transition:background 0.12s!important;pointer-events:auto!important;}
#age-lang-drop .cll-lang-item:hover{background:#2a2a2a!important;}
#age-lang-drop .cll-lang-item.is-current{color:#e50914!important;}
#age-lang-drop .cll-lang-item img{width:22px!important;height:22px!important;border-radius:50%!important;object-fit:cover!important;flex-shrink:0!important;}
html body #age-gate,html body #age-gate *,#age-gate .age-gate-box,#age-gate .age-btn-enter,#age-gate .age-btn-exit,#age-gate a{pointer-events:auto!important;touch-action:auto!important;}
