{# Plan 61/2a — cmd-K quick-search palette. Mounted by base.html for every authenticated admin page. Index is built server-side from `cmd_k_index` (a list of `{label, href, category, icon, keywords}` dicts) — see `routes/admin_ui/_auth.py::_admin_context` for the source list. Triggers: ⌘K / Ctrl+K (plus the header's "Search…" button which dispatches a `cmdk:open` window event). The `/` and `?` shortcuts were removed — they leaked into shadow-DOM inputs (deep-chat, contenteditable) where event.target is the host element, not the inner field, so the isTextInput guard couldn't suppress them. Visual: Vercel-style centered modal with backdrop-blur. The list is grouped by category. Arrow keys + Enter; Esc closes. Aria: input is the combobox host; the