:root { color-scheme: light; --ink: #172822; --muted: #5c6c63; --line: #d8e0d9; --paper: #f8f9f5; --green: #275c48; }
* { box-sizing: border-box; }
body { margin: 0; background: var(--paper); color: var(--ink); font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif; }
main { max-width: 1500px; margin: 0 auto; padding: 24px 24px 18px; }
h1 { margin: 0 0 7px; font-size: 27px; letter-spacing: -.7px; font-weight: 650; }
h1 span { margin-left: 14px; color: var(--muted); font-size: 19px; font-weight: 400; letter-spacing: -.3px; }
.page-header p { margin: 0; color: var(--muted); font-size: 12px; line-height: 1.6; }
a { color: var(--green); text-underline-offset: 3px; }
.transcripts { margin: 12px 0; font-size: 13px; }
summary { width: fit-content; cursor: pointer; color: var(--green); padding: 4px 0; }
.transcript-grid { display: grid; grid-template-columns: repeat(5, minmax(0, 1fr)); gap: 18px; padding: 12px 0; }
.transcript-grid h2 { font-size: 13px; margin: 0 0 7px; }
.transcript-grid p { font-size: 12px; color: var(--muted); margin: 0; line-height: 1.6; }
.table-wrap { overflow: auto; border: 1px solid var(--line); border-radius: 9px; background: white; }
table { width: 100%; min-width: 1020px; border-collapse: separate; border-spacing: 0; table-layout: fixed; font-size: 13px; }
th, td { padding: 6px 9px; text-align: left; vertical-align: middle; }
thead th { position: sticky; top: 0; z-index: 2; background: #eaf0e9; height: 42px; border-bottom: 1px solid var(--line); font-weight: 650; }
thead th:first-child { width: 225px; z-index: 3; }
thead th:not(:first-child) { text-align: center; }
tbody th { position: sticky; left: 0; z-index: 1; background: white; font-weight: 500; white-space: nowrap; }
thead th:first-child { left: 0; }
tbody + tbody tr:first-child > * { border-top: 2px solid var(--line); }
tbody tr + tr > * { border-top: 1px solid #f0f2ee; }
tbody.ours th { color: var(--green); font-weight: 650; }
tbody.oracle th { color: var(--muted); }
tbody tr:hover > * { background: #f5f8f3; }
audio { display: block; width: 100%; min-width: 136px; height: 33px; }
footer { margin-top: 12px; color: var(--muted); font-size: 11px; line-height: 1.6; }
footer p { margin: 4px 0; }
.sr-only { position: absolute; width: 1px; height: 1px; padding: 0; overflow: hidden; clip: rect(0, 0, 0, 0); white-space: nowrap; border: 0; }
:focus-visible { outline: 2px solid var(--green); outline-offset: 3px; }
@media (max-width: 720px) { main { padding: 18px 12px; } h1 span { font-size: 16px; margin-left: 8px; } .transcript-grid { grid-template-columns: 1fr; gap: 12px; } thead th:first-child { width: 195px; } table { min-width: 960px; } }
