body {
  background: #0a0f1a !important;
}

/* карточки */
.service-card {
  border-radius: 14px !important;
  background: rgba(255,255,255,0.04) !important;
  border: 1px solid rgba(255,255,255,0.06) !important;
  transition: 0.2s;
}

.service-card:hover {
  transform: translateY(-3px);
  border-color: rgba(0,255,150,0.25) !important;
}

/* статус */
.status-dot.online {
  background: #00ff88 !important;
}

.status-dot.offline {
  background: #ff3b3b !important;
}

/* убираем лишнее */
a[href*="github"],
a[href*="reddit"],
a[href*="youtube"] {
  display: none !important;
}