/* Shared subpage layout — used by all pages except index.html */
body {
  line-height: 1.7;
  padding: 80px 2rem 2rem;
  max-width: 700px;
  margin: 0 auto;
}
h1 {
  font-size: 2rem;
  font-weight: 900;
  color: var(--accent);
  margin-bottom: 0.5rem;
}
h2 {
  font-size: 1.3rem;
  font-weight: 700;
  color: var(--accent);
  margin: 2rem 0 0.5rem;
}
p, li {
  color: #ccc;
  font-size: 0.95rem;
  margin-bottom: 0.8rem;
}
ul, ol { padding-left: 1.5rem; }
.subtitle {
  font-size: 0.95rem;
  color: var(--muted);
  margin-bottom: 2rem;
}
.updated {
  font-size: 0.85rem;
  color: var(--muted);
  margin-bottom: 2rem;
}
.back {
  display: inline-block;
  margin-bottom: 1.5rem;
  font-size: 0.9rem;
}
