/* ============================================================================
   ponzi-balance.css — game-specific styles (Finance/Crypto, pixel art)
   Reset, header, overlays, ad slots and the game-over/CPA card come from
   site.css + game-shell.css. This game IS pixel art (Press Start 2P + a Matter
   physics canvas), so it keeps the shared `pixelated` canvas rendering — we only
   set the dark background and load the bitmap font.
   ============================================================================ */
@import url('https://fonts.googleapis.com/css2?family=Press+Start+2P&display=swap');

body.sg-game { background: #0a0c16; }
#game-wrap   { background: #0a0c16; }
