/* print.css — loaded only when the page is printed or saved as PDF
   (see the <link rel="stylesheet" media="print"> tag in index.html).
   Hides controls that make no sense on paper — buttons, form inputs,
   the mode toggle, the captcha — and keeps the readable report output. */

.header,
.footer,
.skip-link,
.mode-toggle,
.url-form,
.crawl-options,
.options-section,
.captcha-section,
.captcha-verified,
.submit-section,
.error-banner,
.results-sidebar {
  display: none;
}

.main--results {
  max-width: none;
}

.results-layout {
  display: block;
}
