/* Bloom — per-game styles. Inherits everything from ../shared/chrome.css
   and ../shared/tokens.css. Bloom's board is square; the mode-driven
   --canvas-w / --canvas-h (set by play.js) keep the game-wrap square. */

/* Splash artwork per mode. The .splash frame, cover-sizing and fade all
   come from ../shared/chrome.css — we only supply the background image. */
body.mode-desktop .splash { background-image: url('./splash-desktop.jpg'); }
body.mode-mobile  .splash { background-image: url('./splash-mobile.jpg'); }
