:root { color-scheme: light; font-family: Arial, Helvetica, sans-serif; color: #163638; background: #edf5f2; }
* { box-sizing: border-box; }
body { margin: 0; }
.px-age-gate { min-height: 100vh; min-height: 100dvh; display: flex; flex-direction: column; outline: none; }
.px-age-gate > .site-header { flex: none; }
.px-age-backdrop { flex: 1; padding: 32px 18px; display: grid; place-items: center; background: radial-gradient(ellipse at 12% 15%, #dbeed6, transparent 60%), #edf5f2; }
.px-age-dialog { width: min(100%, 530px); padding: 38px; border: 1px solid #d5e5df; border-radius: 24px; background: #fff; color: #163638; font: 16px/1.6 Arial, Helvetica, sans-serif; box-shadow: 0 24px 90px #143a3429; outline: none; }
.px-age-badge { display: grid; place-items: center; width: 70px; height: 70px; margin-bottom: 24px; color: #075e60; background: #e6f3ce; border-radius: 18px; font-size: 28px; font-weight: 800; }
.px-age-eyebrow { color: #466964; font-size: 11px; font-weight: 700; letter-spacing: .13em; line-height: 1.6; }
.px-age-dialog h1 { margin: 12px 0; font: 700 clamp(26px, 5vw, 34px)/1.15 Arial, Helvetica, sans-serif; letter-spacing: -.035em; }
#px-age-description { color: #526d69; font-size: 16px; line-height: 1.6; }
.px-age-actions { display: grid; gap: 10px; margin: 28px 0 20px; }
.px-age-actions button { min-height: 52px; padding: 13px 16px; border: 1px solid transparent; border-radius: 12px; font: inherit; font-weight: 700; cursor: pointer; }
.px-age-yes { color: #fff; background: #076d70; }
.px-age-yes:hover { background: #05585a; }
.px-age-no { color: #254946; background: #f1f6f3; border-color: #d7e5df; }
.px-age-no:hover { background: #e4eeea; }
.px-age-dialog a { color: #086a6c; text-underline-offset: 3px; }
.px-age-dialog button:focus-visible, .px-age-dialog a:focus-visible { outline: 3px solid #7b9c23; outline-offset: 4px; }
.px-age-note { margin: 0; color: #647570; font-size: 12px; line-height: 1.6; }
@media (max-width: 540px) { .px-age-backdrop { padding: 24px 16px; } .px-age-dialog { padding: 26px 22px; border-radius: 20px; } }
