Allow group admin to extend the current round deadline when members need more time to contribute.
Acceptance Criteria:
- Add
extend_deadline(admin, group_id, extra_seconds) function
- Validate admin authorization
- Cap maximum extension at one cycle_length
- Maximum 2 extensions per round
- Emit deadline_extended event
Files: contracts/sorosave/src/admin.rs, contracts/sorosave/src/types.rs