* { margin: 0; padding: 0; box-sizing: border-box; }
body { background: #0a300a; display: flex; justify-content: center; align-items: center; min-height: 100vh; }
canvas { display: block; cursor: pointer; max-width: min(96vw, 900px); height: auto; touch-action: none; }
