:root { color-scheme: light; }

/* Prevent long URLs and citation links in the report from overflowing horizontally. */
.prose a { word-break: break-word; }
.prose pre { white-space: pre-wrap; word-break: break-word; }
.prose code { white-space: pre-wrap; word-break: break-word; }

/* Compact code in citations [(reddit)](https://...) — these inline links can be long. */
.prose p code { background: transparent; padding: 0; }

/* Agent-timeline list shouldn't show numbers when an item has list-none. */
#timeline > li { list-style: none; }
