:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light;color:#17202a;background:#ebe9e1;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif}*{box-sizing:border-box}body{min-height:100vh;margin:0;padding:24px}.shell{gap:18px;width:min(1080px,100%);margin:0 auto;display:grid}header{border-bottom:1px solid #cbc7bc;justify-content:space-between;align-items:center;gap:16px;min-height:72px;display:flex}h1{margin:0;font-size:1.55rem;line-height:1.15}p{color:#59636e;margin:4px 0 0}#monitoring-state{text-align:center;background:#f7f5ef;border:1px solid #b9c2bb;border-radius:8px;min-width:112px;padding:8px 12px;font-weight:700}.toolbar{flex-wrap:wrap;gap:10px;display:flex}button{color:#fff;cursor:pointer;background:#17202a;border:1px solid #17202a;border-radius:8px;min-width:112px;min-height:42px;padding:0 14px;font-size:.95rem;font-weight:700}button:nth-child(2){background:#1f7a8c;border-color:#1f7a8c}button:nth-child(3){background:#8f5f2a;border-color:#8f5f2a}button:disabled{cursor:not-allowed;opacity:.45}.metrics{grid-template-columns:repeat(auto-fit,minmax(160px,1fr));gap:12px;display:grid}article{background:#f7f5ef;border:1px solid #cbc7bc;border-radius:8px;align-content:space-between;gap:12px;min-height:92px;padding:14px;display:grid}article span{color:#59636e;text-transform:uppercase;font-size:.78rem;font-weight:800}article strong{overflow-wrap:anywhere;min-width:0;font-size:1rem;line-height:1.25}.chart-panel{gap:10px;min-height:360px;display:grid}canvas{background:#fbfaf7;border:1px solid #cbc7bc;border-radius:8px;width:100%;height:min(42vh,320px);min-height:240px}.legend{color:#59636e;flex-wrap:wrap;gap:16px;font-size:.9rem;font-weight:700;display:flex}.legend span:before{content:"";vertical-align:middle;background:currentColor;width:22px;height:3px;margin-right:6px;display:inline-block}.legend .cpu{color:#1f7a8c}.legend .memory{color:#8f5f2a}.legend .storage{color:#3f7d20}pre#plugin-output{color:#f7f5ef;background:#17202a;border:1px solid #2f3a45;border-radius:8px;width:100%;min-height:170px;max-height:320px;margin:0;padding:14px;font-family:JetBrains Mono,ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:.86rem;line-height:1.5;overflow:auto}@media (width<=760px){body{padding:16px}header{flex-direction:column;align-items:flex-start}.metrics{grid-template-columns:repeat(2,minmax(0,1fr))}button{flex:140px}}@media (width<=440px){.metrics{grid-template-columns:1fr}}
