.live-status{display:inline-flex;align-items:center;gap:8px;margin:0 0 10px;padding:7px 11px;border-radius:999px;background:#edf5ff;color:#0759dc;font-size:12px;font-weight:750}.live-status::before{content:"";width:8px;height:8px;border-radius:50%;background:#0759dc;box-shadow:0 0 0 4px #0759dc1c;animation:job-pulse 1.6s ease-in-out infinite}@keyframes job-pulse{50%{opacity:.35}}@media(prefers-reduced-motion:reduce){.live-status::before{animation:none}}
.job-progress-wrap{margin:2px 0 14px}.job-progress-label{display:flex;justify-content:space-between;margin-bottom:6px;color:#53627e;font-size:12px;font-weight:700}.job-progress{display:block;width:100%;height:14px;border:0;border-radius:999px;overflow:hidden;background:#e5edf8}.job-progress::-webkit-progress-bar{background:#e5edf8;border-radius:999px}.job-progress::-webkit-progress-value{border-radius:999px;background:linear-gradient(90deg,#0759dc,#39a3ff);transition:width .45s ease}.job-progress::-moz-progress-bar{border-radius:999px;background:linear-gradient(90deg,#0759dc,#39a3ff)}
.queue-info{display:grid;gap:3px;margin:0 0 12px;padding:11px 13px;border:1px solid #cfe0fa;border-radius:10px;background:#f5f9ff;color:#17233d}.queue-info[hidden]{display:none}.queue-info strong{color:#0759dc}.queue-info span,.queue-info small{font-size:12px}.queue-info small{color:#65738c}
