- **Title**: Add a helper for string length validation. - **Description**: Ensure campaign titles and descriptions aren't too long (preventing storage bloat). - **Requirements**: - Create a private helper function used across the contract. - Test: Verify it returns an error for strings > 200 characters.