:root {
  --gc-purple: #38bdf8;
  --gc-purple-dark: #0ea5e9;
  --gc-pink: #facc15;
  --gc-blue: #38bdf8;
  --gc-cyan: #67e8f9;
  --gc-dark: #131a2e;
  --gc-panel: rgba(26, 34, 56, 0.9);
}

/* Main background only */
html,
body {
  background:
    radial-gradient(circle at 20% 10%, rgba(56, 189, 248, 0.25), transparent 50%),
    radial-gradient(circle at 80% 90%, rgba(250, 204, 21, 0.15), transparent 50%),
    linear-gradient(135deg, #131a2e, #1a2238) !important;
  color: #f0f4ff !important;
}

/* === AUTO TAG CARD COLOR START === */
/* generated: 1785849276 */
:root {
    --tag-card-left-rgb: 42, 16, 100;
    --tag-card-bg: #2A1064;
    --tag-card-default-end: #2A1064;
}
/* === AUTO TAG CARD COLOR END === */
.new-games-list img,
.home-top-games-list-carousel img {
  aspect-ratio: 4 / 3;
  height: auto;
}