:root{color-scheme:dark;font-family:Inter,Segoe UI,system-ui,sans-serif;background:#0d1117;color:#e7edf5}*{box-sizing:border-box}body{margin:0;background:radial-gradient(circle at 10% 0,#17283b,#0d1117 42%);min-height:100vh}.shell{max-width:1500px;margin:auto;padding:28px}header,.toolbar,.section-head{display:flex;align-items:center;justify-content:space-between;gap:16px}header{margin-bottom:24px}h1,h2,p{margin:0}h1{font-size:32px}h2{font-size:17px}.eyebrow{color:#54b6ff;letter-spacing:.18em;font-size:11px;margin-bottom:6px}.card{background:#141b24;border:1px solid #2a394a;border-radius:14px;padding:18px;margin:16px 0;box-shadow:0 12px 32px #0003}.grid{display:grid;gap:12px}.grid.two{grid-template-columns:repeat(2,minmax(0,1fr))}.grid.three{grid-template-columns:repeat(3,minmax(0,1fr));align-items:end}.grid.four{grid-template-columns:repeat(4,minmax(0,1fr));margin:15px 0}.muted{color:#94a4b8;font-size:12px}.error{color:#ff7d88;margin-top:10px;min-height:18px}.pill{border-radius:999px;padding:6px 10px;font-size:11px;font-weight:700}.online{background:#123c2d;color:#75e4af}.offline{background:#3b2228;color:#ff909b}label{display:grid;gap:6px;color:#aebdd0;font-size:12px}input,select{width:100%;background:#0e141c;border:1px solid #33485c;color:#e7edf5;border-radius:7px;padding:9px 10px;font:inherit}button{background:#1974b8;border:0;border-radius:7px;color:#fff;padding:10px 14px;font-weight:700;cursor:pointer;margin-top:12px}button:hover{filter:brightness(1.15)}button.danger{background:#9b3845}button:disabled{opacity:.45;cursor:not-allowed}.table-wrap{overflow:auto;margin-top:14px}table{width:100%;border-collapse:collapse;font-size:12px}th,td{text-align:left;border-bottom:1px solid #293746;padding:9px;white-space:nowrap}th{color:#7fc9f7;font-weight:600}td{color:#cbd6e2}.secret-output{color:#ffd27a;background:#0b1016;border:1px solid #5a4827;border-radius:7px;white-space:pre-wrap;min-height:0;margin:12px 0}.secret-output:empty{display:none}#report-content{max-height:360px;overflow:auto;color:#b9e4ff;font-size:11px}#reports{display:flex;flex-wrap:wrap;gap:6px;margin-top:12px}.report-link{background:#22364a;border:1px solid #35536d;border-radius:6px;padding:7px;color:#a9dcff;cursor:pointer;font-size:11px}@media(max-width:900px){.grid.two,.grid.three,.grid.four{grid-template-columns:1fr}.shell{padding:14px}h1{font-size:25px}}
