Improve TUI scrolling behavior and message rendering
- Replace List widget with Paragraph for better text handling and wrapping
- Fix scrolling direction to match intuitive expectations (up/down arrows)
- Add proper line-based scrolling with saturation to prevent overflow
- Enable text wrapping for long messages
- Update frame.size() to frame.area() for newer ratatui API