:root {
  --game-bg: #ecf0ec;
  --game-color-1: #d9d9d9;
  --game-color-2: #fcac19;
  --game-color-2-in: #ffffff;
  --game-color-3: #627c62;
  --game-icon-color: #fcac19;
  --g-text-shadow-2: #5e2c0a;
  --game-color-dark: #272a3b;
  --game-color-subdark: #3e404b;
  --game-dark-opacity: rgb(38 41 59 / 30%);
  --game-bg-target: #627c62;
  --game-text-target-in: #ffffff;
  --game-server-premium: #627c6299;
  --game-server-hover: #e48717;
  --game-tagmod-color: #28397f;
  --game-header-gradient: linear-gradient(rgb(39 42 59 / 80%) 0%, rgb(39 42 59 / 90%) 100%);
  --game-card-bg: #28397f;
  --game-card-bg-in: #ffffff;
}

[data-theme=dark] {
  --game-bg: hsl(229 11% 15% / 1);
}

.game-title .gamename {
  text-shadow: 0px 0px 1px #000;
}

.server-search .chips .chips-list .chip-item {
  background: #ffffff;
}
.server-search .chips .chips-list .chip-item:hover {
  background: #d2d2d3;
}