Clicking a card image now opens it full-screen in an overlay.
Click anywhere or press Escape to close.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Cards now load dynamically on each page visit instead of at build time,
so new cards appear immediately without redeploying the site.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
The new Vercel Blob store is public, so private access is not allowed.
Switch cards read/write to public access.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Show inline error banners when card save/delete fails instead of
crashing. Prevent writes to local filesystem on Vercel where it would
silently fail by validating BLOB_READ_WRITE_TOKEN presence.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>