body{background:#000;color:#eee;font-family:monospace;text-align:center;margin:0;padding:0 12px 24px;touch-action:manipulation}#game-container{margin:20px auto;width:100%;max-width:640px}#game-canvas{width:100%;height:auto;max-width:640px;border:2px solid #666;background:#000;image-rendering:pixelated}#instructions{max-width:640px;margin:0 auto;font-size:14px}.mobile-tip{color:#8fd1ff;margin-top:6px}#control-panel{max-width:640px;margin:16px auto;padding:12px;background:#0b0b0b;border:1px solid #333;border-radius:4px;text-align:left}.name-entry{display:flex;gap:8px;align-items:center;margin-bottom:12px;flex-wrap:wrap}#player-name{flex:1 1 140px;padding:6px 8px;background:#111;border:1px solid #555;color:#eee;border-radius:4px}#save-name{padding:6px 12px;background:#1f1f2a;color:#f6d86b;border:1px solid #555;border-radius:4px;cursor:pointer}#save-name:hover{background:#2a2a36}#name-status{min-height:18px;color:#8fd1ff}#global-highscores h3{margin:0 0 8px}#global-highscores-status{min-height:18px;color:#8fd1ff}#global-highscores-list{margin:6px 0 0 18px;padding:0}#global-highscores-list li{margin-bottom:4px}#touch-controls{display:none;max-width:640px;margin:16px auto 0;gap:16px;align-items:center}#touch-controls .dpad{display:grid;grid-template-columns:repeat(3,60px);grid-template-rows:repeat(3,60px);gap:8px;justify-content:center}#touch-controls .dpad div{width:60px;height:60px}.control-btn{width:60px;height:60px;background:#1f1f2a;color:#f6d86b;border:1px solid #444;border-radius:8px;font-size:16px;cursor:pointer;touch-action:none}.control-btn.primary{width:120px}.control-btn.secondary{width:120px;background:#111826;color:#9ed1ff}#touch-controls .actions{display:flex;flex-direction:column;gap:12px;align-items:center;justify-content:center}@media (max-width:760px){body{padding:8px 12px 32px}#instructions,#control-panel{text-align:left}#touch-controls{display:grid;grid-template-columns:1fr auto}}