:root{font-family:system-ui,Avenir,Helvetica,Arial,sans-serif;line-height:1.5;font-weight:400;--bg-main: #0d1117;--bg-card: #161b22;--bg-hover: #1c2128;--text-main: #c9d1d9;--text-muted: #8b949e;--border-color: #30363d;--border-subtle: #21262d;--button-bg: #1a1a1a;color-scheme:light dark;color:var(--text-main);background-color:var(--bg-main);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}[data-theme=light]{--bg-main: #f6f8fa;--bg-card: #ffffff;--bg-hover: #f0f2f5;--text-main: #24292f;--text-muted: #57606a;--border-color: #d0d7de;--border-subtle: #ebf0f4;--button-bg: #f3f4f6}a{font-weight:500;color:#646cff;text-decoration:inherit}a:hover{color:#535bf2}body{margin:0;display:flex;place-items:center;min-width:320px;min-height:100vh}h1{font-size:3.2em;line-height:1.1}button{border-radius:8px;border:1px solid var(--border-color);padding:.6em 1.2em;font-size:1em;font-weight:500;font-family:inherit;background-color:var(--button-bg);color:var(--text-main);cursor:pointer;transition:border-color .25s}button:hover{border-color:#646cff}:root{--summary-height: 14vh;--header-height: 35px}#root{width:100%;margin:0;padding:0;text-align:left}.dashboard-container{height:100vh;width:100vw;padding:8px 16px;background-color:var(--bg-main);box-sizing:border-box;color:var(--text-main);display:flex;flex-direction:column;overflow:hidden}.theme-toggle-header{display:flex;align-items:center;height:var(--header-height);margin-bottom:5px}.summary-row{display:grid;grid-template-columns:repeat(5,1fr);gap:12px;height:var(--summary-height);margin-bottom:40px}.details-grid{flex-grow:1;display:grid;grid-template-columns:repeat(3,1fr);grid-template-rows:repeat(2,1fr);gap:12px;width:100%;min-height:0}.detail-cell{background:var(--bg-card);border-radius:8px;padding:10px;border:1px solid var(--border-main);display:flex;flex-direction:column;min-height:0;overflow:hidden}.summary-card{background:var(--bg-card);padding:8px 12px;border-radius:8px;border:1px solid var(--border-main);display:flex;flex-direction:column;justify-content:center;height:100%}.card-header{display:flex;justify-content:space-between;align-items:center}.tso-label{font-size:.7rem;font-weight:700;letter-spacing:.05em;color:var(--text-muted);text-transform:uppercase}.value-display{font-size:1.4rem;font-weight:700;margin:2px 0;display:flex;align-items:baseline;gap:6px}.value-display.red{color:#f85149}.value-display.green{color:#3fb950}.unit{font-size:.75rem;color:var(--text-muted)}.card-footer{margin-top:4px;display:flex;justify-content:space-between;font-size:.6rem;font-family:monospace;color:var(--text-muted);border-top:1px solid var(--border-subtle);padding-top:4px}.tso-detail-view{height:100%;display:flex;flex-direction:column;min-height:0}.detail-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.detail-header h3{margin:0;font-size:.85rem;color:var(--text-main)}.empty-placeholder{display:flex;align-items:center;justify-content:center;border:1px dashed var(--border-main);border-radius:8px;color:var(--text-muted);background-color:var(--bg-card-subtle)}@media(max-width:1400px){.value-display{font-size:1.2rem}}
