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