
.call-history-tab[data-v-5ef6e917] {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

/* KPIs (mesmo visual do ReportsCalls, adaptado pra largura do painel) */
.call-history-tab__kpis[data-v-5ef6e917] {
  display: grid;
  gap: 1px;
  overflow: hidden;
  border-radius: 12px;
  border: 1px solid #e2e8f0;
  background: #e2e8f0;
}
.call-history-tab__kpis--4[data-v-5ef6e917] {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}
.call-history-tab__kpis--3[data-v-5ef6e917] {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}
@media (min-width: 640px) {
.call-history-tab__kpis--4[data-v-5ef6e917] {
    grid-template-columns: repeat(4, minmax(0, 1fr));
}
}
.call-history-tab__kpi[data-v-5ef6e917] {
  display: flex;
  flex-direction: column;
  gap: 4px;
  background: #fff;
  padding: 10px 12px;
}
.call-history-tab__kpi-label[data-v-5ef6e917] {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 10px;
  font-weight: 500;
  text-transform: uppercase;
  letter-spacing: 0.03em;
  color: #94a3b8;
}
.call-history-tab__kpi-value[data-v-5ef6e917] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-size: 20px;
  font-weight: 600;
  font-variant-numeric: tabular-nums;
  color: #0f172a;
}

/* Erro */
.call-history-tab__error[data-v-5ef6e917] {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: #fee2e2;
  border: 1px solid #fca5a5;
  border-radius: 8px;
  font-size: 12px;
  color: #b91c1c;
}
.call-history-tab__error-close[data-v-5ef6e917] {
  margin-left: auto;
  background: none;
  border: none;
  color: #b91c1c;
  font-size: 16px;
  cursor: pointer;
  line-height: 1;
}
