* { box-sizing: border-box; }
html { color: #111; background: #fff; }
body { margin: 0 auto; max-width: 1240px; padding: 0 24px; font-family: serif; font-size: 16px; line-height: 1.5; }
a { color: #06c; text-decoration: underline; text-underline-offset: 2px; }
a:visited { color: #555; }
.skip-link { position: absolute; left: -10000px; top: 8px; }
.skip-link:focus { left: 8px; background: #fff; padding: 4px; border: 1px solid #111; }
.site-header { display: flex; justify-content: space-between; gap: 24px; align-items: baseline; padding: 22px 0 14px; border-bottom: 1px solid #111; }
.site-name { margin: 0; font-weight: 700; white-space: nowrap; }
.site-name a, nav a { color: #111; }
nav { display: flex; flex-wrap: wrap; justify-content: flex-end; gap: 7px 16px; font-size: 14px; }
nav a[aria-current="page"] { font-weight: 700; text-decoration-thickness: 2px; }
main { padding: 38px 0 64px; }
h1 { max-width: 880px; margin: 0 0 16px; font-size: 38px; line-height: 1.16; letter-spacing: -.02em; }
h2 { margin: 42px 0 10px; font-size: 24px; line-height: 1.25; }
h3 { margin: 28px 0 8px; font-size: 18px; line-height: 1.3; }
p, ul, ol { max-width: 850px; }
.lede { max-width: 880px; font-size: 19px; }
.kicker { margin: 0 0 7px; font-size: 13px; font-weight: 700; letter-spacing: .08em; text-transform: uppercase; }
.provenance-counts { display: flex; flex-wrap: wrap; gap: 18px 38px; margin: 28px 0; padding: 15px 0; border-top: 1px solid #bbb; border-bottom: 1px solid #bbb; }
.provenance-counts div { min-width: 135px; }
.provenance-counts dt { font-size: 25px; font-weight: 700; }
.provenance-counts dd { margin: 0; max-width: 210px; color: #555; }
.notice { max-width: 880px; margin: 30px 0; padding-left: 16px; border-left: 4px solid #555; }
.notice h2 { margin-top: 0; font-size: 19px; }
.table-wrap { margin: 20px 0 34px; overflow-x: auto; }
table { width: 100%; border-collapse: collapse; font-size: 14px; }
caption { padding: 0 0 8px; text-align: left; color: #555; }
th, td { padding: 8px 9px; border-bottom: 1px solid #ccc; text-align: left; vertical-align: top; }
thead th { border-top: 2px solid #111; border-bottom: 2px solid #111; white-space: nowrap; }
tbody th { font-weight: 500; }
.rank { text-align: right; font-variant-numeric: tabular-nums; white-space: nowrap; }
.measure { text-align: center; font-variant-numeric: tabular-nums; white-space: nowrap; }
.interval { color: #555; font-size: 0.82em; font-weight: 400; }
.model-cell { display: inline-flex; align-items: center; gap: 7px; white-space: nowrap; }
.company-mark { width: 23px; height: 23px; object-fit: contain; flex: 0 0 23px; }
.company-mark-placeholder { display: inline-block; }
.model-filter { display: flex; flex-wrap: wrap; align-items: center; gap: 8px 12px; margin: 18px 0 10px; }
.model-filter label { font-weight: 700; }
.model-filter input { min-width: 250px; padding: 8px 10px; border: 1px solid #777; border-radius: 3px; font: inherit; }
.filter-status { color: #555; font-size: 14px; }
.release-chart { max-width: 1100px; overflow-x: auto; }
.release-chart img { min-width: 760px; }
td small, th small { display: block; margin-top: 3px; color: #555; font-size: 12px; font-weight: 400; line-height: 1.35; }
.rankings { min-width: 1050px; }
.component-scores { min-width: 930px; }
.component-scores tbody th { min-width: 190px; }
.component-scores td { min-width: 132px; }
.benchmarks { min-width: 1000px; }
.benchmarks tbody th { min-width: 240px; }
.subbenchmarks { min-width: 800px; }
.subbenchmarks tbody th { min-width: 220px; }
.latest-models { min-width: 1000px; }
.missing { color: #555; }
figure { max-width: 1000px; margin: 20px 0 36px; }
figure img { display: block; width: 100%; height: auto; border: 1px solid #ccc; }
figcaption { margin-top: 7px; color: #555; font-size: 13px; }
code { font-family: inherit; font-size: .92em; }
ul, ol { padding-left: 24px; }
li { margin-bottom: 7px; }
@media (max-width: 760px) {
  body { padding: 0 15px; }
  .site-header { display: block; }
  nav { justify-content: flex-start; margin-top: 10px; }
  main { padding-top: 30px; }
  h1 { font-size: 31px; }
  .lede { font-size: 17px; }
  th, td { padding: 7px; }
}
