/* calculator/ — the estate page around the Paper Tape Calculator.
   Only the readable bands under the app (#about, #calculators, #tape, #exports).
   The app's own rules live in calculator.css, every one scoped under #ptc-app.
   Every colour is a site.css token, so the dark edition follows dark.css. */
.ptc-about .lede { max-width: 46rem; }
.ptc-list { margin: 1.4rem 0 0; padding-left: 1.3rem; max-width: 50rem;
    display: grid; gap: .7rem; font-size: .98rem; line-height: 1.6; color: var(--ink-77); }
.ptc-list b { color: var(--ink); }
.ptc-note { margin: 1.2rem 0 0; max-width: 46rem; font-size: .88rem; line-height: 1.6; color: var(--ink-55); }
