Enhance BlueskyPostCard accessibility and image lightbox UX
- Added `title` attributes to post images and buttons for improved
accessibility and clearer hover context.
- Updated lightbox to display image alt text as a caption when
available, improving clarity for users viewing attachments.
- Ensured both `alt` and `title` attributes fall back to descriptive
defaults (e.g. “Post attachment 1”).
- Adjusted lightbox layout to cap image height and support scrollable
captions without breaking layout.
- Minor indentation and formatting clean-up for consistency.
This update improves accessibility, provides better context for images,
and enhances the overall usability of the lightbox experience.