{# Command palette — spotlight-style search and action launcher (Cmd+K). Contract: ~/.claude/skills/ux-architect/components/command-palette.md (UX-011) Parameters: actions (list of {label, url, group?, icon?, handler?}) as JSON. v0.62 CSS refactor: inline Tailwind → semantic .dz-cmdk-* classes (components/fragments.css). Selected-row styling (10% brand tint + brand text) driven by .is-selected modifier toggled by Alpine `:class="{ 'is-selected': idx === selectedIndex }"` — single token swap instead of two parallel branch class strings. #}