/* ============================================================ screens-detail.jsx — RECOVERY · SLEEP · TRENDS · CLINICAL ============================================================ */ (function () { const fmtDur = window.fmtDur || ((m) => m == null ? "—" : `${Math.floor(m / 60)}h ${String(m % 60).padStart(2, "0")}m`); function ScreenHead({ title, sub }) { return (