/* Chapter interiors share home.css. This file keeps a few article-only rules
   so existing chapter.html redirects still have a stylesheet if cached. */

.legend {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin: 0 0 1.25rem;
}

.snapshot-card {
  background: var(--surface);
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  padding: 1.15rem 1.2rem;
}

.snapshot-card h3 {
  margin: 0 0 0.5rem;
  font-family: var(--font-serif);
  font-size: 1.15rem;
  font-weight: 500;
  letter-spacing: -0.02em;
  text-transform: none;
  color: var(--ink);
}

.snapshot-card p {
  margin: 0;
  color: var(--muted);
  font-size: 0.95rem;
}

code {
  font-size: 0.88em;
  background: var(--surface-2);
  padding: 0.08em 0.32em;
  border-radius: 3px;
}
