.lede { max-width: 68ch; color: var(--muted); font-size: clamp(1.25rem, 2.4vw, 1.65rem); line-height: 1.45; }
code { padding: 0.12em 0.3em; border-radius: 5px; background: var(--code-bg); font-size: 0.9em; }
pre { overflow-x: auto; max-width: 100%; padding: 1.15rem 1.25rem; border: 1px solid var(--line); border-radius: 14px; background: var(--pre-bg); color: var(--pre-ink); font-size: 0.92rem; line-height: 1.55; }
pre code { padding: 0; background: transparent; }
