html, body { margin: 0; padding: 0; background: #0a0a18; height: 100%; overflow: hidden; }
canvas { display: block; width: 100vw; height: 100vh; touch-action: none; user-select: none; -webkit-user-select: none; -webkit-tap-highlight-color: transparent; cursor: pointer; }
