.hero__content h1 {
  margin: 0;
  font-size: clamp(2.6rem, 6vw, 3.6rem);
  line-height: 1.05;
}

.hero__content p {
  margin: 0;
  color: var(--muted);
  font-size: 1.05rem;
}

.feed__item a {
  color: var(--text);
  font-weight: 600;
}

.feed__source {
  padding: 0.2rem 0.65rem;
  border-radius: var(--radius-pill);
  background: rgba(56, 189, 248, 0.12);
  color: var(--accent);
  font-weight: 600;
}

.git-card__command {
  font-family: "SFMono-Regular", "Consolas", "Liberation Mono", monospace;
  font-size: 0.95rem;
  background: rgba(15, 23, 42, 0.65);
  padding: 0.55rem 0.75rem;
  border-radius: 10px;
  border: 1px solid rgba(148, 163, 184, 0.14);
  color: var(--accent);
  word-break: break-all;
}

.git-card__category {
  font-size: 0.8rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: var(--muted);
}

.quick-tools a span {
  color: var(--muted);
  font-size: 0.85rem;
}

.empty-state {
  border-radius: var(--radius);
  padding: 1.4rem 1.6rem;
  background: var(--surface-soft);
  border: 1px dashed rgba(148, 163, 184, 0.2);
  color: var(--muted);
  text-align: center;
}
