/* ============================================================
   CARLOS TOUR OVERRIDES
   ------------------------------------------------------------
   Demo-grade strips per the house clone rules: the waist metric
   and the monthly measurement scan are Sami-only features and do
   not travel to member clones. On this tour we HIDE rather than
   excise — the page's inline JS reads these nodes unconditionally,
   so removing them from the DOM would break the weight card.
   Flagged as a deliberate deviation (hub-wright: deviate openly).
   ============================================================ */

/* fitness: weight card — hide waist stat, waist input, and the
   flip-to-scan toggle; the back face is unreachable without it */
#cardWeight .ww-stat:nth-child(2) { display: none; }
#cardWeight .ww-entry > div:nth-child(2) { display: none; }
#cardWeight .flip-toggle { display: none; }
#cardWeight .card-hint { display: none; }

/* generic: anything explicitly marked not-for-tour */
.carlos-hide { display: none !important; }

/* reports: the Mastermind weekly-goal declare belongs to the group hub, not the tour */
#mastermindPicker { display: none !important; }
