Problem Statement
What’s the difference between 'media' and 'class' strategies for dark mode?
Explanation
The 'media' strategy relies on system preferences, switching automatically based on the OS theme. The 'class' strategy gives developers full control by toggling a 'dark' class on the root element manually.
Most apps use 'class' for flexibility in theme toggles.
