Add real-time or polling-based updates to the group detail page.
Acceptance Criteria:
- Poll contract for round status changes every 10 seconds
- Update member contribution status without page reload
- Show live progress bar of current round contributions
- Stop polling when round is complete
Files: src/app/groups/[id]/page.tsx, src/components/RoundProgress.tsx