/* ============================================================================
   drive-home.css — game-specific styles (Auto)
   Reset, header, overlays, ad slots and the game-over/CPA card all come from
   site.css + game-shell.css. This only sets the game's night-road background
   and — importantly — disables pixelated canvas rendering, because Drive Home
   is emoji/vector art (not pixel art), so it must stay smoothly anti-aliased.
   ============================================================================ */
body.sg-game { background: #050a05; }
#game-wrap   { background: #050a05; }

/* Override the shared pixel-art canvas rule: this game is NOT pixel art. */
#game-wrap canvas {
  image-rendering: auto !important;
}
