:root { color-scheme: light dark; font-family: system-ui, sans-serif; line-height: 1.6; }
body { max-width: 58rem; margin: 2rem auto; padding: 0 1.2rem; }
header { display: flex; flex-wrap: wrap; justify-content: space-between; gap: 1rem; }
header > a { font-size: 1.3rem; font-weight: 700; }
nav { display: flex; flex-wrap: wrap; gap: .5rem 1.2rem; padding: 1rem 0; border-bottom: 1px solid #8886; }
a { color: light-dark(#155ca0, #91caff); }
article, section { border-top: 1px solid #8886; padding: 1rem 0; }
pre { white-space: pre-wrap; overflow-wrap: anywhere; padding: .8rem; background: #8881; }
.prose { font: inherit; padding: 0; background: none; }
.byline, footer, small { font-size: .85rem; overflow-wrap: anywhere; }
table { border-collapse: collapse; width: 100%; font-size: .9rem; }
td, th { text-align: left; vertical-align: top; border-bottom: 1px solid #8885; padding: .4rem; }
footer { margin-top: 3rem; border-top: 1px solid #8886; }
