/* PlanFlow Internal — ANALYTICS module (module-owned, Rule 15).
   Only the Planner-vs-Trainer compare bars live here; the metric tiles and the
   usage table come from the shared foundation. Locked from the prototype. */
.barcmp{display:flex;align-items:flex-end;gap:18px;height:120px;padding:10px 4px;
  border:1px solid var(--line);border-radius:var(--r);}
.barcmp .col{display:flex;flex-direction:column;align-items:center;gap:6px;justify-content:flex-end;height:100%;}
.barcmp .bar{width:46px;background:var(--teal);border-radius:6px 6px 0 0;}
.barcmp .lab{font-size:12px;font-weight:700;}
