Add a dark mode toggle to the app:
- Add a sun/moon toggle button in the top-right corner of the page
- Use Tailwind CSS v4 dark mode with the class strategy to switch themes
- Persist the user preference in localStorage
- Default to the system preference via prefers-color-scheme media query
- Style the existing page content for both light and dark modes
Add a dark mode toggle to the app: