/* Cadence receipts — clean white-paper style for the pre-registered evidence.
   Deliberately plain and academic: the trustworthiness signal is the rigour,
   not the design. */
:root { --ink:#16140f; --mute:#5c574c; --line:#e6e1d6; --hot:#b8412a; --bg:#fbfaf6; }
* { box-sizing: border-box; }
body {
  max-width: 50rem; margin: 0 auto; padding: 4rem 1.6rem 6rem;
  font: 16px/1.72 Georgia, "Iowan Old Style", "Times New Roman", serif;
  color: var(--ink); background: var(--bg);
}
a { color: var(--hot); }
h1 { font-size: 1.9rem; line-height: 1.18; margin: 0 0 .3rem; }
h2 { font-size: 1.25rem; margin: 2.6rem 0 .6rem; padding-top: 1.2rem; border-top: 1px solid var(--line); }
h3 { font-size: 1.02rem; margin: 1.6rem 0 .4rem; }
p, li { color: #2b271f; }
em { color: var(--mute); }
code { font: 13px/1.5 "SF Mono", ui-monospace, Menlo, Consolas, monospace; background: #f0ece1; padding: .1em .35em; border-radius: 3px; }
pre { background: #f0ece1; padding: 1rem 1.1rem; overflow-x: auto; border-radius: 4px; font-size: 13px; }
pre code { background: none; padding: 0; }
blockquote { margin: 1.2rem 0; padding: .6rem 1.1rem; border-left: 3px solid var(--hot); background: #f6f1e7; color: #2b271f; }
table { border-collapse: collapse; width: 100%; margin: 1.2rem 0; font-size: 14.5px; }
th, td { text-align: left; padding: .5rem .7rem; border-bottom: 1px solid var(--line); vertical-align: top; }
th { font-weight: 700; border-bottom: 2px solid #cfc8b8; }
hr { border: 0; border-top: 1px solid var(--line); margin: 2.2rem 0; }
strong { color: var(--ink); }
.banner { font: 11px/1.4 ui-sans-serif, system-ui, sans-serif; letter-spacing: .16em; text-transform: uppercase;
  color: var(--hot); margin-bottom: 1.4rem; }
