feat: themoviedb api demo proof of concept
- API routes for movies (popular, search, detail) and TV (popular, search, detail, seasons)
- Movie/TV show listing page with search and media type toggle
- Clickable cards linking to detail pages
- TV detail page shows episodes, next upcoming episode, and aired status
- Movie detail page shows poster, backdrop, rating, runtime, genres, overview
- Styles for all new components and pages
- Uses VITE_TMDB_API_KEY env var for TMDB API access