:root{font-family:Inter,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;color:#e8eef5;background:#0b1220;line-height:1.5;font-weight:400}*{box-sizing:border-box}body{margin:0;min-width:320px;min-height:100vh;background:#0b1220}a{color:inherit;text-decoration:none}button{cursor:pointer}.page-shell{max-width:1100px;margin:0 auto;padding:24px}.card{background:#111b2e;border:1px solid #20304f;border-radius:16px;padding:20px}.grid{display:grid;gap:16px}.grid.two{grid-template-columns:repeat(auto-fit,minmax(280px,1fr))}.row{display:flex;gap:12px;align-items:center}.column{display:flex;flex-direction:column;gap:12px}.space-between{display:flex;justify-content:space-between;align-items:center;gap:12px}.wrap-on-small{flex-wrap:wrap}.badge{padding:4px 10px;border-radius:999px;font-size:12px;font-weight:600}.badge.queued{background:#3a2f11;color:#f8d878}.badge.processing{background:#12324b;color:#8fcbff}.badge.completed{background:#14361f;color:#8ce5a5}.badge.failed{background:#491d1d;color:#ff9e9e}.badge.cancelled{background:#333943;color:#c6ccd6}.badge.skipped{background:#3c3246;color:#d5baff}.badge.worker-health{text-transform:capitalize}.badge.worker-health.healthy{background:#14361f;color:#8ce5a5}.badge.worker-health.stale{background:#3a2f11;color:#f8d878}.badge.worker-health.offline{background:#491d1d;color:#ff9e9e}.badge.worker-health.unknown{background:#333943;color:#c6ccd6}input,select{width:100%;padding:12px 14px;border-radius:10px;border:1px solid #30415f;background:#0d1627;color:#f3f6fb}input[type=checkbox]{width:auto;padding:0}button.primary{background:#4c8dff;color:#fff;border:none;border-radius:10px;padding:12px 16px}button.secondary{background:transparent;color:#d9e3f0;border:1px solid #30415f;border-radius:10px;padding:12px 16px}button.sort-button{background:transparent;color:inherit;border:none;padding:0;font:inherit}.progress-track{width:100%;height:10px;border-radius:999px;background:#1d2b45;overflow:hidden}.progress-fill{height:100%;background:linear-gradient(90deg,#4c8dff,#74d6ff)}table{width:100%;border-collapse:collapse}th,td{padding:12px 8px;border-bottom:1px solid #22314f;text-align:left}.small{color:#9fb0c9;font-size:14px}.error{color:#ff9e9e}.success{color:#8ce5a5}.nav{display:flex;gap:12px;margin-bottom:20px}.hero{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.timeline-item{padding:12px 0;border-bottom:1px solid #22314f}.timeline-item:last-child{border-bottom:none}.recent-job-row{display:flex;justify-content:space-between;align-items:center;gap:12px;padding:12px 0;border-bottom:1px solid #22314f}.recent-job-row:last-child{border-bottom:none}.truncate-one-line{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.modal-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;background:#040a14b3;display:flex;align-items:center;justify-content:center;padding:24px;z-index:9998}.modal-card{width:min(520px,100%);background:#111b2e;border:1px solid #30415f;border-radius:16px;padding:20px;box-shadow:0 18px 48px #00000059}.toast-stack{position:fixed;top:16px;right:16px;display:flex;flex-direction:column;gap:10px;z-index:9999}.toast{min-width:240px;max-width:360px;padding:14px 16px;border-radius:12px;border:1px solid #30415f;background:#111b2e;box-shadow:0 12px 30px #00000040}.toast-success{border-color:#24553a}.toast-error{border-color:#6b3030}.toast-info{border-color:#2e496a}
