/* ============================================================
   EFIR — print.css (TZ FR-50: PDF = brauzer chop etish)
   ============================================================ */
@media print {
  /* Interfeys elementlarini yashirish */
  .sidebar, .topbar, .toast-stack, .no-print,
  .period-filter, .page-head .spacer { display: none !important; }

  /* Layout tekislash */
  .app { grid-template-columns: 1fr !important; display: block !important; }
  .main, .content {
    height: auto !important;
    overflow: visible !important;
    display: block !important;
  }
  .content { padding: 0 !important; }
  .content-inner { max-width: 100% !important; }

  /* Oq fon, qora matn */
  body {
    background: #fff !important;
    color: #000 !important;
  }
  * {
    -webkit-print-color-adjust: exact;
    print-color-adjust: exact;
  }

  /* Kartalar — oddiy chegara */
  .card-efir {
    background: #fff !important;
    border: 1px solid #ccc !important;
    break-inside: avoid;
    box-shadow: none !important;
  }
  h1, h2, h3, h4 { color: #000 !important; }

  /* Jadval */
  .table-efir th, .table-efir td {
    color: #000 !important;
    border-color: #ccc !important;
  }
  .table-efir th { background: #f0f0f0 !important; }

  /* Chop uchun sarlavha ko'rsatish */
  .report-title-print { display: block !important; }
  .report-title-print h2 { color: #000 !important; margin-bottom: 4px; }
  .report-title-print p { color: #333 !important; }

  /* Rang nuqtalari saqlansin */
  .color-dot { -webkit-print-color-adjust: exact; }

  /* To'liq hisobot jadvali keng — gorizontal (albom) varaqda to'liq sig'sin */
  .table-responsive {
    overflow: visible !important;   /* skroll o'rniga hammasi ko'rinsin */
  }
  .full-report-table {
    width: 100% !important;
    font-size: 9pt !important;
    table-layout: fixed;
  }
  .full-report-table th,
  .full-report-table td {
    padding: 4px 6px !important;
    word-break: break-word;
  }
  .full-report-table .th-sub { font-size: 7pt !important; }
  /* O'sish katagi ranglari (yashil/qizil) chop etishda saqlansin */
  .growth-cell.up { color: #1E7B45 !important; }
  .growth-cell.down { color: #C0392B !important; }
  .growth-cell i { -webkit-print-color-adjust: exact; print-color-adjust: exact; }

  /* GORIZONTAL (albomniy) — keng jadval to'liq sig'adi */
  @page { size: A4 landscape; margin: 1.2cm; }
}
