/* The Rollout — blog-only styles, layered over guides/guide.css. */

.post-list {
  list-style: none;
  padding-left: 0;
  max-width: 860px;
}

.post-list li {
  padding: 18px 0;
  border-bottom: 1px solid #d0d7de;
}

.post-list h2 {
  margin: 0 0 4px;
  font-size: 22px;
}

.post-list h2 a {
  text-decoration: none;
}

.post-meta {
  color: #57606a;
  font-size: 14px;
  margin: 0 0 8px;
}

.post-excerpt {
  margin: 6px 0 0;
  color: #3d444d;
}

article.post {
  max-width: 860px;
}

article.post img {
  max-width: 100%;
  height: auto;
  border: 1px solid #d0d7de;
  border-radius: 8px;
}

.post-back {
  margin-top: 40px;
}

.post-figure {
  margin: 28px 0;
}

.post-figure svg,
.post-figure img {
  display: block;
  width: 100%;
  height: auto;
  max-width: 720px;
  margin: 0 auto;
}

.post-figure figcaption {
  color: #57606a;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 10px;
  max-width: 720px;
}

/* Dark mode — scoped to blog pages (guide.css is light-only; this overrides it
   here because blog.css loads after it). Matches the landing page's dark feel. */
@media (prefers-color-scheme: dark) {
  body { background: #000000; color: #f5f5f7; }
  header { background: #000000; color: #f5f5f7; }
  a { color: #409cff; }
  .eyebrow { color: #aeaeb2; }
  .lede { color: #aeaeb2; }
  .site-footer { color: #8e8e93; }
  pre,
  .note,
  .boundary,
  .meta-card,
  .sources li { background: #1c1c1e; border-color: #2c2c2e; }
  code { color: #f5f5f7; }

  .post-list li { border-bottom-color: #2c2c2e; }
  .post-meta { color: #8e8e93; }
  .post-excerpt { color: #aeaeb2; }
  article.post img,
  .post-figure img { border-color: #2c2c2e; }
  .post-figure figcaption { color: #aeaeb2; }
}
