body {
  background-color: #0f172a;
}

/* Tillåt tooltips att sticka ut utanför baren */
.uptime-bar-container {
  overflow: visible !important;
  position: relative;
}

/* Säkerställ att tooltippen alltid ligger överst */
.group:hover .group-hover\:opacity-100 {
  opacity: 1 !important;
  visibility: visible !important;
  z-index: 9999 !important;
}

/* The 'Girly' SGC Overrides */
.theme-sgc-hytale {
  background: linear-gradient(135deg, #2d1b36 0%, #1e172a 100%) !important;
  border-color: #f472b6 !important;
  position: relative;
  overflow: visible !important;
}

/* A soft pink glow for the card */
.theme-sgc-hytale:hover {
  box-shadow: 0 0 20px rgba(244, 114, 182, 0.3);
  border-color: #fb923c !important; /* Transition to a peachy color on hover */
}
