feat(cards): show item age in card footer
Adds a small "today / Nd / Nmo / Ny" badge next to the visit count
on every card built via `createSearchResultCard` (search results,
tag views, list views, pagestream, groups). Falls back to nothing
when `item.createdAt` isn't a usable timestamp; absolute date is
in the title attribute on hover.
Helps surface stale items at a glance without consuming a
dedicated row.