:root{color-scheme:dark;font-family:Inter,system-ui,-apple-system,sans-serif;line-height:1.5;font-weight:400;color:#e1e4e8;background:#1a1d23}*{box-sizing:border-box}body{margin:0;min-height:100vh}.app{max-width:1400px;margin:0 auto;padding:1.5rem}.header{display:flex;justify-content:space-between;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.header h1{margin:0;font-size:1.75rem}.subtitle{margin:.25rem 0 0;color:#9ba3af}.header-meta{display:flex;gap:.75rem;align-items:center}.client-pill{background:#2a2f3a;border:1px solid #3d4450;padding:.35rem .75rem;border-radius:999px;font-size:.85rem}button{background:#00a7a0;color:#fff;border:none;border-radius:6px;padding:.5rem 1rem;cursor:pointer;font-weight:600}button:disabled{opacity:.6;cursor:not-allowed}.banner.error{background:#e8555526;border:1px solid #e85555;padding:.75rem 1rem;border-radius:8px;margin-bottom:1rem}.cluster-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(280px,1fr));gap:1rem;margin-bottom:1.5rem}.cluster-card{background:#2a2f3a;border:1px solid #3d4450;border-radius:10px;padding:1rem}.cluster-card.stale{border-color:#ff963d}.cluster-card-header{display:flex;justify-content:space-between;align-items:center}.cluster-card h2{margin:0;font-size:1rem;word-break:break-all}.status-dot{width:10px;height:10px;border-radius:50%}.status-dot.ok{background:#30b24d}.status-dot.warn{background:#ff963d}.cluster-stats{display:grid;grid-template-columns:repeat(2,1fr);gap:.75rem;margin:1rem 0 0}.cluster-stats dt{font-size:.75rem;color:#9ba3af;margin:0}.cluster-stats dd{margin:.15rem 0 0;font-weight:600}.cluster-stats .critical{color:#e85555}.cluster-stats .high{color:#ff963d}.node-pressure h3{margin:1rem 0 .5rem;font-size:.85rem;color:#9ba3af}.node-pressure ul{list-style:none;margin:0;padding:0}.node-pressure li{display:flex;justify-content:space-between;font-size:.85rem;padding:.25rem 0}.node-pressure .critical{color:#e85555;font-weight:600}.workloads-panel{background:#2a2f3a;border:1px solid #3d4450;border-radius:10px;overflow:hidden}.panel-header{display:flex;justify-content:space-between;align-items:center;padding:1rem 1.25rem;border-bottom:1px solid #3d4450}.panel-header h2{margin:0;font-size:1.1rem}.panel-controls{display:flex;gap:.5rem;align-items:center}select{background:#1a1d23;color:#e1e4e8;border:1px solid #3d4450;border-radius:6px;padding:.4rem .6rem}.summary-pill{font-size:.75rem;padding:.25rem .5rem;border-radius:999px;font-weight:600}.summary-pill.critical{background:#e8555533;color:#e85555}.summary-pill.high{background:#ff963d33;color:#ff963d}.table-wrap{overflow-x:auto}table{width:100%;border-collapse:collapse;font-size:.9rem}th,td{padding:.75rem 1rem;text-align:left;border-bottom:1px solid #3d4450;vertical-align:top}th{color:#9ba3af;font-weight:600;font-size:.8rem;text-transform:uppercase;letter-spacing:.03em}.memory-bar{min-width:180px}.memory-bar-track{position:relative;height:8px;background:#1a1d23;border-radius:4px;overflow:hidden}.memory-bar-fill{height:100%;border-radius:4px;transition:width .3s ease}.memory-bar-limit{position:absolute;right:0;top:0;bottom:0;width:2px;background:#6b7280}.memory-bar-label{display:block;margin-top:.35rem;font-size:.75rem;color:#9ba3af}.risk-badge{display:inline-block;padding:.2rem .5rem;border-radius:4px;font-size:.75rem;font-weight:700;color:#1a1d23;text-transform:capitalize;white-space:nowrap}.workload-name{display:flex;flex-direction:column;gap:.15rem}.muted{color:#9ba3af;font-size:.8rem}.oom-badge{display:inline-block;margin-top:.25rem;background:#e8555533;color:#e85555;font-size:.7rem;font-weight:700;padding:.15rem .4rem;border-radius:4px;width:fit-content}.empty-state,.empty-table{padding:2rem;text-align:center;color:#9ba3af}.empty-state code{background:#1a1d23;padding:.15rem .35rem;border-radius:4px}
