feat(sheets): rich error tooltip popups on hover
Replace browser title-attribute tooltips with structured popup tooltips
for formula errors. Each error type shows title, description, and
actionable hint. Extracted error descriptions into a dedicated module
with 22 unit tests.
Closes #208