The UI is currently dark-only. Add theme support:
(1) Use next-themes for theme management.
(2) Persist preference in localStorage.
(3) Respect OS prefers-color-scheme as default.
(4) Add a sun/moon toggle button to the navbar.
(5) Ensure all custom CSS variables have light-mode equivalents in globals.css.
The UI is currently dark-only. Add theme support:
(1) Use
next-themesfor theme management.(2) Persist preference in localStorage.
(3) Respect OS
prefers-color-schemeas default.(4) Add a sun/moon toggle button to the navbar.
(5) Ensure all custom CSS variables have light-mode equivalents in
globals.css.