/* Денежный поток — альтернативные диаграммы разбивки */
.v2-cashflow-breakdown-host{
  min-height:4.5rem;
  width:100%;
  max-width:100%;
  box-sizing:border-box;
}
.v2-cf-slice-chart-host,
.v2-cf-chart-panel--dynamics{
  width:100%;
  max-width:100%;
  min-height:280px;
  box-sizing:border-box;
}
.v2-cf-slice-chart-svg{
  display:block;
  width:100%;
  max-width:100%;
  height:auto;
  min-height:260px;
}
.v2-cf-hub-bars--detailed .v2-cf-hub-row{
  grid-template-columns:minmax(88px,0.26fr) minmax(0,1fr) auto;
  grid-template-rows:auto auto;
  gap:4px 10px;
  padding-bottom:6px;
}
.v2-cf-hub-bars--detailed .v2-cf-hub-meta{
  grid-column:1 / -1;
  margin:0;
  padding:0;
  font-size:0.72rem;
  line-height:1.25;
  color:var(--text-muted,#888);
  opacity:0.92;
}
.v2-cf-chart-panel{
  display:flex;
  flex-direction:column;
  gap:10px;
  min-width:0;
}
.v2-cf-chart-panel--split{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(140px,0.42fr);
  gap:12px 16px;
  align-items:center;
}
@media(max-width:640px){
  .v2-cf-chart-panel--split{
    grid-template-columns:1fr;
  }
}
.v2-cf-chart-svg-wrap{
  min-width:0;
  width:100%;
}
.v2-cf-chart-svg{
  display:block;
  width:100%;
  height:auto;
  max-height:360px;
}
.v2-cf-chart-legend{
  display:flex;
  flex-direction:column;
  gap:6px;
  margin:0;
  padding:0;
  list-style:none;
  min-width:0;
  max-height:320px;
  overflow:auto;
}
.v2-cf-chart-legend-item{
  display:grid;
  grid-template-columns:10px minmax(0,1fr) auto;
  align-items:center;
  gap:6px 8px;
  font-size:0.78rem;
  line-height:1.25;
}
.v2-cf-chart-legend-swatch{
  width:10px;
  height:10px;
  border-radius:50%;
  flex-shrink:0;
}
.v2-cf-chart-legend-lbl{
  font-weight:600;
  color:var(--text,inherit);
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
}
.v2-cf-chart-legend-val{
  font-weight:700;
  font-variant-numeric:tabular-nums;
  white-space:nowrap;
}
.v2-cf-chart-legend-val.v2-cf-val--pos{ color:#76b67e; }
.v2-cf-chart-legend-val.v2-cf-val--neg{ color:#ef5350; }
.v2-cf-chart-legend-val.v2-cf-val--zero{ color:var(--text-muted,#888); }

.page-summary--dashboard .v2-wf-filter-card--cf-chart .v2-cf-chart-tabs{
  display:inline-flex;
  flex-wrap:nowrap;
  align-items:center;
  gap:3px;
}
.page-summary--dashboard .v2-wf-filter-card--cf-chart .v2-display-btn{
  padding:4px 8px;
  min-width:32px;
}
.page-summary--dashboard .v2-wf-filter-card--cf-chart .v2-display-btn svg{
  display:block;
}
