/* Print stylesheet */
@media print {
  .site-header, .sidebar, .sidebar-backdrop, .toc, .menu-toggle,
  .header-actions, .search-box, .copy-btn, .page-nav, .site-footer,
  .breadcrumb .skip-link { display: none !important; }

  .layout { display: block !important; max-width: none; }
  .content { padding: 0 !important; }

  body { background: #fff; color: #000; font-size: 12pt; }
  a { color: #000; text-decoration: underline; }
  a[href^="http"]::after { content: " (" attr(href) ")"; font-size: 9pt; color: #333; }

  .prose h2, .prose h3 { page-break-after: avoid; }
  .callout, .screenshot-placeholder, table, .code-block { page-break-inside: avoid; }

  .callout { border: 1px solid #999; background: #f5f5f5 !important; color: #000 !important; }
  .screenshot-placeholder { border: 1px dashed #999; color: #555; }

  .code-block pre { background: #f5f5f5 !important; border: 1px solid #ccc; color: #000; }
  .prose code { background: #f0f0f0 !important; color: #000 !important; }

  .page-header h1 { font-size: 22pt; }
  .prose { max-width: none; }

  @page { margin: 2cm; }
}
