feat: global content search, multi-select, CF dialog data bars/icons (0.40.0)
Landing: wire global content search. When search query is 3+ chars,
fetches and decrypts document snapshots client-side, then searches
content with highlighted match snippets. Results shown below doc list.
Debounced at 400ms, cached for subsequent searches, capped at 20.
Landing: add multi-select with batch operations. Pure logic module
for selection state, batch star/unstar, batch move-to-folder. Floating
action bar with star, move, trash, and cancel buttons.
Sheets CF dialog: add data bar and icon set rule types. Data bar shows
bar color picker; icon set shows set selector (traffic3, arrows3/4/5,
stars3). Type change handler hides standard color pickers for these.
Closes #623, #624, #625