:root { color-scheme: light dark; }
body { font: 15px/1.5 system-ui, sans-serif; margin: 0 auto; max-width: 60rem; padding: 1.5rem; color: light-dark(#1a1a1a, #e6e6e6); }
h1 { font-size: 1.35rem; }
a { color: light-dark(#0a58ca, #79b8ff); }
table { border-collapse: collapse; width: 100%; margin-top: 1rem; }
th, td { text-align: left; padding: .45rem .6rem; border-bottom: 1px solid #8884; }
th { white-space: nowrap; }
th:last-child { text-align: right; }
code { font-family: ui-monospace, monospace; font-size: .92em; }
.bytes { text-align: right; color: light-dark(#5a5f66, #9aa1a8); white-space: nowrap; }
.note { color: light-dark(#5a5f66, #9aa1a8); font-size: .9em; }
.crumb { font-size: .9rem; margin-bottom: .3rem; }
