00c7e0b6ca
The competitor research flagged ATS transparency as a market gap worth owning (nobody shows an ATS rating; Canva's canvas layouts fail 72% of parses with no warning). The backend template descriptor already carried a LayoutFamily/AtsRating pair; the frontend template picker duplicates that catalog in a hardcoded array and never displayed it. Add atsRating to each of the six templates, matching the backend values (single-column templates: High: sidebar/grid templates: Medium), and show it as a badge on every template card. The frontend/backend template catalog duplication itself is a known gap (frontend never calls GET /profile-cv/templates) -- left as-is here since rewiring it is Phase F3/F4 scope, not a quick fix.