:root { color-scheme: light dark; }
body {
	max-width: 60rem;
	margin: 2rem auto;
	padding: 0 1rem;
	font-family: system-ui, sans-serif;
	line-height: 1.5;
}
nav { margin-bottom: 1.5rem; }
h1, h2, h3 { line-height: 1.25; }
table { border-collapse: collapse; margin: 1rem 0; width: 100%; }
th, td { border: 1px solid #8888; padding: 0.3rem 0.6rem; text-align: left; }
tr:nth-child(even) { background: #8881; }
code, pre { font-family: ui-monospace, monospace; }
pre { overflow-x: auto; padding: 0.75rem; background: #8881; border-radius: 0.3rem; }
