fix(review): Address PR review feedback for M1-M3
- Add CI/CD GitHub Actions workflow (ci.yml)
- Add Docker build workflow (docker.yml)
- Add multi-stage Dockerfile for production
- Fix dark mode color mapping to use slate-dark-* variants
- Enable system theme preference (enableSystem: true)
- Remove lucide-react dependency (using Phosphor Icons only)
- Add .nvmrc with Node 24.11.0
- Remove hardcoded path from next.config.ts
- Add shadcn/ui components.json configuration
- Add health check API route (/api/health)
Refs: specs/prd-web.md Section 9 (M1-M3)