@import url("https://fonts.googleapis.com/css2?family=DM+Sans:ital,opsz,wght@0,9..40,300;0,9..40,400;0,9..40,500;0,9..40,600;0,9..40,700&family=DM+Mono:wght@400;500&display=swap");*,:after,:before{box-sizing:border-box;margin:0;padding:0}:root{--font:"DM Sans",system-ui,sans-serif;--mono:"DM Mono","Fira Mono",monospace;--primary:#0d9488;--primary-light:#f0fdfa;--primary-mid:#ccfbf1;--primary-dark:#0f766e;--blue:#2563eb;--blue-light:#eff6ff;--blue-mid:#bfdbfe;--blue-muted:#93c5fd;--sidebar-bg:#fff;--sidebar-border:#e0eaff;--sidebar-active-bg:#eff6ff;--sidebar-active-text:#1d4ed8;--sidebar-active-icon:#2563eb;--sidebar-text:#64748b;--sidebar-icon:#94a3b8;--sidebar-hover-bg:#f5f8ff;--page-bg:#f0f5fb;--card-bg:#fff;--surface:#ebf1f9;--surface-hover:#dde8f5;--border:#d8e3f0;--border-strong:#b8cce4;--text-primary:#0d1b2e;--text-secondary:#3a506b;--text-muted:#7a92ab;--online:#10b981;--stopped:#ef4444;--warning:#f59e0b;--radius:12px;--radius-sm:8px}body{font-family:var(--font);background:var(--page-bg);color:var(--text-primary);-webkit-font-smoothing:antialiased}a{text-decoration:none;color:inherit}button{font-family:var(--font)}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:var(--border-strong);border-radius:99px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}