feat(ui): use locale-aware compact number formatting
- Replace custom number formatting in BlueskyPostCard and ProfileCard with `formatCompactNumber` util
- Add automatic locale detection with fallback to 'en-GB'
- Update post, follower, and engagement counts to use compact, locale-aware formatting
- Refactor `formatNumber.ts` to include `formatCompactNumber` and updated `formatNumber` using Intl.NumberFormat