*{box-sizing:border-box}html,body{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}body::-webkit-scrollbar{display:none}body{background:#0d0d0d;margin:0;padding:0}#root{width:100%}.page{color:#f5f5f5;background:#0d0d0d;flex-direction:column;gap:2rem;width:100%;min-height:100vh;padding:2rem;display:flex}.page-header{text-align:center;padding-bottom:1rem}.label{text-transform:lowercase;color:#888;letter-spacing:.05em;margin:0 0 .5rem;font-size:.85rem}.page-header h1{margin:0 0 .5rem;font-size:2.25rem;font-weight:600}.green{color:#22c55e}.refresh-note{color:#666;margin:0;font-size:.8rem}.dashboard{flex-wrap:wrap;gap:2rem;display:flex}.card{background:#161616;border:1px solid #2a2a2a;border-radius:10px;flex:1;min-width:320px;padding:1.75rem}.card h2{color:#fff;margin:0 0 .5rem;font-size:1.4rem}.status{margin-bottom:1.5rem;font-size:.95rem}.status.running{color:#22c55e}.status.stopped{color:#ef4444}.metric{color:#ccc;align-items:center;gap:.75rem;margin-bottom:1rem;font-size:.95rem;display:flex}.metric span:first-child{color:#aaa;width:60px}.metric span:last-child{text-align:right;color:#fff;width:50px}.bar-track{background:#2a2a2a;border-radius:5px;flex:1;height:10px;overflow:hidden}.bar-fill{height:100%;transition:width .3s}.bar-fill.ok{background:#22c55e}.bar-fill.warning{background:#eab308}.bar-fill.danger{background:#ef4444}.charts{flex-wrap:wrap;gap:2rem;display:flex}.chart-error{color:#ef4444;margin-bottom:1rem}.chart-card{background:#161616;border:1px solid #2a2a2a;border-radius:10px;flex:1;min-width:450px;padding:1.5rem}.chart-card h3{color:#ccc;margin:0 0 1rem;font-size:1rem}
