The server-side theme cookie sets data-theme attribute, but CSS was
only using @media (prefers-color-scheme: dark). Need both selectors
so theme works via cookie AND via system preference.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Remove inline JS that sets data-theme from localStorage
- Use @media (prefers-color-scheme: dark) in CSS for automatic dark mode
- Remove JS-dependent theme toggle from preferences
- Theme now follows system preference automatically
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>