Added a new “goto” strategy that sends ships to specific locations on demand. The gotoMachine handles navigation to a user-selected destination, useful for repositioning ships or manual control.

Created SelectLocationDialog to provide a UI for choosing destination locations. The strategy change component now supports selecting the goto strategy with a location picker.

Started improving the charts with a dedicated Colors module containing 400+ color definitions for consistent, distinguishable chart series. The chart component was enhanced to better handle multiple data series.

Fixed a context assignment bug in the goto flow within the trade machine.