.home-page {
  min-width: 0;
}

.home-lead {
  margin-top: var(--gap);
  padding-bottom: 14px;
}

.home-lead-head {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px 24px;
  margin-bottom: 12px;
}

.home-lead-heading {
  min-width: 0;
}

.home-lead-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: 2px 10px;
  min-height: 36px;
  margin-top: 4px;
  color: var(--muted);
  font-size: 13px;
}

.home-lead-value {
  color: var(--text);
  font-size: 28px;
  font-weight: 600;
  line-height: 36px;
  letter-spacing: -0.025em;
  font-variant-numeric: tabular-nums;
}

.home-lead-summary .delta {
  font-size: 13.5px;
}

.home-lead-when {
  font-variant-numeric: tabular-nums;
}

.home-lead-plot {
  min-height: 200px;
}

.home-lead-foot {
  margin-top: 8px;
  color: var(--muted);
  font-size: 12px;
}

.home-dev-name {
  display: flex;
  align-items: center;
  gap: 5px;
  min-width: 0;
}

.home-dev-text {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

@media (max-width: 719.98px) {
  .home-lead-head {
    gap: 10px;
  }

  .home-lead-summary {
    min-height: 30px;
  }

  .home-lead-summary.is-empty {
    display: none;
  }

  .home-lead-value {
    font-size: 23px;
    line-height: 30px;
  }
}
