/* Print: the results screen as a clean black-on-white document. No hero,
   no navigation, no buttons. The verdict never depends on a background
   colour surviving the print dialog: on paper the badge is the verdict word
   in its R2 colour inside a solid border of the same colour. All three
   colours clear 4.5:1 as text on white. */

@page { margin: 18mm; }

body {
  background: #FFFFFF;
  color: #000000;
  font-size: 11pt;
  line-height: 1.5;
  -webkit-font-smoothing: auto;
}

.hero, .site-foot, .btn-row, .btn, .kicker, noscript, #cta { display: none !important; }

.screen { display: none !important; }

#screen-results { display: block !important; }

.wrap { max-width: none; padding: 0; }

.section { padding: 0; }

h2 { font-size: 20pt; color: #000000; }

h3 { font-size: 14pt; color: #000000; }

.summary { font-size: 12pt; color: #000000; max-width: none; }

.card {
  background: #FFFFFF;
  color: #000000;
  border: 1px solid #000000;
  border-radius: 0;
  box-shadow: none;
  padding: 12pt;
  margin-top: 12pt;
  break-inside: avoid;
  page-break-inside: avoid;
}

.card + .card { margin-top: 12pt; }

.plate {
  background: #FFFFFF;
  color: #000000;
  box-shadow: none;
  border-radius: 0;
  padding: 0;
  margin-top: 8pt;
}

.badge {
  background: transparent !important;
  border: 2pt solid currentColor;
  border-radius: 999px;
  padding: 4pt 10pt;
  font-size: 11pt;
}

.badge.ready { color: #15803D; }
.badge.blocked { color: #B45309; }
.badge.notyet { color: #C81E14; }

.result-plate .hours, .note { color: #000000; }

.note { margin-top: 8pt; }

a { color: #000000; text-decoration: none; }
