/* Prevent FOUC — hide app until bundled styles load. Linked (not inline) so CSP script-src need not cover this. */
app-root:empty::before {
  content: '';
  display: block;
  width: 100vw;
  height: 100vh;
  background: #f8f9fa;
}
