:root{font-family:Inter,system-ui,sans-serif;color:#17202a;background:#f3f6f9}
*{box-sizing:border-box}body{margin:0}header{background:#17202a;color:white;padding:18px 5%;display:flex;align-items:center;gap:22px}header h1{margin:0;font-size:1.35rem}header a{color:white}
main{width:min(1180px,92%);margin:24px auto}.card{background:white;border-radius:12px;padding:20px;margin-bottom:18px;box-shadow:0 3px 14px #00000012}
.grid,.metrics{display:grid;grid-template-columns:repeat(auto-fit,minmax(190px,1fr));gap:14px}.metrics .card{margin:0 0 18px}
label{display:flex;flex-direction:column;gap:7px;font-weight:600;margin-bottom:14px}input,select{padding:10px;border:1px solid #cbd5df;border-radius:7px}
button,.button{border:0;background:#2266cc;color:white;padding:10px 16px;border-radius:7px;text-decoration:none;cursor:pointer}.secondary{background:#5b6770}.danger{background:#b42318}button:disabled{opacity:.45;cursor:not-allowed}
.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:12px;border-bottom:1px solid #e5e9ed}
.status{padding:4px 9px;border-radius:999px;background:#e8edf2}.status.running{background:#d7f5df}.status.failed{background:#fde0dd}.status.completed{background:#dbeafe}
.metric span{display:block;color:#667085;font-size:.88rem}.metric strong{font-size:1.35rem}
.progress{height:18px;background:#e4e9ef;border-radius:999px;overflow:hidden}.progress div{height:100%;width:0;background:#2266cc;transition:width .4s}
.actions{display:flex;gap:10px}pre{height:420px;overflow:auto;background:#101820;color:#d9f4df;padding:14px;border-radius:8px;white-space:pre-wrap}
