:root{--bg-dark: #0a0a0f;--text-light: #ffffff;--text-muted: #9ca3af;--accent-primary: #60a5fa;--accent-secondary: #3b82f6;--success: #4ade80;--error: #f87171;--warning: #fbbf24}body{margin:0;min-height:100vh;background:radial-gradient(circle at top center,#1a1a2e,#0a0a0f);color:var(--text-light);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;overflow-x:hidden}#root{min-height:100vh;display:flex;flex-direction:column}.glass-panel{background:#0d1117b3;backdrop-filter:blur(20px);-webkit-backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 8px 32px #0006}.glass-card{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:16px;overflow:hidden;transition:transform .2s,box-shadow .2s,background .2s}.glass-card:hover{background:#ffffff0d;transform:translateY(-2px);box-shadow:0 10px 30px #0003}.status-pill{display:inline-flex;align-items:center;gap:.5rem;padding:.25rem .75rem;border-radius:99px;font-size:.85rem;font-weight:600;border:1px solid transparent}.status-up{background:#4ade801a;color:var(--success);border-color:#4ade8033}.status-down{background:#f871711a;color:var(--error);border-color:#f8717133}.status-maintenance{background:#fbbf241a;color:var(--warning);border-color:#fbbf2433}.pulse{width:8px;height:8px;border-radius:50%;position:relative}.pulse:after{content:"";position:absolute;inset:-4px;border-radius:50%;border:1px solid currentColor;opacity:.5;animation:pulse 2s infinite}@keyframes pulse{0%{transform:scale(.5);opacity:0}50%{opacity:.5}to{transform:scale(1.5);opacity:0}}.container{max-width:800px;margin:0 auto;padding:2rem 1rem;width:100%}header{text-align:center;margin-bottom:3rem}.hero-logo{font-size:2.5rem;font-weight:800;margin-bottom:.5rem;background:linear-gradient(135deg,#60a5fa,#3b82f6);-webkit-background-clip:text;-webkit-text-fill-color:transparent}.overall-status{display:inline-flex;align-items:center;padding:1rem 2rem;background:#0d1117cc;border:1px solid rgba(255,255,255,.1);border-radius:24px;margin-bottom:2rem;gap:1rem}.overall-icon-large{width:32px;height:32px}.systems-grid{display:grid;gap:1rem;margin-bottom:3rem}.system-row{display:flex;align-items:center;justify-content:space-between;padding:1.25rem 1.5rem}.system-info h3{margin:0 0 .25rem;font-size:1.1rem}.system-info p{margin:0;font-size:.9rem;color:var(--text-muted)}.uptime-bars{display:flex;gap:4px;height:32px;margin-top:1rem}.uptime-bar{flex:1;background:#ffffff1a;border-radius:2px;position:relative}.uptime-bar.ok{background:var(--success);opacity:.8}.uptime-bar.down{background:var(--error)}.uptime-bar.warn{background:var(--warning)}.uptime-bar:hover{opacity:1;transform:scaleY(1.2)}@media(max-width:600px){.container{padding:1rem;max-width:100%}.hero-logo{font-size:2rem}.overall-status{width:100%;border-radius:16px;padding:1rem;flex-direction:column;text-align:center;gap:.5rem}.overall-status>div{text-align:center!important}.system-row{flex-direction:column;align-items:center;gap:.75rem;padding:1rem}.system-row>div:first-child{width:100%;flex-direction:column;align-items:center;gap:.5rem}.system-row>div:first-child>div:first-child{padding:8px!important}.system-info{text-align:center;width:100%}.system-info h3{font-size:1.1rem;margin-bottom:.25rem}.system-info p{font-size:.85rem;line-height:1.3}.system-info>div{justify-content:center;margin-top:.5rem}.status-pill{width:100%;justify-content:center;padding:.5rem}.system-row>div:last-child{width:100%;align-items:center}}
