/* resources/scss/_fonts.scss */
.reports-showcase {
  margin-top: 80px;
}
.reports-showcase .kpi .kpi-label {
  font-size: 0.8rem;
  color: #6c757d;
  text-transform: uppercase;
  letter-spacing: 0.02em;
}
.reports-showcase .kpi .kpi-value {
  font-size: 1.6rem;
  font-weight: 800;
  line-height: 1.1;
}
.reports-showcase .kpi .kpi-delta {
  font-size: 0.85rem;
  color: #198754;
}
.reports-showcase .chart-placeholder {
  width: 100%;
  height: 180px;
  border-radius: 14px;
  background: repeating-linear-gradient(-45deg, rgba(0, 0, 0, 0.05) 0 8px, rgba(0, 0, 0, 0.08) 8px 16px);
  display: block;
  position: relative;
  overflow: hidden;
}
.reports-showcase .chart-placeholder.tall {
  height: 260px;
}
.reports-showcase .card {
  border: 0;
}
.reports-showcase .nav-pills .nav-link {
  border-radius: 999px;
  padding: 0.45rem 0.9rem;
}
@media (max-width: 576px) {
  .reports-showcase .kpi .kpi-value {
    font-size: 1.3rem;
  }
  .reports-showcase .chart-placeholder {
    height: 140px;
  }
}