/* R16 pre-paint adult gate. Protected pages render only the neutral FRISKD
 * background until age confirmation is known. The dynamically inserted age
 * gate remains visible while every underlying page child stays hidden.
 */
html.age-gate-pending,
html.age-gate-pending body {
  min-height: 100%;
  background: #050507;
}

html.age-gate-pending body > :not(.age-gate) {
  visibility: hidden !important;
}

html.age-gate-pending body > .age-gate {
  visibility: visible !important;
}
