@media print {
  :root {
    --color-bg: #ffffff;
    --color-surface: #ffffff;
    --color-border: #c9c9c9;
    --color-text: #111111;
    --color-text-soft: #333333;
    --color-text-muted: #555555;
  }

  body {
    background: #ffffff;
    color: #111111;
    font-size: 10pt;
  }

  .sidebar,
  .sidebar-overlay,
  .topbar,
  .button,
  .icon-button,
  .search-field,
  .quick-actions,
  .metrics-section,
  .live-indicator,
  .text-link,
  .quote-summary,
  .page-intro-actions {
    display: none !important;
  }

  .app-content,
  .page-content {
    width: 100%;
    max-width: none;
    margin: 0;
    padding: 0;
  }

  .panel,
  .stat-card,
  .report-card,
  .form-card {
    break-inside: avoid;
    box-shadow: none;
    border: 1px solid #c9c9c9;
  }

  .panel-heading,
  .section-heading,
  .page-intro {
    padding-left: 0;
    padding-right: 0;
  }

  table {
    min-width: 0;
    font-size: 8pt;
  }

  th,
  td {
    padding: 6pt 8pt;
  }

  a {
    color: #111111;
  }
}
