feat(page): add page info and entities panels to navbar overlay
Two new floating panels appear alongside the navbar when activated:
- Page Info panel (top-left): shows title, domain, description, keywords,
OG tags, author, generator, and OG image preview
- Entities panel (top-right): shows detected entities grouped by type
(people, orgs, places, emails, phones, links) with color-coded badges
Both panels share the navbar show/hide lifecycle (hover trigger, Cmd+L,
scheduleHide). Hovering either panel keeps the navbar visible. Panels
use matching visual style (dark translucent background, blur, rounded
corners) with slide-in animations from their respective sides.
Entity data comes from the entities extension via pubsub, with a
fallback DOM extraction for external links, mailto:, and tel: links.