*{box-sizing:border-box}body{margin:0;background:#f5f7fb;color:#172033;font:14px Inter,system-ui,sans-serif}header{height:72px;background:#111827;color:white;display:flex;align-items:center;justify-content:space-between;padding:0 28px}h1{font-size:22px;margin:0}header span{color:#9ca3af}nav{background:white;border-bottom:1px solid #e5e7eb;padding:0 24px;display:flex;gap:4px;overflow:auto}nav button{border:0;background:none;padding:16px 14px;cursor:pointer;color:#64748b;white-space:nowrap}nav button.active{color:#2563eb;border-bottom:2px solid #2563eb}main{padding:24px;max-width:1500px;margin:auto}.tab{display:none}.tab.active{display:block}.cards{display:grid;grid-template-columns:repeat(4,1fr);gap:16px;margin-bottom:20px}.card,.panel{background:white;border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 1px 3px #0001}.card{padding:22px}.card b{display:block;font-size:30px}.card span{color:#64748b}.panel{padding:20px}.panel-head,.row{display:flex;align-items:center;justify-content:space-between;gap:10px}.split{display:grid;grid-template-columns:360px 1fr;gap:18px}h2{margin:0 0 16px;font-size:18px}button{border:1px solid #cbd5e1;background:white;border-radius:7px;padding:8px 12px;cursor:pointer}.primary{background:#2563eb;color:white;border-color:#2563eb}.danger{color:#dc2626}.pill{padding:6px 10px;border-radius:999px;background:#374151}.form label{display:block;margin:12px 0;color:#475569}.form input,.form select,.form textarea,select{display:block;width:100%;margin-top:6px;padding:10px;border:1px solid #cbd5e1;border-radius:7px;background:white}.form .check{display:flex;gap:8px;align-items:center}.form .check input{width:auto;margin:0}.code{min-height:430px;font-family:ui-monospace,SFMono-Regular,Consolas,monospace;font-size:13px}.table-wrap{overflow:auto}table{width:100%;border-collapse:collapse}th,td{text-align:left;padding:11px;border-bottom:1px solid #eef2f7;white-space:nowrap}th{color:#64748b;font-size:12px;text-transform:uppercase}.status{padding:4px 8px;border-radius:999px;font-size:12px}.status-running{background:#dbeafe;color:#1d4ed8}.status-queued{background:#fef3c7;color:#92400e}.status-completed{background:#dcfce7;color:#166534}.status-failed,.status-cancelled{background:#fee2e2;color:#991b1b}.list-item{border-bottom:1px solid #edf2f7;padding:12px 4px;cursor:pointer}.list-item:hover{background:#f8fafc}.list-item b{display:block}.list-item small{color:#64748b}.terminal{height:560px;overflow:auto;background:#07111f;color:#d1fae5;border-radius:8px;padding:16px;font:13px ui-monospace,monospace;white-space:pre-wrap}.terminal .error{color:#fca5a5}pre{white-space:pre-wrap}#toast{position:fixed;right:22px;bottom:22px;background:#111827;color:white;padding:12px 16px;border-radius:8px;display:none}@media(max-width:850px){.cards{grid-template-columns:repeat(2,1fr)}.split{grid-template-columns:1fr}main{padding:14px}}