{# Global in-page lightbox. Click to zoom, full-screen modal overlay. Handles two media kinds via event delegation: • images → shown as (browser-picked AVIF/WebP, currentSrc) • .content-graph-mini-preview → its inline ego-network , cloned & enlarged Boost-proof: htmx navigation can drop the overlay node, so styles + overlay are recreated ON DEMAND (looked up by id, rebuilt if missing) rather than cached in closure refs. Listeners bind to `document` exactly once (document survives htmx swaps), guarded by a window flag so re-running after a swap never double-binds. #}