@media print {
  * { -webkit-print-color-adjust: exact !important; print-color-adjust: exact !important; }

  body { display: block; background: white; font-size: 11pt; }
  
  .sidebar, .action-bar, .nav-item, .btn { display: none !important; }
  
  .main { padding: 0; }

  .print-header {
    display: flex !important;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 12px;
    border-bottom: 2px solid #1a2332;
  }

  .print-title { font-size: 18pt; font-weight: 800; color: #1a2332; }
  .print-subtitle { font-size: 10pt; color: #666; margin-top: 2px; }
  .print-confidential {
    font-size: 9pt;
    color: #999;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-align: right;
  }

  .report-header {
    background: #1a2332 !important;
    color: white !important;
    padding: 16px !important;
    margin-bottom: 16px !important;
    page-break-inside: avoid;
  }

  .report-team-name { font-size: 18pt !important; }

  .threat-summary {
    page-break-inside: avoid;
    margin-bottom: 16px !important;
  }

  .section { page-break-before: always; }
  .section:first-of-type { page-break-before: avoid; }

  .table-card, .pitcher-card, .br-card, .coaching-notes {
    box-shadow: none !important;
    border: 1px solid #ddd;
    page-break-inside: avoid;
  }

  .threat-high { background: rgba(231,76,60,0.08) !important; }
  .threat-medium { background: rgba(243,156,18,0.08) !important; }

  .pitcher-grid { grid-template-columns: repeat(3, 1fr) !important; }

  table.data-table { font-size: 9pt; }
  table.data-table th { font-size: 8pt; }

  .notes-cell { max-width: none !important; }

  @page {
    margin: 0.75in;
    @bottom-center {
      content: "CONFIDENTIAL — GRANVILLE SOFTBALL | Page " counter(page) " of " counter(pages);
      font-size: 8pt;
      color: #999;
    }
  }
}
