🐛 Fix
The ▼ Show more / ▲ Show less disclosure on the Trending lanes (added in v2.9.45) did nothing on the live site — both labels showed at once and clicking was inert.
Cause: v2-mkdocs.yml pinned static/v2_elite.css?v=2.9.42 and the cache-buster was never bumped, so returning visitors kept the cached pre-disclosure stylesheet.
Fix: bump the query string to ?v=2.9.46 so browsers/CDN re-fetch the current CSS. Verified the disclosure works in a freshly built Material site via Playwright (9 → 16 cards on click, label toggles correctly).
🤖 Generated with Claude Code