.page-gamigo-games.theme-hotpink {
  --gg-accent: #ff2daa;
  --gg-accent-2: #b100ff;
  --gg-bg-0: #070812;
  --gg-bg-1: #0b0d1e;
  --gg-surface: rgba(255, 255, 255, 0.04);
  --gg-surface-strong: rgba(255, 255, 255, 0.07);
  --gg-border: rgba(255, 45, 170, 0.2);
  --gg-text: #f7f9ff;
  --gg-text-muted: rgba(255, 255, 255, 0.72);
  --gg-shadow: 0 24px 60px rgba(0, 0, 0, 0.45);
  --gg-radius: 22px;
  background:
    radial-gradient(1100px 700px at 15% 10%, rgba(255, 45, 170, 0.12), transparent 62%),
    radial-gradient(1000px 640px at 88% 35%, rgba(177, 0, 255, 0.14), transparent 64%),
    linear-gradient(180deg, var(--gg-bg-0) 0%, #090914 36%, var(--gg-bg-1) 100%);
  color: var(--gg-text);
}

.page-gamigo-games.theme-hotpink .gg-page {
  position: relative;
  overflow: hidden;
}

.page-gamigo-games.theme-hotpink .gg-page::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background-image: linear-gradient(rgba(255, 255, 255, 0.02) 1px, transparent 1px), linear-gradient(90deg, rgba(255, 255, 255, 0.02) 1px, transparent 1px);
  background-size: 42px 42px;
  opacity: 0.3;
}

.page-gamigo-games.theme-hotpink .gg-page > * {
  position: relative;
  z-index: 1;
}

.page-gamigo-games.theme-hotpink .gg-promo {
  padding-top: 18px;
}

.page-gamigo-games.theme-hotpink .gg-promo__text {
  margin: 0;
  padding: 9px 16px;
  border-radius: 999px;
  text-align: center;
  font-size: 13px;
  letter-spacing: 0.02em;
  color: #ffe6f7;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: linear-gradient(90deg, rgba(177, 0, 255, 0.85), rgba(255, 45, 170, 0.85));
  box-shadow: 0 10px 26px rgba(177, 0, 255, 0.35);
}

.page-gamigo-games.theme-hotpink .gg-promo__text strong {
  color: #ffffff;
}

.page-gamigo-games.theme-hotpink .gg-libraryMosaic {
  --gg-electric: #ff2daa;
  --gg-electric-2: #b100ff;
  --gg-electric-soft: rgba(255, 45, 170, 0.32);
  position: relative;
  isolation: isolate;
  min-height: 520px;
  padding: 72px 0 68px;
  overflow: hidden;
}

.page-gamigo-games.theme-hotpink .gg-mosaicBg {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.page-gamigo-games.theme-hotpink .gg-mosaicTrack {
  position: absolute;
  inset: -60px -40px;
  display: grid;
  grid-template-columns: repeat(7, minmax(0, 1fr));
  gap: 14px;
  transform: rotate(-1.2deg) scale(1.02);
  transform-origin: center;
  animation: ggMosaicDrift 48s ease-in-out infinite alternate;
  will-change: transform;
}

.page-gamigo-games.theme-hotpink .gg-mosaicTile {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: rgba(9, 14, 26, 0.5);
  box-shadow: 0 10px 24px rgba(0, 0, 0, 0.38);
}

.page-gamigo-games.theme-hotpink .gg-mosaicTile img {
  width: 100%;
  height: 100%;
  min-height: 146px;
  max-height: 188px;
  object-fit: cover;
  filter: saturate(0.86) brightness(0.75);
}

.page-gamigo-games.theme-hotpink .gg-libraryMosaic::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    radial-gradient(84% 70% at 50% 42%, rgba(15, 24, 42, 0.18), rgba(6, 10, 17, 0.68)),
    linear-gradient(180deg, rgba(3, 5, 12, 0.42) 0%, rgba(6, 10, 18, 0.86) 72%, rgba(5, 8, 14, 0.95) 100%);
}

.page-gamigo-games.theme-hotpink .gg-libraryMosaic::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  background:
    radial-gradient(640px 260px at 50% 34%, rgba(255, 45, 170, 0.2), transparent 72%),
    radial-gradient(circle at 50% 50%, transparent 55%, rgba(1, 3, 8, 0.5) 100%);
}

.page-gamigo-games.theme-hotpink .gg-mosaicContent {
  position: relative;
  z-index: 3;
  text-align: center;
  margin: 0 auto;
  max-width: 930px;
}

.page-gamigo-games.theme-hotpink .gg-mosaicContent h2 {
  margin: 0;
  font-family: "Syne", "Inter", sans-serif;
  font-size: clamp(34px, 5.2vw, 62px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #fff;
  text-shadow: 0 20px 42px rgba(0, 0, 0, 0.62);
}

.page-gamigo-games.theme-hotpink .gg-mosaicSub {
  margin: 16px 0 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: clamp(18px, 2.1vw, 24px);
  line-height: 1.4;
}

.page-gamigo-games.theme-hotpink .gg-mosaicCtas {
  margin-top: 28px;
  display: inline-flex;
  align-items: center;
  gap: 12px;
}

.page-gamigo-games.theme-hotpink .gg-mosaicCtas .gg-btn {
  margin-top: 0;
  min-height: 50px;
  min-width: 160px;
  padding: 0 24px;
}

.page-gamigo-games.theme-hotpink .gg-btn--electric {
  color: #fff;
  background: linear-gradient(135deg, var(--gg-electric), var(--gg-electric-2));
  border: 1px solid rgba(255, 198, 234, 0.45);
  box-shadow: 0 16px 34px rgba(177, 0, 255, 0.38);
}

.page-gamigo-games.theme-hotpink .gg-btn--electric:hover,
.page-gamigo-games.theme-hotpink .gg-btn--electric:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255, 45, 170, 0.42), 0 0 0 2px rgba(255, 45, 170, 0.25);
}

.page-gamigo-games.theme-hotpink .gg-btn--outline {
  color: #f1f7ff;
  background: rgba(8, 14, 24, 0.52);
  border: 1px solid rgba(255, 156, 221, 0.35);
}

.page-gamigo-games.theme-hotpink .gg-btn--outline:hover,
.page-gamigo-games.theme-hotpink .gg-btn--outline:focus-visible {
  transform: translateY(-2px);
  border-color: rgba(255, 124, 211, 0.75);
  box-shadow: 0 0 0 2px rgba(255, 45, 170, 0.2), 0 12px 24px rgba(0, 0, 0, 0.36);
}

.page-gamigo-games.theme-hotpink .gg-mosaicChips {
  margin: 18px auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 760px;
}

.page-gamigo-games.theme-hotpink .gg-mosaicChips span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 7px 12px;
  border-radius: 999px;
  border: 1px solid rgba(255, 145, 217, 0.35);
  background: rgba(8, 15, 26, 0.58);
  color: rgba(255, 228, 245, 0.92);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.01em;
}

@keyframes ggMosaicDrift {
  from {
    transform: rotate(-1.2deg) translate3d(0, -4px, 0) scale(1.02);
  }
  to {
    transform: rotate(-1.2deg) translate3d(0, 6px, 0) scale(1.03);
  }
}

.page-gamigo-games.theme-hotpink .gg-hero {
  padding: 74px 0 26px;
  text-align: center;
}

.page-gamigo-games.theme-hotpink .gg-eyebrow {
  margin: 0 0 12px;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.7);
}

.page-gamigo-games.theme-hotpink #gg-hero-title {
  margin: 0;
  font-family: "Syne", "Inter", sans-serif;
  font-size: clamp(40px, 6vw, 66px);
  line-height: 1.05;
  letter-spacing: -0.02em;
  color: #ffffff;
  text-shadow: 0 20px 44px rgba(0, 0, 0, 0.6);
}

.page-gamigo-games.theme-hotpink .gg-subtitle {
  margin: 18px auto 0;
  max-width: 760px;
  color: var(--gg-text-muted);
  font-size: 18px;
  line-height: 1.55;
}

.page-gamigo-games.theme-hotpink .gg-trust {
  margin: 24px 0 0;
  display: inline-flex;
  align-items: center;
  gap: 10px;
  font-size: 13px;
  font-weight: 600;
  color: #ffffff;
}

.page-gamigo-games.theme-hotpink .gg-trust__stars {
  color: #00e5a3;
  letter-spacing: 0.2em;
}

.page-gamigo-games.theme-hotpink .gg-trust__brand {
  color: rgba(255, 255, 255, 0.85);
}

.page-gamigo-games.theme-hotpink .gg-search {
  margin: 28px auto 0;
  max-width: 520px;
  display: flex;
  align-items: center;
  gap: 10px;
  height: 52px;
  padding: 0 16px;
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.06);
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08), var(--gg-shadow);
}

.page-gamigo-games.theme-hotpink .gg-search:focus-within {
  border-color: rgba(255, 45, 170, 0.55);
  box-shadow: 0 0 0 3px rgba(255, 45, 170, 0.2), var(--gg-shadow);
}

.page-gamigo-games.theme-hotpink .gg-search__icon {
  width: 18px;
  height: 18px;
  color: rgba(255, 255, 255, 0.72);
  flex-shrink: 0;
}

.page-gamigo-games.theme-hotpink .gg-search__icon svg {
  width: 100%;
  height: 100%;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
}

.page-gamigo-games.theme-hotpink .gg-search input {
  width: 100%;
  background: transparent;
  border: 0;
  outline: none;
  color: #fff;
  font-size: 15px;
}

.page-gamigo-games.theme-hotpink .gg-search input::placeholder {
  color: rgba(255, 255, 255, 0.55);
}

.page-gamigo-games.theme-hotpink .gg-gridSection {
  padding: 34px 0 78px;
}

.page-gamigo-games.theme-hotpink .gg-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 22px 16px;
}

.page-gamigo-games.theme-hotpink .gg-card {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.page-gamigo-games.theme-hotpink .gg-card__media {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  background: var(--gg-surface);
  box-shadow: 0 12px 24px rgba(0, 0, 0, 0.38);
  transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
}

.page-gamigo-games.theme-hotpink .gg-card__media::after {
  content: "";
  position: absolute;
  inset: auto 0 0;
  height: 45%;
  background: linear-gradient(180deg, transparent, rgba(5, 6, 12, 0.88));
  pointer-events: none;
}

.page-gamigo-games.theme-hotpink .gg-card__media img {
  width: 100%;
  aspect-ratio: 0.82 / 1;
  object-fit: cover;
  transition: transform 0.35s ease;
}

.page-gamigo-games.theme-hotpink .gg-card__title {
  margin: 0;
  font-size: 14px;
  line-height: 1.35;
  font-weight: 600;
}

.page-gamigo-games.theme-hotpink .gg-card__title a {
  color: #fff;
  text-decoration: none;
}

.page-gamigo-games.theme-hotpink .gg-card__title a:hover,
.page-gamigo-games.theme-hotpink .gg-card__title a:focus-visible {
  color: #ffd7ef;
}

.page-gamigo-games.theme-hotpink .gg-card__meta {
  margin: 0;
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.8);
}

.page-gamigo-games.theme-hotpink .gg-card__discount {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 44px;
  padding: 3px 8px;
  border-radius: 999px;
  background: linear-gradient(135deg, #ff3e88, #ff2daa);
  color: #fff;
  font-size: 11px;
  font-weight: 700;
}

.page-gamigo-games.theme-hotpink .gg-card:hover .gg-card__media,
.page-gamigo-games.theme-hotpink .gg-card:focus-within .gg-card__media {
  transform: translateY(-6px);
  border-color: rgba(255, 45, 170, 0.55);
  box-shadow: 0 18px 32px rgba(0, 0, 0, 0.45), 0 0 0 1px rgba(255, 45, 170, 0.2), 0 0 18px rgba(255, 45, 170, 0.24);
}

.page-gamigo-games.theme-hotpink .gg-card:hover .gg-card__media img,
.page-gamigo-games.theme-hotpink .gg-card:focus-within .gg-card__media img {
  transform: scale(1.05);
}

.page-gamigo-games.theme-hotpink .gg-empty {
  margin: 20px 0 0;
  text-align: center;
  color: rgba(255, 255, 255, 0.78);
}

.page-gamigo-games.theme-hotpink .gg-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 26px;
  min-height: 48px;
  padding: 0 26px;
  border-radius: 999px;
  text-decoration: none;
  font-weight: 700;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.page-gamigo-games.theme-hotpink .gg-btn--primary {
  color: #fff;
  background: linear-gradient(135deg, var(--gg-accent), var(--gg-accent-2));
  box-shadow: 0 15px 30px rgba(177, 0, 255, 0.4);
}

.page-gamigo-games.theme-hotpink .gg-btn--primary:hover,
.page-gamigo-games.theme-hotpink .gg-btn--primary:focus-visible {
  transform: translateY(-2px);
  box-shadow: 0 18px 36px rgba(255, 45, 170, 0.45);
}

.page-gamigo-games.theme-hotpink .gg-srOnly {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
}

@media (max-width: 1230px) {
  .page-gamigo-games.theme-hotpink .gg-mosaicTrack {
    grid-template-columns: repeat(6, minmax(0, 1fr));
  }

  .page-gamigo-games.theme-hotpink .gg-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
}

@media (max-width: 860px) {
  .page-gamigo-games.theme-hotpink .gg-libraryMosaic {
    min-height: 460px;
    padding: 60px 0 54px;
  }

  .page-gamigo-games.theme-hotpink .gg-mosaicTrack {
    inset: -20px -20px;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
    transform: rotate(-0.6deg) scale(1.01);
  }

  .page-gamigo-games.theme-hotpink .gg-mosaicTile img {
    min-height: 128px;
    max-height: 146px;
  }

  .page-gamigo-games.theme-hotpink .gg-mosaicCtas {
    flex-direction: column;
    width: min(100%, 280px);
  }

  .page-gamigo-games.theme-hotpink .gg-mosaicCtas .gg-btn {
    width: 100%;
  }

  .page-gamigo-games.theme-hotpink .gg-mosaicChips {
    gap: 8px;
  }

  .page-gamigo-games.theme-hotpink .gg-hero {
    padding-top: 54px;
  }

  .page-gamigo-games.theme-hotpink .gg-subtitle {
    font-size: 16px;
  }

  .page-gamigo-games.theme-hotpink .gg-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

}

@media (max-width: 540px) {
  .page-gamigo-games.theme-hotpink .gg-libraryMosaic {
    min-height: 420px;
    padding: 52px 0 46px;
  }

  .page-gamigo-games.theme-hotpink .gg-mosaicTrack {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    transform: none;
  }

  .page-gamigo-games.theme-hotpink .gg-mosaicTile img {
    min-height: 118px;
    max-height: 124px;
  }

  .page-gamigo-games.theme-hotpink .gg-mosaicChips {
    max-width: 330px;
  }

  .page-gamigo-games.theme-hotpink .gg-grid { grid-template-columns: 1fr; }
}

@media (prefers-reduced-motion: reduce) {
  .page-gamigo-games.theme-hotpink .gg-mosaicTrack {
    animation: none;
  }
}
