/* Deliberately plain. This page is a measurement, not a design. */
:root { color-scheme: light dark; }
body {
  font: 16px/1.55 ui-sans-serif, system-ui, -apple-system, "Segoe UI", sans-serif;
  margin: 0; padding: 2rem 1.25rem;
}
main { max-width: 62rem; margin: 0 auto; }
h1 { font-size: 1.5rem; margin: 0 0 1rem; }
h2 { font-size: 1.1rem; margin: 2rem 0 .5rem; }
.note { color: #555; font-size: .9rem; max-width: 46rem; }
@media (prefers-color-scheme: dark) { .note { color: #aaa; } }
#verdict { font-weight: 600; }
#verdict[data-verdict="PASS"] { color: #1a7f37; }
#verdict[data-verdict="FAIL"] { color: #b42318; }
table { border-collapse: collapse; width: 100%; font-size: .9rem; }
th, td { text-align: left; vertical-align: top; padding: .45rem .6rem; border-bottom: 1px solid #8884; }
pre {
  white-space: pre-wrap; word-break: break-word; font-size: .78rem;
  background: #8881; padding: .85rem; border-radius: 6px;
}
