@import "https://fonts.googleapis.com/css2?family=Merriweather:wght@700&family=Roboto:wght@300;400;500;600;700;800&display=swap";.jm-root{--jm-heading:#0b485b;--jm-teal:#44c7c5d9;--jm-org:#d24600;--jm-support-fill:#0b485b;--jm-support-bar-green:#4d7f23;--jm-donut-track:#e8eef1;--jm-divider:#d9d9d9;--jm-card-bg:#0b485b0f;--jm-grid-gap:8px;--jm-phase-flow-gap:16px;--jm-pad-card:16px;--jm-path-pill-pad-x:12px;--jm-path-pill-pad-y:10px;--jm-path-pill-radius:4px;--jm-col-ratio:3fr 3fr 4fr;--jm-layout-mobile-max:1279px;color:#212121;background:#f5f5f5;min-height:100vh;font-family:Roboto,system-ui,sans-serif}.jm-topbar{border-bottom:2px solid var(--jm-divider);z-index:30;background:#fff;justify-content:space-between;align-items:center;gap:16px;padding:14px 24px;display:flex;position:sticky;top:0}.jm-back{color:var(--jm-heading);font-size:14px;font-weight:700;text-decoration:none}.jm-back:hover{text-decoration:underline}.jm-brand{color:#000;font-family:Merriweather,Georgia,serif;font-size:16px;font-weight:700}.jm-main{box-sizing:border-box;width:100%;padding:clamp(16px,2vw,28px) clamp(16px,2.5vw,40px) 64px}.jm-dashboard{border:1px solid var(--jm-divider);box-sizing:border-box;background:#fff;border-radius:4px;width:100%;max-width:none;margin:0 auto;padding:clamp(12px,1.2vw,20px) clamp(16px,2vw,32px) clamp(24px,3vw,48px)}.jm-header{padding-bottom:16px}.jm-header__grid{-moz-column-gap:var(--jm-grid-gap);column-gap:var(--jm-grid-gap);grid-template-columns:repeat(12,minmax(0,1fr));align-items:baseline;margin-bottom:24px;display:grid}.jm-header__title{color:var(--jm-heading);letter-spacing:-.02em;grid-column:1/9;margin:0;font-family:Roboto,system-ui,sans-serif;font-size:36px;font-weight:300}.jm-header__brand{grid-column:11/13;place-self:center end;align-items:center;display:flex}.jm-header__brand-img{width:clamp(80px,7vw,110px);height:auto;display:block}.jm-header__intro{-moz-column-gap:16px;grid-template-columns:repeat(12,minmax(0,1fr));column-gap:16px;display:grid}.jm-header__intro-col:first-child{grid-column:1/5}.jm-header__intro-col:nth-child(2){grid-column:5/9}.jm-header__intro-col:nth-child(3){grid-column:9/13}.jm-header__intro-h{color:var(--jm-heading);margin:0 0 5px;font-family:Roboto,system-ui,sans-serif;font-size:16px;font-weight:700}.jm-header__intro-p{color:#4a5c64;margin:0;font-size:12px;line-height:1.5}.jm-row{position:relative}.jm-row__divider{background:var(--jm-divider);height:2px;margin:16px 0 0}.jm-row__body{-moz-column-gap:var(--jm-grid-gap);column-gap:var(--jm-grid-gap);row-gap:var(--jm-grid-gap);padding:var(--jm-pad-card) 0 0;grid-template-columns:repeat(12,minmax(0,1fr));align-items:start;display:grid}.jm-row--toggle-master .jm-row__body{padding:8px 0}.jm-row__main--toggle-master:empty{display:none}.jm-row--toggle-master .jm-detail-switch{box-sizing:border-box;background:#fff;border-color:#a5bfd0;border-radius:14px;width:100%;max-width:100%;margin-top:0;margin-bottom:0;padding:4px 5px 4px 8px}.jm-row--toggle-master .jm-detail-switch__label{color:#000;font-family:Roboto,system-ui,sans-serif;font-size:clamp(12px,1.05vw,13px);font-weight:400}.jm-row__aside{flex-direction:column;grid-column:1/span 2;align-items:stretch;min-width:0;padding:8px clamp(6px,.8vw,12px) 8px 0;display:flex}.jm-row__aside--toggle-master{padding-right:0}.jm-row__main{grid-column:3/-1;min-width:0}.jm-row__label{color:#000;margin:0 0 8px;font-family:Roboto,system-ui,sans-serif;font-size:16px;font-weight:600;line-height:1.2}.jm-row__label--path{margin:0}.jm-phase-bands{grid-template-columns:var(--jm-col-ratio);-moz-column-gap:var(--jm-phase-flow-gap);column-gap:var(--jm-phase-flow-gap);align-items:start;display:grid}.jm-phase-band{min-width:0;position:relative}.jm-phase-band--divider:after{content:"";top:0;bottom:0;left:calc(100% + (var(--jm-phase-flow-gap) / 2) - .5px);background:var(--jm-divider);pointer-events:none;width:1px;position:absolute}.jm-step-grid{gap:var(--jm-grid-gap);display:grid}[data-step-count="2"] .jm-step-grid{grid-template-columns:repeat(2,minmax(0,1fr))}[data-step-count="3"] .jm-step-grid{grid-template-columns:repeat(3,minmax(0,1fr))}.jm-row--path .jm-row__body{align-items:stretch}.jm-row--path .jm-row__aside--path{box-sizing:border-box;flex-direction:row;grid-column:1/span 2;align-self:stretch;align-items:center;padding-top:4px;padding-bottom:4px;display:flex}.jm-row--path .jm-row__main{grid-column:3/-1;align-self:stretch;align-items:stretch;min-width:0;padding-top:4px;padding-bottom:4px;display:flex}.jm-path{-moz-column-gap:var(--jm-phase-flow-gap);column-gap:var(--jm-phase-flow-gap);box-sizing:border-box;flex:1;grid-template-columns:minmax(0,3fr) minmax(0,3fr) minmax(0,4fr);align-items:stretch;width:100%;min-height:46px;display:grid}.jm-path__phase{min-width:0;min-height:46px;padding:var(--jm-path-pill-pad-y) var(--jm-path-pill-pad-x);border-radius:var(--jm-path-pill-radius);color:#000;box-sizing:border-box;flex-direction:row;justify-content:flex-start;align-items:center;gap:8px;font-family:Roboto,system-ui,sans-serif;font-size:13px;font-weight:600;line-height:1.3;display:flex}.jm-path__label{font-family:inherit;font-size:inherit;font-weight:inherit;text-align:left;flex:auto;min-width:0;line-height:1.3}.jm-path__chevron{flex-shrink:0;justify-content:center;align-items:center;width:clamp(14px,1.35vw,18px);display:flex}.jm-path__chevron img{-o-object-fit:contain;object-fit:contain;width:100%;height:auto;max-height:18px;display:block}.jm-goal-unit{box-sizing:border-box;flex-direction:column;align-items:stretch;min-width:0;display:flex}.jm-icon-cell{box-sizing:border-box;justify-content:center;align-items:center;height:40px;padding:4px 0;display:flex}.jm-icon-cell__img{-o-object-fit:contain;object-fit:contain;width:26px;height:26px;display:block}.jm-goal-card{padding:8px 6px 14px}.jm-goal-card__title{color:#000;margin:0 0 4px;font-size:12px;font-weight:700;line-height:1.25}.jm-goal-card__body{color:#2a2a2a;margin:0;font-size:12px;line-height:1.45}.jm-goal-card__bullets{color:#2a2a2a;margin:0;padding:0 0 0 14px;font-size:12px;line-height:1.45}.jm-goal-card__bullets li{margin-bottom:5px}.jm-goal-card__bullets li:last-child{margin-bottom:0}.jm-row--goals .jm-row__aside--goals,.jm-row--actions .jm-row__aside--actions{box-sizing:border-box;flex-direction:column;justify-content:flex-start;align-items:flex-start;gap:8px;width:100%;padding-top:12px;padding-bottom:12px;padding-right:0;display:flex}.jm-row--goals .jm-row__main--goals,.jm-row--actions .jm-row__main--actions{width:100%;min-width:0}.jm-row--goals .jm-row__label--goals,.jm-row--actions .jm-row__label--actions{box-sizing:border-box;color:#000;width:100%;margin:0;font-family:Roboto,system-ui,sans-serif;font-size:16px;font-weight:600;line-height:16.8px}.jm-row--goals .jm-detail-switch,.jm-row--actions .jm-detail-switch{box-sizing:border-box;background:#fff;border-color:#a5bfd0;border-radius:14px;width:100%;max-width:100%;margin-top:0;padding:4px 5px 4px 8px}.jm-row--goals .jm-detail-switch__label,.jm-row--actions .jm-detail-switch__label{color:#000;font-family:Roboto,system-ui,sans-serif;font-size:clamp(12px,1.05vw,13px);font-weight:400}.jm-row--goals .jm-icon-cell__img{width:24px;height:24px}.jm-row--goals .jm-goal-card{box-sizing:border-box;background:#0b485b1a;border-radius:4px;padding:8px}.jm-row--goals .jm-goal-card__title{color:#000;margin:0 0 4px;font-family:Roboto,system-ui,sans-serif;font-size:12px;font-weight:700;line-height:normal}.jm-row--goals .jm-goal-card__body{color:#000;font-family:Roboto,system-ui,sans-serif;font-size:12px;font-weight:400;line-height:1.35}.jm-row--goals .jm-goal-card__bullets{color:#000;padding-left:18px;font-family:Roboto,system-ui,sans-serif;font-size:12px;font-weight:400;line-height:1.35}.jm-row--goals .jm-goal-card__bullets li{margin-bottom:4px;font-size:12px}.jm-row--goals .jm-goal-card__bullets li strong{font-weight:700}.jm-row--goals:not(.jm-row--goals-expanded) .jm-phase-bands--goals.jm-phase-bands{align-items:stretch}.jm-row--goals:not(.jm-row--goals-expanded) .jm-phase-bands--goals>.jm-phase-band{flex-direction:column;min-height:0;display:flex}.jm-row--goals:not(.jm-row--goals-expanded) .jm-phase-bands--goals .jm-step-grid--goal-units{flex:auto;grid-auto-rows:minmax(0,1fr);align-items:stretch;min-height:0}.jm-row--goals:not(.jm-row--goals-expanded) .jm-goal-unit{align-self:stretch}.jm-row--goals:not(.jm-row--goals-expanded) .jm-goal-card{flex:auto;min-height:0}.jm-row--goals-expanded .jm-phase-bands--goals .jm-step-grid--goal-units{place-items:start}.jm-row--goals-expanded .jm-phase-bands--goals .jm-goal-unit{align-self:start;height:auto;min-height:0}.jm-row--goals-expanded .jm-phase-bands--goals [data-step-count="2"] .jm-step-grid--goal-units{grid-template-columns:repeat(2,minmax(0,max-content))}.jm-row--goals-expanded .jm-phase-bands--goals [data-step-count="3"] .jm-step-grid--goal-units{grid-template-columns:repeat(3,minmax(0,max-content))}.jm-row--goals-expanded .jm-phase-bands--goals .jm-goal-card{box-sizing:border-box;flex:none;width:100%;max-width:100%}.jm-actions-layout--desktop{width:100%;min-width:0;display:block}.jm-actions-layout--mobile{width:100%;min-width:0;display:none}.jm-row--actions .jm-phase-bands--actions-scale{width:100%;min-width:0;margin-bottom:0}.jm-act-flow-row{align-items:center;gap:var(--jm-grid-gap);flex-flow:row;min-width:0;display:flex}.jm-act-step-col{flex-direction:column;flex:1;align-items:stretch;gap:2px;min-width:0;display:flex}.jm-act-flow-row--stacked,.jm-row--actions:not(.jm-row--actions-expanded) .jm-phase-bands--act-collapsed .jm-act-flow-row--stacked{align-items:stretch}.jm-row--actions:not(.jm-row--actions-expanded) .jm-act-step-col .jm-act-head{flex:none;align-self:stretch;padding:4px 0}.jm-row--actions:not(.jm-row--actions-expanded) .jm-act-step-col .jm-act-list--collapsed-plane{flex:auto;align-self:stretch;margin:0;padding:2px 0 4px 16px}.jm-act-head{min-width:0;color:var(--jm-heading);letter-spacing:-.02em;box-sizing:border-box;flex:1;justify-content:space-between;align-items:center;gap:8px;padding:6px 8px;font-family:Roboto,system-ui,sans-serif;font-size:12px;font-weight:700;line-height:1.2;display:flex}.jm-act-head__text{flex:auto;min-width:0}.jm-act-head__arrow{color:var(--jm-org);flex-shrink:0;justify-content:center;align-items:center;display:flex}.jm-act-head__arrow img{-o-object-fit:contain;object-fit:contain;width:24px;height:24px;display:block}.jm-act-preview{color:#5a6d76;flex:1;min-width:0;margin:0;padding:6px 6px 12px;font-family:Roboto,system-ui,sans-serif;font-size:12px;font-style:italic;line-height:1.42}.jm-act-list{color:#2a2a2a;flex:1;min-width:0;margin:0;padding:4px 8px 10px 18px;font-family:Roboto,system-ui,sans-serif;line-height:1.45}.jm-act-list--collapsed-plane{font-size:12px;font-weight:700}.jm-row--actions:not(.jm-row--actions-expanded) .jm-act-step-col .jm-act-list--collapsed-plane li{margin-bottom:2px;line-height:1.35}.jm-row--actions:not(.jm-row--actions-expanded) .jm-act-step-col .jm-act-list--collapsed-plane li:last-child{margin-bottom:0}.jm-act-card{box-sizing:border-box;padding:0}.jm-act-card__header{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%;min-width:0;margin:0 0 4px;padding:4px 0;display:flex}.jm-act-card__title{min-width:0;color:var(--jm-heading);flex:auto;margin:0;font-family:Roboto,system-ui,sans-serif;font-size:12px;font-weight:700;line-height:1.25}.jm-act-card__arrow{color:var(--jm-org);flex-shrink:0;justify-content:center;align-items:center;display:flex}.jm-act-card__arrow img{-o-object-fit:contain;object-fit:contain;width:24px;height:24px;display:block}.jm-act-card__bullets{color:#2a2a2a;margin:0;padding:2px 0 4px 16px;font-family:Roboto,system-ui,sans-serif;font-size:12px;font-weight:400;line-height:1.45}.jm-act-card__bullets li{margin-bottom:5px}.jm-act-card__bullets li:last-child{margin-bottom:0}.jm-row--actions-expanded .jm-phase-bands--act-cards .jm-step-grid--action-cards{place-items:start}.jm-row--actions-expanded .jm-phase-bands--act-cards [data-step-count="2"] .jm-step-grid--action-cards{grid-template-columns:repeat(2,minmax(0,max-content))}.jm-row--actions-expanded .jm-phase-bands--act-cards [data-step-count="3"] .jm-step-grid--action-cards{grid-template-columns:repeat(3,minmax(0,max-content))}.jm-row--actions-expanded .jm-act-card{box-sizing:border-box;max-width:100%}.jm-act-mobile-phase{box-sizing:border-box;width:100%;min-width:0}.jm-act-mobile-unit{border:1px solid var(--jm-divider);box-sizing:border-box;background:#fafafa;border-radius:8px;flex-direction:column;gap:8px;padding:10px 10px 12px;font-family:Roboto,system-ui,sans-serif;display:flex}.jm-act-mobile-unit--expanded{background:#fff}.jm-act-mobile-unit__header{flex-direction:row;justify-content:space-between;align-items:center;gap:8px;width:100%;min-width:0;display:flex}.jm-act-mobile-unit__title{min-width:0;color:var(--jm-heading);flex:auto;margin:0;font-family:Roboto,system-ui,sans-serif;font-size:12px;font-weight:700;line-height:1.25}.jm-act-mobile-unit__arrow{color:var(--jm-org);flex-shrink:0;justify-content:center;align-items:center;display:flex}.jm-act-mobile-unit__arrow img{-o-object-fit:contain;object-fit:contain;width:24px;height:24px;display:block}.jm-act-mobile-unit__list{color:#2a2a2a;margin:0;padding:0 0 0 18px;font-family:Roboto,system-ui,sans-serif;line-height:1.45}.jm-act-mobile-unit__list--collapsed{font-size:12px;font-weight:700}.jm-act-mobile-unit__list--collapsed li{margin-bottom:4px}.jm-act-mobile-unit__list--collapsed li:last-child{margin-bottom:0}.jm-act-mobile-unit__list--expanded{font-size:12px;font-weight:400}.jm-act-mobile-unit__list--expanded li{margin-bottom:5px}.jm-act-mobile-unit__list--expanded li:last-child{margin-bottom:0}.jm-row__main--sentiment{padding-top:2px}.jm-radio-box{border:1px solid #a5bfd0;border-radius:14px;margin-top:0;padding:10px 12px}.jm-radio{color:#5f5f5f;cursor:pointer;align-items:flex-start;gap:6px;margin-bottom:5px;font-size:12px;display:flex}.jm-radio:last-child{margin-bottom:0}.jm-radio input{accent-color:var(--jm-heading);margin-top:1px}.jm-sent-hint{color:#5f5f5f;margin:8px 0 0;font-size:12px;font-style:italic;line-height:1.4}.jm-sent-pills{gap:var(--jm-grid-gap);flex-wrap:wrap;margin-bottom:8px;display:flex}.jm-pill{color:#000;border:1px solid var(--jm-heading);border-radius:999px;align-items:center;gap:6px;padding:4px 10px;font-size:12px;font-weight:700;transition:opacity .2s;display:inline-flex}.jm-pill--muted{opacity:.28;border-color:#0000}.jm-pill__dot{border-radius:50%;flex-shrink:0;width:10px;height:10px}.jm-pill__dot--em{background:#95d66d}.jm-pill__dot--ob{background:#7c3aed}.jm-sent-chart-wrap{min-height:200px;position:relative}.jm-sent-chart-host{z-index:1;width:100%;min-height:220px;position:relative}.jm-sent__svg{max-width:100%;height:auto;display:block}.jm-sent__hit{cursor:help}.jm-sent__grid{stroke:#0b485b1f;stroke-dasharray:4 4}.jm-sent__grid--baseline{stroke:#0b485b33;stroke-dasharray:none}.jm-sent__ylabel-lg{fill:#000;font-family:Roboto,sans-serif;font-size:clamp(12px,.75vw,13px)}.jm-sent__xlab{fill:#3d4f57;font-family:Roboto,sans-serif;font-size:clamp(12px,.65vw,13px);font-weight:600}.jm-sent-chart{flex-direction:row;align-items:stretch;gap:8px;width:100%;display:flex}.jm-sent-chart__plot{flex:1;min-width:0;position:relative}.jm-sent-popover{box-sizing:border-box;color:#1a1a1a;pointer-events:auto;background:#fff;border:1px solid #dce4e8;border-radius:10px;max-width:min(300px,100vw - 24px);margin:0;padding:12px 14px;font-family:Roboto,system-ui,sans-serif;box-shadow:0 4px 16px #0000001a}.jm-sent-popover:popover-open{border-color:#dce4e8}.jm-sent-popover[hidden]{display:none!important}.jm-sent-popover__title{color:#000;margin:0 0 8px;font-size:14px;font-weight:700;line-height:1.25}.jm-sent-popover__summary{color:#2a2a2a;margin:0 0 8px;font-size:12px;font-weight:400;line-height:1.45}.jm-sent-popover__summary:last-child{margin-bottom:0}.jm-sent-popover__quote{color:#444;margin:0;font-size:12px;font-style:italic;line-height:1.45}.jm-sent-popover__quote:before{content:"“"}.jm-sent-popover__quote:after{content:"”"}.jm-sent-chart__legend-col{flex-direction:column;flex-shrink:0;align-self:stretch;align-items:center;gap:2px;width:auto;min-width:28px;padding:2px 0;display:flex}.jm-sent-chart__legend-cap{color:#000;text-align:center;font-size:12px;font-weight:700;line-height:1.1}.jm-sent-chart__legend-body{flex-direction:row;flex:1;justify-content:center;align-items:stretch;width:100%;min-height:96px;display:flex}.jm-sent-chart__legend-strips-pair{flex-direction:row;align-items:stretch;gap:3px;height:100%;min-height:96px;display:flex}.jm-sent-chart__legend-single-strip{flex-direction:row;justify-content:center;align-items:stretch;width:100%;height:100%;min-height:96px;display:flex}.jm-sent-chart__strip{border-radius:2px;flex-shrink:0;align-self:stretch;width:8px;min-height:100%}.jm-sent-chart__strip--dual-em{background:linear-gradient(#95d66d 13.5%,#d24600 100%)}.jm-sent-chart__strip--dual-ob{background:linear-gradient(#44c7c5bf 13.5%,#9747ff 100%)}.jm-sent-chart__strip--em-only{background:linear-gradient(#95d66d 13.5%,#d24600 100%);width:10px}.jm-sent-chart__strip--ob-only{background:linear-gradient(#44c7c5bf 13.5%,#9747ff 100%);width:10px}.jm-toggle{align-items:center;gap:var(--jm-grid-gap);cursor:pointer;font:inherit;color:var(--jm-heading);background:0 0;border:none;border-radius:16px;padding:4px 0;display:inline-flex}.jm-toggle:disabled{opacity:.55;cursor:not-allowed}.jm-toggle__label{text-align:left;color:#000;flex:1;font-size:clamp(13px,1.1vw,16px);font-weight:700}.jm-toggle__track{box-sizing:border-box;background:#f4f4f4;border:1px solid #d7d7d7;border-radius:12px;flex-shrink:0;width:47px;height:24px;transition:background .15s,border-color .15s;position:relative}.jm-toggle--on .jm-toggle__track{background:#a5bfd0;border-color:#0b485b}.jm-toggle__thumb{background:#fff;border:1px solid #c5cdd2;border-radius:50%;width:18px;height:18px;transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;position:absolute;top:3px;left:3px}.jm-toggle--on .jm-toggle__thumb{background:#0b485b;border-color:#083845;transform:translate(21px);box-shadow:inset 0 1px #ffffff1f}.jm-detail-switch{align-items:center;gap:var(--jm-grid-gap);box-sizing:border-box;cursor:pointer;width:100%;min-width:0;max-width:100%;height:28px;font:inherit;text-align:left;background:0 0;border:1px solid #a5bfd0;border-radius:14px;flex-wrap:nowrap;margin:4px 0 0;padding:4px 6px 4px 8px;display:flex}.jm-detail-switch__label{color:#243238;white-space:nowrap;text-overflow:ellipsis;flex:auto;min-width:0;font-size:12px;font-weight:600;overflow:hidden}.jm-detail-switch__track{box-sizing:border-box;background:#f4f4f4;border:1px solid #d7d7d7;border-radius:9px;flex:0 0 34px;width:34px;min-width:34px;height:18px;transition:background .15s,border-color .15s;position:relative}.jm-detail-switch--on .jm-detail-switch__track{background:#a5bfd0;border-color:#0b485b}.jm-detail-switch__thumb{box-sizing:border-box;background:#5a5f66;border:1px solid #454a50;border-radius:50%;width:12px;height:12px;transition:transform .15s,background .15s,border-color .15s,box-shadow .15s;position:absolute;top:2px;left:2px;box-shadow:inset 0 1px #ffffff26}.jm-detail-switch--on .jm-detail-switch__thumb{background:#0b485b;border-color:#083845;transform:translate(16px);box-shadow:inset 0 1px #ffffff1f}.jm-pain-cell{flex-direction:column;align-items:center;gap:8px;padding:4px 6px 10px;display:flex}.jm-phase-bands--pain>.jm-phase-band.jm-phase-band--divider{width:100%}.jm-phase-bands--pain .jm-step-grid .jm-pain-cell:not(.jm-pain-cell--open){align-self:stretch}.jm-phase-bands--pain .jm-step-grid .jm-pain-cell.jm-pain-cell--open{align-self:start}.jm-pain-badge{border:2px solid var(--jm-org);background:#fff;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:34px;height:34px;display:flex}.jm-pain-badge__n{color:var(--jm-org);font-size:13px;font-weight:800}.jm-pain-dots{flex-wrap:wrap;align-self:flex-start;gap:5px;width:100%;display:flex}@keyframes jm-dot-pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.15)}}.jm-pain-dot{background:var(--jm-org);border-radius:50%;width:7px;height:7px;animation:2.5s ease-in-out infinite jm-dot-pulse}.jm-pain-cell--open .jm-pain-dots{display:none}.jm-pain-preview{color:#5a6d76;align-self:flex-start;width:100%;margin:0;font-size:12px;font-style:italic;line-height:1.45}.jm-pain-bullets{box-sizing:border-box;color:#3d4f57;border-top:1px solid #d2460033;align-self:flex-start;width:100%;margin:6px 0 0;padding:8px 0 0;font-size:12px;line-height:1.5;list-style:none}@keyframes jm-li-in{0%{opacity:0;transform:translateY(6px)}to{opacity:1;transform:translateY(0)}}.jm-pain-bullets li{opacity:0;margin-bottom:8px;padding-left:16px;animation:.4s forwards jm-li-in;position:relative}.jm-pain-bullets li:last-child{margin-bottom:0}.jm-pain-bullets li:before{content:"";background:var(--jm-org);border-radius:50%;width:7px;height:7px;position:absolute;top:.42em;left:0}.jm-phase-bands--support>.jm-phase-band{width:100%}.jm-support-cell{flex-direction:column;gap:0;min-width:0;padding:4px 2px 8px;display:flex}.jm-sub-cap{color:#000;letter-spacing:normal;text-transform:none;margin:0 0 8px;font-size:clamp(12px,.82vw,14px);font-weight:700;line-height:1.2}.jm-kpi{text-align:center;flex-direction:column;align-items:center;gap:0;display:flex}.jm-kpi__chart{flex:none;justify-content:center;align-items:center;width:100%;min-height:102px;display:flex}.jm-kpi__donut-wrap{box-sizing:border-box;flex-shrink:0;width:96px;height:96px;position:relative}.jm-kpi__donut{border-radius:50%;width:96px;height:96px}.jm-kpi__donut-hole{box-sizing:border-box;background:#fff;border-radius:50%;width:68px;height:68px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.jm-kpi__donut-center{pointer-events:none;flex-direction:column;justify-content:center;align-items:center;gap:1px;display:flex;position:absolute;inset:0}.jm-kpi__donut-pct{color:#000;font-size:clamp(14px,1.25vw,19px);font-weight:300;line-height:1.05}.jm-kpi__donut-lbl{color:#000;text-align:center;max-width:5.5rem;font-size:clamp(12px,.65vw,14px);font-weight:700;line-height:1.25}.jm-kpi__foot{color:#6b7d86;text-align:center;margin:8px 0 0;font-size:12px;font-style:italic;font-weight:400;line-height:1.4}.jm-kpi__expanded{color:#243238;text-align:left;align-self:stretch;margin:8px 0 0;font-size:12px;font-style:italic;line-height:1.45}.jm-support-list{color:#333;text-align:left;align-self:stretch;margin:6px 0 0;padding:0 0 0 14px;font-size:12px;line-height:1.45}.jm-support-list li{margin-bottom:5px}.jm-support-list li:last-child{margin-bottom:0}.jm-support-list a,.jm-bar-cluster a,.jm-purchase-bars a,.jm-kpi .jm-kpi__expanded a{color:#0b5394;word-break:break-word;text-decoration:underline}.jm-micro-bar{min-width:0}.jm-bar-cluster{flex-direction:column;gap:8px;width:100%;min-height:0;display:flex}.jm-micro-bar__title{color:#333;word-break:break-word;margin:0;padding:0;font-size:12px;font-weight:700;line-height:1.35;display:block}.jm-micro-bar__row{flex-direction:row;align-items:center;gap:5px;min-width:0;margin-top:2px;display:flex}.jm-micro-bar__track{background:#f5f7f9;border-radius:2px;flex:auto;min-width:0;height:11px}.jm-micro-bar__pct{color:#333;text-align:right;white-space:nowrap;flex:none;min-width:2.25rem;font-size:12px;font-weight:400;line-height:1}.jm-micro-fill{border-radius:2px;flex-direction:row;align-items:stretch;height:100%;display:flex;overflow:hidden}.jm-micro-fill--org{background:var(--jm-org);border-radius:2px;height:100%}.jm-micro-fill__teal{background:var(--jm-support-fill);flex:auto;min-width:0;height:100%}.jm-micro-fill__green{background:var(--jm-support-bar-green);flex:0 0 2px;height:100%}.jm-micro-fill__org{background:var(--jm-org);flex:0 0 5px;height:100%}.jm-micro-fill__org--narrow{flex-basis:3px}.jm-micro-fill__rel{flex-direction:row;flex:auto;align-items:stretch;min-width:0;height:100%;display:flex;position:relative}.jm-micro-fill__arrow{color:#fff;pointer-events:none;text-shadow:0 0 2px #00000059;justify-content:center;align-items:center;width:13px;font-size:12px;line-height:1;display:flex;position:absolute;top:0;bottom:0}.jm-micro-fill__arrow--end{right:0}.jm-micro-fill__arrow--junction{right:4px}.jm-micro-fill__bounce-layers{flex-direction:row;align-items:stretch;width:100%;height:100%;display:flex}.jm-purchase-bars{flex-direction:column;gap:8px;width:100%;min-height:0;display:flex}.jm-purchase-group{flex-direction:column;gap:4px;min-width:0;display:flex}.jm-purchase-group__title{color:#333;word-break:break-word;margin:0;font-size:12px;font-weight:700}.jm-empty-chart{text-align:center;box-sizing:border-box;flex-direction:column;flex:none;justify-content:center;align-items:center;width:100%;min-height:102px;padding:6px;display:flex}.jm-empty-chart__pct{color:#000;font-size:clamp(14px,1.25vw,20px);font-weight:300}.jm-empty-chart__muted{color:#000;margin:4px 0 0;font-size:clamp(12px,.65vw,14px);font-weight:700}.jm-promotion-foot{color:#6b7d86;text-align:center;margin:8px 0 0;font-size:12px;font-style:italic;line-height:1.35}.jm-row--last{padding-bottom:24px}@media (width<=1279px){.jm-row__body{gap:var(--jm-grid-gap);flex-direction:column;padding-top:8px;display:flex}.jm-row__aside{width:100%;padding:0}.jm-row--goals .jm-row__aside--goals,.jm-row--actions .jm-row__aside--actions{padding-top:0;padding-bottom:0;padding-right:0}.jm-row__main,.jm-row--goals .jm-row__main--goals,.jm-row--actions .jm-row__main--actions{width:100%}.jm-actions-layout--desktop{display:none}.jm-actions-layout--mobile{display:block}.jm-actions-layout--mobile .jm-phase-bands--actions-scale>.jm-phase-band,.jm-actions-layout--mobile .jm-phase-bands--actions-scale .jm-act-mobile-phase,.jm-actions-layout--mobile .jm-phase-bands--actions-scale .jm-act-mobile-unit{width:100%}.jm-row--toggle-master .jm-row__body{flex-flow:wrap;align-items:center}.jm-header__grid{justify-content:space-between;align-items:baseline;display:flex}.jm-header__intro{flex-direction:column;gap:16px;display:flex}.jm-row--path .jm-path{-moz-column-gap:var(--jm-phase-flow-gap);column-gap:var(--jm-phase-flow-gap);grid-template-columns:minmax(0,3fr) minmax(0,3fr) minmax(0,4fr);width:100%;max-width:100%}.jm-row--path .jm-path__phase{height:auto;min-height:48px;padding:var(--jm-path-pill-pad-y) 10px;text-align:center;flex-direction:column;justify-content:center;align-items:center;gap:8px;font-size:13px;font-weight:600;line-height:1.35}.jm-row--path .jm-path__label{text-align:center;overflow-wrap:break-word;word-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;width:100%;max-width:100%;line-height:1.35}.jm-row--path .jm-path__chevron{flex-shrink:0;width:18px;margin-top:0}.jm-row--path .jm-path__chevron img{max-height:18px}.jm-phase-bands{gap:var(--jm-phase-flow-gap);flex-direction:column;display:flex}.jm-phase-band--divider:after{display:none}.jm-phase-band--divider{border-right:none;border-bottom:1px solid var(--jm-divider);padding-right:0;padding-bottom:var(--jm-phase-flow-gap);margin-bottom:0}.jm-phase-band:before{content:attr(data-phase);text-transform:capitalize;color:#5a6d76;letter-spacing:.03em;margin-bottom:8px;font-size:12px;font-weight:700;display:block}.jm-step-grid{grid-template-columns:repeat(auto-fill,minmax(120px,1fr))}.jm-act-flow-row{flex-wrap:wrap}.jm-sent-chart-wrap{-webkit-overflow-scrolling:touch;overflow-x:auto}.jm-sent-chart-host{min-width:480px}.jm-pain-dots{gap:4px}.jm-kpi__chart{min-height:102px}.jm-bar-cluster,.jm-purchase-bars{min-height:0}.jm-micro-bar__pct{min-width:2.15rem;font-size:12px}.jm-sub-cap{margin-bottom:6px}.jm-empty-chart{min-height:96px}}@media (width<=600px){.jm-main{padding:12px 12px 48px}.jm-dashboard{padding:12px 14px 32px}.jm-header__title{font-size:16px}.jm-header__brand-img{width:65px}.jm-row__label{font-size:16px}.jm-row--goals .jm-row__label--goals,.jm-row--actions .jm-row__label--actions{font-size:16px;font-weight:600;line-height:16.8px}.jm-step-grid{grid-template-columns:1fr 1fr}[data-step-count="3"] .jm-step-grid{grid-template-columns:1fr 1fr 1fr}.jm-row--path .jm-path__phase{padding:var(--jm-path-pill-pad-y) 8px;font-size:13px}.jm-sent-chart-host{min-width:260px}.jm-act-mobile-unit__header{flex-direction:column;align-items:stretch;gap:6px}.jm-act-mobile-unit__arrow{align-self:flex-end}}
