:root {
  --hellgate-teal: #0f766e;
  --hellgate-bg:   #0b1020;
}
body { background: var(--hellgate-bg) !important; }
.endpoint-status-success { background-color: var(--hellgate-teal) !important; }
.header img { max-height: 40px; }
