:root{--bg: #0b1020;--panel: #131a31;--panel-2: #0f1528;--border: #243152;--text: #e7eeff;--muted: #9da9c9;--green: #10b981;--red: #ef4444;--yellow: #f59e0b;--blue: #3b82f6;--gray: #64748b}body{background:linear-gradient(180deg,#09101d,#0b1020);color:var(--text)}.layout{max-width:1450px;margin:0 auto;padding:24px}.topbar{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:20px}.topbar h1{margin:0 0 8px;font-size:32px}.topbar p{margin:0;color:var(--muted)}.status-line{display:flex;gap:8px;align-items:center}.grid{display:grid;gap:16px;margin-bottom:16px}.grid-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-3{grid-template-columns:repeat(3,minmax(0,1fr))}.card{background:linear-gradient(180deg,#131a31fa,#0f1528fa);border:1px solid var(--border);border-radius:16px;padding:18px;box-shadow:0 10px 30px #0000002e}.card-title{font-weight:700;margin-bottom:14px;font-size:18px}.kv{display:flex;justify-content:space-between;align-items:center;padding:10px 0;border-bottom:1px solid rgba(255,255,255,.05)}.kv:last-child{border-bottom:none}.badge{display:inline-flex;align-items:center;justify-content:center;min-width:88px;padding:6px 10px;border-radius:999px;font-size:12px;font-weight:700;text-transform:uppercase;border:1px solid transparent}.badge.success,.badge.online,.badge.connected{background:#10b98124;color:#7ef0c5;border-color:#10b9814d}.badge.error,.badge.failed,.badge.disconnected{background:#ef444424;color:#ff9e9e;border-color:#ef44444d}.badge.reject,.badge.skipped,.badge.warning{background:#f59e0b24;color:#ffd18a;border-color:#f59e0b4d}.badge.connecting,.badge.info{background:#3b82f624;color:#9dc4ff;border-color:#3b82f64d}.badge.idle,.badge.offline,.badge.neutral,.badge.unknown{background:#64748b24;color:#c0cadf;border-color:#64748b4d}.pipeline{display:flex;gap:8px;align-items:center;flex-wrap:wrap}.pipe-step{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:12px;min-width:120px}.pipe-name{font-weight:700;margin-bottom:8px}.pipe-arrow{font-size:24px;color:var(--muted)}.worker-list,.log-list{display:flex;flex-direction:column;gap:10px}.worker-item,.log-item{background:#ffffff08;border:1px solid rgba(255,255,255,.06);border-radius:14px;padding:12px}.worker-item{display:flex;justify-content:space-between;gap:12px}.worker-name{font-size:16px;font-weight:700;text-transform:capitalize}.worker-right{text-align:right}.log-head{display:flex;justify-content:space-between;gap:12px;margin-bottom:6px}.log-item.error{border-color:#ef44443d}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:10px;border-bottom:1px solid rgba(255,255,255,.05);white-space:nowrap}th{color:var(--muted);font-weight:600}.muted{color:var(--muted);font-size:13px}.center{text-align:center}@media (max-width: 1100px){.grid-2,.grid-3{grid-template-columns:1fr}.topbar{flex-direction:column;align-items:flex-start}}
