Added a theme toggle to the site today. It's got a spring animation on the knob, twinkling stars in the dark mode track, and sun rays that rotate in. The real engineering was underneath — ThemeProvider with localStorage persistence, anti-FOUC inline script, and a custom event system so the globe canvas can pick up theme changes without re-mounting. The animation is fun but the architecture is the part I'm proud of.