/* ===========================================================
   game-bg.css — flat dark esports background
   Matches the approved mockup exactly: solid #090d10, no halo,
   no particles, no purple. Disables the old style.css grid + noise
   pseudo-layers so the whole page reads as one flat dark surface.
   =========================================================== */

body::before,
body::after { display: none !important; }

body {
  background: #090d10 !important;
}
