:root {
  color-scheme: light;
  --ink: #17201b;
  --paper: #fff;
  --muted: #526057;
  --rule: #cbd2cd;
  --moss: #3a5d44;
  --body: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
  --mono: "SFMono-Regular", Consolas, "Liberation Mono", monospace;
  --display: Georgia, "Times New Roman", serif;
}
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font: 15px/1.65 var(--body); }
a { color: inherit; text-underline-offset: 4px; text-decoration-thickness: 1px; }
a:hover { color: var(--moss); }
button, select, input { font: inherit; }
button, select { background: #fff; color: var(--ink); border: 1px solid #8a968e; border-radius: 3px; padding: 8px 12px; }
button, summary { cursor: pointer; }
button:hover { background: #f1f5f2; }
a:focus-visible, button:focus-visible, summary:focus-visible { outline: 2px solid var(--moss); outline-offset: 4px; }
main { max-width: 1200px; margin: 0 auto; padding: 0 32px; }
h1, h2, h3 { font-family: var(--display); font-weight: 400; line-height: 1.25; letter-spacing: -.02em; }
h1 { font-size: 36px; margin: 0 0 16px; }
h2 { font-size: 28px; margin: 0 0 20px; }
h3 { font-size: 24px; margin: 0; }
p { margin: 14px 0; }
.page-heading { padding: 40px 0 28px; }
.page-heading p { max-width: 760px; color: var(--muted); }
.page-meta { display: flex; gap: 20px; flex-wrap: wrap; color: var(--muted); font-size: 14px; }
.section { padding: 32px 0; border-top: 1px solid var(--rule); }
.section-note, .small { font-size: 14px; color: var(--muted); }
.section-note { margin: 0; }
.table-wrap { overflow: auto; margin-top: 20px; border-top: 1px solid var(--rule); }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
th, td { text-align: left; padding: 13px 12px; border-bottom: 1px solid var(--rule); vertical-align: top; }
th { font-weight: 600; color: #39483e; background: #f5f7f5; white-space: nowrap; }
tbody tr:hover { background: #f7f9f7; }
.numeric { font-variant-numeric: tabular-nums; white-space: nowrap; }
.performance-figure { display: block; width: 100%; height: auto; margin: 16px 0 0; background: #fff; }
.chart-panel { border: 1px solid #a5b1a8; padding: 24px; margin: 24px 0; }
.chart-panel header, .session header { display: flex; justify-content: space-between; align-items: baseline; gap: 16px; border-bottom: 1px solid var(--rule); padding-bottom: 16px; }
.chart-panel header a { font-size: 14px; }
.chart-panel .performance-figure { margin-top: 16px; }
.chart-grid { display: grid; grid-template-columns: 1fr 1fr; gap: 24px; }
.chart-grid .chart-panel { margin: 0; min-width: 0; }
.score { font: 25px var(--body); font-variant-numeric: tabular-nums; white-space: nowrap; }
.score small { font-size: 15px; color: var(--muted); }
.chart-caption { font-size: 13px; color: var(--muted); margin: 16px 0 0; padding-top: 12px; border-top: 1px solid var(--rule); }
.page-links, .replay-links { display: flex; gap: 18px; flex-wrap: wrap; font-size: 14px; }
.replay-links { margin: 16px 0; }
details { margin-top: 22px; }
summary { font-size: 14px; }
.evidence-card { padding: 24px 0; border-top: 1px solid var(--rule); }
.game-links { display: grid; grid-template-columns: repeat(auto-fit, minmax(185px, 1fr)); gap: 8px; }
.game-links a { display: flex; justify-content: space-between; gap: 12px; padding: 10px 12px; border: 1px solid var(--rule); text-decoration: none; font-size: 14px; }
.game-links a:hover { border-color: var(--moss); background: #f5f8f5; }
.game-links .scored-game { border-left: 3px solid var(--moss); }
.game-links small { color: var(--muted); font-size: 12px; }
.evidence-card h3 { font: 600 15px var(--body); }
footer { max-width: 1200px; margin: 32px auto 0; padding: 24px 32px 36px; border-top: 1px solid var(--rule); display: flex; gap: 16px; flex-wrap: wrap; justify-content: space-between; color: var(--muted); font-size: 13px; }
footer p { margin: 0; }
.article { max-width: 880px; margin: 44px auto 72px; font: 19px/1.75 var(--display); }
.article > p, .article > ul, .article > blockquote, .article > pre { max-width: 720px; margin-left: auto; margin-right: auto; }
.article h1 { font-size: 39px; margin-bottom: 20px; }
.article h2 { margin: 52px 0 24px; padding-top: 26px; border-top: 1px solid #929f95; font-size: 31px; }
.article h3 { margin: 36px 0 18px; padding-top: 22px; border-top: 1px solid var(--rule); font-size: 25px; }
.article p { margin-top: 18px; margin-bottom: 18px; }
.article-sections { display: flex; gap: 24px; padding: 0 0 24px; margin-bottom: 28px; border-bottom: 1px solid var(--rule); font: 14px var(--body); }
.article blockquote { margin-top: 28px; margin-bottom: 28px; padding-left: 22px; border-left: 3px solid #809686; color: #47554b; font-size: 18px; }
.article blockquote p { margin: 10px 0; }
.article .report-figure { margin: 28px 0; padding: 20px; border: 1px solid #a5b1a8; background: #fff; }
.report-figure figcaption { padding-bottom: 14px; border-bottom: 1px solid var(--rule); font: 600 16px var(--body); }
.article img { display: block; width: 100%; height: auto; margin: 18px 0 0; }
.article table { font: 14px/1.5 var(--body); }
.article pre { padding: 18px; border: 1px solid var(--rule); background: #f7f9f7; overflow: auto; font: 13px/1.7 var(--mono); }
.article code { font-family: var(--mono); font-size: .8em; overflow-wrap: anywhere; }
.article ul { padding-left: 24px; }
.article li { margin: 8px 0; }
.article-footer { font: 13px var(--body); color: var(--muted); margin-top: 40px!important; padding-top: 20px; border-top: 1px solid var(--rule); }
.article em { color: #47554b; }
.article > p:has(> em:only-child) { font: 14px/1.65 var(--body); }
:target { scroll-margin-top: 100px; }
@media(max-width:720px) {
  main { padding: 0 20px; }
  .page-heading { padding-top: 28px; }
  h1 { font-size: 30px; }
  h2 { font-size: 26px; }
  .chart-grid { grid-template-columns: 1fr; }
  .chart-panel { padding: 18px 12px; }
  .score { font-size: 23px; }
  .article { margin-top: 28px; font-size: 18px; line-height: 1.75; }
  .article h1 { font-size: 32px; }
  .article h2 { font-size: 28px; margin-top: 40px; }
  .article h3 { font-size: 24px; }
  .article .report-figure { padding: 14px 8px; margin-left: -4px; margin-right: -4px; }
  .report-figure figcaption { padding-left: 8px; }
  .article blockquote { font-size: 17px; padding-left: 16px; }
  footer { padding: 20px; }
  th, td { padding: 12px 10px; }
  .game-links { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .game-links a { flex-direction: column; gap: 2px; }
}
