:root {
  --bg: #f6f1e7;
  --fg: #1c1a17;
  --muted: #6b6359;
  --rule: #d8cfbe;
  --link: #6b3fa0;
}
html, body { margin: 0; padding: 0; }
body {
  background: var(--bg);
  color: var(--fg);
  font: 17px/1.6 ui-serif, "Iowan Old Style", Georgia, "Times New Roman", serif;
  max-width: 640px;
  margin: 0 auto;
  padding: 4rem 1.5rem 6rem;
}
.back { color: var(--muted); margin: 0 0 2.5rem; font-size: 14px; }
.back a { color: var(--muted); text-decoration: none; }
.back a:hover { color: var(--link); text-decoration: underline; }
h1 {
  font: normal 14px/1.5 "SF Mono", Menlo, Consolas, monospace;
  margin: 0 0 0.4rem;
  letter-spacing: 0.02em;
}
.status {
  font: 12px/1 "SF Mono", Menlo, Consolas, monospace;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  margin: 0 0 2.5rem;
  color: var(--muted);
}
.status.live { color: #4a7a3e; }
.status.planned { color: #a07030; }
.status.external { color: #6b6359; }
p { margin: 0 0 1rem; }
a { color: var(--link); text-decoration: underline; text-underline-offset: 2px; }
a:hover { text-decoration: none; }
