Goal: Allow exporting and importing a character as JSON.
Acceptance criteria:
- Export current character (including sheet fields) to a JSON file
- Import JSON to recreate/update character
- Basic validation (Zod) and conflict handling (overwrite or create new)
- Error and success toasts
Goal: Allow exporting and importing a character as JSON.
Acceptance criteria: