
.abm2-client-performance {
  display: grid;
  gap: 18px;
}
.abm2-client-performance__summary {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin: 18px 0;
}
.abm2-client-stat {
  min-height: 116px;
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.07);
  padding: 16px;
}
.abm2-client-stat strong {
  display: block;
  color: #ffffff;
  font-size: 34px;
  line-height: 1;
  font-weight: 950;
}
.abm2-client-stat span {
  display: block;
  margin-top: 8px;
  color: #bcd2e8;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 850;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.abm2-client-list {
  display: grid;
  gap: 12px;
}
.abm2-client-row {
  display: grid;
  grid-template-columns: minmax(0, 1.35fr) minmax(180px, 0.65fr);
  gap: 16px;
  align-items: center;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background: rgba(10, 25, 46, 0.62);
  padding: 16px;
}
.abm2-client-row h4 {
  margin: 0;
  color: #ffffff;
  font-size: 17px;
  line-height: 1.25;
  font-weight: 950;
}
.abm2-client-row p {
  margin: 7px 0 0;
  color: #bfd0e2;
  font-size: 13px;
  line-height: 1.45;
  font-weight: 650;
}
.abm2-client-bars {
  display: grid;
  gap: 9px;
}
.abm2-client-bar {
  display: grid;
  grid-template-columns: 58px minmax(0, 1fr) 46px;
  gap: 8px;
  align-items: center;
  color: #d8ecff;
  font-size: 12px;
  font-weight: 850;
}
.abm2-client-bar em {
  display: block;
  height: 9px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.12);
  overflow: hidden;
}
.abm2-client-bar em::before {
  content: "";
  display: block;
  width: var(--bar);
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #1b8cff, #5fd3ff);
}
.abm2-client-dashboard {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 14px;
}
.abm2-mini-chart {
  min-height: 150px;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 8px;
  background:
    linear-gradient(rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.07) 1px, transparent 1px),
    rgba(255, 255, 255, 0.045);
  background-size: 100% 36px, 54px 100%, auto;
  padding: 14px;
  position: relative;
  overflow: hidden;
}
.abm2-mini-chart strong {
  display: block;
  color: #ffffff;
  font-size: 15px;
  line-height: 1.2;
  font-weight: 950;
}
.abm2-mini-chart span {
  display: block;
  margin-top: 5px;
  color: #a8bfd8;
  font-size: 12px;
  line-height: 1.35;
  font-weight: 700;
}
.abm2-mini-chart svg {
  position: absolute;
  inset: 44px 12px 12px;
  width: calc(100% - 24px);
  height: calc(100% - 56px);
}
.abm2-mini-chart path {
  fill: none;
  stroke: #57caff;
  stroke-width: 4;
  stroke-linecap: round;
  stroke-linejoin: round;
  filter: drop-shadow(0 8px 16px rgba(87, 202, 255, 0.32));
}
.abm2-report-stack--performance .abm2-report-card {
  min-height: 146px;
}
.abm2-report-card__metric {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin-top: 9px;
  color: #57caff;
  font-size: 13px;
  line-height: 1.2;
  font-weight: 950;
}
@media (max-width: 760px) {
  .abm2-client-performance__summary,
  .abm2-client-row,
  .abm2-client-dashboard {
    grid-template-columns: 1fr;
  }
}
