:root{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark;color:#f8fafc;background-color:#0f172a;font-family:Inter,system-ui,sans-serif}body{margin:0;padding:2rem;display:block}.status-card{background-color:#1e293b;border:1px solid #334155;justify-content:space-between;align-items:center;padding:1rem 1.5rem;display:flex}.status-card:hover{transform:translateY(-1px)}.status-card h2{color:#f1f5f9;margin:0;font-size:1.25rem;font-weight:600}.status-dot{border-radius:50%;width:12px;height:12px;position:relative}.status{border-radius:100%;width:15px;height:15px}*,:before,:after{box-sizing:border-box}:root{--bg-dark:#0f172a;--card-bg:#1e293b;--text-main:#f8fafc;--text-muted:#94a3b8;--border-color:#334155;--indicator-size:12px}body{background-color:var(--bg-dark);margin:0;padding:0;overflow-x:hidden}#root{background-color:var(--bg-dark);max-width:900px;min-height:100vh;color:var(--text-main);flex-direction:column;gap:2rem;margin:0 auto;padding:2rem 1rem;font-family:Inter,system-ui,sans-serif;display:flex}.dashboard-header{border-bottom:1px solid var(--border-color);flex-wrap:wrap;justify-content:space-between;align-items:center;gap:1rem;padding-bottom:1rem;display:flex}.title-text{letter-spacing:-.025em;margin:0;font-size:1.5rem;font-weight:700}.system-status-pill{background-color:var(--card-bg);border:1px solid var(--border-color);border-radius:5px;align-items:center;gap:12px;padding:8px 16px;font-size:.9rem;font-weight:500;display:inline-flex}.cards-container{flex-direction:column;gap:12px;display:flex}.legend-container{border-top:1px solid var(--border-color);margin-top:auto;padding-top:2rem}.legend-container h3{text-transform:uppercase;letter-spacing:.05em;color:var(--text-muted);opacity:.8;margin-bottom:1rem;font-size:.85rem}.legend-grid{flex-wrap:wrap;gap:1.5rem;display:flex}.legend-item{color:var(--text-muted);background:#1e293b66;border-radius:6px;align-items:center;gap:10px;padding:6px 12px;font-size:.9rem;display:flex}.status-card{background-color:var(--card-bg);border:1px solid var(--border-color);text-align:left;border-radius:8px;grid-template-columns:2fr 1fr 1fr 1fr 100px 40px;align-items:center;padding:1.25rem 1.5rem;transition:transform .2s,border-color .2s;display:grid}.status-card h2{color:var(--text-main);white-space:nowrap;text-overflow:ellipsis;margin:0;padding-right:10px;font-size:1rem;font-weight:600;overflow:hidden}.status-card p{color:var(--text-muted);margin:0;font-size:.875rem}.status-dot{width:var(--indicator-size);height:var(--indicator-size);border-radius:50%;flex-shrink:0;justify-self:end;position:relative}.status-dot:before,.status-dot:after{content:"";background:inherit;opacity:.4;border-radius:50%;width:100%;height:100%;animation:2s cubic-bezier(.4,0,.6,1) infinite status-pulse;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.status-dot:after{animation-delay:1s}.status-dot.is-inline{justify-self:auto;margin:0}.graph-container{justify-self:end;align-items:center;display:flex}@keyframes status-pulse{0%{opacity:.5;transform:translate(-50%,-50%)scale(1)}to{opacity:0;transform:translate(-50%,-50%)scale(3)}}.status-green{background-color:#10b981}.status-blue{background-color:#3b82f6}.status-orange{background-color:#f59e0b}.status-red{background-color:#ef4444}.status-gray{background-color:#64748b}.latency-low{color:#10b981!important}.latency-medium{color:#f59e0b!important}.latency-high{color:#ef4444!important}@media (max-width:768px){.title-text{letter-spacing:-.025em;margin-bottom:1rem;font-size:2rem;font-weight:700}.dashboard-header{flex-direction:column;align-items:flex-start;gap:.5rem}.system-status-pill{box-sizing:border-box;width:100%}.legend-grid{grid-template-columns:1fr 1fr;gap:10px;display:grid}.legend-item{justify-content:flex-start;font-size:.8rem}.status-card{grid-template-columns:1fr 1fr 40px;grid-template-areas:"title title title dot""stat1 stat2 graph graph""stat3 stat4 graph graph";gap:8px;padding:1rem}.status-card h2{grid-area:title;font-size:.95rem}.status-card>p:first-of-type{grid-area:stat1}.status-card>p:nth-of-type(2){grid-area:stat2}.status-card>p:nth-of-type(3){grid-area:stat3}.graph-container{grid-area:graph;place-self:center end;margin:0}.status-dot.fixed-status-dot{grid-area:dot;place-self:center end;margin:0}}
