body.site-body {
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  background:
    radial-gradient(circle at top left, rgba(13, 110, 253, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(25, 135, 84, 0.08), transparent 24%),
    #f8f9fa;
}

.site-main {
  flex: 1 0 auto;
}

.site-navbar {
  backdrop-filter: saturate(180%) blur(10px);
}

.site-nav-links {
  gap: 0.25rem 0.5rem;
}

.site-ip-button {
  white-space: nowrap;
  flex-shrink: 0;
}

.hero-panel {
  background:
    linear-gradient(135deg, rgba(13, 110, 253, 0.08), rgba(25, 135, 84, 0.08)),
    #ffffff;
}

.shop-card,
.info-card {
  border: 0;
  box-shadow: 0 0.5rem 1.5rem rgba(15, 23, 42, 0.08);
  border-radius: 1.5rem;
}

.server-pill {
  border: 1px solid rgba(108, 117, 125, 0.25);
  border-radius: 999px;
  background: #fff;
  color: #212529;
  padding: 0.5rem 1rem;
  transition: all 0.15s ease-in-out;
}

.server-pill.active {
  background: #0d6efd;
  border-color: #0d6efd;
  color: #fff;
}

.muted-box {
  border: 1px solid rgba(108, 117, 125, 0.18);
  border-radius: 1rem;
  background: rgba(248, 249, 250, 0.9);
}

.page-content-wrap {
  max-width: 1200px;
}

@media (max-width: 991px) {
  .site-navbar .navbar-collapse {
    margin-top: 0.75rem;
  }

  .site-nav-links {
    gap: 0;
  }

  .site-ip-button {
    margin-top: 0.75rem;
  }
}
