:root {
  --bg: #fff;
  --ink: #000;
  --accent: #1b4332;
  --sans: "Helvetica Neue", Helvetica, Arial, sans-serif;
  color-scheme: light;
}

* {
  box-sizing: border-box;
  border-radius: 0;
}

html, body {
  margin: 0;
  background: var(--bg);
  color: var(--ink);
}

body {
  font-family: var(--sans);
  font-size: 1.0625rem;
  line-height: 1.5;
}

a { color: inherit; }

.wrap {
  width: min(40rem, calc(100% - 2.5rem));
  margin: 0 auto;
}

.mast {
  background: #000;
  color: #fff;
}

.mast .wrap {
  padding: 1.1rem 0;
}

.wordmark {
  color: #fff;
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 0;
  text-decoration: none;
}

.missing {
  padding: 2rem 0;
}

.post {
  padding: 1.6rem 0 2.5rem;
}

.post h1 {
  font-size: 1.7rem;
  font-weight: 600;
  line-height: 1.2;
  margin: 0 0 0.9rem;
}

.post p {
  margin: 0 0 0.85rem;
}

.note {
  font-size: 0.85rem;
}

.chart { margin-top: 1.4rem; }

.player { margin: 0 0 0.95rem; }

.who {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  font-size: 0.95rem;
}

.pair {
  display: grid;
  grid-template-columns: 3.2rem 2.5rem minmax(0, 1fr);
  align-items: center;
  column-gap: 0.45rem;
  margin-top: 0.15rem;
}

.pair .lab { font-size: 0.75rem; }

.pair .val {
  font-size: 0.8rem;
  text-align: right;
  font-variant-numeric: tabular-nums;
}

.bar {
  display: block;
  height: 0.65rem;
  background: #000;
}

.posts { padding: 0.4rem 0 2rem; }

.posts a {
  display: block;
  padding: 1rem 0;
  border-bottom: 1px solid #000;
  text-decoration: none;
}

.posts h2 {
  font-size: 1.2rem;
  font-weight: 600;
  margin: 0 0 0.2rem;
}

.posts p {
  margin: 0;
}

.wrap.wide {
  width: min(68rem, calc(100% - 2rem));
}

.sheet-wrap {
  overflow-x: auto;
  margin: 0 0 1.6rem;
}

.sheet {
  width: 100%;
  border-collapse: collapse;
  font-size: 0.82rem;
}

.sheet th,
.sheet td {
  padding: 0.35rem 0.4rem;
  border-bottom: 1px solid #000;
  text-align: right;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

.sheet th:first-child,
.sheet td:first-child {
  text-align: left;
}

.sheet th {
  font-size: 0.68rem;
  font-weight: 600;
}

.sheet tr.total td {
  font-weight: 600;
}

.post h2 {
  font-size: 1.05rem;
  font-weight: 600;
  margin: 1.2rem 0 0.4rem;
}
