.metrics-history {
  max-width: 1200px;
  margin: 0 auto 4rem;
  padding: 2.5rem 1.5rem;
}
body .metrics-history {
  background-color: #f5f7fa;
}
.metrics-history .mh-title {
  font-family: "Inter", Arial, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.25rem;
}
.metrics-history .mh-subtitle {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1rem;
  color: #6b7280;
  margin-bottom: 2rem;
}
.metrics-history {
  /* ===== TARJETAS DE RESUMEN SUPERIORES ===== */
}
.metrics-history .mh-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1.5rem;
  margin-bottom: 2.5rem;
}
.metrics-history .mh-card {
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 1.75rem 2rem;
  box-shadow: 0 20px 40px rgba(15, 23, 42, 0.06);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 130px;
}
.metrics-history .mh-card-title {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 0.75rem;
}
.metrics-history .mh-card-value {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  color: #1f2937;
}
.metrics-history .mh-card-icon {
  margin-top: 0.75rem;
  text-align: right;
  font-size: 1.3rem;
  opacity: 0.3;
}
.metrics-history {
  /* ===== CONTENEDOR LISTA DE REGISTROS ===== */
}
.metrics-history .mh-list-card {
  margin-top: 0.5rem;
  background-color: #ffffff;
  border-radius: 1.5rem;
  padding: 2rem 2.25rem;
  box-shadow: 0 22px 50px rgba(15, 23, 42, 0.06);
}
.metrics-history .mh-list-title {
  font-family: "Inter", Arial, sans-serif;
  font-size: 1.1rem;
  font-weight: 700;
  color: #1f2937;
  margin-bottom: 0.25rem;
}
.metrics-history .mh-list-subtitle {
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.95rem;
  color: #6b7280;
  margin-bottom: 1.75rem;
}
.metrics-history {
  /* ===== FILAS DE REGISTROS ===== */
}
.metrics-history .mh-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
.metrics-history .mh-row {
  display: grid;
  grid-template-columns: 210px 1.2fr 120px 120px 120px 40px;
  column-gap: 1.5rem;
  align-items: center;
  padding: 1.25rem 1.75rem;
  border-radius: 1.25rem;
  background-color: #ffffff;
  box-shadow: 0 14px 32px rgba(15, 23, 42, 0.05);
  text-decoration: none;
}
.metrics-history {
  /* Fecha + icono */
}
.metrics-history .mh-icon-date {
  display: flex;
  align-items: center;
  gap: 0.7rem;
}
.metrics-history .mh-calendar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  border-radius: 1rem;
  background-color: rgba(60, 137, 246, 0.08);
  font-size: 1.3rem;
}
.metrics-history .mh-date {
  display: flex;
  flex-direction: column;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.9rem;
  font-weight: 600;
  color: #1f2937;
}
.metrics-history .mh-time {
  font-size: 0.8rem;
  color: #6b7280;
}
.metrics-history {
  /* Bloques de texto (Ruta, Backend, Frontend) */
}
.metrics-history .mh-path,
.metrics-history .mh-back,
.metrics-history .mh-front {
  font-family: "Inter", Arial, sans-serif;
}
.metrics-history .mh-path strong,
.metrics-history .mh-back strong,
.metrics-history .mh-front strong {
  display: block;
  font-size: 0.8rem;
  font-weight: 600;
  color: #6b7280;
  margin-bottom: 0.25rem;
}
.metrics-history .mh-path div,
.metrics-history .mh-back div,
.metrics-history .mh-front div {
  font-size: 0.95rem;
  color: #1f2937;
}
.metrics-history .mh-path div {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  max-width: 220px;
}
.metrics-history {
  /* Estado */
}
.metrics-history .mh-status {
  display: flex;
  justify-content: center;
}
.metrics-history .mh-status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.9rem;
  border-radius: 999px;
  background-color: #020014;
  color: #ffffff;
  font-family: "Inter", Arial, sans-serif;
  font-size: 0.75rem;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}
.metrics-history {
  /* Tendencia */
}
.metrics-history .mh-trend {
  text-align: right;
  font-size: 1.2rem;
}
.metrics-history {
  /* ===== RESPONSIVE ===== */
}
@media (max-width: 1024px) {
  .metrics-history .mh-cards {
    grid-template-columns: 1fr;
  }
  .metrics-history .mh-row {
    grid-template-columns: 1fr;
    row-gap: 0.75rem;
  }
  .metrics-history .mh-path div {
    max-width: 100%;
  }
  .metrics-history .mh-status {
    justify-content: flex-start;
  }
  .metrics-history .mh-trend {
    text-align: left;
  }
}

/*# sourceMappingURL=history.css.map */
