feat(sheets): kanban view with lanes and drag-drop (#73)
Card-based board grouped by a status/category column.
- buildKanbanLanes: groups rows into lanes by column value
- Card display with configurable title and field columns
- moveCard: cross-lane drag-drop with cell value update
- reorderCard: within-lane reordering
- Lane card counts, find operations
- 18 unit tests