:root {
  --game-hue: 96;
  --game-bg: hsl(54 6% 94% / 1);
  --game-color-1: #4c5844;
  --game-color-2: #ff3f43;
  --game-color-2-in: #fff;
  --game-color-3: #fff100;
  --game-icon-color: #4c5844;
  --g-text-shadow-2: #5e5a0a;
  --game-color-dark: #272a3b;
  --game-color-subdark: #484a5c;
  --game-dark-opacity: rgb(39 42 59 / 60%);
  --game-bg-target: #4c5844;
  --game-text-target-in: #fff;
  --game-server-premium: #c3c6bf;
  --game-tag-bg: #4c58448f;
  --game-tag-color: #fff;
  --game-tagmod-color: var(--game-color-1);
  --game-header-gradient: linear-gradient(rgb(39 42 59 / 80%) 0%, rgb(39 42 59 / 90%) 100%);
}

[data-theme=dark] {
  --game-bg: hsl(229 11% 15% / 1);
  --game-icon-color: #fff100;
  --game-server-premium: #5b6057;
  --game-bg-target: #738865;
}

.fixgame-bg .bg-img {
  -webkit-filter: saturate(0.4) opacity(0.5) blur(5px);
  filter: saturate(0.4) opacity(0.5) blur(5px);
}

.glitter-box {
  display: none !important;
}

.modern-server-list .list-body .server-item {
  border-color: transparent hsl(240, 4%, 90%) hsl(240, 4%, 85%) hsl(240, 4%, 90%);
}

.server-page .server-preview-v2 .online-box .online-bar .current {
  background: linear-gradient(90deg, hsl(73.11, 59.78%, 29.57%) 56%, hsl(358, 78.46%, 28.59%) 100%);
}