/* D5U / INFERENCE/PRINT-04 / revision 04
   The interactive tree exposes three targets. The printed tree reserves four rows.
   Row 04 has no action label, route target, probability, or visitor-derived value. */
@font-face {
  font-family: "D5U Registration";
  src: url("../fonts/d5u-registration-rev-00.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
}
@media print {
  @page { size: A4 portrait; margin: 13mm; }
  .prediction-instrument { break-inside: avoid; }
  .prediction-instrument .prediction-list::after {
    content: "04\00a0\00a0\00a0\e005\00a0\00a0\00a0—";
    display: block;
    min-height: 18mm;
    padding: 5mm 0;
    border-bottom: 0.25pt solid #637083;
    color: #111924;
    font: 400 18pt/1 "D5U Registration", sans-serif;
    letter-spacing: 0.08em;
    white-space: pre;
  }
  .prediction-instrument .prediction-after::after {
    content: "  PRINT TREE / 04 ROWS · INTERACTIVE TARGETS / 03";
    font: 400 7pt/1.4 "IBM Plex Mono", monospace;
    letter-spacing: 0.06em;
  }
}
