@media(max-width:760px){
  html,body,#root,.appShell{width:100%;max-width:100vw;overflow-x:clip}
  .workspace{box-sizing:border-box;width:100%;max-width:100vw;min-width:0;margin-left:0}
  .contentGrid.reportsLayout,.managementHome,.managementHome>*{box-sizing:border-box;width:100%;max-width:100%;min-width:0}
  .managementHome :is(section,article,header,footer,div,nav){min-width:0}
  .managementHero{grid-template-columns:minmax(0,1fr);gap:16px}
  .managementHero>div:first-child{max-width:100%;overflow-wrap:anywhere}
  .managementHeroActions{box-sizing:border-box;width:100%;max-width:100%;grid-template-columns:repeat(2,minmax(0,1fr))}
  .managementHeroActions button{box-sizing:border-box;min-width:0;max-width:100%;padding-inline:9px;white-space:normal}
  .managementKpis,.managementDailyStrip,.managementGrid,.managementFlowStats,.ownerCustomerRows{width:100%;max-width:100%;min-width:0}
  .managementLinePerformance{box-sizing:border-box;width:100%;max-width:100%;min-width:0}
  .managementLinePerformance>header,.managementLineHeaderActions{box-sizing:border-box;width:100%;max-width:100%;min-width:0}
  .managementLineHeaderActions{flex-wrap:wrap}
  .managementLinePerformance .linePerformanceChart{box-sizing:border-box;width:100%;max-width:100%;min-width:0;overflow-x:auto;overflow-y:hidden;overscroll-behavior-x:contain}
  .managementLinePerformance .lineHtmlChart,.managementLinePerformance .lineChartLegend{width:720px;min-width:720px;max-width:none}
  .managementCapacityBars,.managementIntakeList,.managementOpsList,.managementAttentionList{max-width:100%;min-width:0;overflow:hidden}
  .managementCapacityBars article,.managementOpsList>button,.managementAttentionList>article{box-sizing:border-box;max-width:100%;min-width:0}
  .coordinatorPulseOverview,.pulseOverviewTotals,.pulseCoordinatorGrid{box-sizing:border-box;width:100%;max-width:100%;min-width:0}
}
@media(max-width:420px){
  .managementHeroActions{grid-template-columns:1fr}
  .managementLineHeaderActions{align-items:flex-start}
  .managementLinePerformance>header .directorAttendanceAnchor{max-width:100%}
}
