.remote-batch{display:grid;gap:14px;margin-bottom:18px;color:#253942}.batch-head{display:flex;align-items:flex-start;justify-content:space-between;gap:20px;padding:17px 18px;background:#163f38;color:#fff;border-left:4px solid #57a982}.batch-kicker{display:block;font-size:10px;color:#b8d9cc}.batch-head h2{margin:4px 0;font-size:20px;font-weight:650;letter-spacing:0}.batch-head p{margin:0;font-size:10px;color:#c8dcd5}.batch-task-switch{display:grid;grid-template-columns:auto minmax(220px,340px) auto;align-items:center;gap:8px}.batch-task-switch label{font-size:10px;color:#c8dcd5}.batch-task-switch select{width:100%;min-width:0;color:#263d44;background:#fff;border-color:#d8e3df}.batch-summary{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));border:1px solid var(--line);background:#fff}.batch-summary>div{padding:12px 14px;border-right:1px solid var(--line);min-width:0}.batch-summary>div:last-child{border-right:0}.batch-summary span,.batch-summary small{display:block;font-size:9px;color:var(--muted)}.batch-summary strong{display:block;margin:2px 0;font-size:17px;font-weight:650}.batch-flow{padding:15px 17px;border:1px solid var(--line);background:#fff}.batch-flow .section-heading p{margin:3px 0 0;font-size:10px;color:var(--muted)}.batch-flow ol{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:13px 0 0;padding:0;list-style:none;border-top:1px solid #cbd9d4}.batch-flow li{position:relative;display:flex;gap:7px;padding:14px 10px 3px 0;min-width:0}.batch-flow li:before{content:'';position:absolute;top:-4px;left:0;width:7px;height:7px;border-radius:50%;background:#4f9677}.batch-flow li>span{display:grid;place-items:center;width:27px;height:27px;flex:0 0 27px;background:#e9f3ef;color:#267155}.batch-flow li>div{display:grid;gap:2px;min-width:0}.batch-flow li strong{font-size:10px}.batch-flow li small{font-size:9px;line-height:1.45;color:var(--muted)}.batch-control-grid{display:grid;grid-template-columns:minmax(330px,.9fr) minmax(440px,1.1fr);border:1px solid var(--line);background:#fff}.batch-budget,.batch-gates{padding:15px 17px;min-width:0}.batch-budget{border-right:1px solid var(--line)}.batch-budget .section-heading>span{font-size:10px;color:var(--muted)}.budget-row{display:grid;grid-template-columns:115px minmax(100px,1fr) minmax(100px,1fr);align-items:center;gap:10px;padding:8px 0;border-top:1px solid #edf1ef}.budget-row>div:first-child{display:flex;justify-content:space-between;gap:8px;font-size:10px}.budget-row>div:first-child span{color:var(--muted)}.budget-row small{font-size:9px;color:var(--muted)}.batch-meter{height:5px;background:#e7ecea;overflow:hidden}.batch-meter i{display:block;height:100%;background:#43896c}.gate-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.gate-grid>div{display:flex;gap:8px;min-width:0;padding:9px;background:#f6f8f7;border-left:2px solid #82aa99}.gate-grid>div>svg{flex:0 0 auto;color:#34785c}.gate-grid span{display:grid;gap:2px;min-width:0}.gate-grid strong{font-size:10px}.gate-grid small{font-size:9px;line-height:1.45;color:var(--muted)}.batch-boundary{display:flex;align-items:flex-start;gap:9px;padding:10px 13px;background:#eef4f1;border-left:3px solid #64917e}.batch-boundary.warning{background:#fff7e9;border-left-color:#bf8328}.batch-boundary>svg{flex:0 0 auto;margin-top:1px;color:#34785c}.batch-boundary.warning>svg{color:#aa6b13}.batch-boundary>div{display:grid;gap:2px}.batch-boundary strong{font-size:10px}.batch-boundary span{font-size:9px;line-height:1.55;color:var(--muted)}.batch-status-filters{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));border:1px solid var(--line);background:#fff}.batch-status-filters button{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:8px 11px;border:0;border-right:1px solid var(--line);border-radius:0;font-size:10px}.batch-status-filters button:last-child{border-right:0}.batch-status-filters button.active{background:#e7f2ed;color:#276f55;box-shadow:inset 0 -2px #3d8768}.batch-status-filters strong{font-size:12px}.records-table[data-store="batchItems"] td:nth-child(5){min-width:120px}.records-table[data-store="batchItems"] td:nth-child(5):before{content:''}.records-table[data-store="batchItems"] td:nth-child(5){background-image:linear-gradient(90deg,#e2eee9 var(--batch-progress,0),transparent 0)}
@media(max-width:1100px){.batch-summary{grid-template-columns:repeat(3,1fr)}.batch-summary>div:nth-child(3){border-right:0}.batch-summary>div:nth-child(-n+3){border-bottom:1px solid var(--line)}.batch-control-grid{grid-template-columns:1fr}.batch-budget{border-right:0;border-bottom:1px solid var(--line)}.batch-flow ol{grid-template-columns:repeat(3,1fr);row-gap:8px}}
@media(max-width:760px){.batch-head{display:grid;padding:14px}.batch-head h2{font-size:17px}.batch-task-switch{grid-template-columns:auto minmax(0,1fr);width:100%}.batch-task-switch .badge{grid-column:2;justify-self:start}.batch-summary{grid-template-columns:1fr 1fr}.batch-summary>div{border-right:1px solid var(--line);border-bottom:1px solid var(--line)}.batch-summary>div:nth-child(2n){border-right:0}.batch-summary>div:last-child{grid-column:1/-1;border-bottom:0}.batch-flow{padding:13px}.batch-flow ol{grid-template-columns:1fr 1fr}.batch-flow li{padding-right:5px}.batch-control-grid{display:block}.batch-budget,.batch-gates{padding:13px}.budget-row{grid-template-columns:95px minmax(80px,1fr)}.budget-row small{grid-column:1/-1}.gate-grid{grid-template-columns:1fr}.batch-status-filters{grid-template-columns:repeat(3,1fr)}.batch-status-filters button:nth-child(3){border-right:0}.batch-status-filters button:nth-child(-n+3){border-bottom:1px solid var(--line)}}
.batch-window{display:flex;flex-wrap:wrap;gap:8px 20px;padding:12px 16px;background:#eef5f2;border-bottom:1px solid #d8e5df;font-size:13px;line-height:1.6;overflow-wrap:anywhere}.batch-window.warning{background:#fff5e8;color:#74511b}.batch-window strong{font-weight:600}
