:root {
  --bg: #1c1712;
  --panel: #2a231c;
  --text: #f3ead8;
  --muted: #b3a48c;
  --line: #4a3f32;
  --mark: #e0b15a;
  --oyotta-mark: #8FD9B0;
  --brand-neutral: #f3ead8;
}
* { box-sizing: border-box; }
body {
  margin: 0;
  background: var(--bg);
  color: var(--text);
  font-family: "Avenir Next", "Segoe UI", sans-serif;
  line-height: 1.6;
}
a { color: var(--mark); }
header.site, footer.site { padding: 1.2rem 1.5rem; border-color: var(--line); }
header.site { border-bottom: 1px solid var(--line); }
footer.site { border-top: 1px solid var(--line); margin-top: 3rem; color: var(--muted); font-size: 0.88rem; }
.brand { letter-spacing: 0.22em; text-transform: uppercase; font-size: 0.78rem; margin: 0; color: var(--brand-neutral); }
.brand .oyotta-mark,
.publisher-mark .oyotta-mark,
footer.site .oyotta-mark {
  color: var(--oyotta-mark);
  font-weight: 650;
}
.brand .brand-rest,
.publisher-mark .brand-rest,
footer.site .brand-rest {
  color: var(--brand-neutral);
  font-weight: 500;
}
.publisher-mark {
  letter-spacing: 0.14em;
  text-transform: uppercase;
  font-size: 0.82rem;
  margin: 1.5rem 0 0;
  color: var(--brand-neutral);
}
.disclaimer {
  background: #3a2c18;
  color: #f0d9a0;
  padding: 0.75rem 1.5rem;
  font-size: 0.92rem;
}
nav.site { display: flex; flex-wrap: wrap; gap: 0.8rem 1.1rem; margin-top: 0.8rem; }
nav.site a { color: var(--text); text-decoration: none; font-size: 0.8rem; letter-spacing: 0.06em; text-transform: uppercase; }
main { max-width: 880px; margin: 0 auto; padding: 1.5rem; }
.entity { background: var(--panel); border: 1px solid var(--line); padding: 1.2rem; margin: 1rem 0; }
cite, .cite { color: var(--muted); font-size: 0.86rem; }
table { width: 100%; border-collapse: collapse; }
th, td { border-bottom: 1px solid var(--line); text-align: left; padding: 0.4rem; }
code { color: #f2d8a0; }
