/* Hide body initially to prevent flash of content during Shell redirect.
   MUST be a separate .css file — do NOT inline in index.html (CSP violation). */
body {
  display: none !important;
}

/* Restored by bootstrap.ts via document.body.classList.add('allow-render') */
body.allow-render {
  display: block !important;
}
