papers/whistlegraph-platter: rename `const top` → `topDir` in archive viewer
The desktop archive viewer's inline script declared `const top` at script
top-level, which collides with the non-configurable `window.top` global and
throws `SyntaxError: Identifier 'top' has already been declared` on load.
Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>