@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap";:root{--bg-app:#f8fafc;--bg-card:#fff;--bg-card-hover:#f1f5f9;--text-header:#0f172a;--text-body:#334155;--text-muted:#64748b;--accent-primary:#3b82f6;--accent-hover:#2563eb;--status-healthy:#10b981;--status-degraded:#f59e0b;--status-offline:#ef4444;--border-color:#e2e8f0;--shadow-sm:0 1px 2px 0 #0000000d;--shadow-md:0 4px 6px -1px #0000001a, 0 2px 4px -1px #0000000f;font-family:Inter,system-ui,sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--bg-app);color:var(--text-body);-webkit-font-smoothing:antialiased;line-height:1.5}.app-container{min-height:100vh;display:flex}.sidebar{background-color:var(--bg-card);border-right:1px solid var(--border-color);flex-direction:column;width:250px;display:flex}.sidebar-header{border-bottom:1px solid var(--border-color);color:var(--text-header);align-items:center;gap:.5rem;padding:1.5rem;font-size:1.25rem;font-weight:700;display:flex}.sidebar-nav{flex:1;padding:1rem 0}.nav-item{cursor:pointer;color:var(--text-muted);padding:.75rem 1.5rem;font-weight:500;transition:all .2s}.nav-item:hover,.nav-item.active{background-color:var(--bg-card-hover);color:var(--accent-primary);border-right:3px solid var(--accent-primary)}.main-content{flex:1;padding:2rem 3rem;overflow-y:auto}h1,h2,h3,h4{color:var(--text-header);margin-bottom:1rem;font-weight:600}h1{font-size:2rem}h2{font-size:1.5rem}.grid{gap:1.5rem;display:grid}.grid-cols-3{grid-template-columns:repeat(3,1fr)}.grid-cols-2{grid-template-columns:repeat(2,1fr)}.card{background:var(--bg-card);border:1px solid var(--border-color);box-shadow:var(--shadow-sm);border-radius:8px;padding:1.5rem}.card-header{color:var(--text-header);justify-content:space-between;margin-bottom:1rem;font-size:1rem;font-weight:600;display:flex}.badge{border-radius:999px;align-items:center;padding:.25rem .6rem;font-size:.75rem;font-weight:600;display:inline-flex}.badge-healthy{color:#065f46;background:#d1fae5}.badge-working{color:#1e40af;background:#dbeafe}table{border-collapse:collapse;width:100%}th,td{text-align:left;border-bottom:1px solid var(--border-color);padding:.75rem 1rem}th{color:var(--text-muted);text-transform:uppercase;letter-spacing:.05em;font-size:.875rem;font-weight:500}tr:last-child td{border-bottom:none}
