.hs-age[hidden], .hs-age [hidden] { display: none !important; }
.hs-age { position: fixed; inset: 0; z-index: 2147483646; display: flex; align-items: center; justify-content: center; padding: 20px; overflow-y: auto; background: rgba(30,30,30,.65); backdrop-filter: blur(4px); font-family: Montserrat, Arial, sans-serif; color: #171717; line-height: 1.6; letter-spacing: normal; }
.hs-age, .hs-age * { box-sizing: border-box; }
.hs-age__panel { width: 100%; max-width: 480px; max-height: calc(100dvh - 40px); overflow-y: auto; background: #fff; border-radius: 16px; padding: 28px 24px; text-align: center; box-shadow: 0 20px 80px #0003; }
.hs-age__icon { width: 48px; height: 48px; margin: 0 auto 16px; }
.hs-age h2 { font-size: 23px; font-weight: 600; line-height: 1.3; letter-spacing: -.4px; margin: 0 0 16px; text-transform: none; }
.hs-age p { font-size: 14px; line-height: 1.65; margin: 0 0 16px; letter-spacing: normal; }
.hs-age__warning { color: #575757; }
.hs-age__actions { display: grid; gap: 10px; margin-top: 24px; }
.hs-age button, .hs-age__exit a { display: block; width: 100%; min-height: 48px; border: 1px solid #171717; border-radius: 9px; padding: 12px; font: 600 14px/1.5 Montserrat, Arial, sans-serif; cursor: pointer; text-decoration: none; letter-spacing: normal; }
.hs-age .hs-age__yes, .hs-age__exit a { background: #171717; color: #fff; }
.hs-age .hs-age__no { background: #fff; color: #171717; }
.hs-age button:hover, .hs-age__exit a:hover { box-shadow: inset 0 0 0 1px currentColor; }
.hs-age :focus-visible { outline: 3px solid #666; outline-offset: 4px; }
.hs-age h2:focus, .hs-age h2:focus-visible { outline: none; }
body.hs-age-locked { overflow: hidden !important; }
@media (max-width: 400px) { .hs-age { padding: 12px; } .hs-age__panel { padding: 22px 18px; max-height: calc(100dvh - 24px); } .hs-age h2 { font-size: 21px; } }
