:root { color-scheme: light; }
* { box-sizing: border-box; }
html, body { width: 100%; height: 100%; margin: 0; overflow: hidden; background: #f8d58a; }
body { font-family: Nunito, system-ui, sans-serif; }
#game { width: 100%; height: 100%; min-height: 420px; touch-action: none; }
#game canvas { display: block; }
.fallback { position: fixed; inset: auto 16px 12px; margin: 0; text-align: center; color: #473526; font-weight: 700; }
.phaser-ready .fallback { display: none; }