fix(deck_index): reclaim focus after iframe click so keyboard nav keeps working
After clicking inside a slide iframe, focus moves into the iframe's document
and parent-level keydown stops firing — arrow keys, Space, PgUp/PgDown all
become unresponsive. On window blur, schedule a delayed window.focus() so the
parent reclaims focus once the iframe interaction completes.
Fixes #23
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>