:root {
  --primary-color: #12091d;
  --primary-contrast-color: #f6f2fa;
  --secondary-color: #281c40;
  --secondary-contrast-color: #fff;
  --gtspins-pink: #fe578d;
  --gtspins-yellow: #ffcf43;
}

body { background: #12091d; color: #f6f2fa; }
.gtx8u-header { background: linear-gradient(180deg, #2d2147 0%, #211532 100%); }
.gtx8u-mobile-nav,
.gtx8u-sidebar { background: linear-gradient(180deg, #2b1e43 0%, #1a102a 100%); }
.gtx8u-footer { background: linear-gradient(180deg, #25183a 0%, #12091d 100%); }

.gtx8u-button {
  background: #302443 !important;
  background-image: none !important;
  border: 1px solid #4b3b65;
  border-radius: 9px;
  box-shadow: 0 3px 10px #0006;
  text-shadow: none;
}

.gtx8u-button-secondary,
.gtx8u-button-big {
  background: var(--gtspins-yellow) !important;
  background-image: none !important;
  border-color: #ffe584;
  color: #17121d;
  text-shadow: none;
}

.gtx8u-button:hover { filter: brightness(1.08); }
.gtx8u-mobile-menu-button { background: #fe578d; box-shadow: inset 0 0 0 1px #ff8aaf, 0 2px 7px #0008; }
.header-nav-link_active,
.gtx8u-sidebar-nav-link-active { background: #fe578d !important; background-image: none !important; border-radius: 8px; color: #fff; text-shadow: none; }
.gtx8u-sidebar-nav-link,
.header-nav-link { color: #f7edf9; text-shadow: none; }
.gtx8u-sidebar-divider { background: #4a365e; }
.gtspins-reviews-link::before {
  content: "★";
  display: grid;
  width: 20px;
  height: 20px;
  flex: 0 0 20px;
  place-items: center;
  color: var(--gtspins-yellow);
  font-size: 14px;
}
.gtx8u-partner,
.gtx8u-footer-link-wrapper { background: #2d2147; box-shadow: inset 0 0 0 1px #493760; }
.gtx8u-accordion { background: #281c40; box-shadow: inset 0 0 0 1px #4b3761; }
.gtx8u-table-of-contents { background: #251736; border-color: #fe578d; box-shadow: inset 0 2px 4px #0b0611; }
.gtx8u-table-of-contents summary::marker { color: #ffcf43; }
.gtx8u-table-of-contents a,
main a { color: #ff91b4; }
.gtx8u-content-visual img { border: 1px solid #493760; box-shadow: 0 12px 30px #0008; }
.gtx8u-subtitle { color: #ffe49a; text-shadow: 2px 2px 0 #17121d; }
.gtx8u-subtitle b { background: #fe578d; background-image: none; border-radius: 999px; color: #fff; text-shadow: none; }
.gtx8u-header-logo img { width: 102px !important; height: 40px !important; aspect-ratio: 102 / 40 !important; }

/* GTspins hero banner and game cards */
.gtx8u-hero-arrow { display: none !important; }
.gtx8u-hero-image-section { overflow: hidden; background: #12091d; }
.gtx8u-hero img:not(.gtx8u-hero-arrow) { object-position: center; }
.gtx8u-hero::after {
  background: linear-gradient(90deg, transparent 0%, #fe578d 28%, #ffcf43 50%, #fe578d 72%, transparent 100%) !important;
  box-shadow: 0 0 14px #fe578d80;
}
.gtx8u-games .gtx8u-game {
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 2px solid #57356a;
  border-radius: 14px;
  background: #21142f;
  box-shadow: 0 8px 18px #0007;
  transition: transform .2s ease, border-color .2s ease, box-shadow .2s ease;
}
.gtx8u-games .gtx8u-game:hover {
  border-color: var(--gtspins-pink);
  box-shadow: 0 10px 26px #0009, 0 0 18px #fe578d33;
  transform: translateY(-4px);
}
.gtx8u-games .gtx8u-game picture { width: 100%; height: 100%; margin: 0; padding: 0; }
.gtx8u-games .gtx8u-game img {
  width: 100% !important;
  height: 100% !important;
  aspect-ratio: 1 / 1 !important;
  border-radius: 11px !important;
  object-fit: cover;
  box-shadow: none !important;
}

/* Header search */
@media (min-width: 1200px) {
  .gtx8u-header-input {
    min-width: 310px;
    height: 44px;
    padding: 0 18px;
    border: 1px solid #5c456f;
    border-radius: 10px;
    background: #171020;
    color: #dcd3e4;
    box-shadow: inset 0 1px 4px #0008, 0 1px 0 #ffffff0a;
    transition: border-color .2s ease, box-shadow .2s ease, background .2s ease;
  }

  .gtx8u-header-input:hover {
    border-color: var(--gtspins-pink);
    background: #1e142a;
    box-shadow: inset 0 1px 4px #0008, 0 0 0 3px #fe578d1f;
  }

  .gtx8u-header-input svg {
    width: 18px;
    height: 18px;
    padding: 3px;
    border-radius: 50%;
    background: var(--gtspins-pink);
  }
}

/* Footer */
.gtx8u-footer {
  margin-top: 42px;
  border-top: 1px solid #4e3861;
  background: linear-gradient(180deg, #25183a 0%, #171020 48%, #0f0917 100%);
  box-shadow: 0 -20px 50px #0003;
}

.gtx8u-footer::before {
  content: "";
  position: absolute;
  z-index: 0;
  top: -30px;
  left: 0;
  width: 100%;
  height: 31px;
  background: linear-gradient(135deg, #2c1c41, #1d122b);
  clip-path: polygon(0 80%, 12% 42%, 25% 72%, 38% 30%, 52% 67%, 67% 25%, 82% 62%, 100% 20%, 100% 100%, 0 100%);
}

.gtx8u-footer-wave { display: none !important; }
.gtx8u-footer .gtx8u-container { position: relative; z-index: 1; padding-top: 22px; padding-bottom: 18px; }
.gtx8u-footer-links { gap: 10px; }
.gtx8u-footer-link-wrapper {
  height: 48px;
  border: 1px solid #624775;
  border-radius: 10px;
  background: linear-gradient(145deg, #39274d, #281b39);
  box-shadow: inset 0 1px 0 #ffffff12, 0 6px 16px #0004;
  transition: border-color .2s ease, transform .2s ease, background .2s ease;
}
.gtx8u-footer-link-wrapper:hover {
  border-color: var(--gtspins-pink);
  background: linear-gradient(145deg, #432a54, #2d1c3e);
  transform: translateY(-2px);
}
.gtx8u-footer-link-wrapper img {
  opacity: .92;
  filter: drop-shadow(0 1px 1px #0005);
}
.gtx8u-footer-language-link {
  min-height: 48px;
  padding: 0 18px;
  border: 1px solid #684d7e;
  border-radius: 10px;
  background: #302143;
  color: #fff;
  text-shadow: none;
}
.gtx8u-footer-language-link::before { border-color: var(--gtspins-pink); }
.gtx8u-footer-logo { padding-block: 8px; }
.gtx8u-footer-text { color: #bcb0c8; }

/* Promotional popups */
.gtx8u-casino-popup-overlay {
  background: rgba(9, 5, 14, .82) !important;
  backdrop-filter: blur(9px) !important;
}
.gtx8u-casino-popup-content {
  max-width: 440px !important;
  padding: 34px !important;
  border: 1px solid #744b72 !important;
  border-radius: 18px !important;
  background: linear-gradient(145deg, #352048 0%, #21152f 52%, #171020 100%) !important;
  box-shadow: 0 24px 80px #000b, 0 0 40px #fe578d26 !important;
}
.gtx8u-casino-popup-content::before {
  background: radial-gradient(circle at top left, #fe578d40, transparent 52%) !important;
}
.gtx8u-casino-popup-content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 22px;
  right: 22px;
  height: 2px;
  background: linear-gradient(90deg, transparent, var(--gtspins-pink), transparent);
}
.gtx8u-casino-popup-close {
  top: 12px !important;
  right: 12px !important;
  z-index: 2;
  width: 34px;
  height: 34px;
  padding: 0;
  border: 1px solid #725a80 !important;
  border-radius: 50%;
  background: #1b1225 !important;
  color: #e7ddeb !important;
  line-height: 30px;
}
.gtx8u-casino-popup-close:hover { border-color: var(--gtspins-pink) !important; color: #fff !important; }
.gtx8u-casino-popup-title {
  position: relative;
  z-index: 1;
  margin: 8px 28px 14px !important;
  color: #fff !important;
  font-size: 26px !important;
  line-height: 1.15;
  text-shadow: none !important;
}
.gtx8u-casino-popup-body p { position: relative; z-index: 1; color: #d6ccdc !important; }
.gtx8u-casino-popup-cta {
  min-height: 48px !important;
  padding: 0 28px !important;
  border: 1px solid #ffe48a !important;
  border-radius: 9px !important;
  background: var(--gtspins-yellow) !important;
  background-image: none !important;
  color: #17121d !important;
  box-shadow: 0 8px 20px #0005 !important;
  text-shadow: none !important;
}
.gtx8u-casino-popup-cta:hover { filter: brightness(1.06) !important; transform: translateY(-1px); }

table { background: #1c122b; border-radius: 10px; }
th { background: #332247; color: #fff; }
td { border-color: #493760; }
