body {
  max-width: 80ch;
  margin: 0 auto;
  padding: 2rem 1rem;
  font-family: system-ui, -apple-system, "Segoe UI", sans-serif;
  font-size: 1.125rem;
  line-height: 1.6;
  color: #e6e6e6;
  background: #0d0d10;
}

h1, h2, h3 {
  line-height: 1.25;
  margin-top: 2em;
  margin-bottom: 0.5em;
  color: #fff;
}

p, ul, ol {
  margin-bottom: 1.25em;
}

a {
  color: #6db3ff;
  text-decoration-thickness: 1px;
  text-underline-offset: 2px;
}

/* Photos: let them break out wider than the text column */
figure {
  max-width: 92vw;
  width: 100%;
  margin: 2.5em auto;
  margin-left: 50%;
  transform: translateX(-50%);
  text-align: center;
}

figure video,
figure img {
  max-width: 100%;
  height: auto;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
}

figcaption {
  font-size: 0.875rem;
  color: #999;
  margin-top: 0.75em;
  line-height: 1.4;
}

/* Tool output blocks */
pre {
  font-family: ui-monospace, "SF Mono", Consolas, "Cascadia Code", monospace;
  font-size: 0.85rem;
  line-height: 1.5;
  background: #1a1a1f;
  border: 1px solid #2c2c33;
  border-radius: 6px;
  padding: 1em 1.25em;
  overflow-x: auto;
  color: #c9c9d1;
  margin: 1.5em 0;
}

pre code {
  background: none;
  padding: 0;
  font-size: inherit;
}

/* inline code, distinct from block code */
code {
  font-family: ui-monospace, "SF Mono", Consolas, "Cascadia Code", monospace;
  font-size: 0.9em;
  background: #1a1a1f;
  padding: 0.15em 0.4em;
  border-radius: 3px;
}
