.delivery-page{min-width:0}.delivery-page-actions{display:flex;justify-content:flex-end;gap:8px;margin-bottom:10px}.delivery-summary{display:grid;grid-template-columns:repeat(4,minmax(120px,1fr));gap:8px;margin-bottom:10px}.delivery-summary-item{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:46px;padding:8px 11px;border:1px solid #e5eaf2;border-radius:8px;background:#fff}.delivery-summary-item span{color:#667085;font-size:12px}.delivery-summary-item strong{font-size:18px}.delivery-state{padding:34px 18px;border:1px dashed #cdd5e3;border-radius:8px;background:#fafbfd;color:#667085;text-align:center}.delivery-state.error{border-color:#f0b8b4;background:#fff5f4;color:#b42318}.delivery-state button{margin-left:8px}.delivery-table-wrap table{min-width:820px}.delivery-table-wrap td{vertical-align:middle}.delivery-job-id{display:grid;gap:3px}.delivery-job-id code,.delivery-worker-name code{color:#667085;font-size:11px}.delivery-job-target{display:grid;gap:4px}.delivery-job-target strong{font-size:13px}.delivery-job-target small{color:#667085}.delivery-progress{display:grid;gap:5px;min-width:150px}.delivery-progress-track{height:7px;overflow:hidden;border-radius:4px;background:#edf1f7}.delivery-progress-track span{display:block;height:100%;background:#3457d5}.delivery-progress small{color:#667085}.delivery-status{display:inline-flex;align-items:center;gap:5px;width:max-content;padding:4px 8px;border-radius:999px;background:#eef2f7;color:#4f5b70;font-size:11px;font-weight:700;white-space:nowrap}.delivery-status::before{content:"";width:6px;height:6px;border-radius:50%;background:currentColor}.delivery-status.info{background:#edf2ff;color:#3457d5}.delivery-status.success{background:#e9f8ef;color:#087443}.delivery-status.warning{background:#fff3dd;color:#9b6200}.delivery-status.danger{background:#fff0ef;color:#c43228}.delivery-status.muted{background:#eef1f5;color:#667085}.delivery-row-actions{display:flex;align-items:center;gap:6px;flex-wrap:wrap}.delivery-row-actions button{padding:6px 9px;font-size:11px}.delivery-row-actions .danger-link{padding:6px 9px}.delivery-selected-accounts{max-height:92px;margin:0 0 14px;padding:10px 12px;overflow:auto;border:1px solid #e1e6ef;border-radius:8px;background:#f8faff;color:#4f5b70;font-size:12px;line-height:1.65}.delivery-form-dialog{width:min(680px,94vw)}.delivery-form-dialog header p,.delivery-detail-dialog header p,.delivery-token-dialog header p{margin:4px 0 0;color:#667085;font-size:12px}.delivery-form-dialog form{max-height:90vh;overflow:auto}.delivery-detail-dialog{width:min(1120px,96vw);max-height:92vh}.delivery-detail-dialog>section{max-height:92vh;overflow:auto}.delivery-detail-actions{display:flex;justify-content:flex-end;gap:7px;flex-wrap:wrap;margin:14px 0}.delivery-config{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:1px;margin:0 0 18px;overflow:hidden;border:1px solid #e5eaf2;border-radius:8px;background:#e5eaf2}.delivery-config div{min-width:0;padding:9px 11px;background:#fafbfd}.delivery-config dt{color:#667085;font-size:10px}.delivery-config dd{margin:4px 0 0;overflow-wrap:anywhere;font-size:12px;font-weight:700}.delivery-detail-columns{display:grid;grid-template-columns:minmax(0,1.25fr) minmax(300px,.75fr);gap:18px}.delivery-detail-columns>section{min-width:0}.delivery-detail-columns h3{margin:0 0 9px;font-size:14px}.delivery-item-list,.delivery-event-list{display:grid;gap:8px;max-height:54vh;overflow:auto}.delivery-item{display:grid;grid-template-columns:minmax(180px,1fr) auto;gap:10px;padding:11px 12px;border:1px solid #e4e8f0;border-radius:8px;background:#fff}.delivery-item-main{min-width:0}.delivery-item-main strong,.delivery-item-main small{display:block;overflow-wrap:anywhere}.delivery-item-main small{margin-top:3px;color:#667085}.delivery-item-error{margin:7px 0 0;color:#b42318;font-size:11px}.delivery-item-meta{display:flex;align-items:flex-end;flex-direction:column;gap:6px}.delivery-event{display:grid;grid-template-columns:10px minmax(0,1fr);gap:8px}.delivery-event-marker{width:8px;height:8px;margin-top:5px;border-radius:50%;background:#8191ad}.delivery-event-body{min-width:0;padding:0 0 10px;border-bottom:1px solid #edf0f5}.delivery-event-body strong{font-size:12px}.delivery-event-body time{display:block;margin-top:2px;color:#7b8598;font-size:10px}.delivery-event-body p{margin:5px 0 0;color:#4f5b70;font-size:11px;overflow-wrap:anywhere}.delivery-worker-name{display:grid;gap:3px}.delivery-worker-tokens{display:grid;gap:6px;min-width:230px}.delivery-token-row{display:flex;align-items:center;justify-content:space-between;gap:7px;padding:5px 7px;border-radius:7px;background:#f5f7fa}.delivery-token-row code{font-size:10px;overflow-wrap:anywhere}.delivery-token-row button{flex:none;padding:4px 7px;font-size:10px}.delivery-token-row.revoked{opacity:.55}.delivery-token-empty{color:#7b8598;font-size:11px}.delivery-token-dialog{width:min(720px,94vw)}.delivery-token-warning{margin:8px 0 12px;padding:10px 12px;border-radius:8px;background:#fff3dd;color:#7a4e00;font-size:12px;line-height:1.55}.delivery-token-dialog pre{max-height:200px;margin:0;padding:14px;overflow:auto;border:1px solid #cfd8e8;border-radius:8px;background:#f5f7fa;color:#172033;font:12px/1.6 ui-monospace,SFMono-Regular,Menlo,monospace;white-space:pre-wrap;overflow-wrap:anywhere}.delivery-token-dialog footer{display:flex;justify-content:flex-end;gap:8px;margin-top:15px}.delivery-pagination{display:flex;align-items:center;justify-content:space-between;padding:10px 14px;border-top:1px solid #e5eaf2;color:#667085;font-size:12px}.delivery-pagination-actions{display:flex;align-items:center;gap:6px}.delivery-pagination-actions button{width:34px;height:32px;padding:0}.delivery-loading-row td{padding:18px}.delivery-skeleton{height:12px;border-radius:5px;background:#edf1f7;animation:delivery-pulse 1.2s ease-in-out infinite}.delivery-skeleton+.delivery-skeleton{width:62%;margin-top:7px}@keyframes delivery-pulse{50%{opacity:.48}}button:focus-visible,.delivery-page input:focus-visible,.delivery-page select:focus-visible,.delivery-form-dialog input:focus-visible,.delivery-form-dialog select:focus-visible{outline:3px solid #a9baf5;outline-offset:2px}.delivery-page button:disabled,.delivery-form-dialog button:disabled{cursor:not-allowed;opacity:.55}
@media(max-width:900px){.delivery-summary{grid-template-columns:1fr 1fr}.delivery-detail-columns{grid-template-columns:1fr}.delivery-event-list{max-height:360px}.delivery-config{grid-template-columns:1fr 1fr}}
@media(max-width:650px){.delivery-page-actions{align-items:stretch;flex-direction:column}.delivery-page-actions button{width:100%}.delivery-summary{grid-template-columns:1fr 1fr}.delivery-summary-item{min-width:0}.delivery-detail-dialog{width:96vw}.delivery-detail-dialog>section{padding:16px}.delivery-config{grid-template-columns:1fr}.delivery-item{grid-template-columns:1fr}.delivery-item-meta{align-items:flex-start}.delivery-token-row{align-items:flex-start;flex-direction:column}.delivery-worker-tokens{min-width:180px}.delivery-pagination{align-items:flex-start;flex-direction:column;gap:8px}}
@media(prefers-reduced-motion:reduce){.delivery-skeleton{animation:none}}
.delivery-filterbar{display:flex;align-items:center;gap:7px;padding:8px;margin-bottom:10px}.delivery-filterbar input{max-width:260px}.delivery-filterbar select{width:auto;min-width:150px}.delivery-filterbar input,.delivery-filterbar select,.delivery-filterbar button{min-height:34px;padding-top:6px;padding-bottom:6px;font-size:12px}
@media(max-width:650px){.delivery-filterbar{align-items:stretch;flex-direction:column}.delivery-filterbar input,.delivery-filterbar select,.delivery-filterbar button{width:100%;max-width:none}}
.delivery-block{display:block;margin-top:4px;color:#667085}
.delivery-route-options{display:flex;align-items:center;gap:18px;margin:0;padding:9px 11px;border:1px solid #d9e0eb;border-radius:8px}.delivery-route-options legend{padding:0 5px;color:#667085;font-size:11px}.delivery-route-options label{display:flex;align-items:center;gap:7px;margin:0}.delivery-route-options input{width:16px;height:16px;margin:0}
.delivery-preflight{margin-top:16px;border-top:1px solid #e5eaf2;border-bottom:1px solid #e5eaf2}.delivery-preflight-summary{display:flex;align-items:center;gap:10px;padding:10px 2px;color:#667085;font-size:11px;flex-wrap:wrap}.delivery-preflight-summary strong{margin-right:auto;color:#172033;font-size:12px}.delivery-preflight-summary .danger{color:#b42318;font-weight:700}.delivery-preflight-list{display:grid;gap:7px;max-height:260px;padding:0 0 10px;overflow:auto}.delivery-preflight-item{display:grid;grid-template-columns:minmax(0,1fr) auto;gap:10px;padding:9px 10px;border:1px solid #e4e8f0;border-radius:8px;background:#fff}.delivery-preflight-item>div{min-width:0}.delivery-preflight-item strong,.delivery-preflight-item small{display:block;overflow-wrap:anywhere}.delivery-preflight-item small{margin-top:3px;color:#667085;font-size:11px}.delivery-preflight-item p{margin:5px 0 0;color:#7a4e00;font-size:10px;line-height:1.45}.delivery-preflight-loading,.delivery-preflight-error{padding:18px 2px;color:#667085;font-size:12px}.delivery-preflight-error{color:#b42318}
@media(max-width:650px){.delivery-preflight-item{grid-template-columns:1fr}.delivery-preflight-summary strong{width:100%;margin:0}}
.delivery-progress-track{display:block;width:100%;height:7px;border:0;-webkit-appearance:none;appearance:none}.delivery-progress-track::-webkit-progress-bar{background:#edf1f7}.delivery-progress-track::-webkit-progress-value{background:#3457d5}.delivery-progress-track::-moz-progress-bar{background:#3457d5}
