:root{--bg: #fff5ee;--primary: #e8a5a0;--text: #3d2817;--muted: #8b7568;--accent: #f5e6d3}*{box-sizing:border-box}body{margin:0;padding:1rem;font-family:system-ui,-apple-system,sans-serif;background:var(--bg);color:var(--text);min-height:100vh}main{max-width:480px;margin:0 auto;display:flex;flex-direction:column;gap:1rem;align-items:stretch}h1{margin:0;text-align:center}h2{margin:0 0 .5rem;font-size:1.125rem}#platform-status{text-align:center;font-size:.875rem;color:var(--muted);margin:0;min-height:1.25rem}#game{display:block;width:100%;aspect-ratio:1;background:var(--accent);border-radius:16px;cursor:pointer;touch-action:manipulation;-webkit-user-select:none;user-select:none}#end-run{align-self:center;padding:.75rem 2rem;font-size:1rem;font-family:inherit;background:var(--primary);color:#fff;border:none;border-radius:8px;cursor:pointer;min-height:44px;min-width:44px}#end-run:disabled{opacity:.5;cursor:not-allowed}#leaderboard ol{margin:0;padding-left:1.5rem}#leaderboard li{padding:.25rem 0}#leaderboard p{color:var(--muted);margin:0}
