Adds a new `web` subcommand to serve the HTML frontend dashboard. Includes: - New `web` module using chi router for frontend routes. - User session handling via database-backed cookies. - Refactored data layer, splitting sqlite logic into user, token, and cookie packages. - Introduced common HTTP server helpers. - Switched API router to use chi. - Removed unused Postgres database code.