/* FuelOps v1.3 — combined farm Monthly workflow */
.monthly-workspace{margin-top:20px;padding:20px;border:1px solid #4c5548;border-radius:16px;background:rgba(28,34,29,.94)}
.monthly-workspace-head{display:flex;justify-content:space-between;gap:24px;align-items:flex-start;margin-bottom:16px}
.monthly-workspace-head h2{margin:0;font-size:1.55rem}.monthly-workspace-head p{margin-bottom:0;color:#8fa1b6}
.monthly-equipment-list{display:grid;gap:10px}.monthly-equipment-row{display:grid;grid-template-columns:minmax(260px,1.4fr) minmax(220px,1fr) auto;align-items:center;gap:16px;width:100%;min-height:70px;padding:12px 14px;border:1px solid #475248;border-radius:12px;background:#202922;text-align:left}
.monthly-equipment-row:hover{background:#263128}.monthly-equipment-main{display:grid;gap:3px}.monthly-equipment-main strong{font-size:1rem;color:#d4ddd5}.monthly-equipment-main span,.monthly-equipment-note{color:#899a8e;font-size:.82rem}
.monthly-checklist{display:grid}.monthly-check-row{display:grid;grid-template-columns:minmax(340px,1.7fr) 300px 120px;gap:14px;align-items:center;min-height:62px;padding:10px 16px;border-bottom:1px solid #223145}.monthly-check-copy{display:grid;gap:3px}.monthly-code-group{display:grid;grid-template-columns:repeat(4,1fr);gap:6px}.monthly-code-btn{min-height:38px;padding:7px 9px;background:#162235;border:1px solid #304158;color:#aab8c9}.monthly-code-btn.selected{background:#2e67d1;border-color:#5c8ef1;color:#e8edf3}.monthly-performer{display:flex;align-items:center;justify-content:center;min-height:32px;padding:0 7px;border:1px solid #2c3d52;border-radius:8px;background:#111c2b;color:#8194aa;font-size:.68rem;font-weight:800;text-align:center}
.monthly-inspection-card .remarks-block{border-top:0}.monthly-inspection-topbar{margin-top:2px}
@media(max-width:900px){.monthly-equipment-row{grid-template-columns:1fr auto}.monthly-equipment-note{display:none}.monthly-check-row{grid-template-columns:1fr 260px}.monthly-performer{grid-column:1/-1;justify-self:end;min-width:110px}}
@media(max-width:620px){.monthly-workspace-head{display:block}.monthly-workspace-head button{margin-top:10px}.monthly-equipment-row,.monthly-check-row{grid-template-columns:1fr}.monthly-code-group{grid-column:1}.monthly-performer{justify-self:stretch}}
