/* Neutral pre-React shell — no logo here (avoids mixing classic + Big R before React mounts) */

#pre-react-loader {
  position: fixed;
  inset: 0;
  z-index: 9999;
  background: #ffffff;
}
