:root { color-scheme: dark; }
* { box-sizing: border-box; }
body {
  margin: 0;
  font: 18px/1.5 ui-sans-serif, system-ui, sans-serif;
  background: #0c0b09;
  color: #e8dcc4;
}
.wrap {
  max-width: 36rem;
  margin: 0 auto;
  padding: 2.5rem 1.25rem 3.5rem;
}
.mark {
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-size: 0.72rem;
  color: #c4a35a;
}
header.site {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.45rem 1.25rem;
  margin-bottom: 2.25rem;
}
header.site .mark {
  text-decoration: none;
}
header.site nav {
  color: #8a8070;
  font-size: 0.9rem;
}
header.site nav a { text-decoration: none; }
header.site nav a:hover,
header.site nav a[aria-current="page"] {
  text-decoration: underline;
  text-underline-offset: 0.18em;
}
main { padding: 0; }
h1 { font-size: 2rem; font-weight: 600; line-height: 1.2; color: #f3ead8; }
h2 { font-size: 1.15rem; margin-top: 2rem; color: #f3ead8; }
a { color: #e0b45c; }
.lede { margin: 0.85rem 0 0; }
.status { color: #c4a35a; font-size: 0.95rem; margin: 0.65rem 0 1.25rem; }
.apps {
  list-style: none;
  padding: 0;
  margin: 2rem 0 0;
}
.apps li { border-top: 1px solid #2a261f; }
.apps li:last-child { border-bottom: 1px solid #2a261f; }
.apps a {
  display: block;
  padding: 0.85rem 0;
  color: inherit;
  text-decoration: none;
}
.apps a:hover strong { color: #e0b45c; }
.apps strong { color: #f3ead8; font-weight: 600; }
.apps span {
  display: block;
  color: #b7ad9a;
  font-size: 0.95rem;
}
.page-links { margin-top: 2rem; }
.more {
  margin-top: 2.5rem;
  color: #8a8070;
  font-size: 0.95rem;
}
.more a { text-decoration: none; }
.more a:hover { text-decoration: underline; text-underline-offset: 0.18em; }
.nav { margin-top: 2.5rem; color: #8a8070; }
.updated { color: #8a8070; font-size: 0.9rem; }
footer.site {
  margin-top: 2.75rem;
  padding-top: 1.15rem;
  border-top: 1px solid #2a261f;
  color: #8a8070;
  font-size: 0.9rem;
}
footer.site p { margin: 0.35rem 0; }
