.sd-month-modal{position:fixed;inset:0;z-index:10050;background:rgba(9,27,62,.72);display:none;align-items:flex-start;justify-content:center;overflow:auto;padding:32px 16px}
.sd-month-modal.is-open{display:flex}
.sd-month-dialog{width:min(1050px,100%);background:#fff;border-radius:12px;box-shadow:0 20px 60px rgba(0,0,0,.3);padding:22px}
.sd-month-controls{display:flex;gap:10px;align-items:end;flex-wrap:wrap;border-bottom:1px solid #d8e0ec;padding-bottom:16px;margin-bottom:18px}
.sd-month-controls label{min-width:220px;flex:1}
.sd-month-controls input{margin-top:6px}
.sd-month-message{display:none;padding:12px;border:1px solid #b00020;color:#8b0019;background:#fff5f7;border-radius:7px;margin-bottom:14px}
.sd-month-preview{background:#eef2f7;border-radius:8px;padding:20px;max-height:65vh;overflow:auto}
.sd-month-report{background:#fff;color:#111;padding:28px;max-width:900px;margin:auto}
.sd-month-head{text-align:center;border-bottom:4px solid #294fa3;padding-bottom:12px;margin-bottom:18px}
.sd-month-head img{height:86px;max-width:180px;object-fit:contain}
.sd-month-head h1{font-size:24px;margin:6px 0;color:#294fa3}
.sd-month-head h2{font-size:19px;margin:5px 0}
.sd-month-summary{display:grid;grid-template-columns:repeat(3,1fr);gap:10px;margin:16px 0 22px}
.sd-month-stat{border:1px solid #b9c6d8;border-radius:7px;padding:10px;background:#f8fbff}
.sd-month-stat b{display:block;font-size:12px;color:#4c5e78;margin-bottom:4px}
.sd-month-day{margin:0 0 22px;break-inside:auto;page-break-inside:auto}
.sd-month-day h3{background:#294fa3;color:#fff;margin:0;padding:9px 12px;font-size:16px}
.sd-month-day .ptable{margin-top:0}
.sd-month-day .ptable tr{break-inside:avoid;page-break-inside:avoid}
.sd-month-attachments img{max-width:320px;max-height:260px;object-fit:contain;display:block;margin:8px 0;border:1px solid #ccc}
body.sd-month-lock{overflow:hidden}
@media(max-width:700px){
  .sd-month-modal{padding:0;align-items:stretch}
  .sd-month-dialog{border-radius:0;padding:16px;min-height:100%}
  .sd-month-controls>*{width:100%;margin:0}
  .sd-month-preview{padding:8px;max-height:none}
  .sd-month-report{padding:14px}
  .sd-month-summary{grid-template-columns:1fr 1fr}
  .sd-month-day .ptable,.sd-month-day .ptable tbody,.sd-month-day .ptable tr,.sd-month-day .ptable th,.sd-month-day .ptable td{display:block;width:100%}
  .sd-month-day .ptable th{border-bottom:0}
}
@media print{
  #printArea .sd-month-report{max-width:none;margin:0;padding:0}
  #printArea .sd-month-summary{grid-template-columns:repeat(3,1fr)}
  #printArea .sd-month-day h3{background:#294fa3!important;color:#fff!important;-webkit-print-color-adjust:exact;print-color-adjust:exact}
  #printArea .sd-month-day .ptable{display:table;width:100%}
  #printArea .sd-month-day .ptable tbody{display:table-row-group}
  #printArea .sd-month-day .ptable tr{display:table-row}
  #printArea .sd-month-day .ptable th,#printArea .sd-month-day .ptable td{display:table-cell;width:auto}
}
