
    /* LANDSCAPE (owner 2026-07-06): the versions x 15-questions grid fits far better across the page. */
    @page{ size:A4 landscape; margin:9mm; }
    /* the geometricPrecision and print-color-adjust rules that stood here were verbatim copies of
       the shared ones; they now arrive from assets/mu-print.css (TT12). The @page override above
       stays: landscape is this sheet's own decision. */
    .hd{ display:flex; align-items:center; justify-content:space-between; border-bottom:2px solid var(--ink); padding-bottom:4px; margin-bottom:8px; }
    .hd h1{ font-size:1.12em; margin:0; font-weight:800; }
    table{ border-collapse:collapse; width:100%; font-size:15px; } th,td{ border:1px solid var(--line); text-align:center; padding:6px 5px; }
    th{ background:var(--ash); font-weight:700; font-size:12px; } td{ font-weight:700; } .vc{ background:var(--zebra); color:var(--red-dark); }
    tr:nth-child(even) td{ background:var(--zebra); } tr:nth-child(even) .vc{ background:var(--ash); }
    .note{ font-size:.82em; color:var(--muted); margin:10px 0 0; }