/* ChrysosAI — Bloomberg terminal meets research note
   Numbers first. Monospace data. Compact and precise.
   Gold on black. The color of found value. */

.post-page { max-width: 860px; }
.post-body.prose { font-family: var(--sans); font-size: 0.95rem; line-height: 1.7; }
.post-body h2 {
  font-family: var(--mono);
  font-size: 1.05rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  font-weight: 500;
  margin: 2.5rem 0 0.8rem;
}
.post-body h3 {
  font-family: var(--mono);
  font-size: 0.92rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}
.post-body table { font-family: var(--mono); font-size: 0.78rem; }
.post-body code { background: rgba(232,228,219,0.08); }
