    /* Preserve the site's print layout and animation end states. */
    @media print {
      @page { margin: 0.5cm; }
      figure, table { break-inside: avoid; }
      #site-root, #site-root > .site-content { height: auto; }
      *, *::before, *::after {
        print-color-adjust: exact; -webkit-print-color-adjust: exact;
        backdrop-filter: none !important; -webkit-backdrop-filter: none !important;
        animation-delay: -99s !important; animation-duration: .001s !important;
        animation-iteration-count: 1 !important; animation-fill-mode: both !important;
        animation-play-state: running !important; transition-duration: 0s !important;
      }
    }
  
@keyframes enthion-chunk-reveal{from{opacity:0}to{opacity:1}}@media(prefers-reduced-motion:reduce){[data-enthion-reveal]{animation:none!important}}
html,body{height:100%;margin:0}#site-root,#site-root>.site-content{height:100%}
[hidden] { display: none !important; }
