/* ==========================================================================
   MASTERMINDS FTC #11 - PRINT STYLES
   Etichete autocolante sertare și raport BOM pentru Engineering Portfolio
   ========================================================================== */

@media print {
  /* Ascunde elementele de interfață web */
  body {
    background: #ffffff !important;
    color: #000000 !important;
    font-size: 11pt;
    margin: 0;
    padding: 0;
  }

  header, 
  nav, 
  .cyber-navigation-bar,
  .dashboard-stats-grid,
  .header-actions,
  .btn,
  .category-filter-bar,
  .inventory-controls-row,
  .card-footer-actions,
  .dialog-actions,
  #toast-container,
  .live-clock,
  .cyber-drawer {
    display: none !important;
  }

  /* Optimizează grila de etichete QR pentru pagină A4 */
  .qr-batch-grid {
    display: grid !important;
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 15mm !important;
    padding: 10mm !important;
    page-break-inside: auto;
  }

  .qr-printable-label {
    border: 2px solid #000000 !important;
    background: #ffffff !important;
    color: #000000 !important;
    page-break-inside: avoid !important;
    box-shadow: none !important;
  }

  /* Tabelele de BOM pentru Portofoliu Tehnic */
  .cyber-table {
    border: 1px solid #000000 !important;
    color: #000000 !important;
    width: 100% !important;
  }

  .cyber-table th, 
  .cyber-table td {
    border: 1px solid #cccccc !important;
    color: #000000 !important;
    background: #ffffff !important;
    padding: 6px !important;
  }

  .cyber-table th {
    background: #f0f0f0 !important;
    font-weight: bold !important;
  }
}
