/* 14/33단계 인쇄 전용 CSS */
@media print {
  #sidebar-desktop,
  #bottombar-mobile,
  #app-skeleton,
  #app-status,
  #toast-container,
  #pet-raid-modal,
  #guardian-inbox-modal,
  #fatigue-banner,
  #offline-banner,
  #install-banner,
  .skip-link,
  .no-print { display: none !important; }

  body { background: white !important; color: black !important; }
  main { margin: 0 !important; padding: 0 !important; }
  .view-panel { display: block !important; opacity: 1 !important; }
  .card { border: 1px solid #999 !important; break-inside: avoid; }

  @page { size: A4; margin: 15mm; }

  body.print-weekly-report .view-panel { display: none !important; }
  body.print-weekly-report #view-coach { display: block !important; }
  body.print-weekly-report #view-container { padding: 0 !important; overflow: visible !important; }
  body.print-weekly-report #slot-coach > .coach-shell > :not(.coach-panel),
  body.print-weekly-report .coach-panel > :not(.weekly-report),
  body.print-weekly-report .coach-panel > .space-y-4 > :not(.weekly-report) {
    display: none !important;
  }
  body.print-weekly-report .coach-panel,
  body.print-weekly-report .coach-panel > .space-y-4,
  body.print-weekly-report .weekly-report {
    display: block !important;
    min-height: 0 !important;
  }
  body.print-weekly-report .weekly-report {
    border: 0 !important;
    padding: 0 !important;
    color: #111 !important;
    background: #fff !important;
  }
  body.print-weekly-report .weekly-report > * + * { margin-top: 12mm; }
  body.print-weekly-report .weekly-report-metrics {
    display: grid !important;
    grid-template-columns: repeat(3, 1fr) !important;
    gap: 4mm !important;
  }
  body.print-weekly-report .coach-small-stat {
    border: 1px solid #bbb;
    background: #fff !important;
  }
  body.print-weekly-report .weekly-report table { color: #111 !important; }
  body.print-weekly-report .weekly-report th,
  body.print-weekly-report .weekly-report td { border-color: #ccc !important; }
}
