refactor: consolidate popup HTML to single file with JS-injected dev UI
- Merge popup-dev.html into popup.html - dev UI now injected via JS
- popup.ts checks __BUILD_MODE__ and conditionally injects dev banner/toolbar
- Eliminates copy-paste between dev and prod HTML
- Dev mode: injects orange banner + state-switching toolbar
- Prod mode: runs normal extension logic