@media print {
  .sidebar, .topbar, .bottom-tabs, .breadcrumbs, .head-actions, .btn, .list-toolbar, .sticky-action-bar, .tabs, .command-dialog, .document-actions {
    display: none !important;
  }
  body {
    background: white;
    color: black;
    font-size: 11pt;
  }
  .main-content {
    margin: 0;
    max-width: none;
    padding: 0;
  }
  .panel, .kpi-card {
    break-inside: avoid;
    border: 1px solid black;
    background: white;
    color: black;
  }
  .data-table th, .data-table td {
    color: black;
    border-color: black;
  }
  .document-shell {
    max-width: none;
    margin: 0;
    padding: 0;
    border: 0;
    background: white;
  }
  .document-head,
  .document-grid div,
  .signature-grid div {
    border-color: black;
    background: white;
    color: black;
  }
  .document-grid,
  .signature-grid {
    grid-template-columns: repeat(4, 1fr);
  }
}
