/* Fold — per-game styles. Inherits everything from ../shared/chrome.css
   and ../shared/tokens.css. Only game-specific chrome lives here.

   Canvas size is set by play.js (mode-driven --canvas-w / --canvas-h):
   a portrait card on desktop, full-screen portrait on mobile. */

/* Splash artwork per mode. The .splash frame, cover-sizing and fade all come
   from ../shared/chrome.css — we only supply the background image here.
   Until the art is added, the splash shows a clean solid --bg for 2 s. */
body.mode-desktop .splash { background-image: url('./splash-desktop.jpg'); }
body.mode-mobile  .splash { background-image: url('./splash-mobile.jpg'); }
