Support Android Material You dynamicColors in Obsidian CSS

Use case or problem

Vault colors automatically adapt to the user’s wallpaper (Android 12+).

Proposed solution

Expose dynamic colors via a native bridge as CSS variables inside the WebView, allowing themes and snippets to use the system palette in real time.

(MaterialColors.get(Context, int) for dynamic color extraction (Monet).)