/* CDN test origin - static css. generated: 2026-08-31T07:01:41Z */
:root { --ink: #1b2733; --muted: #5c6e80; --accent: #0b6cbf; --line: #dce3ea; }
body { font-family: sans-serif; color: var(--ink); line-height: 1.6; margin: 0; }
h1, h2, h3 { color: var(--ink); text-wrap: balance; margin: 1.5em 0 0.5em; }
a { color: var(--accent); text-decoration: underline; }
p { margin: 1em 0; max-width: 65ch; }
code { background: #eef2f6; border-radius: 4px; padding: 1px 5px; }
table { border-collapse: collapse; width: 100%; }
th, td { border-bottom: 1px solid var(--line); padding: 8px 12px; text-align: left; }
.muted { color: var(--muted); font-size: 0.9em; }
