:root{--background:#0a2239;--surface:#0f2d3d;--primary:#1d84b5;--primary-hover:#53a2be;--secondary:#176087;--foreground:#e8f1f8;--border:#1e4a5e;--green:#48bb78;--red:#f56565}*{margin:0;padding:0;box-sizing:border-box}body,html{background-color:var(--background);font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;line-height:1.6}body,h1,h2,h3,html{color:var(--foreground)}h1,h2,h3{font-weight:600;margin-bottom:16px}h1{font-size:32px}h2{font-size:24px}h3{font-size:20px}p{margin-bottom:12px}.status-indicator{display:inline-block;width:12px;height:12px;border-radius:50%;margin-right:8px}.status-indicator.up{background-color:var(--green)}.status-indicator.down{background-color:var(--red)}.status-indicator.degraded{background-color:#ecc94b}