/** Cross-component highlight state — Svelte 5 rune-based store. */ class CitationState { active = $state(null); highlightDocId = $state(null); } export const citations = new CitationState();