Problem
The landing page hero/control-plane diagram still does not render correctly in iOS Safari when the system is using dark mode. PR #55 attempted to fix this by adding explicit dark SVG fallbacks and resolving the Lottie asset colors in JavaScript, but the reported behavior remains unresolved.
Expected behavior
The fallback and animated versions of the diagram should consistently use the dark palette on initial page load and continue to match the page after animation initialization or an OS color-scheme change.
Acceptance criteria
- Reproduce the remaining failure on iOS Safari with dark mode enabled.
- Identify whether the incorrect rendering comes from fallback source selection, animation initialization, or embedded animation assets.
- Ensure the diagram uses the correct dark palette on initial load and after color-scheme changes.
- Document regression verification for iOS Safari.
Prior attempted fix: #55
Problem
The landing page hero/control-plane diagram still does not render correctly in iOS Safari when the system is using dark mode. PR #55 attempted to fix this by adding explicit dark SVG fallbacks and resolving the Lottie asset colors in JavaScript, but the reported behavior remains unresolved.
Expected behavior
The fallback and animated versions of the diagram should consistently use the dark palette on initial page load and continue to match the page after animation initialization or an OS color-scheme change.
Acceptance criteria
Prior attempted fix: #55