:root{color-scheme:dark;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;background:#0b0d10;color:#eef2f5}*{box-sizing:border-box}body{margin:0;background:#0b0d10;color:#eef2f5}.shell{max-width:1500px;margin:0 auto;padding:28px}header{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:22px}h1,h2,p{margin-top:0}h1{font-size:30px;margin-bottom:0}h2{font-size:18px;margin-bottom:0}.eyebrow{font-size:11px;letter-spacing:.18em;color:#8290a0;margin-bottom:5px}.panel{background:#12161b;border:1px solid #232b34;border-radius:14px;padding:18px;box-shadow:0 18px 50px rgba(0,0,0,.18)}.narrow{max-width:520px}.layout{display:grid;grid-template-columns:minmax(260px,330px) 1fr;gap:18px}.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px;margin-bottom:14px;color:#9aa6b3}.section-head span{font-size:12px}.nodes{display:grid;gap:8px}.node{width:100%;text-align:left;border:1px solid #28313b;background:#0e1216;border-radius:10px;padding:12px;color:inherit;cursor:pointer}.node:hover,.node.active{border-color:#6b7f94;background:#151b22}.node-title{display:flex;align-items:center;justify-content:space-between;gap:10px;font-weight:650}.node-meta{font-size:12px;color:#8896a5;margin-top:5px}.dot{display:inline-block;width:8px;height:8px;border-radius:50%;background:#6c7885;margin-right:7px}.dot.online{background:#57d38c}.badge{border:1px solid #34404c;border-radius:999px;padding:4px 8px}.quick-actions{display:flex;flex-wrap:wrap;gap:8px;margin:6px 0 14px}button{border:1px solid #34404c;background:#182028;color:#eef2f5;border-radius:9px;padding:9px 12px;cursor:pointer}button:hover{background:#202a34}button.primary{background:#e9eef3;color:#11161b;border-color:#e9eef3;font-weight:700}button:disabled{opacity:.5;cursor:not-allowed}label{display:grid;gap:7px;color:#9aa6b3;font-size:13px}input,textarea{width:100%;border:1px solid #303a45;background:#090c0f;color:#f3f5f7;border-radius:9px;padding:10px 11px;font:inherit}textarea{font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace;resize:vertical}.run-row{display:flex;align-items:end;justify-content:flex-end;gap:12px;margin-top:10px}.timeout{display:flex;align-items:center;gap:7px}.timeout input{width:74px}.output-head{display:flex;justify-content:space-between;gap:12px;margin-top:18px;font-size:12px;color:#8290a0}.output{min-height:300px;max-height:60vh;overflow:auto;background:#080a0d;border:1px solid #252d36;border-radius:10px;padding:14px;white-space:pre-wrap;word-break:break-word;font-family:"SFMono-Regular",Consolas,"Liberation Mono",monospace;font-size:13px;line-height:1.48}.error{color:#ff8c8c;white-space:pre-wrap}.audit-panel{margin-top:18px}.audit{display:grid;gap:7px}.audit-row{display:grid;grid-template-columns:160px 180px 1fr;gap:12px;padding:8px 0;border-top:1px solid #202832;font-size:12px;color:#a4afba}.audit-row:first-child{border-top:0}@media(max-width:850px){.shell{padding:16px}.layout{grid-template-columns:1fr}.nodes{grid-template-columns:repeat(auto-fit,minmax(180px,1fr))}.audit-row{grid-template-columns:1fr}.output{min-height:240px}}
