/* Live additions to H1 (h1.css stays verbatim). No design change. */

/* Several hundred cards: the browser skips style, layout and paint for cards outside the viewport.
   The remembered size (auto) keeps scroll height stable once a card has been seen. */
.board .cards > .operating-card { content-visibility: auto; contain-intrinsic-size: auto 190px; }
