
/* O track e pintado inline (rangeStyle) com o fill azul. Aqui so garantimos a
   altura/raio consistentes e removemos o track nativo do Firefox. */
.call-player-range[data-v-7a05631d] {
  height: 4px;
  transition: background 75ms linear;
}
.call-player-range[data-v-7a05631d]::-moz-range-track {
  background: transparent;
  height: 4px;
  border-radius: 9999px;
}

/* Thumb minimalista: bolinha branca com anel azul, cresce sutil no hover/active. */
.call-player-range[data-v-7a05631d]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 13px;
  height: 13px;
  border-radius: 9999px;
  background: #ffffff;
  border: 2px solid #2563eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.15);
  cursor: pointer;
  -webkit-transition: transform 120ms ease, box-shadow 120ms ease;
  transition: transform 120ms ease, box-shadow 120ms ease;
}
.call-player-range[data-v-7a05631d]::-webkit-slider-thumb:hover {
  transform: scale(1.12);
}
.call-player-range[data-v-7a05631d]:active::-webkit-slider-thumb {
  box-shadow: 0 0 0 4px rgba(37, 99, 235, 0.15);
}
.call-player-range[data-v-7a05631d]::-moz-range-thumb {
  width: 13px;
  height: 13px;
  border-radius: 9999px;
  background: #ffffff;
  border: 2px solid #2563eb;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.15);
  cursor: pointer;
}

/* ============================= */
/* HERO (contato + badges)       */
/* ============================= */
.call-detail-hero[data-v-11934204] {
  display: flex;
  align-items: center;
  gap: 14px;
  padding-bottom: 20px;
  margin-bottom: 24px;
  border-bottom: 1px solid #e2e8f0;
}
.call-detail-hero-avatar[data-v-11934204] {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  font-weight: 600;
  flex-shrink: 0;
}
.call-detail-hero-avatar.is-inbound[data-v-11934204] {
  background: #e0f2fe;
  color: #0369a1;
}
.call-detail-hero-avatar.is-outbound[data-v-11934204] {
  background: #ede9fe;
  color: #6d28d9;
}
.call-detail-hero-info[data-v-11934204] {
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.call-detail-hero-name[data-v-11934204] {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #0f172a;
  letter-spacing: -0.01em;
  line-height: 1.2;
}
.call-detail-hero-badges[data-v-11934204] {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

/* ============================= */
/* SECOES                        */
/* ============================= */
.call-detail-section[data-v-11934204] {
  margin-bottom: 28px;
}
.call-detail-section[data-v-11934204]:last-of-type {
  margin-bottom: 0;
}
.call-detail-section-title[data-v-11934204] {
  font-size: 14px;
  font-weight: 600;
  color: #1e293b;
  margin: 0 0 14px 0;
  padding-bottom: 8px;
  border-bottom: 1px solid #e2e8f0;
}

/* ============================= */
/* LINHAS (label em cima, valor) */
/* ============================= */
.call-detail-fields[data-v-11934204] {
  display: flex;
  flex-direction: column;
  gap: 16px;
}
.call-detail-row[data-v-11934204] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  align-items: flex-start;
}
.call-detail-label[data-v-11934204] {
  font-size: 12px;
  font-weight: 500;
  color: #64748b;
  line-height: 1.4;
}
.call-detail-value[data-v-11934204] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  color: #1e293b;
  line-height: 1.5;
}
.call-detail-value.is-mono[data-v-11934204] {
  font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
  font-variant-numeric: tabular-nums;
}
.call-detail-icon[data-v-11934204] {
  color: #64748b;
  flex-shrink: 0;
}
.call-detail-avatar[data-v-11934204] {
  width: 28px;
  height: 28px;
  border-radius: 50%;
  background: #3b82f6;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

/* ============================= */
/* GRAVACAO                      */
/* ============================= */
.call-detail-recording[data-v-11934204] {
  border: 1px solid #e2e8f0;
  border-radius: 12px;
  padding: 12px 14px;
  background: #f8fafc;
}
.call-detail-empty-recording[data-v-11934204] {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: #94a3b8;
}
