:root{font-family:Inter,system-ui,sans-serif;color:#e6edf3;background:#0b0f14}*{box-sizing:border-box}html,body{width:100%;height:100%;margin:0;overflow:hidden}body{display:flex;flex-direction:column}header{flex:0 0 auto;display:flex;justify-content:space-between;align-items:center;padding:14px 20px;background:#111821;border-bottom:1px solid #263241}h1{margin:0;font-size:22px}header p{margin:4px 0 0;color:#8b9bad}button{background:#2f81f7;color:white;border:0;border-radius:7px;padding:9px 12px;cursor:pointer}main{flex:1 1 0;min-width:0;min-height:0;width:100%;display:grid;grid-template-columns:clamp(210px,18vw,260px) minmax(0,1fr) clamp(260px,22vw,320px);overflow:hidden}aside{min-width:0;min-height:0;padding:16px;background:#101720;border-right:1px solid #263241;overflow-x:hidden;overflow-y:auto}#details{border-right:0;border-left:1px solid #263241}.map-panel{position:relative;min-width:0;min-height:0;margin:0;overflow:hidden;background:radial-gradient(circle at center,#182331,#080b10)}#map{display:block;width:100%;height:100%;min-width:0;min-height:0}aside section{margin-bottom:22px}h2{font-size:15px;margin:0 0 10px;color:#c9d1d9}label{display:block;margin:8px 0;color:#aebbc8}input[type=file]{display:block;width:100%;max-width:100%;margin-bottom:8px}.edge{stroke:#65758a;stroke-width:2}.system{cursor:pointer}.system:hover .center{stroke:#fff;stroke-width:3}.center{fill:#121922;stroke:#b7c5d3;stroke-width:1.5}.system-label{font-size:10px;fill:white;text-anchor:middle;dominant-baseline:middle;font-weight:700;pointer-events:none}.activity-ring{fill:none;stroke-width:7;opacity:.7}.muted{color:#8493a5}.stat-grid{display:grid;grid-template-columns:1fr 1fr;gap:8px}.stat{background:#17212d;padding:9px;border-radius:7px}.module{padding:6px 0;border-bottom:1px solid #263241}.on{color:#3fb950}.off{color:#8b949e}.warning{color:#d29922}#notice{position:absolute;left:14px;right:14px;bottom:14px;max-width:560px;background:#111821dd;border:1px solid #34465a;padding:9px;border-radius:8px;font-size:12px;color:#aebbc8}#legend div{display:flex;align-items:center;gap:8px;margin:6px 0}.swatch{width:14px;height:14px;border-radius:3px}ol{padding-left:22px}li{margin:7px 0;cursor:pointer}.history-chart{height:64px;display:flex;align-items:flex-end;gap:2px;padding:4px;background:#17212d;border-radius:7px;overflow:hidden}.history-bar{flex:1;min-width:2px;max-width:14px;background:#2f81f7;border-radius:2px 2px 0 0}@media(max-width:850px){header{align-items:flex-start;padding:10px 12px}header h1{font-size:18px}header p{display:none}main{grid-template-columns:minmax(160px,32vw) minmax(0,1fr);min-height:0}aside{padding:10px}#details{display:none}}@media(max-width:520px){main{grid-template-columns:140px minmax(0,1fr)}header button{padding:7px 9px}#notice{font-size:10px;left:8px;right:8px;bottom:8px}}
