:root{font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#root{flex-direction:column;width:100%;max-width:100%;min-height:100vh;margin:0 auto;display:flex}body{margin:0}*{box-sizing:border-box;margin:0;padding:0}body{color:#e2e8f0;background:#0f172a;min-height:100vh;font-family:Segoe UI,system-ui,-apple-system,sans-serif}.dashboard{flex-direction:column;max-width:1200px;min-height:100vh;margin:0 auto;padding:2rem;display:flex}.header{border-bottom:1px solid #334155;justify-content:space-between;align-items:center;margin-bottom:2rem;padding-bottom:1rem;display:flex}.header h1{color:#f8fafc;font-size:1.75rem;font-weight:600}.status{border-radius:9999px;padding:.375rem .75rem;font-size:.875rem;font-weight:500}.status.online{color:#22c55e;background:#22c55e1a}.status.offline{color:#ef4444;background:#ef44441a}.stats-grid{flex:1;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.stat-card{background:#1e293b;border:1px solid #334155;border-radius:1rem;padding:1.5rem;transition:transform .2s,box-shadow .2s}.stat-card:hover{transform:translateY(-2px);box-shadow:0 8px 24px #0000004d}.stat-header{margin-bottom:1rem}.stat-header h2{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:600}.stat-sub{color:#64748b;font-size:.75rem}.stat-value{color:#f8fafc;margin-bottom:.75rem;font-size:2.5rem;font-weight:700}.stat-value.large{font-size:1.75rem}.progress-bar{background:#334155;border-radius:4px;height:8px;margin-bottom:.75rem;overflow:hidden}.progress-fill{background:linear-gradient(90deg,#3b82f6,#60a5fa);border-radius:4px;height:100%;transition:width .5s}.cpu .progress-fill{background:linear-gradient(90deg,#f59e0b,#fbbf24)}.memory .progress-fill{background:linear-gradient(90deg,#10b981,#34d399)}.stat-footer{color:#64748b;font-size:.875rem}.footer{text-align:center;border-top:1px solid #334155;margin-top:2rem;padding-top:1rem}.footer p{color:#64748b;font-size:.875rem}@media (width<=640px){.dashboard{padding:1rem}.header{flex-direction:column;align-items:flex-start;gap:.75rem}.stat-value{font-size:2rem}}.processes-section{background:#1e293b;border:1px solid #334155;border-radius:1rem;margin-top:1.5rem;padding:1.5rem}.processes-header{justify-content:space-between;align-items:center;margin-bottom:1rem;display:flex}.processes-header h2{color:#94a3b8;text-transform:uppercase;letter-spacing:.05em;font-size:1rem;font-weight:600}.process-tabs{gap:.5rem;display:flex}.tab{color:#94a3b8;cursor:pointer;background:0 0;border:1px solid #334155;border-radius:.5rem;padding:.5rem 1rem;font-size:.875rem;transition:all .2s}.tab:hover{background:#334155}.tab.active{color:#fff;background:#3b82f6;border-color:#3b82f6}.processes-table{border-collapse:collapse;width:100%}.processes-table th,.processes-table td{text-align:left;border-bottom:1px solid #334155;padding:.75rem}.processes-table th{color:#64748b;text-transform:uppercase;letter-spacing:.05em;font-size:.75rem;font-weight:600}.processes-table td{color:#e2e8f0;font-size:.875rem}.processes-table tbody tr:hover{background:#3b82f61a}.process-name{text-overflow:ellipsis;white-space:nowrap;max-width:200px;overflow:hidden}
