feat(sheets): add copy/paste feedback, row/col selection, undo/redo states, error tooltips
- Copy/paste operations now show toast with cell count (e.g., "Copied 3 × 5 cells")
- Shift+Space selects entire row, Ctrl+Space selects entire column
- Undo/redo buttons show disabled state when no history available, with stack count in title
- Formula error cells (#REF!, #VALUE!, #NAME?, #DIV/0!, etc.) show explanatory tooltip on hover
- Toolbar buttons, selects, and color inputs get focus-visible outlines for keyboard accessibility
- Added btn-disabled CSS class for visually disabled toolbar buttons