:root { font-family: Arial, sans-serif; color: #e7edf4; background: #101923; }
* { box-sizing: border-box; }
html, body, #root { width: 100%; height: 100%; margin: 0; overflow: hidden; }
body { overscroll-behavior: none; }
#root { padding: env(safe-area-inset-top) env(safe-area-inset-right) env(safe-area-inset-bottom) env(safe-area-inset-left); }
#game-container { width: 100%; height: 100%; touch-action: none; }
canvas { display: block; touch-action: none; }
#splash { position: fixed; inset: 0; z-index: 10; display: flex; flex-direction: column; align-items: center; justify-content: center; background: #101923; }
#splash img { width: min(70vw, 380px); height: auto; }
#splash p { font-size: 14px; color: #a8b9c9; }
