1. Disclaimer: amber-colored banner between the intensity slider and
the Convert button warning users that:
- Results are AI-generated and may be inaccurate or biased
- Do not enter personal or sensitive information
- Use at your own discretion, demo only
2. State persistence: all UI state is saved to localStorage under
'english-styler-state' and restored on page load:
- Input text
- Selected category and style
- Intensity slider position
- Accordion (Show prompt) open/close state
Uses () to auto-save whenever state changes.