/* چاپ همیشه روشن — مستقل از تم انتخابی کاربر.
   انتخابگرها با تکرار اتربیوت نوشته شده‌اند تا بر قوانین تم تیره غلبه کنند. */
@media print {
  html[data-theme][data-theme],
  html[data-theme][data-theme] body {
    color-scheme: light !important;
    background: #fff !important;
    background-image: none !important;
    color: #000 !important;
  }

  html[data-theme][data-theme],
  html[data-theme][data-theme] body {
    --erp-text: #000;
    --erp-text-secondary: #333;
    --erp-text-muted: #555;
    --erp-bg: #fff;
    --erp-bg-subtle: #f2f2f2;
    --erp-surface: #fff;
    --erp-card-bg: #fff;
    --erp-border: #999;
    --erp-body-bg: #fff;
    --bs-body-bg: #fff;
    --bs-body-color: #000;
    --tblr-body-bg: #fff;
    --tblr-body-color: #000;
    --tblr-card-bg: #fff;
    --tblr-border-color: #999;
  }

  html[data-theme][data-theme] #layout-wrapper,
  html[data-theme][data-theme] .main-content,
  html[data-theme][data-theme] .page-content,
  html[data-theme][data-theme] .page-wrapper,
  html[data-theme][data-theme] .container-fluid,
  html[data-theme][data-theme] .af-page,
  html[data-theme][data-theme] .sc-page,
  html[data-theme][data-theme] .db-page,
  html[data-theme][data-theme] .card,
  html[data-theme][data-theme] .card-body,
  html[data-theme][data-theme] .card-header,
  html[data-theme][data-theme] .erp-table-wrap,
  html[data-theme][data-theme] .table,
  html[data-theme][data-theme] .invoice-table thead th,
  html[data-theme][data-theme] .invoice-table tfoot td,
  html[data-theme][data-theme] .card-table tfoot td,
  html[data-theme][data-theme] .erp-table tfoot td,
  html[data-theme][data-theme] tr.table-light td {
    background-color: #fff !important;
    background-image: none !important;
    box-shadow: none !important;
  }

  html[data-theme][data-theme] .table,
  html[data-theme][data-theme] .table th,
  html[data-theme][data-theme] .table td,
  html[data-theme][data-theme] p,
  html[data-theme][data-theme] span,
  html[data-theme][data-theme] h1,
  html[data-theme][data-theme] h2,
  html[data-theme][data-theme] h3,
  html[data-theme][data-theme] h4,
  html[data-theme][data-theme] .text-muted,
  html[data-theme][data-theme] .subheader,
  html[data-theme][data-theme] .money {
    color: #000 !important;
  }
}
