body { max-width: 46rem; margin: 2rem auto; padding: 0 1rem; font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif; line-height: 1.6; color: #1a1a1a; background: #fff; }
h1 { font-size: 1.6rem; line-height: 1.3; }
h2 { font-size: 1.2rem; margin-top: 2rem; }
table { border-collapse: collapse; width: 100%; font-size: .92rem; }
th, td { border: 1px solid #ccc; padding: .4rem .6rem; text-align: left; vertical-align: top; }
a { color: #0b57d0; }
code { font-size: .95em; }
@media (prefers-color-scheme: dark) {
  body { background: #111; color: #e6e6e6; }
  th, td { border-color: #444; }
  a { color: #8ab4f8; }
}
