fix(gymtracker): admin routing + DOM mount compat; KV single-ad shape
- Normalize pathnames (trailing slashes) so /api/admin/ads/ hits the Worker
- adsArrayFromKvJson: accept one ad object stored under KV key ads
- renderAdCards: clear #adCards then appendChild(fragment); avoid replaceChildren
quirks on some WebKit builds; guard missing #adCards