arena.mjs: add custom yellow crosshair cursor for locked FPS mode
When the pen is locked (FPS mode), show a custom yellow crosshair cursor
instead of the default system crosshair. When unlocked, the default cyan
cursor is used.
- Created yellow crosshair SVG data URI
- Applied custom cursor only when penLocked is true
- Removed explicit 'auto' cursor setting to preserve default UI cursor
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>