/* ============================================================
   Ludo · game-specific styles only.
   Page chrome, palette tokens, splash mechanics, focus mode all
   come from /shared/tokens.css + chrome.css. Canvas is square so
   its --canvas-w / --canvas-h are set unconditionally by play.js.
   ============================================================ */

body.mode-desktop .splash { background-image: url('./ludo-splash-desktop.jpg'); }
body.mode-mobile  .splash { background-image: url('./ludo-splash-mobile.jpg'); }
