.record-table { width: 100%; border-collapse: collapse; margin-top: 1.5rem; }
  .record-table caption { text-align: left; font-family: var(--sans); font-size: 0.75rem; font-weight: 600; letter-spacing: 0.14em; text-transform: uppercase; color: var(--ink-light); padding-bottom: 0.9rem; }
  .record-table th, .record-table td { text-align: left; vertical-align: top; padding: 0.9rem 1rem 0.9rem 0; border-top: 1px solid var(--rule); font-size: 0.95rem; line-height: 1.6; }
  .record-table th { font-family: var(--sans); font-weight: 600; color: var(--ink); white-space: nowrap; padding-right: 2rem; }
  .record-table td { color: var(--ink-mid); }
  .not-list { list-style: none; margin-top: 1rem; }
  .not-list li { padding: 0.85rem 0 0.85rem 1.75rem; border-top: 1px solid var(--rule); color: var(--ink-mid); position: relative; }
  .not-list li::before { content: "\2014"; position: absolute; left: 0; color: var(--accent); }
  .not-list li:last-child { border-bottom: 1px solid var(--rule); }
  .board-prose { max-width: var(--max-prose); }
  .board-main { max-width: var(--max-wide); margin: 0 auto; padding: 4rem var(--col-pad) 4.5rem; }
  @media (max-width: 580px) {
    .record-table th, .record-table td { display: block; padding-right: 0; }
    .record-table td { border-top: none; padding-top: 0; }
  }
