/* Anti-clickjacking: hide the page body until the frame-busting script confirms
   we are not running inside an iframe. The anti-clickjack.js script will set
   document.documentElement.style.display = 'block' if we are at the top level. */
html { display: none; }
