/* print.css - 列印樣式 */

@media print{
  .topbar,.sidebar,.bottom-nav,.qr-actions,.check-btn,.btn,.search-box{display:none!important}
  .main{padding:0;max-width:100%}
  .card{border:1px solid #000;break-inside:avoid}
  body{background:#fff}
  .weekly-table-wrap{overflow:visible}
  .weekly-table{min-width:auto;font-size:11px}
  .weekly-table th,.weekly-table td{padding:4px 6px}
  .report-toggle,.dev-tools-card{display:none!important}

  /* 座位表列印 */
  .seating-toolbar{display:none!important}
  .seating-grid{
    border:2px solid #000;
    gap:2px;
  }
  .seat-cell{
    border:1px solid #999;
    width:70px!important;
    height:70px!important;
    font-size:12px;
  }
  .seat-cell.empty{background:#f5f5f5!important}
  .seat-cell.occupied.seat-male{background:#dbeafe!important;color:#000!important}
  .seat-cell.occupied.seat-female{background:#fce7f3!important;color:#000!important}
  .seat-cell.occupied{background:#e3f2fd!important;color:#000!important}
  .seat-cell.aisle{background:#ddd!important}
  .seat-gender-badge{font-size:8px!important}
}
