/* Pre-JS boot flash — static public asset (avoids Vite html-inline-proxy) */
html.site-booting #app {
  visibility: hidden;
}
html.site-booting body {
  margin: 0;
  background: #060e1a;
}
