/* Snake stage tweaks; chrome lives in games-chrome.css */
.snake-page .ws-game-stage {
  background:
    radial-gradient(circle at 20% 20%, rgba(138, 43, 226, 0.28), transparent 42%),
    radial-gradient(circle at 80% 0%, rgba(180, 109, 255, 0.16), transparent 38%),
    #05040a;
}
