feat(ocaml-globe): zoom-to, hover highlight, click interaction
Scene interaction:
- zoom_to_satellite: smooth camera animation to satellite position
- zoom_to_position: smooth animation to any globe point
- click: pick + auto-zoom in one call
- update_hover: track hovered satellite from mouse position
- hovered: query current hover state
- Hovered satellite drawn with larger dot (14px vs 8px)
Scene stores last_frame for hover/click without needing frame param.
92 tests passing.