:root {
  --variant-primary: #c51f19;
  --variant-accent: #ffd15a;
  --variant-deep: #100603;
}

body { background: #100603; }
.site-header { background: rgba(19, 7, 3, .96); border-bottom-color: rgba(255, 205, 82, .34); }
.site-header .juwa-brand { width: 340px; height: 104px; }
.site-header .juwa-brand img { width: 100%; height: 100%; object-fit: contain; }
.trust-strip.casino-status { background: linear-gradient(90deg, #3a1008, #8c1913 48%, #3a1008); color: #fff1c8; border-color: #e0a735; box-shadow: 0 9px 30px rgba(0,0,0,.36), 0 0 22px rgba(239,173,43,.13); }
.header-actions .btn-primary { background: linear-gradient(120deg, #ffe17b, #d99a22 58%, #b92a1c); color: #2c0904; }

.top-game-marquee {
  width: min(1500px, calc(100% - 40px));
  margin: 34px auto 0;
  border-radius: 44px 8px 44px 8px;
  background: radial-gradient(circle at 50% 0, rgba(255, 190, 55, .2), transparent 35%), radial-gradient(circle at 85% 20%, rgba(197,31,25,.22), transparent 28%), linear-gradient(140deg, #2a0c06, #0d0502);
}
.juwa-platform-lanes { gap: 30px; }
.juwa-platform-lane { border-color: rgba(255, 196, 70, .34); box-shadow: 0 24px 55px rgba(0, 0, 0, .38); }

.hero {
  width: min(1460px, calc(100% - 40px));
  grid-template-columns: minmax(0, 1.2fr) 430px;
  margin-top: 36px;
  border-radius: 8px 58px 8px 58px;
  background: radial-gradient(circle at 72% 32%, rgba(255, 190, 54, .25), transparent 31%), radial-gradient(circle at 18% 80%, rgba(185,31,22,.24), transparent 26%), linear-gradient(120deg, #100502 0 54%, #4a120a 100%);
}
.hero-copy { padding-left: 3vw; }
.hero h1 { font-family: Georgia, serif; color: #fff4d0; text-shadow: 0 9px 30px rgba(0, 0, 0, .6), 0 0 25px rgba(235,169,44,.12); }
.hero h1 em { color: #ffd366; }
.hero-copy .eyebrow { color: #f6bc43; }
.signup-card {
  transform: none;
  border-color: rgba(255, 199, 74, .5);
  background: linear-gradient(150deg, rgba(91, 23, 12, .97), rgba(18, 7, 3, .98));
  box-shadow: 0 30px 75px rgba(0, 0, 0, .55), 0 0 30px rgba(206, 35, 20, .2);
}

.reviews { background: #f7ead4; }
.games { background: linear-gradient(180deg, #150303, #070202); }
.fund-banner, .final-cta { background: linear-gradient(110deg, #7f1510, #c52b1d 48%, #e5a62b); }
.site-footer { background: #060101; }

.login-dialog {
  border-color: rgba(255, 199, 72, .58);
  background: radial-gradient(circle at 50% 0, rgba(220, 42, 25, .28), transparent 40%), linear-gradient(145deg, #240504, #070202);
}
#xyz-support-root .support-panel { background: linear-gradient(160deg, #1c0403, #050101); }

body::after {
  background:
    url("assets/brand/goldinchicken-logo.webp?v=1") center 43% / 92% auto no-repeat,
    radial-gradient(circle at 50% 34%, rgba(210, 27, 24, .32), transparent 49%),
    linear-gradient(145deg, rgba(28, 5, 4, .97), rgba(7, 4, 3, .98));
}

@media (max-width: 950px) {
  .hero { grid-template-columns: 1fr; }
  .hero-copy { padding-left: 0; }
}
@media (max-width: 620px) {
  .site-header .juwa-brand { width: 210px; height: 72px; }
  .top-game-marquee, .hero { width: calc(100% - 22px); }
}

.games-grid .game-card {
  cursor: pointer;
  text-decoration: none;
  pointer-events: auto !important;
  touch-action: auto;
}
