// @vitest-environment jsdom
// Performance-hardening coverage for the OD Library grid (LibrarySection):
// - the incremental SSE merge that replaced the per-event full refetch,
// - the box-select hit-test that now runs against a rect snapshot instead of
// a querySelectorAll + getBoundingClientRect reflow per mousemove,
// - the SSE payload parser,
// - the lazy-mount contract: off-screen cards render a cheap placeholder that
// still carries the box-select targets (data-asset-card/-id), and only the
// real
/