.SnakeGame-module__8VzJsG__container{flex-direction:column;align-items:center;gap:16px;font-family:system-ui,sans-serif;display:flex}.SnakeGame-module__8VzJsG__header{align-items:center;gap:16px;display:flex}.SnakeGame-module__8VzJsG__score{font-size:20px;font-weight:700}.SnakeGame-module__8VzJsG__board{background:#222;border-radius:8px;grid-template-rows:repeat(15,28px);grid-template-columns:repeat(15,28px);gap:2px;padding:8px;display:grid}.SnakeGame-module__8VzJsG__cell{background:#f1f5f9;border-radius:4px;width:28px;height:28px}.SnakeGame-module__8VzJsG__snakeHead{background:#15803d}.SnakeGame-module__8VzJsG__snakeBody{background:#22c55e}.SnakeGame-module__8VzJsG__apple{background:#ef4444;border-radius:50%}.SnakeGame-module__8VzJsG__gameOver{color:#dc2626;font-size:24px;font-weight:800}.SnakeGame-module__8VzJsG__restartButton{color:#fff;cursor:pointer;background:#2563eb;border:none;border-radius:6px;padding:8px 12px;font-weight:700}.SnakeGame-module__8VzJsG__restartButton:hover{background:#1d4ed8}.SnakeGame-module__8VzJsG__instructions{color:#475569}
