/* snake (public/arcade/snake.js). Arcade tokens come from arcade.css. */
.ag-stage[data-kind="snake"] { touch-action: none; }
.ag-stage[data-kind="snake"] .sn-cv { position: absolute; inset: 0; width: 100%; height: 100%; display: block; }
.ag-stage[data-kind="snake"] { -webkit-user-select: none; user-select: none; -webkit-touch-callout: none; }
