:root {
  /* GAMADORBET — koyu yesil zemin + altin vurgu + kirmizi promo (luks casino) */
  --primary: #d4af37;        /* Royal Gold — ana vurgu */
  --secondary: #002b12;      /* Deep Casino Green */
  --tertiary: #ffe08a;       /* Champagne Gold — acik vurgu/sheen */
  --neutral: #000800;        /* Luxury Dark Green — ana zemin */
  --bg-0: #000800;
  --bg-1: #001a0b;           /* Dark Header Green */
  --bg-2: #002b12;
  --panel: #002b12;
  --panel-strong: #003a1c;   /* hafif yukseltilmis panel */
  --line: rgba(212, 175, 55, 0.34);     /* altin cizgi */
  --line-soft: rgba(245, 241, 230, 0.14);
  --text: #f5f1e6;           /* Soft White */
  --muted: #a9bbb0;
  --amethyst: #d4af37;       /* accent (gold) */
  --amethyst-strong: #8a5a08;/* Antique Gold — gradyan koyu uc */
  --lavender: #ffe08a;       /* acik altin highlight */
  --shadow: 0 18px 40px rgba(5, 5, 5, 0.5);
  /* yardimci palet */
  --gold: #d4af37; --gold-soft: #f0c850; --gold-bright: #f0c850; --gold-dark: #8a5a08; --gold-text: #ffe08a;
  --red: #b11226; --red-bright: #e51b2f; --red-dark: #6e0715;
  --green-emerald: #005a2a; --green-deep: #002b12; --header: #001a0b;
}

* {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  min-height: 100%;
}

body {
  background: #001208;
  color: var(--text);
  font-family: "Inter", sans-serif;
  line-height: 1.35;
  padding-bottom: 62px;
  position: relative;
}

.live-winner-ticker {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 90;
  display: flex;
  align-items: center;
  min-height: 48px;
  border-top: 1px solid rgba(245, 241, 230, 0.18);
  background:
    linear-gradient(90deg, rgba(0, 8, 0, 0.98), rgba(0, 43, 18, 0.98) 44%, rgba(0, 8, 0, 0.98)),
    radial-gradient(circle at 15% 50%, rgba(212, 175, 55, 0.2), transparent 24%);
  box-shadow: 0 -12px 28px rgba(0, 8, 0, 0.38);
  backdrop-filter: blur(14px);
}

.live-winner-label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  align-self: stretch;
  padding: 0 18px;
  border-right: 1px solid rgba(245, 241, 230, 0.12);
  background: rgba(212, 175, 55, 0.24);
  color: #f5f1e6;
  font-size: 14px;
  font-weight: 800;
  text-transform: uppercase;
  white-space: nowrap;
}

.live-winner-marquee {
  position: relative;
  flex: 1;
  overflow: hidden;
  min-width: 0;
  mask-image: linear-gradient(90deg, transparent 0%, #000800 6%, #000800 94%, transparent 100%);
  -webkit-mask-image: linear-gradient(90deg, transparent 0%, #000800 6%, #000800 94%, transparent 100%);
}

.live-winner-track {
  display: flex;
  align-items: center;
  width: max-content;
  gap: 34px;
  padding-left: 34px;
  color: #f5f1e6;
  font-size: 17px;
  font-weight: 700;
  animation: liveWinnerTickerMove 38s linear infinite;
}

.live-winner-track span {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 48px;
  white-space: nowrap;
}

.live-winner-track span::after {
  content: "";
  width: 5px;
  height: 5px;
  margin-left: 34px;
  border-radius: 50%;
  background: #f0c850;
  box-shadow: 0 0 12px rgba(240, 200, 80, 0.62);
}

@keyframes liveWinnerTickerMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.news-ticker {
  position: sticky;
  top: 0;
  z-index: 80;
  display: flex;
  align-items: center;
  gap: 10px;
  min-height: 28px;
  padding: 1px 8px 1px 0;
  color: var(--tertiary);
  font-size: 11px;
  font-weight: 700;
  background: linear-gradient(
    90deg,
    var(--primary),
    var(--amethyst-strong),
    var(--primary)
  );
  border-bottom: 1px solid rgba(245, 241, 230, 0.12);
}

.news-marquee {
  position: relative;
  overflow: hidden;
  flex: 1;
  white-space: nowrap;
}

.news-track {
  display: inline-flex;
  align-items: center;
  gap: 40px;
  padding-left: 12px;
  animation: newsTickerMove 36s linear infinite;
}

.news-track span {
  white-space: nowrap;
}

@keyframes newsTickerMove {
  0% {
    transform: translateX(0);
  }

  100% {
    transform: translateX(-50%);
  }
}

.news-close {
  width: 22px;
  height: 22px;
  border: 0;
  border-radius: 2px;
  background: transparent;
  color: var(--neutral);
  font-size: 18px;
  line-height: 1;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.floating-world,
.floating-close {
  position: fixed;
  z-index: 70;
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 1px solid var(--line);
  background: linear-gradient(160deg, var(--panel-strong), var(--neutral));
  color: var(--text);
  display: grid;
  place-items: center;
  text-decoration: none;
  box-shadow: 0 8px 20px rgba(0, 8, 0, 0.32);
}

.floating-world {
  left: 8px;
  top: 14px;
}

.bg-aurora {
  position: fixed;
  inset: 0;
  pointer-events: none;
  background:
    radial-gradient(ellipse 110% 85% at 78% 12%, rgba(0, 110, 52, 0.4), transparent 62%),
    radial-gradient(ellipse 95% 85% at 14% 94%, rgba(0, 90, 42, 0.28), transparent 62%),
    linear-gradient(160deg, #00190c 0%, #002b12 45%, #001a0b 80%, #00120a 100%);
  z-index: -1;
}

.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  margin: 0 auto;
  width: 100%;
  border-radius: 0;
  background: rgba(0, 8, 0, 0.9);
  border: 1px solid rgba(245, 241, 230, 0.08);
  border-left: none;
  border-right: none;
  border-top: none;
  box-shadow: 0 10px 30px rgba(0, 8, 0, 0.4), inset 0 1px 0 rgba(245, 241, 230, 0.1);
  backdrop-filter: blur(12px);
  transform: translate3d(0, 0, 0);
  transition:
    width 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
    transform 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
    border-radius 0.28s cubic-bezier(0.2, 0.8, 0.2, 1),
    background-color 0.28s ease,
    box-shadow 0.28s ease,
    border-color 0.28s ease,
    backdrop-filter 0.28s ease;
  will-change: transform;
}

.topbar.scrolled {
  width: min(1800px, calc(100vw - 32px));
  border-radius: 20px;
  border: 1px solid rgba(245, 241, 230, 0.08);
  background: rgba(0, 8, 0, 0.65);
  backdrop-filter: blur(20px);
  transform: translate3d(0, 16px, 0);
}

.topbar-row {
  width: min(1800px, calc(100vw - clamp(24px, 10vw, 220px)));
  max-width: none;
  margin: 0 auto;
  padding: 16px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
}

.brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  width: auto;
  flex-shrink: 0;
  text-decoration: none;
}

.brand img {
  width: auto;
  height: 48px;
  max-height: 48px;
  object-fit: contain;
  display: block;
  filter: drop-shadow(0 6px 14px rgba(170, 110, 255, 0.35));
}

.brand-wordmark {
  display: none !important; /* logo lockup zaten "CASINO ARWEN" yazisini iceriyor */
  color: #f5f1e6;
  font-size: 30px;
  font-weight: 800;
  letter-spacing: 0.2px;
  line-height: 1;
}

.main-text-nav {
  display: flex;
  align-items: center;
  gap: 28px;
}

.text-link {
  color: var(--text);
  opacity: 0.7;
  text-decoration: none;
  font-size: 17px;
  font-weight: 700;
  transition: all 0.2s ease;
  position: relative;
}

.text-link:hover, .text-link.active {
  opacity: 1;
  color: var(--amethyst);
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.6);
}

.auth-links {
  display: flex;
  gap: 12px;
  align-items: center;
}

.auth-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 16px;
  font-weight: 800;
  cursor: pointer;
  font-family: "Inter", sans-serif;
  text-decoration: none;
  transition: all 0.2s ease;
}

.btn-login {
  background: rgba(245, 241, 230, 0.05);
  color: var(--text);
  border: 1px solid rgba(245, 241, 230, 0.1);
}

.btn-login:hover {
  background: rgba(245, 241, 230, 0.1);
}

.btn-register {
  background: linear-gradient(135deg, var(--amethyst), var(--amethyst-strong));
  color: #f5f1e6;
  border: 1px solid rgba(212, 175, 55, 0.4);
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.25);
}

.btn-register:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow: 0 6px 24px rgba(212, 175, 55, 0.4);
}

.page-shell {
  position: relative;
  z-index: 2;
  width: min(1800px, calc(100vw - clamp(24px, 10vw, 220px)));
  max-width: none;
  margin: 0 auto 0;
  padding: 0 12px 46px;
}

.surface {
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.purple-border-glow {
  border-color: rgba(240, 200, 80, 0.82) !important;
  animation: purpleBorderGlow 2.7s ease-in-out infinite;
  will-change: border-color, filter;
}

@keyframes purpleBorderGlow {
  0%,
  100% {
    border-color: rgba(212, 175, 55, 0.54);
    filter:
      drop-shadow(0 0 5px rgba(212, 175, 55, 0.28))
      drop-shadow(0 0 14px rgba(212, 175, 55, 0.22));
  }

  50% {
    border-color: rgba(245, 241, 230, 0.95);
    filter:
      drop-shadow(0 0 10px rgba(240, 200, 80, 0.58))
      drop-shadow(0 0 26px rgba(212, 175, 55, 0.44));
  }
}

@media (prefers-reduced-motion: reduce) {
  .purple-border-glow {
    animation: none;
    filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.34));
  }
}

@property --snake-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}

.purple-border-snake {
  position: relative;
  border-color: rgba(212, 175, 55, 0.42) !important;
}

.purple-border-snake > .purple-border-snake__ring {
  position: absolute;
  inset: -1px;
  z-index: 8;
  pointer-events: none;
  border-radius: inherit;
  padding: 2px;
  background:
    conic-gradient(
      from var(--snake-angle),
      transparent 0deg 42deg,
      rgba(212, 175, 55, 0.16) 62deg,
      rgba(240, 200, 80, 0.95) 82deg,
      #f5f1e6 94deg,
      rgba(240, 200, 80, 0.92) 106deg,
      rgba(212, 175, 55, 0.12) 128deg,
      transparent 150deg 360deg
    );
  filter:
    drop-shadow(0 0 6px rgba(240, 200, 80, 0.72))
    drop-shadow(0 0 16px rgba(212, 175, 55, 0.42));
  -webkit-mask:
    linear-gradient(#000800 0 0) content-box,
    linear-gradient(#000800 0 0);
  -webkit-mask-composite: xor;
  mask:
    linear-gradient(#000800 0 0) content-box,
    linear-gradient(#000800 0 0);
  mask-composite: exclude;
  animation: purpleSnakeBorder 2.35s linear infinite;
}

.purple-border-snake:hover > .purple-border-snake__ring {
  filter:
    drop-shadow(0 0 8px rgba(245, 241, 230, 0.9))
    drop-shadow(0 0 24px rgba(212, 175, 55, 0.58));
  animation-duration: 1.75s;
}

@keyframes purpleSnakeBorder {
  to {
    --snake-angle: 360deg;
  }
}

@media (prefers-reduced-motion: reduce) {
  .purple-border-snake > .purple-border-snake__ring {
    animation: none;
    --snake-angle: 52deg;
  }
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition:
    opacity 0.55s ease,
    transform 0.55s ease;
}

.reveal.is-visible {
  opacity: 1;
  transform: translateY(0);
}

.hero {
  margin-bottom: 18px;
}

.promotions-tab {
  position: relative;
  margin: 6px 0 18px;
  padding: clamp(18px, 2.2vw, 32px);
  border-radius: 24px;
  border: 1px solid rgba(240, 200, 80, 0.16);
  background:
    radial-gradient(circle at 50% 0%, rgba(212, 175, 55, 0.15), transparent 56%),
    linear-gradient(180deg, rgba(0, 8, 0, 0.95), rgba(0, 8, 0, 0.96));
  box-shadow: var(--shadow);
  isolation: isolate;
  overflow: hidden;
  scroll-margin-top: 130px;
}

.promotions-tab::before {
  content: "%";
  position: absolute;
  inset: -40px 0 auto;
  text-align: center;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(190px, 35vw, 460px);
  line-height: 0.72;
  letter-spacing: 6px;
  color: rgba(245, 241, 230, 0.05);
  z-index: -1;
  pointer-events: none;
}

.promotions-hero {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  gap: 10px;
  margin-bottom: 20px;
}

.promotions-kicker {
  margin: 0;
  color: var(--tertiary);
  font-size: clamp(24px, 3vw, 38px);
  font-family: "GilroyArwen", "Inter", sans-serif;
  letter-spacing: 1.2px;
  text-shadow: 0 8px 20px rgba(0, 8, 0, 0.4);
}

.promotions-hero h2 {
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(48px, 8vw, 112px);
  line-height: 0.85;
  letter-spacing: 1.1px;
  color: #f5f1e6;
  text-shadow: 0 10px 28px rgba(0, 8, 0, 0.45);
}

.promotions-subtitle {
  margin: 0;
  color: #f0c850;
  font-size: clamp(21px, 2.4vw, 35px);
  font-weight: 600;
}

.promotions-cta {
  margin-top: 6px;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 10px 26px;
  border-radius: 10px;
  border: 1px solid rgba(255, 224, 138, 0.25);
  background: linear-gradient(180deg, #d4af37, #d4af37);
  color: #f5f1e6;
  font-size: 20px;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow:
    0 0 0 1px rgba(245, 241, 230, 0.05) inset,
    0 12px 24px rgba(0, 8, 0, 0.32);
  transition:
    transform 0.2s ease,
    filter 0.2s ease;
}

.promotions-cta:hover {
  transform: translateY(-1px);
  filter: brightness(1.05);
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 16px;
}

.promotions-page-only .promotions-tab {
  margin-top: 8px;
}

.promotions-page-only .promotions-grid {
  max-width: 1220px;
  margin: 0 auto;
  padding: 8px;
  gap: 14px;
}

.promotion-card {
  position: relative;
  border-radius: 16px;
  padding: 3px;
  background: rgba(0, 8, 0, 0.9);
  overflow: hidden;
  isolation: isolate;
}

.promotion-card::before {
  content: "";
  position: absolute;
  inset: -2px;
  border-radius: 18px;
  background: conic-gradient(
    from var(--glow-angle),
    transparent 0deg,
    #f0c850 90deg,
    transparent 180deg,
    #f0c850 270deg,
    transparent 360deg
  );
  animation: promoGlowSpin 3s linear infinite;
  z-index: 0;
  pointer-events: none;
}

.promotion-card a {
  display: block;
  position: relative;
  border-radius: 15px;
  overflow: hidden;
  isolation: isolate;
  background: rgba(0, 8, 0, 0.96);
  z-index: 1;
}

.promotion-card a::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 15px;
  box-shadow:
    inset 0 0 0 1px rgba(245, 241, 230, 0.07),
    0 0 20px rgba(240, 200, 80, 0.24);
  pointer-events: none;
}

.promotion-card img {
  width: 100%;
  aspect-ratio: 16 / 6.9;
  display: block;
  object-fit: cover;
  transform: scale(1.005);
  transition: transform 0.3s ease;
}

.promotion-card:hover img {
  transform: scale(1.03);
}

.hero-container {
  display: grid;
  grid-template-columns: 1fr 420px;
  gap: 52px;
  align-items: center;
  min-height: 480px;
  padding: 56px;
  border-radius: 0;
  background: transparent;
  border: none;
  box-shadow: none;
  position: relative;
  overflow: hidden;
  width: 100vw;
  margin-left: calc(-50vw + 50%);
}

.hero-bg-video {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  width: auto;
  height: auto;
  transform: translate(-50%, -50%);
  z-index: 0;
  object-fit: cover;
  filter: blur(7px) brightness(0.72) saturate(1.28);
  pointer-events: none;
}

.hero-casino-broll {
  display: none; /* GAMADORBET: daginik dekoratif b-roll katmani kaldirildi */
  position: absolute;
  inset: 0;
  z-index: 1;
  overflow: hidden;
  pointer-events: none;
  background:
    radial-gradient(circle at 72% 38%, rgba(212, 175, 55, 0.26), transparent 22%),
    radial-gradient(circle at 18% 74%, rgba(212, 175, 55, 0.22), transparent 26%),
    linear-gradient(118deg, rgba(0, 8, 0, 0.28), rgba(0, 43, 18, 0.22) 48%, rgba(0, 8, 0, 0.12));
  mix-blend-mode: screen;
}

.hero-casino-broll::before,
.hero-casino-broll::after {
  content: "";
  position: absolute;
  inset: -18%;
  opacity: 0.56;
  background:
    conic-gradient(from 90deg at 50% 50%, transparent 0 12deg, rgba(240, 200, 80, 0.26) 13deg 18deg, transparent 20deg 42deg),
    radial-gradient(circle, transparent 0 42%, rgba(212, 175, 55, 0.18) 43% 45%, transparent 47%);
  animation: brollOrbitalSweep 18s linear infinite;
}

.hero-casino-broll::after {
  inset: 18% auto auto 56%;
  width: 480px;
  height: 480px;
  border-radius: 50%;
  opacity: 0.42;
  background:
    repeating-conic-gradient(from 0deg, rgba(245, 241, 230, 0.18) 0deg 5deg, transparent 5deg 13deg),
    radial-gradient(circle, transparent 0 36%, rgba(212, 175, 55, 0.38) 37% 39%, transparent 40%),
    radial-gradient(circle, rgba(212, 175, 55, 0.16), transparent 68%);
  filter: blur(0.2px);
  animation-duration: 9s;
  animation-direction: reverse;
}

.broll-scanline {
  position: absolute;
  inset: 0;
  opacity: 0.16;
  background:
    linear-gradient(90deg, transparent, rgba(245, 241, 230, 0.42), transparent),
    repeating-linear-gradient(0deg, transparent 0 9px, rgba(245, 241, 230, 0.16) 10px, transparent 12px);
  transform: translateX(-100%);
  animation: brollScan 6.5s ease-in-out infinite;
}

.broll-filmstrip {
  position: absolute;
  display: grid;
  gap: 12px;
  padding: 12px;
  border: 1px solid rgba(245, 241, 230, 0.16);
  background: rgba(0, 8, 0, 0.34);
  box-shadow:
    0 28px 80px rgba(0, 43, 18, 0.42),
    inset 0 0 0 1px rgba(245, 241, 230, 0.06);
  backdrop-filter: blur(10px);
}

.broll-filmstrip-main {
  right: min(6vw, 88px);
  top: 84px;
  width: min(38vw, 560px);
  grid-template-columns: repeat(4, minmax(72px, 1fr));
  transform: rotate(-8deg) translate3d(0, 0, 0);
  animation: brollFloatMain 12s ease-in-out infinite;
}

.broll-filmstrip-ghost {
  left: min(4vw, 62px);
  bottom: 58px;
  width: min(34vw, 440px);
  grid-template-columns: repeat(3, minmax(74px, 1fr));
  opacity: 0.64;
  transform: rotate(7deg) translate3d(0, 0, 0);
  animation: brollFloatGhost 14s ease-in-out infinite;
}

.broll-shot {
  position: relative;
  display: block;
  aspect-ratio: 9 / 14;
  min-height: 118px;
  overflow: hidden;
  border-radius: 10px;
  border: 1px solid rgba(245, 241, 230, 0.14);
  background:
    radial-gradient(circle at 50% 36%, rgba(245, 241, 230, 0.5), transparent 8%),
    linear-gradient(145deg, rgba(212, 175, 55, 0.92), rgba(0, 8, 0, 0.92));
  box-shadow: inset 0 0 30px rgba(0, 8, 0, 0.5);
}

.broll-shot::before,
.broll-shot::after {
  content: "";
  position: absolute;
  inset: 12%;
  border-radius: 50%;
  border: 7px solid rgba(245, 241, 230, 0.22);
  box-shadow: 0 0 24px rgba(245, 241, 230, 0.34);
}

.broll-shot::after {
  inset: auto 16% 14%;
  height: 22%;
  border: 0;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(245, 241, 230, 0.2), rgba(245, 241, 230, 0.54), rgba(212, 175, 55, 0.18));
  transform: skewX(-12deg);
}

.shot-roulette {
  background:
    repeating-conic-gradient(from 12deg, #002b12 0deg 10deg, #d4af37 10deg 20deg, #002b12 20deg 30deg),
    radial-gradient(circle, rgba(255, 224, 138, 0.82), transparent 13%);
}

.shot-cards {
  background:
    linear-gradient(115deg, transparent 0 36%, rgba(245, 241, 230, 0.88) 37% 62%, transparent 63%),
    linear-gradient(145deg, rgba(212, 175, 55, 0.94), rgba(0, 8, 0, 0.94));
}

.shot-cards::before {
  inset: 18% 28% 22% 20%;
  border-radius: 10px;
  transform: rotate(-11deg);
}

.shot-slots {
  background:
    repeating-linear-gradient(90deg, rgba(245, 241, 230, 0.22) 0 22%, transparent 23% 34%),
    linear-gradient(145deg, rgba(240, 200, 80, 0.86), rgba(0, 8, 0, 0.96));
}

.shot-slots::before {
  inset: 24% 15%;
  border-radius: 12px;
  border-width: 2px;
  background: linear-gradient(90deg, rgba(240, 200, 80, 0.82), rgba(245, 241, 230, 0.3), rgba(240, 200, 80, 0.82));
}

.shot-chips {
  background:
    radial-gradient(circle at 44% 38%, #f5f1e6 0 8%, transparent 9%),
    radial-gradient(circle at 43% 38%, transparent 0 21%, rgba(245, 241, 230, 0.5) 22% 27%, transparent 28%),
    radial-gradient(circle at 58% 57%, #d4af37 0 25%, transparent 26%),
    linear-gradient(145deg, rgba(0, 43, 18, 0.96), rgba(0, 8, 0, 0.94));
}

.broll-roulette-lens {
  position: absolute;
  right: 14%;
  bottom: 10%;
  width: 220px;
  aspect-ratio: 1;
  border-radius: 50%;
  border: 1px solid rgba(245, 241, 230, 0.18);
  background:
    repeating-conic-gradient(from 18deg, rgba(245, 241, 230, 0.18) 0deg 7deg, rgba(212, 175, 55, 0.28) 7deg 15deg, rgba(0, 8, 0, 0.28) 15deg 24deg),
    radial-gradient(circle, rgba(245, 241, 230, 0.18), transparent 62%);
  filter: blur(0.1px);
  opacity: 0.74;
  animation: brollWheelDrift 10s ease-in-out infinite;
}

.broll-roulette-lens span {
  position: absolute;
  inset: 18%;
  border-radius: 50%;
  border: 1px solid rgba(245, 241, 230, 0.22);
}

.broll-roulette-lens span:nth-child(2) {
  inset: 35%;
  background: rgba(245, 241, 230, 0.16);
}

.broll-roulette-lens span:nth-child(3) {
  inset: 48%;
  background: #d4af37;
  box-shadow: 0 0 24px rgba(212, 175, 55, 0.55);
}

.broll-table-sweep {
  position: absolute;
  left: 43%;
  top: 48%;
  width: 280px;
  height: 150px;
  transform: rotate(-13deg);
  opacity: 0.76;
  animation: brollTableSweep 9s ease-in-out infinite;
}

.broll-card {
  position: absolute;
  display: grid;
  place-items: start;
  width: 78px;
  height: 108px;
  padding: 9px;
  border-radius: 9px;
  color: #002b12;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: 34px;
  line-height: 0.9;
  background: linear-gradient(145deg, #f5f1e6, #f5f1e6);
  box-shadow: 0 18px 42px rgba(0, 8, 0, 0.5);
}

.card-one {
  left: 24px;
  top: 10px;
  transform: rotate(-11deg);
}

.card-two {
  left: 84px;
  top: 24px;
  transform: rotate(10deg);
}

.broll-chip {
  position: absolute;
  right: 54px;
  bottom: 22px;
  width: 48px;
  height: 48px;
  border-radius: 50%;
  background:
    radial-gradient(circle, #f5f1e6 0 15%, transparent 16%),
    repeating-conic-gradient(#d4af37 0deg 20deg, #f5f1e6 20deg 31deg, #002b12 31deg 46deg);
  box-shadow: 0 0 28px rgba(212, 175, 55, 0.62);
}

.broll-chip-alt {
  right: 16px;
  bottom: 50px;
  width: 38px;
  height: 38px;
  background:
    radial-gradient(circle, #002b12 0 17%, transparent 18%),
    repeating-conic-gradient(#d4af37 0deg 18deg, #f5f1e6 18deg 28deg, #d4af37 28deg 44deg);
}

.hero-bg-overlay {
  position: absolute;
  inset: 0;
  background:
    radial-gradient(circle at 68% 42%, rgba(212, 175, 55, 0.24), transparent 27%),
    linear-gradient(90deg, rgba(0, 8, 0, 0.94) 0%, rgba(0, 43, 18, 0.76) 45%, rgba(0, 8, 0, 0.64) 100%),
    linear-gradient(180deg, rgba(0, 8, 0, 0.28), rgba(0, 8, 0, 0.88));
  z-index: 2;
  pointer-events: none;
}

.hero-content {
  position: relative;
  z-index: 5;
}

.hero-content h1 {
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(58px, 7.2vw, 92px);
  line-height: 1;
  margin: 0 0 20px;
  color: #f5f1e6;
}

.text-gold {
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.4);
}

.hero-content p {
  font-size: clamp(20px, 2vw, 24px);
  color: rgba(245, 241, 230, 0.8);
  max-width: 620px;
  margin: 0 0 38px;
}

.hero-actions {
  display: flex;
  gap: 20px;
}

.btn-primary {
  background: var(--amethyst-strong);
  color: #f5f1e6;
  border: 1px solid var(--amethyst);
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
  transition: all 0.2s;
  display: inline-flex;
  align-items: center;
}

.btn-primary:hover {
  filter: brightness(1.1);
  transform: translateY(-2px);
}

.btn-outline {
  background: transparent;
  color: #f5f1e6;
  border: 1px solid rgba(245, 241, 230, 0.3);
  padding: 14px 28px;
  border-radius: 8px;
  font-weight: 700;
  font-size: 18px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-outline:hover {
  background: rgba(245, 241, 230, 0.1);
  border-color: #f5f1e6;
}

/* Dashboard Widget */
.hero-dashboard-widget {
  position: relative;
  background: rgba(0, 8, 0, 0.6);
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 16px;
  padding: 20px;
  backdrop-filter: blur(12px);
  box-shadow: 0 10px 30px rgba(0, 8, 0, 0.5);
  display: flex;
  flex-direction: column;
  gap: 20px;
  z-index: 2;
}

.widget-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.user-profile {
  display: flex;
  align-items: center;
  gap: 12px;
}

.avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: 2px solid var(--amethyst);
}

.user-info {
  display: flex;
  flex-direction: column;
}

.greeting {
  font-weight: 600;
  font-size: 16px;
  color: #f5f1e6;
}

.vip-level {
  font-size: 13px;
  font-weight: 700;
}

.btn-icon {
  background: rgba(245, 241, 230, 0.05);
  border: 1px solid rgba(245, 241, 230, 0.1);
  color: #f5f1e6;
  width: 36px;
  height: 36px;
  border-radius: 8px;
  cursor: pointer;
  display: grid;
  place-items: center;
  transition: all 0.2s;
}

.btn-icon:hover {
  background: rgba(245, 241, 230, 0.1);
}

.widget-balances {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  background: rgba(0, 8, 0, 0.2);
  padding: 12px;
  border-radius: 12px;
}

.balance-item {
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.balance-item .label {
  font-size: 11px;
  color: rgba(245, 241, 230, 0.6);
  text-transform: uppercase;
}

.balance-item .value {
  font-size: 14px;
  font-weight: 700;
  color: #f5f1e6;
}

.jackpot-highlight .value {
  font-size: 16px;
  text-shadow: 0 0 8px rgba(212, 175, 55, 0.5);
}

.widget-games {
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.games-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.games-header .label {
  font-size: 14px;
  font-weight: 600;
  color: rgba(245, 241, 230, 0.8);
}

.link-all {
  font-size: 12px;
  color: var(--amethyst);
  text-decoration: none;
}

.games-row {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.game-thumb {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
}

.game-thumb img {
  width: 100%;
  aspect-ratio: 1;
  border-radius: 8px;
  object-fit: cover;
  border: 1px solid rgba(212, 175, 55, 0.3);
}

.game-thumb span {
  font-size: 10px;
  color: rgba(245, 241, 230, 0.7);
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  width: 100%;
}

.widget-actions {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 8px;
}

.action-btn {
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: #f5f1e6;
  border-radius: 8px;
  padding: 10px 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  cursor: pointer;
  transition: all 0.2s;
}

.action-btn i {
  font-size: 16px;
  color: var(--amethyst);
}

.action-btn span {
  font-size: 10px;
  font-weight: 600;
}

.action-btn:hover {
  background: rgba(212, 175, 55, 0.2);
  transform: translateY(-2px);
}

@keyframes brollOrbitalSweep {
  0% {
    transform: rotate(0deg) scale(1);
  }

  50% {
    transform: rotate(180deg) scale(1.04);
  }

  100% {
    transform: rotate(360deg) scale(1);
  }
}

@keyframes brollScan {
  0%,
  26% {
    transform: translateX(-100%);
    opacity: 0;
  }

  44% {
    opacity: 0.2;
  }

  72%,
  100% {
    transform: translateX(100%);
    opacity: 0;
  }
}

@keyframes brollFloatMain {
  0%,
  100% {
    transform: rotate(-8deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-5deg) translate3d(-22px, 14px, 0);
  }
}

@keyframes brollFloatGhost {
  0%,
  100% {
    transform: rotate(7deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(3deg) translate3d(24px, -12px, 0);
  }
}

@keyframes brollWheelDrift {
  0%,
  100% {
    transform: translate3d(0, 0, 0) rotate(0deg);
  }

  50% {
    transform: translate3d(-18px, -16px, 0) rotate(42deg);
  }
}

@keyframes brollTableSweep {
  0%,
  100% {
    transform: rotate(-13deg) translate3d(0, 0, 0);
  }

  50% {
    transform: rotate(-9deg) translate3d(22px, -18px, 0);
  }
}

@media (max-width: 1024px) {
  .hero-container {
    grid-template-columns: 1fr;
    min-height: 440px;
    padding: 42px 28px;
    gap: 36px;
  }

  .hero-content h1 {
    font-size: clamp(48px, 10vw, 76px);
  }

  .hero-content p {
    font-size: clamp(18px, 3.5vw, 22px);
    max-width: 100%;
  }

  .broll-filmstrip-main {
    right: -40px;
    top: 70px;
    width: min(58vw, 420px);
  }

  .broll-filmstrip-ghost {
    left: -76px;
    bottom: 72px;
    width: min(52vw, 360px);
  }

  .broll-roulette-lens {
    right: -28px;
    bottom: 24%;
    width: 180px;
  }

  .broll-table-sweep {
    left: auto;
    right: 10%;
    top: 42%;
    transform: rotate(-10deg) scale(0.86);
  }

  .main-text-nav {
    display: none;
  }
}

@media (max-width: 680px) {
  .hero-casino-broll {
    opacity: 0.72;
  }

  .broll-filmstrip-main {
    right: -118px;
    top: 36px;
    width: 360px;
    gap: 8px;
    padding: 8px;
  }

  .broll-filmstrip-ghost,
  .broll-table-sweep {
    display: none;
  }

  .broll-shot {
    min-height: 96px;
    border-radius: 8px;
  }

  .broll-roulette-lens {
    right: -70px;
    bottom: 26px;
    width: 154px;
  }

  .hero-bg-overlay {
    background:
      radial-gradient(circle at 78% 22%, rgba(212, 175, 55, 0.22), transparent 32%),
      linear-gradient(180deg, rgba(0, 8, 0, 0.9), rgba(0, 43, 18, 0.78) 48%, rgba(0, 8, 0, 0.92));
  }
}

@media (prefers-reduced-motion: reduce) {
  .hero-casino-broll::before,
  .hero-casino-broll::after,
  .broll-scanline,
  .broll-filmstrip,
  .broll-roulette-lens,
  .broll-table-sweep {
    animation: none;
  }
}

.category-tabs {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 8px;
  padding: 0;
  margin-bottom: 18px;
}

.tab-btn {
  padding: 8px 8px;
  border-radius: 10px;
  border: 1px solid var(--line-soft);
  background: linear-gradient(
    180deg,
    rgba(0, 43, 18, 0.95),
    rgba(0, 8, 0, 0.95)
  );
  color: var(--text);
  font-size: 13px;
  font-family: "Inter", sans-serif;
  letter-spacing: 0;
  font-weight: 700;
  cursor: pointer;
  display: inline-flex;
  justify-content: center;
  align-items: center;
  gap: 6px;
}

.tab-btn.active {
  color: var(--neutral);
  background: linear-gradient(130deg, var(--amethyst), var(--tertiary));
}

.popular-tabs {
  margin-bottom: 18px;
}

/* 笏笏 Section Titles & Headers 笏笏 */
.game-section {
  margin-bottom: 24px;
}

.section-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 16px;
}

.section-title {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: 24px;
  font-weight: 600;
  color: #f5f1e6;
  white-space: nowrap;
}

.view-all-link {
  font-size: 13px;
  color: var(--amethyst);
  text-decoration: none;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 6px;
  transition: opacity 0.2s;
}

.view-all-link:hover {
  opacity: 0.8;
}

/* 笏笏 Grids 笏笏 */
.games-grid {
  display: grid;
  gap: 16px;
}

.popular-ticker {
  position: relative;
  overflow: hidden;
  border-radius: 16px;
  mask-image: linear-gradient(
    to right,
    transparent 0,
    #000800 2.5%,
    #000800 97.5%,
    transparent 100%
  );
}

.popular-ticker-track {
  display: flex;
  width: max-content;
  will-change: transform;
  transform: translate3d(0, 0, 0);
}

.popular-ticker-set {
  display: flex;
  align-items: stretch;
  gap: 18px;
  padding-right: 18px;
}

.popular-ticker .game-icon-card {
  flex: 0 0 clamp(300px, 22vw, 430px);
  min-height: 220px;
  aspect-ratio: 16 / 9;
  position: relative;
  border-radius: 14px;
  overflow: hidden;
  padding: 0;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: #000800;
}

.popular-ticker .game-icon-card:hover {
  transform: none;
  border-color: rgba(240, 200, 80, 0.72);
  box-shadow: 0 10px 24px rgba(0, 43, 18, 0.36);
}

.popular-game-card .popular-game-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.popular-game-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(to top, rgba(0, 8, 0, 0.88) 0%, rgba(0, 8, 0, 0.44) 33%, rgba(0, 8, 0, 0.1) 58%, rgba(0, 8, 0, 0) 75%),
    linear-gradient(125deg, rgba(212, 175, 55, 0.12), rgba(212, 175, 55, 0));
  pointer-events: none;
}

.popular-game-card .popular-game-cta {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  padding: 14px 12px 13px;
  text-align: center;
  font-family: "Inter", sans-serif;
  font-size: 22px;
  line-height: 1;
  font-weight: 700;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: rgba(245, 241, 230, 0.96);
  text-shadow: 0 2px 10px rgba(0, 8, 0, 0.65);
}

@media (max-width: 1200px) {
  .popular-ticker .game-icon-card {
    flex-basis: clamp(280px, 48vw, 370px);
  }
}

@media (max-width: 768px) {
  .popular-ticker .game-icon-card {
    flex-basis: clamp(250px, 74vw, 330px);
  }
}

@media (prefers-reduced-motion: reduce) {
  .popular-ticker {
    overflow-x: auto;
    mask-image: none;
  }

  .popular-ticker-track {
    transform: none !important;
  }
}

.popular-games-section {
  margin-bottom: 30px;
  padding: 2px 0 0;
}

.popular-games-section .section-header {
  margin-bottom: 22px;
  padding-top: 0;
}

.popular-games-section .view-all-link {
  color: #d4af37;
  font-size: clamp(14px, 1vw, 17px);
  font-weight: 800;
  text-transform: none;
  text-shadow: 0 0 12px rgba(212, 175, 55, 0.38);
}

.popular-games-section .view-all-link i {
  font-size: 13px;
  filter: drop-shadow(0 0 7px rgba(212, 175, 55, 0.75));
}

.popular-games-grid {
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: clamp(14px, 1.35vw, 22px);
}

.popular-category-card {
  position: relative;
  min-width: 0;
  min-height: clamp(262px, 19.5vw, 356px);
  padding: clamp(18px, 1.25vw, 24px) clamp(18px, 1.35vw, 27px) clamp(16px, 1.2vw, 23px);
  overflow: hidden;
  border: 1px solid rgba(212, 175, 55, 0.58);
  border-radius: 14px;
  background:
    radial-gradient(circle at 50% 5%, rgba(212, 175, 55, 0.22), transparent 42%),
    linear-gradient(180deg, rgba(0, 8, 0, 0.92), rgba(0, 8, 0, 0.98) 78%);
  box-shadow:
    inset 0 0 0 2px rgba(245, 241, 230, 0.025),
    inset 0 14px 30px rgba(212, 175, 55, 0.08),
    0 13px 22px rgba(0, 8, 0, 0.26);
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  isolation: isolate;
  transition:
    transform 0.24s ease,
    border-color 0.24s ease,
    box-shadow 0.24s ease;
}

.popular-category-card::before,
.popular-category-card::after {
  content: "";
  position: absolute;
  pointer-events: none;
  z-index: -1;
}

.popular-category-card::before {
  inset: 0;
  background:
    linear-gradient(180deg, rgba(245, 241, 230, 0.05), transparent 25%),
    radial-gradient(circle at 50% 16%, rgba(212, 175, 55, 0.22), transparent 31%),
    radial-gradient(circle at 50% 45%, rgba(0, 43, 18, 0.18), transparent 43%);
}

.popular-category-card::after {
  inset: auto 12% 10px;
  height: 34%;
  background: linear-gradient(180deg, transparent, rgba(0, 8, 0, 0.88));
}

.popular-category-card:hover {
  transform: translateY(-4px);
  border-color: rgba(212, 175, 55, 0.82);
  box-shadow:
    inset 0 0 0 2px rgba(245, 241, 230, 0.035),
    0 16px 32px rgba(0, 43, 18, 0.32);
}

.popular-star-btn {
  position: absolute;
  top: clamp(14px, 1vw, 19px);
  right: clamp(13px, 1vw, 18px);
  z-index: 3;
  width: 26px;
  height: 26px;
  padding: 0;
  border: 0;
  background: transparent;
  color: rgba(245, 241, 230, 0.86);
  display: grid;
  place-items: center;
  font-size: 22px;
  line-height: 1;
  cursor: pointer;
  text-shadow: 0 0 12px rgba(240, 200, 80, 0.54);
}

.popular-star-btn:hover {
  color: #f5f1e6;
}

.popular-game-art {
  position: relative;
  min-width: 0;
  width: 100%;
  height: clamp(126px, 9.8vw, 178px);
  margin: 2px 0 clamp(10px, 1vw, 17px);
  display: grid;
  place-items: center;
}

.popular-game-art::before {
  content: "";
  position: absolute;
  inset: 16% 5% 0;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(212, 175, 55, 0.28), transparent 63%);
  filter: blur(4px);
}

.slot-crown {
  position: absolute;
  top: 4px;
  left: 50%;
  z-index: 2;
  color: #f0c850;
  font-size: clamp(29px, 2.5vw, 48px);
  transform: translateX(-50%) rotate(-4deg);
  filter:
    drop-shadow(0 5px 6px rgba(0, 8, 0, 0.55))
    drop-shadow(0 0 9px rgba(240, 200, 80, 0.48));
}

.slot-machine {
  position: relative;
  z-index: 1;
  width: min(84%, 170px);
  height: clamp(58px, 5vw, 88px);
  margin-top: clamp(18px, 2vw, 34px);
  border: 3px solid rgba(240, 200, 80, 0.8);
  border-radius: 22px;
  background:
    linear-gradient(90deg, rgba(0, 43, 18, 0.72), rgba(212, 175, 55, 0.78), rgba(0, 43, 18, 0.78)),
    linear-gradient(180deg, #002b12, #000800);
  box-shadow:
    inset 0 -9px 18px rgba(0, 8, 0, 0.45),
    0 10px 19px rgba(0, 8, 0, 0.52),
    0 0 19px rgba(212, 175, 55, 0.28);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  align-items: center;
  gap: 4px;
  padding: 7px 11px;
}

.slot-machine::before,
.slot-machine::after {
  content: "";
  position: absolute;
  top: 50%;
  width: 15px;
  height: 37px;
  border-radius: 999px;
  background: linear-gradient(180deg, #f0c850, #8a5a08);
  transform: translateY(-50%);
}

.slot-machine::before {
  left: -12px;
}

.slot-machine::after {
  right: -12px;
}

.slot-machine span {
  height: 100%;
  border-radius: 8px;
  background: linear-gradient(180deg, #ffe08a, #f0c850 46%, #000800 48%, #ffe08a 54%, #d4af37);
  color: #b11226;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(42px, 4vw, 68px);
  line-height: 1;
  font-weight: 700;
  text-shadow:
    0 2px 0 #ffe08a,
    0 4px 0 #6e0715;
  display: grid;
  place-items: center;
}

.roulette-wheel {
  position: relative;
  z-index: 1;
  width: clamp(108px, 8.2vw, 155px);
  aspect-ratio: 1;
  border-radius: 50%;
  background:
    radial-gradient(circle, #f0c850 0 6%, #000800 7% 15%, transparent 16%),
    repeating-conic-gradient(from 5deg, #000800 0 8deg, #b11226 8deg 16deg, #002b12 16deg 24deg, #f0c850 24deg 28deg),
    radial-gradient(circle, #6e0715 0 60%, #d4af37 61% 72%, #6e0715 73%);
  border: 8px solid #8a5a08;
  box-shadow:
    inset 0 0 0 7px rgba(0, 8, 0, 0.78),
    inset 0 0 18px rgba(0, 8, 0, 0.74),
    0 14px 21px rgba(0, 8, 0, 0.55);
}

.roulette-wheel::before {
  content: "";
  position: absolute;
  inset: 25%;
  border-radius: 50%;
  background: radial-gradient(circle, #f0c850 0 17%, #8a5a08 18% 72%, #000800 73%);
  border: 2px solid rgba(240, 200, 80, 0.55);
}

.roulette-wheel::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 10%;
  width: 8px;
  height: 42%;
  border-radius: 999px;
  background: linear-gradient(180deg, #f0c850, #8a5a08);
  transform: translateX(-50%);
  transform-origin: bottom center;
  box-shadow: 0 0 8px rgba(240, 200, 80, 0.35);
}

.playing-card,
.baccarat-card {
  position: absolute;
  z-index: 1;
  width: clamp(42px, 3.4vw, 64px);
  height: clamp(60px, 5vw, 92px);
  padding: 7px;
  border-radius: 8px;
  background: linear-gradient(145deg, #ffe08a, #f0c850);
  color: #b11226;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(19px, 1.5vw, 28px);
  font-weight: 700;
  line-height: 1;
  text-align: left;
  box-shadow:
    inset 0 0 0 1px rgba(138, 90, 8, 0.14),
    0 12px 18px rgba(0, 8, 0, 0.44);
}

.playing-card span,
.baccarat-card span {
  display: block;
  margin-top: 3px;
  font-size: 0.82em;
}

.popular-art-blackjack .card-a,
.popular-art-poker .card-a {
  left: 32%;
  top: 14%;
  transform: rotate(-12deg);
}

.popular-art-blackjack .card-b,
.popular-art-poker .card-b {
  left: 47%;
  top: 12%;
  color: #000800;
  transform: rotate(9deg);
}

.popular-art-poker .card-b {
  color: #b11226;
}

.chip {
  position: absolute;
  z-index: 2;
  bottom: 12%;
  width: clamp(39px, 3.3vw, 62px);
  aspect-ratio: 1;
  border-radius: 50%;
  border: 8px dashed #ffe08a;
  box-shadow:
    inset 0 0 0 10px currentColor,
    inset 0 0 0 16px rgba(0, 8, 0, 0.95),
    0 10px 14px rgba(0, 8, 0, 0.45);
}

.chip::after {
  content: "";
  position: absolute;
  inset: 25%;
  border-radius: 50%;
  background: currentColor;
}

.chip-gold {
  left: 30%;
  color: #d4af37;
}

.chip-silver {
  right: 27%;
  color: #2c2f3a;
}

.chip-purple {
  left: 31%;
  color: #d4af37;
}

.chip-red {
  right: 27%;
  color: #e51b2f;
}

.baccarat-card {
  top: 27%;
  width: clamp(54px, 4vw, 76px);
  height: clamp(76px, 5.6vw, 108px);
  background: linear-gradient(145deg, #f0c850, #8a5a08);
  color: #b11226;
}

.baccarat-left {
  left: 31%;
  transform: rotate(-15deg);
}

.baccarat-right {
  right: 31%;
  transform: rotate(13deg);
}

.baccarat-card::after {
  content: "";
  position: absolute;
  right: 9px;
  bottom: 12px;
  width: 20px;
  height: 20px;
  background: #d4af37;
  clip-path: polygon(50% 0, 62% 32%, 96% 35%, 69% 55%, 79% 89%, 50% 70%, 21% 89%, 31% 55%, 4% 35%, 38% 32%);
}

.popular-art-live {
  overflow: hidden;
  width: calc(100% + 18px);
  border-radius: 12px 12px 4px 4px;
  mask-image: linear-gradient(to bottom, #000800 70%, transparent 100%);
}

.popular-art-live img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 115%;
  object-fit: cover;
  object-position: 50% 30%;
  filter: saturate(0.95) contrast(1.03) brightness(0.88);
}

.popular-category-card h3 {
  position: relative;
  z-index: 2;
  margin: auto 0 clamp(13px, 1vw, 20px);
  color: #f5f1e6;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(22px, 1.75vw, 31px);
  font-weight: 700;
  line-height: 1;
  white-space: nowrap;
  text-shadow:
    0 2px 0 rgba(245, 241, 230, 0.08),
    0 5px 13px rgba(0, 8, 0, 0.72);
}

.popular-play-btn {
  position: relative;
  z-index: 2;
  width: 100%;
  min-height: clamp(39px, 3.1vw, 55px);
  border: 1px solid rgba(212, 175, 55, 0.7);
  border-radius: 12px;
  background:
    linear-gradient(180deg, rgba(0, 43, 18, 0.98), rgba(0, 8, 0, 0.98)),
    radial-gradient(circle at 50% 0, rgba(212, 175, 55, 0.72), transparent 75%);
  box-shadow:
    inset 0 1px 0 rgba(245, 241, 230, 0.11),
    inset 0 0 18px rgba(212, 175, 55, 0.26),
    0 0 16px rgba(212, 175, 55, 0.32);
  color: #f5f1e6;
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.2vw, 20px);
  font-weight: 800;
  cursor: pointer;
  text-transform: none;
  text-shadow: 0 1px 6px rgba(0, 8, 0, 0.78);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.popular-play-btn:hover {
  transform: translateY(-2px);
  filter: brightness(1.1);
  box-shadow:
    inset 0 1px 0 rgba(245, 241, 230, 0.13),
    inset 0 0 20px rgba(212, 175, 55, 0.34),
    0 0 21px rgba(212, 175, 55, 0.45);
}

/* Section layout replicas (shape/layout only, theme colors stay amethyst) */
.popular-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
  gap: 14px;
  align-items: stretch;
}

.popular-feature-card {
  position: relative;
  min-height: 260px;
  border-radius: 16px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  background:
    linear-gradient(110deg, rgba(0, 43, 18, 0.95), rgba(0, 8, 0, 0.94)),
    radial-gradient(circle at 85% 20%, rgba(240, 200, 80, 0.2), transparent 52%);
  display: grid;
  grid-template-columns: 1fr auto;
  overflow: hidden;
}

.popular-feature-copy {
  padding: 24px 22px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  justify-content: center;
}

.popular-feature-kicker {
  margin: 0;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  letter-spacing: 0.8px;
  color: rgba(245, 241, 230, 0.75);
  font-size: 12px;
}

.popular-feature-copy h3 {
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(48px, 3.6vw, 64px);
  line-height: 0.86;
  letter-spacing: 0.2px;
}

.popular-feature-copy p {
  margin: 0;
  font-family: "Inter", sans-serif;
  color: rgba(245, 241, 230, 0.85);
  font-size: 18px;
  font-weight: 600;
}

.popular-feature-btn {
  margin-top: 12px;
  width: auto;
  align-self: flex-start;
  padding: 10px 22px;
  border-radius: 999px;
  font-size: 12px;
  letter-spacing: 0.5px;
}

.popular-feature-media {
  width: clamp(180px, 28vw, 290px);
  position: relative;
  display: grid;
  place-items: center;
}

.popular-feature-media .fa-slot-machine {
  font-size: clamp(90px, 10vw, 150px);
  color: rgba(245, 241, 230, 0.9);
  filter: drop-shadow(0 0 12px rgba(212, 175, 55, 0.45));
}

.popular-feature-media .coin {
  position: absolute;
  font-size: 26px;
  color: rgba(240, 200, 80, 0.95);
}

.popular-feature-media .coin-a {
  right: 22%;
  top: 25%;
  transform: rotate(-14deg);
}

.popular-feature-media .coin-b {
  right: 15%;
  bottom: 18%;
  transform: rotate(14deg);
}

.popular-pill-track {
  display: flex;
  gap: 10px;
  align-items: stretch;
  overflow-x: auto;
  padding-bottom: 2px;
}

.popular-pill {
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  background: linear-gradient(180deg, rgba(0, 43, 18, 0.92), rgba(0, 8, 0, 0.95));
  color: rgba(245, 241, 230, 0.86);
  min-width: 64px;
  width: 64px;
  min-height: 260px;
  padding: 10px 8px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  transition: all 0.2s ease;
  clip-path: polygon(0 0, 100% 0, 100% 92%, 78% 100%, 0 100%);
}

.popular-pill .popular-pill-label {
  writing-mode: vertical-rl;
  transform: rotate(180deg);
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(16px, 1.4vw, 22px);
  line-height: 1.02;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.popular-pill i {
  font-size: 21px;
  opacity: 0.92;
}

.popular-pill.is-active,
.popular-pill:hover {
  border-color: rgba(240, 200, 80, 0.65);
  box-shadow: 0 0 18px rgba(212, 175, 55, 0.3);
}

.bonus-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.bonus-wide-card {
  position: relative;
  min-height: 180px;
  border: 1px solid rgba(212, 175, 55, 0.35);
  border-radius: 14px;
  padding: 16px 18px;
  overflow: hidden;
  background: linear-gradient(120deg, rgba(0, 43, 18, 0.94), rgba(0, 8, 0, 0.94));
  display: flex;
  flex-direction: column;
  justify-content: center;
  gap: 6px;
}

.bonus-wide-card::after {
  content: "";
  position: absolute;
  right: -28px;
  top: -20px;
  width: 140px;
  height: 140px;
  border-radius: 50%;
  background: radial-gradient(circle, rgba(240, 200, 80, 0.25), transparent 72%);
}

.bonus-wide-top {
  position: relative;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: rgba(245, 241, 230, 0.8);
  letter-spacing: 0.6px;
}

.bonus-wide-value {
  position: relative;
  z-index: 2;
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(86px, 7.2vw, 122px);
  line-height: 0.82;
  letter-spacing: 0.4px;
  color: #f0c850;
  text-shadow: 0 0 16px rgba(240, 200, 80, 0.32);
}

.bonus-wide-value-text {
  font-size: clamp(64px, 5.2vw, 86px);
}

.bonus-wide-sub {
  position: relative;
  z-index: 2;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.5px;
  color: rgba(245, 241, 230, 0.86);
}

.live-casino-section {
  position: relative;
  padding: 18px 18px 22px;
  border-radius: 0;
  border: none;
  background: transparent;
  box-shadow: none;
}

.live-casino-section .section-header {
  margin-bottom: 14px;
}

.live-casino-section .view-all-link {
  color: #f0c850;
  font-size: 18px;
  font-weight: 700;
  text-transform: none;
}

.live-layout {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.live-showcase-card {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 246px;
  background-size: cover;
  background-position: center;
  border: 2px solid rgba(212, 175, 55, 0.58);
  padding: 14px 16px 14px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.live-showcase-card::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(180deg, rgba(0, 8, 0, 0.15) 16%, rgba(0, 8, 0, 0.72) 100%);
  z-index: 1;
}

.live-showcase-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(245, 241, 230, 0.08);
  pointer-events: none;
  z-index: 3;
}

.live-showcase-card:hover {
  transform: translateY(-2px);
  box-shadow: 0 12px 28px rgba(0, 43, 18, 0.55);
}

.live-showcase-footer {
  position: relative;
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
  gap: 12px;
}

.live-showcase-title {
  margin: 0;
  color: #f5f1e6;
  font-family: Georgia, "Times New Roman", serif;
  max-width: calc(100% - 120px);
  font-size: clamp(17px, 1.9vw, 33px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0;
  text-shadow: 0 3px 12px rgba(0, 8, 0, 0.7);
}

.live-showcase-btn {
  width: auto;
  min-width: 108px;
  height: 42px;
  padding: 0 20px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.58);
  background: linear-gradient(140deg, rgba(212, 175, 55, 0.92), rgba(0, 43, 18, 0.95));
  color: #f5f1e6;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 19px;
  font-weight: 700;
  line-height: 0.9;
  letter-spacing: 0;
  text-transform: none;
  box-shadow:
    inset 0 1px 0 rgba(245, 241, 230, 0.08),
    0 8px 18px rgba(0, 8, 0, 0.6);
  backdrop-filter: blur(2px);
}

.live-showcase-card .live-badge {
  position: relative;
  z-index: 3;
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 5px;
  padding: 6px 12px;
  border-radius: 9px;
  background: #d4af37;
  color: #f5f1e6;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.4px;
  box-shadow: 0 6px 14px rgba(212, 175, 55, 0.45);
}

.live-showcase-card .live-badge i {
  font-size: 7px;
}

.popular-games-grid {
  grid-template-columns: repeat(6, 1fr);
}

.bonus-grid {
  grid-template-columns: repeat(4, 1fr);
}

.live-grid {
  grid-template-columns: repeat(3, 1fr);
}

/* 笏笏 Popﾃｼler Oyunlar Cards 笏笏 */
.game-icon-card {
  position: relative;
  background: rgba(0, 8, 0, 0.8);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  padding: 24px 16px 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  transition: all 0.3s ease;
}

.game-icon-card:hover {
  transform: translateY(-4px);
  border-color: var(--amethyst);
  box-shadow: 0 8px 20px rgba(212, 175, 55, 0.2);
}

.star-btn {
  position: absolute;
  top: 10px;
  right: 10px;
  background: transparent;
  border: none;
  color: rgba(245, 241, 230, 0.4);
  cursor: pointer;
  transition: color 0.2s;
}

.star-btn:hover {
  color: #f5f1e6;
}

.icon-wrapper {
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 16px;
}

.icon-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.icon-wrapper .round-img {
  width: 60px;
  height: 60px;
  border-radius: 50%;
  object-fit: cover;
}

.game-icon-card h3 {
  font-size: 15px;
  font-weight: 600;
  color: rgba(245, 241, 230, 0.9);
  margin: 0 0 16px;
}

/* 笏笏 Button Styles 笏笏 */
.btn-purple-solid {
  width: 100%;
  padding: 12px 0;
  background: #d4af37;
  border: none;
  color: #f5f1e6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: auto;
}

.btn-purple-solid:hover {
  background: #d4af37;
}

.btn-purple-glow {
  width: 100%;
  padding: 12px 0;
  background: linear-gradient(90deg, #d4af37, #d4af37);
  border: none;
  color: #f5f1e6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: auto;
  box-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.btn-purple-glow:hover {
  box-shadow: 0 0 25px rgba(212, 175, 55, 0.6);
  filter: brightness(1.1);
}

.btn-dark {
  width: 100%;
  padding: 12px 0;
  background: rgba(245, 241, 230, 0.05);
  border: 1px solid rgba(245, 241, 230, 0.1);
  color: #f5f1e6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 14px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: auto;
}

.btn-dark:hover {
  background: rgba(245, 241, 230, 0.1);
}

.btn-jt-outline {
  width: 100%;
  padding: 10px 0;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: #f5f1e6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
  margin-top: auto;
}

.btn-jt-outline:hover {
  background: rgba(212, 175, 55, 0.3);
}

.btn-oyna {
  width: 100%;
  padding: 8px 0;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.3);
  color: #f5f1e6;
  border-radius: 6px;
  font-weight: 600;
  font-size: 13px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-oyna:hover {
  background: rgba(212, 175, 55, 0.3);
}

/* 笏笏 Bonuslar Cards 笏笏 */
.bonus-promo-card {
  position: relative;
  background: linear-gradient(135deg, rgba(0, 43, 18, 0.9), rgba(0, 8, 0, 0.95));
  border: 1px solid rgba(212, 175, 55, 0.3);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  justify-content: space-between;
  overflow: hidden;
  transition: all 0.3s ease;
  min-height: 160px;
}

.bonus-promo-card:hover {
  transform: translateY(-4px);
  border-color: var(--amethyst);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.25);
}

.bonus-content {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  z-index: 2;
}

.bonus-content h3 {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 8px;
  color: #f5f1e6;
}

.bonus-highlight {
  font-size: 28px;
  font-weight: 700;
  color: #d4af37;
  line-height: 1;
  margin-bottom: 4px;
}

.bonus-content p {
  font-size: 12px;
  color: rgba(245, 241, 230, 0.7);
  margin: 0 0 16px;
}

.bonus-desc {
  margin-top: auto !important;
}

.btn-detaylar {
  padding: 6px 20px;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: rgba(245, 241, 230, 0.9);
  border-radius: 6px;
  font-size: 12px;
  cursor: pointer;
  transition: all 0.2s;
}

.btn-detaylar:hover {
  background: rgba(212, 175, 55, 0.3);
}

.bonus-icon {
  position: absolute;
  right: -10px;
  bottom: -10px;
  font-size: 100px;
  color: rgba(212, 175, 55, 0.2);
  z-index: 1;
  transform: rotate(-15deg);
}

.bonus-icon i {
  text-shadow: 0 0 20px rgba(212, 175, 55, 0.5);
}

.bonus-section {
  margin-bottom: 26px;
}

.bonus-section .section-header {
  margin-bottom: 18px;
  align-items: center;
}

.bonus-section .view-all-link {
  color: #d4af37;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.bonus-section .bonus-grid {
  gap: 16px;
}

.bonus-section .bonus-promo-card {
  min-height: 230px;
  padding: 24px 20px 18px;
  border-radius: 10px;
  border-color: rgba(212, 175, 55, 0.46);
  background:
    radial-gradient(circle at 74% 48%, rgba(212, 175, 55, 0.28), transparent 27%),
    linear-gradient(135deg, rgba(0, 43, 18, 0.98), rgba(0, 8, 0, 0.98) 68%);
  box-shadow:
    inset 0 0 0 1px rgba(245, 241, 230, 0.03),
    0 0 22px rgba(212, 175, 55, 0.28);
}

.bonus-section .bonus-content {
  width: 100%;
  min-height: 188px;
}

.bonus-section .bonus-content h3 {
  max-width: 58%;
  margin: 0 0 18px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(20px, 1.5vw, 24px);
  font-weight: 700;
  line-height: 1.12;
  letter-spacing: 0;
  color: #f5f1e6;
  text-shadow: 0 2px 10px rgba(0, 8, 0, 0.45);
}

.bonus-section .bonus-highlight {
  margin-bottom: 4px;
  font-family: Georgia, "Times New Roman", serif;
  font-size: clamp(31px, 2.15vw, 38px);
  font-weight: 700;
  letter-spacing: 0;
  color: #f0c850;
  text-shadow: 0 0 12px rgba(240, 200, 80, 0.25);
}

.bonus-section .bonus-content p {
  max-width: 58%;
  margin: 0 0 18px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: rgba(245, 241, 230, 0.82);
}

.bonus-section .bonus-desc {
  margin-top: 8px !important;
}

.bonus-section .btn-detaylar {
  width: 100%;
  margin-top: auto !important;
  padding: 9px 18px;
  border-radius: 8px;
  border-color: rgba(212, 175, 55, 0.52);
  background: rgba(0, 43, 18, 0.76);
  color: #f5f1e6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 1;
  box-shadow: inset 0 0 12px rgba(212, 175, 55, 0.16);
}

.bonus-section .bonus-icon {
  right: 22px;
  bottom: 50px;
  font-size: clamp(84px, 7.1vw, 118px);
  color: rgba(212, 175, 55, 0.9);
  transform: rotate(-9deg);
  filter: drop-shadow(0 0 16px rgba(212, 175, 55, 0.42));
}

.bonus-section .bonus-icon i {
  text-shadow:
    0 0 22px rgba(212, 175, 55, 0.48),
    0 8px 24px rgba(0, 8, 0, 0.55);
}

@media (max-width: 1100px) {
  .bonus-section .bonus-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 620px) {
  .bonus-section .section-header {
    gap: 12px;
    align-items: flex-start;
    flex-direction: column;
  }

  .bonus-section .bonus-grid {
    grid-template-columns: 1fr;
  }

  .bonus-section .bonus-promo-card {
    min-height: 218px;
  }
}

/* 笏笏 Canlﾄｱ Casino Cards 笏笏 */
.live-dealer-card {
  position: relative;
  border-radius: 12px;
  overflow: hidden;
  min-height: 200px;
  background-size: cover;
  background-position: center;
  border: 1px solid rgba(212, 175, 55, 0.2);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 16px;
  transition: all 0.3s ease;
}

.live-dealer-card::before {
  content: '';
  position: absolute;
  inset: 0;
  background: linear-gradient(to top, rgba(0, 8, 0, 0.9) 0%, rgba(0, 8, 0, 0.1) 60%, rgba(0, 8, 0, 0.3) 100%);
  z-index: 1;
}

.live-dealer-card:hover {
  transform: translateY(-4px);
  border-color: var(--amethyst);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.3);
}

.live-badge {
  position: relative;
  z-index: 2;
  background: #d4af37;
  color: #f5f1e6;
  padding: 4px 8px;
  border-radius: 4px;
  font-size: 10px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  gap: 4px;
  align-self: flex-start;
  box-shadow: 0 0 10px rgba(212, 175, 55, 0.5);
}

.card-bottom {
  position: relative;
  z-index: 2;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.card-bottom h3 {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
  color: #f5f1e6;
  text-shadow: 0 2px 4px rgba(0, 8, 0, 0.8);
}

/* Responsive */
@media (max-width: 1200px) {
  .popular-layout {
    grid-template-columns: 1fr;
  }

  .popular-pill-track {
    min-height: 180px;
  }

  .popular-pill {
    min-height: 200px;
  }

  .bonus-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .bonus-wide-card:last-child {
    grid-column: span 2;
  }

  .live-layout {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .live-showcase-title {
    font-size: clamp(17px, 2.6vw, 28px);
  }

  .live-showcase-btn {
    min-width: 102px;
    height: 40px;
    padding: 0 18px;
    font-size: 18px;
  }
}

@media (max-width: 768px) {
  .popular-feature-card {
    grid-template-columns: 1fr;
  }

  .popular-feature-media {
    width: 100%;
    min-height: 110px;
    padding-bottom: 8px;
  }

  .popular-pill-track {
    padding-bottom: 0;
  }

  .popular-pill {
    min-width: 58px;
    width: 58px;
    min-height: 168px;
  }

  .bonus-layout {
    grid-template-columns: 1fr;
  }

  .bonus-wide-card:last-child {
    grid-column: auto;
  }

  .live-layout {
    grid-template-columns: 1fr;
  }

  .live-casino-section {
    padding: 14px 14px 16px;
  }

  .live-casino-section .view-all-link {
    font-size: 15px;
  }

  .live-showcase-card {
    min-height: 218px;
  }

  .live-showcase-footer {
    flex-wrap: wrap;
  }

  .live-showcase-title {
    max-width: 100%;
    font-size: clamp(16px, 6.4vw, 28px);
  }

  .live-showcase-btn {
    min-width: 96px;
    height: 38px;
    padding: 0 16px;
    font-size: 17px;
  }
}

.jackpot-pool {
  margin-bottom: 18px;
}

.jackpot-title {
  margin: 0 0 10px;
  font-size: 33px;
  line-height: 0.95;
  letter-spacing: 0.35px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.jackpot-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #f0c850;
  box-shadow: 0 0 10px rgba(240, 200, 80, 0.75);
}

.jackpot-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

.jackpot-card {
  position: relative;
  min-height: 198px;
  border-radius: 18px;
  padding: 14px 14px 12px;
  border: 1px solid rgba(245, 241, 230, 0.16);
  overflow: hidden;
  box-shadow: var(--shadow);
  display: flex;
  flex-direction: column;
}

.jackpot-card::before {
  content: "";
  position: absolute;
  width: 120%;
  height: 22px;
  right: -26px;
  top: 26px;
  transform: rotate(-34deg);
  background: rgba(245, 241, 230, 0.12);
}

.jt-card {
  background: linear-gradient(180deg, rgba(0, 8, 0, 0.9), rgba(0, 8, 0, 0.95));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  padding: 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  overflow: hidden;
}

.jt-card h3 {
  font-size: 18px;
  font-weight: 600;
  color: #f5f1e6;
  margin: 0 0 8px;
  text-align: center;
}

.jt-subtitle {
  font-size: 12px;
  color: #d4af37;
  text-transform: uppercase;
  margin: 0 0 4px;
  text-align: center;
}

.text-white {
  color: #f5f1e6;
}

.text-amethyst-glow {
  color: #f0c850;
  text-shadow: 0 0 10px rgba(240, 200, 80, 0.6);
}

.text-gold-glow {
  color: #d4af37;
  text-shadow: 0 0 10px rgba(212, 175, 55, 0.6);
}

.text-center {
  text-align: center;
}

.full-width {
  width: 100%;
}

.jackpot-tier {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  border-radius: 999px;
  padding: 0 11px;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 1px;
  border: 1px solid rgba(245, 241, 230, 0.25);
  background: rgba(245, 241, 230, 0.12);
}

.jackpot-head {
  margin-top: 12px;
  display: flex;
  align-items: center;
  gap: 10px;
  position: relative;
  z-index: 2;
}

.jackpot-icon {
  width: 50px;
  height: 50px;
  border-radius: 14px;
  display: grid;
  place-items: center;
  background: rgba(245, 241, 230, 0.14);
  border: 1px solid rgba(245, 241, 230, 0.25);
  font-size: 21px;
}

.jackpot-symbol {
  display: block;
  line-height: 1;
}

.jackpot-head h4 {
  margin: 0;
  font-size: 43px;
  line-height: 0.8;
  font-family: "GilroyArwen", "Inter", sans-serif;
}

.jackpot-amount {
  margin: 14px 0 4px;
  line-height: 1;
  font-size: clamp(27px, 2vw, 38px);
  font-weight: 700;
  font-family: "Inter", sans-serif;
  letter-spacing: 0.2px;
  position: relative;
  z-index: 2;
  white-space: nowrap;
}

.jt-highlight {
  font-size: 32px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-weight: 700;
  color: #d4af37;
  text-align: center;
  margin-bottom: 16px;
  text-shadow: 0 0 15px rgba(212, 175, 55, 0.4);
}

.jackpot-note {
  margin: 0;
  font-size: 20px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  line-height: 1;
  opacity: 0.92;
  position: relative;
  z-index: 2;
}

.jackpot-suit {
  position: absolute;
  right: 14px;
  bottom: 6px;
  font-size: 82px;
  opacity: 0.16;
}

.jackpot-amount.is-rising {
  text-shadow: 0 0 10px rgba(245, 241, 230, 0.75);
}

.jackpot-grand {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(245, 241, 230, 0.14),
      transparent 24%
    ),
    linear-gradient(135deg, #b11226, #002b12);
}

.jackpot-mega {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(245, 241, 230, 0.14),
      transparent 24%
    ),
    linear-gradient(135deg, #d4af37, #002b12);
}

.jackpot-major {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(245, 241, 230, 0.14),
      transparent 24%
    ),
    linear-gradient(135deg, #d4af37, #d4af37);
}

.jackpot-mini {
  background:
    radial-gradient(
      circle at 80% 20%,
      rgba(245, 241, 230, 0.14),
      transparent 24%
    ),
    linear-gradient(135deg, #d4af37, #002b12);
}

.match-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 14px;
  padding: 0;
  margin-bottom: 18px;
}

.match-card {
  border: 1px solid rgba(240, 200, 80, 0.18);
  border-radius: 14px;
  overflow: hidden;
  background: linear-gradient(
    180deg,
    rgba(0, 8, 0, 0.96),
    rgba(0, 8, 0, 0.98)
  );
  box-shadow: 0 10px 24px rgba(0, 8, 0, 0.3);
}

.match-card header,
.match-header {
  padding: 12px 12px 14px;
  border-bottom: 1px solid rgba(240, 200, 80, 0.14);
  background:
    radial-gradient(
      circle at 50% -40%,
      rgba(240, 200, 80, 0.22),
      transparent 60%
    ),
    linear-gradient(180deg, rgba(0, 43, 18, 0.92), rgba(0, 8, 0, 0.9)),
    repeating-linear-gradient(
      0deg,
      transparent,
      transparent 11px,
      rgba(245, 241, 230, 0.07) 11px,
      rgba(245, 241, 230, 0.07) 12px
    ),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 11px,
      rgba(245, 241, 230, 0.06) 11px,
      rgba(245, 241, 230, 0.06) 12px
    );
}

.match-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 10px;
}

.club-mark {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  margin-top: 4px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: #f5f1e6;
  border: 2px solid rgba(245, 241, 230, 0.8);
  box-shadow: inset 0 0 0 1px rgba(0, 8, 0, 0.6);
  text-shadow: 0 1px 2px rgba(0, 8, 0, 0.45);
}

.club-mark.home {
  background: radial-gradient(circle at 30% 25%, #f0c850, #002b12 74%);
}

.club-mark.away {
  background: radial-gradient(circle at 30% 25%, #f5f1e6, #002b12 76%);
}

.match-head-copy {
  text-align: center;
  flex: 1;
}

.match-head-copy h3 {
  margin: 0;
  font-size: clamp(20px, 1.75vw, 32px);
  line-height: 0.9;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-weight: 700;
  color: #f5f1e6;
  text-shadow: 0 2px 6px rgba(0, 8, 0, 0.45);
}

.versus {
  display: block;
  color: #f5f1e6;
  font-weight: 700;
  letter-spacing: 1px;
  font-family: "Inter", sans-serif;
  margin: 1px 0 0;
  font-size: 14px;
}

.league {
  margin: 1px 0 0;
  color: rgba(245, 241, 230, 0.95);
  font-size: 30px;
  text-transform: none;
  letter-spacing: 0;
  font-weight: 700;
  font-family: "GilroyArwen", "Inter", sans-serif;
  line-height: 0.86;
}

.match-card h3 {
  margin: 0;
}

.meta {
  border-top: 1px solid rgba(245, 241, 230, 0.08);
  border-bottom: 1px solid rgba(245, 241, 230, 0.1);
  padding: 10px 12px;
}

.match-lines {
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.match-lines p {
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  font-size: 31px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  line-height: 0.85;
  color: #f5f1e6;
}

.match-lines p strong {
  font-size: 37px;
  font-weight: 700;
  color: #f5f1e6;
  letter-spacing: 0.2px;
}

.odds {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 5px;
  padding: 10px 12px 12px;
}

.odds button {
  border: 1px solid rgba(245, 241, 230, 0.14);
  border-radius: 6px;
  background: linear-gradient(
    180deg,
    rgba(0, 43, 18, 0.88),
    rgba(0, 8, 0, 0.9)
  );
  color: #f5f1e6;
  padding: 9px 7px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-weight: 700;
  font-family: "Inter", sans-serif;
  font-size: 14px;
}

.odds button span {
  opacity: 0.92;
}

.odds button strong {
  font-size: 27px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  line-height: 0.88;
  letter-spacing: 0.2px;
  color: #f5f1e6;
}

.odd-value.up {
  color: var(--amethyst);
}

.odd-value.down {
  color: var(--muted);
}

.league-tiles {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
  padding: 0;
  margin-bottom: 18px;
}

.league-tile {
  border: 1px solid var(--line-soft);
  border-radius: 12px;
  overflow: hidden;
  background: var(--secondary);
  min-height: 148px;
  position: relative;
}

.league-tile::before {
  content: "";
  display: none;
  position: absolute;
  width: 84%;
  height: 84%;
  left: 8%;
  top: 8%;
  border-radius: 999px;
  border: 1px solid rgba(240, 200, 80, 0.28);
  background: radial-gradient(
    circle at 30% 30%,
    rgba(245, 241, 230, 0.18),
    rgba(0, 8, 0, 0.3)
  );
  z-index: 1;
}

.league-tile img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  opacity: 1;
  filter: none;
  transition: none;
}

.league-tile h4 {
  position: absolute;
  left: 10px;
  right: 10px;
  bottom: 8px;
  z-index: 2;
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: 29px;
  line-height: 0.9;
  text-shadow: 0 2px 6px rgba(0, 8, 0, 0.65);
}

.discover-strip {
  border-radius: 18px;
  border: 1px solid var(--line);
  background: linear-gradient(
    100deg,
    var(--panel-strong),
    var(--neutral) 50%,
    var(--panel-strong)
  );
  display: grid;
  grid-template-columns: 1fr;
  padding: 18px;
  gap: 14px;
  margin-bottom: 18px;
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.discover-copy h2 {
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(38px, 5vw, 64px);
  line-height: 0.9;
}

.discover-copy p {
  margin: 8px 0 14px;
  font-size: 25px;
  color: var(--tertiary);
}

.discover-btn {
  text-decoration: none;
  display: inline-flex;
  gap: 8px;
  align-items: center;
  color: var(--neutral);
  background: linear-gradient(120deg, var(--tertiary), var(--amethyst));
  border-radius: 999px;
  padding: 10px 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.discover-reel {
  display: grid;
  grid-template-columns: 1fr;
  gap: 8px;
  align-items: end;
}

.discover-reel img {
  width: 100%;
  border-radius: 8px;
  height: 240px;
  object-fit: cover;
  border: 1px solid rgba(245, 241, 230, 0.2);
}

.games-panel {
  padding: 0;
  margin-bottom: 18px;
}

.section-title {
  margin: 0 0 10px;
  font-size: 22px;
  font-family: "Inter", sans-serif;
  display: flex;
  align-items: center;
  gap: 8px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  white-space: nowrap;
}

.section-title.section-title-hero {
  display: block;
  margin: 0;
  font-family: "Inter", sans-serif;
  font-size: clamp(46px, 3.2vw, 60px);
  font-weight: 700;
  line-height: 0.92;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #f5f1e6;
  background: linear-gradient(100deg, #f5f1e6 0%, #f5f1e6 35%, #f0c850 75%, #f5f1e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 16px rgba(240, 200, 80, 0.28),
    0 4px 14px rgba(0, 8, 0, 0.35);
}

.section-title.section-title-hero + .view-all-link {
  margin-top: 8px;
}

.game-section .section-header {
  padding-top: 6px;
}

.game-section .section-title.section-title-hero {
  line-height: 1.04;
  padding-top: 0.08em;
}

.game-card-row {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 10px;
}

.game-card {
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, var(--panel-strong), var(--secondary));
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease;
}

.game-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 12px 20px rgba(0, 8, 0, 0.35);
}

.match-card,
.jackpot-card,
.provider-strip img {
  transition:
    transform 0.24s ease,
    box-shadow 0.24s ease,
    border-color 0.24s ease;
}

.match-card:hover,
.jackpot-card:hover,
.discover-strip:hover,
.provider-strip img:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 24px rgba(0, 8, 0, 0.36);
}

.news-close,
.quick-icon,
.quick-pill,
.auth-segment,
.hero-cta,
.hero-nav,
.hero-dot,
.tab-btn,
.popular-tab-btn,
.odds button,
.discover-btn,
.game-card a {
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.news-close:hover,
.quick-icon:hover,
.quick-pill:hover,
.auth-segment:hover,
.hero-cta:hover,
.hero-nav:hover,
.hero-dot:hover,
.tab-btn:hover,
.popular-tab-btn:hover,
.odds button:hover,
.discover-btn:hover,
.game-card a:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 16px rgba(0, 8, 0, 0.3);
}

.news-close:active,
.quick-icon:active,
.quick-pill:active,
.auth-segment:active,
.hero-cta:active,
.hero-nav:active,
.hero-dot:active,
.tab-btn:active,
.popular-tab-btn:active,
.odds button:active,
.discover-btn:active,
.game-card a:active {
  transform: translateY(0) scale(0.98);
}

.game-card img {
  width: 100%;
  height: 188px;
  object-fit: cover;
  display: block;
}

.game-card h4 {
  margin: 8px 10px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: 28px;
  line-height: 0.9;
}

.game-card a {
  margin: 0 10px 12px;
  border-radius: 999px;
  display: inline-flex;
  text-decoration: none;
  background: linear-gradient(130deg, var(--amethyst), var(--lavender));
  color: var(--neutral);
  padding: 7px 14px;
  font-weight: 700;
}

.game-card::after {
  content: attr(data-provider);
  display: none;
  margin: 0 10px 10px;
  color: rgba(245, 241, 230, 0.75);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.provider-strip {
  margin-top: 12px;
  border: 1px solid var(--line-soft);
  border-radius: 10px;
  padding: 10px;
  display: grid;
  grid-template-columns: repeat(10, minmax(0, 1fr));
  gap: 8px;
  background: rgba(0, 8, 0, 0.88);
}

.provider-strip img {
  width: 100%;
  height: 44px;
  object-fit: contain;
  border-radius: 999px;
  border: 1px solid rgba(240, 200, 80, 0.18);
  background: rgba(0, 8, 0, 0.3);
  padding: 4px;
}

.trust-section {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  color: var(--text);
}

.trust-shell {
  width: min(1800px, calc(100vw - clamp(24px, 10vw, 220px)));
  max-width: none;
  margin: 0 auto;
  padding: 20px 18px 18px;
  border: none;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
}

.trust-title {
  margin: 0 0 16px;
  font-family: "Inter", sans-serif;
  font-size: clamp(46px, 3.2vw, 60px);
  font-weight: 700;
  line-height: 1.04;
  letter-spacing: 0.9px;
  text-transform: uppercase;
  color: #f5f1e6;
  background: linear-gradient(100deg, #f5f1e6 0%, #f5f1e6 35%, #f0c850 75%, #f5f1e6 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow:
    0 0 16px rgba(240, 200, 80, 0.28),
    0 4px 14px rgba(0, 8, 0, 0.35);
}

.trust-features {
  display: grid;
  grid-template-columns: repeat(5, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 16px;
}

.trust-feature {
  min-height: 70px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: linear-gradient(140deg, rgba(0, 8, 0, 0.92), rgba(0, 8, 0, 0.88));
  padding: 10px 12px;
  display: flex;
  align-items: center;
  gap: 10px;
}

.trust-icon {
  width: 44px;
  height: 44px;
  flex-shrink: 0;
  border-radius: 50%;
  border: 1px solid rgba(245, 241, 230, 0.2);
  background: radial-gradient(circle at 35% 30%, rgba(212, 175, 55, 0.28), rgba(0, 8, 0, 0.95));
  color: #f0c850;
  display: grid;
  place-items: center;
  font-size: 18px;
}

.trust-icon-text {
  font-size: 19px;
  font-weight: 700;
}

.trust-feature-copy h3 {
  margin: 0;
  font-size: 15px;
  line-height: 1.2;
  color: rgba(245, 241, 230, 0.96);
}

.trust-feature-copy p {
  margin: 3px 0 0;
  font-size: 13px;
  color: rgba(245, 241, 230, 0.68);
  line-height: 1.2;
}

.trust-cta-bar {
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 12px;
  background: rgba(0, 8, 0, 0.82);
  padding: 12px 14px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.trust-cta-bar p {
  margin: 0;
  color: rgba(245, 241, 230, 0.74);
  font-size: 14px;
}

.trust-cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 180px;
  text-decoration: none;
  color: #f5f1e6;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  padding: 10px 16px;
  border-radius: 10px;
  border: 1px solid rgba(240, 200, 80, 0.45);
  background: linear-gradient(120deg, rgba(212, 175, 55, 0.98), rgba(0, 43, 18, 0.95));
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
}

.trust-cta-btn:hover {
  transform: translateY(-1px);
  box-shadow: 0 10px 22px rgba(212, 175, 55, 0.35);
}

.site-footer.site-footer--refined {
  position: relative;
  z-index: 2;
  margin-top: 14px;
  padding: 0 0 24px;
  color: var(--text);
  background: linear-gradient(180deg, rgba(0, 8, 0, 0.72), rgba(0, 8, 0, 0.98));
}

.site-footer--refined .footer-shell--refined {
  width: min(1600px, calc(100vw - clamp(28px, 14vw, 360px)));
  max-width: none;
  margin: 0 auto;
  padding: 22px 18px 12px;
  border-top: 1px solid rgba(245, 241, 230, 0.08);
  border-radius: 0 0 16px 16px;
  background: rgba(0, 8, 0, 0.78);
}

.footer-refined-grid {
  display: grid;
  grid-template-columns: 1.2fr 1fr 1.1fr;
  gap: 20px;
  padding-bottom: 18px;
}

.footer-refined-brand {
  padding-right: 14px;
}

.site-footer--refined .footer-brand {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 10px;
  text-decoration: none;
}

.site-footer--refined .footer-brand img {
  height: 42px;
  width: auto;
  display: block;
}

.footer-brand-wordmark {
  color: #f5f1e6;
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.2px;
  line-height: 1;
}

.footer-refined-brand p {
  margin: 0;
  color: rgba(245, 241, 230, 0.63);
  font-size: 15px;
  line-height: 1.35;
  max-width: 370px;
}

.footer-refined-links {
  align-self: center;
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  column-gap: 18px;
  row-gap: 8px;
}

.footer-refined-links a {
  text-decoration: none;
  color: rgba(245, 241, 230, 0.82);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
  transition: color 0.2s ease;
}

.footer-refined-links a:hover {
  color: #f5f1e6;
}

.footer-refined-payments {
  align-self: center;
}

.footer-refined-payments h4 {
  margin: 0 0 10px;
  color: rgba(245, 241, 230, 0.92);
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0.3px;
}

.footer-payment-badges {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.payment-badge {
  min-height: 38px;
  border-radius: 8px;
  border: 1px solid rgba(245, 241, 230, 0.12);
  background: linear-gradient(140deg, rgba(0, 8, 0, 0.98), rgba(0, 8, 0, 0.95));
  color: rgba(245, 241, 230, 0.92);
  font-size: 14px;
  font-weight: 700;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  text-transform: none;
  letter-spacing: 0.2px;
}

.payment-badge i {
  font-size: 16px;
  opacity: 0.9;
}

.footer-refined-bottom {
  border-top: 1px solid rgba(245, 241, 230, 0.08);
  padding-top: 12px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
}

.footer-refined-bottom span {
  color: rgba(245, 241, 230, 0.52);
  font-size: 12px;
}

.site-footer--refined .footer-social-icons {
  gap: 7px;
}

.site-footer--refined .footer-social-icons a {
  width: 30px;
  height: 30px;
  border-color: rgba(245, 241, 230, 0.14);
  background: linear-gradient(140deg, rgba(0, 8, 0, 0.95), rgba(0, 8, 0, 0.92));
}

.site-footer {
  margin-top: 18px;
  padding: 0 0 30px;
  color: var(--muted);
  background: linear-gradient(180deg, transparent, rgba(0, 8, 0, 0.3));
}

.footer-shell {
  width: min(1600px, calc(100vw - clamp(28px, 14vw, 360px)));
  max-width: none;
  margin: 0 auto;
  padding: 24px 10px 0;
  border-top: 1px solid rgba(245, 241, 230, 0.08);
}

/* 笏笏 Row 1: Top Bar 笏笏 */
.footer-top-bar {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  padding: 24px 0 14px;
}

.footer-brand-wrap {
  grid-column: 2;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 12px;
}

.footer-brand {
  display: block;
}

.footer-brand img {
  height: 48px; /* Slightly larger for center focus */
  width: auto;
  display: block;
  filter: drop-shadow(0 4px 10px rgba(212, 175, 55, 0.25));
}

.footer-copy {
  margin: 0;
  color: rgba(245, 241, 230, 0.5);
  font-size: 13px;
  letter-spacing: 0.2px;
}

.footer-social-icons {
  grid-column: 3;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
}

.footer-social-icons a {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  text-decoration: none;
  color: var(--text);
  font-size: 15px;
  border: 1px solid var(--line);
  background: radial-gradient(
    circle at 30% 25%,
    rgba(212, 175, 55, 0.22),
    rgba(0, 8, 0, 0.92)
  );
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.footer-social-icons a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(212, 175, 55, 0.3);
  background: linear-gradient(135deg, var(--amethyst), var(--amethyst-strong));
  color: #f5f1e6;
}

/* 笏笏 Divider 笏笏 */
.footer-divider {
  height: 1px;
  background: linear-gradient(
    90deg,
    transparent,
    rgba(245, 241, 230, 0.1),
    transparent
  );
  margin: 0;
}

/* 笏笏 Row 2: Warning Bar 笏笏 */
.footer-warning-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 12px 0;
  flex-wrap: wrap;
}

.footer-warning-msg {
  margin: 0;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 12px;
  color: rgba(245, 241, 230, 0.55);
  letter-spacing: 0.2px;
}

.footer-warning-msg i {
  color: #f0c850;
  font-size: 14px;
}

.footer-warning-nav {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}

.footer-warning-nav a {
  text-decoration: none;
  color: rgba(245, 241, 230, 0.7);
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.6px;
  padding: 5px 12px;
  border-radius: 4px;
  border: 1px solid rgba(245, 241, 230, 0.08);
  background: rgba(245, 241, 230, 0.03);
  transition:
    color 0.2s ease,
    border-color 0.2s ease,
    background 0.2s ease;
}

.footer-warning-nav a:hover {
  color: var(--tertiary);
  border-color: var(--line);
  background: rgba(212, 175, 55, 0.1);
}

/* 笏笏 Row 3: 6-Column Link Grid 笏笏 */
.footer-link-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 12px;
  padding: 22px 0;
}

.footer-link-col h4 {
  margin: 0 0 10px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  color: var(--tertiary);
  letter-spacing: 0.6px;
  text-transform: uppercase;
}

.footer-link-col a {
  display: block;
  text-decoration: none;
  color: rgba(245, 241, 230, 0.55);
  font-size: 13px;
  padding: 4px 0;
  transition:
    color 0.2s ease,
    transform 0.2s ease;
}

.footer-link-col a:hover {
  color: var(--tertiary);
  transform: translateX(3px);
}

/* 笏笏 Row 4: Provider Logos Strip 笏笏 */
.footer-provider-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  flex-wrap: wrap;
  padding: 18px 0;
}

.footer-provider-strip img {
  height: 36px;
  width: auto;
  max-width: 110px;
  object-fit: contain;
  border-radius: 6px;
  border: 1px solid rgba(245, 241, 230, 0.06);
  background: rgba(0, 8, 0, 0.2);
  padding: 4px 8px;
  filter: brightness(0.85) saturate(0.9);
  transition:
    transform 0.2s ease,
    filter 0.2s ease,
    box-shadow 0.2s ease;
}

.footer-provider-strip img:hover {
  transform: translateY(-2px);
  filter: brightness(1) saturate(1);
  box-shadow: 0 6px 14px rgba(0, 8, 0, 0.3);
}

/* 笏笏 Row 5: Payment Method Strip 笏笏 */
.footer-payment-strip {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  flex-wrap: wrap;
  padding: 18px 0;
}

.footer-payment-strip a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  padding: 4px 10px;
  border-radius: 8px;
  border: 1px solid rgba(245, 241, 230, 0.08);
  background: rgba(245, 241, 230, 0.04);
  text-decoration: none;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    background 0.2s ease;
}

.footer-payment-strip a:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(0, 8, 0, 0.25);
  background: rgba(245, 241, 230, 0.08);
}

.footer-payment-strip img {
  max-height: 26px;
  width: auto;
  object-fit: contain;
  filter: brightness(0.92);
}

/* 笏笏 Row 6: Certificate Badge (centered) 笏笏 */
.footer-cert-center {
  display: flex;
  justify-content: center;
  padding: 20px 0;
}

.footer-cert-badge-card {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 6px;
  padding: 14px 24px;
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: linear-gradient(
    145deg,
    rgba(212, 175, 55, 0.1),
    rgba(0, 8, 0, 0.95)
  );
  box-shadow: 0 8px 24px rgba(0, 8, 0, 0.25);
}

.footer-cert-badge-card .footer-cert-logo {
  height: 50px;
  width: auto;
  object-fit: contain;
  filter: drop-shadow(0 2px 6px rgba(212, 175, 55, 0.3));
}

.footer-cert-label {
  color: rgba(245, 241, 230, 0.7);
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.3px;
}

/* 笏笏 Row 7: Legal Disclaimer 笏笏 */
.footer-legal-text {
  text-align: center;
  padding: 16px 0;
  max-width: 900px;
  margin: 0 auto;
}

.footer-legal-text p {
  margin: 0 0 10px;
  font-size: 11px;
  line-height: 1.55;
  color: rgba(245, 241, 230, 0.35);
}

.footer-legal-text p:last-child {
  margin-bottom: 0;
}

.footer-legal-text a {
  color: rgba(212, 175, 55, 0.7);
  text-decoration: underline;
  text-underline-offset: 2px;
  transition: color 0.2s ease;
}

.footer-legal-text a:hover {
  color: var(--amethyst);
}

/* 笏笏 Footer Ticker Strips (scrolling logo marquees) 笏笏 */
.footer-ticker-strip {
  position: relative;
  overflow: hidden;
  padding: 20px 0;
  mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000800 6%,
    #000800 94%,
    transparent 100%
  );
  -webkit-mask-image: linear-gradient(
    90deg,
    transparent 0%,
    #000800 6%,
    #000800 94%,
    transparent 100%
  );
}

.ticker-track {
  display: flex;
  width: max-content;
  animation: footerTickerScroll 40s linear infinite;
}

.footer-ticker-strip:hover .ticker-track {
  animation-play-state: paused;
}

.ticker-content {
  display: flex;
  align-items: center;
  gap: 28px;
  flex-shrink: 0;
  padding-right: 28px;
}

.footer-ticker-strip .ticker-content img {
  height: 55px;
  width: auto;
  max-width: 180px;
  object-fit: contain;
  filter: brightness(0.88) saturate(0.9);
  transition:
    transform 0.25s ease,
    filter 0.25s ease;
  flex-shrink: 0;
}

.footer-ticker-strip .ticker-content img:hover {
  transform: translateY(-3px) scale(1.05);
  filter: brightness(1) saturate(1)
    drop-shadow(0 6px 12px rgba(212, 175, 55, 0.25));
}

.footer-ticker-payments .ticker-content a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 48px;
  padding: 5px 14px;
  border-radius: 10px;
  border: 1px solid rgba(245, 241, 230, 0.1);
  background: rgba(245, 241, 230, 0.05);
  text-decoration: none;
  transition:
    transform 0.25s ease,
    box-shadow 0.25s ease,
    background 0.25s ease;
  flex-shrink: 0;
}

.footer-ticker-payments .ticker-content a:hover {
  transform: translateY(-3px);
  box-shadow: 0 6px 18px rgba(0, 8, 0, 0.3);
  background: rgba(245, 241, 230, 0.1);
}

.footer-ticker-payments .ticker-content img {
  height: 30px;
  max-width: 120px;
  border: none;
  background: none;
  padding: 0;
  filter: brightness(0.95);
}

.footer-ticker-payments .ticker-content img:hover {
  box-shadow: none;
  transform: none;
}

@keyframes footerTickerScroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

.footer-ticker-payments .ticker-track {
  animation-duration: 30s;
}

/* 笏笏 PROMOTIONS PAGE ONLY 笏笏 */

.promotions-tab {
  position: relative;
  border-radius: 24px;
  padding: 48px;
  background: linear-gradient(160deg, rgba(0, 8, 0, 0.9), rgba(0, 8, 0, 0.95));
  border: 1px solid rgba(212, 175, 55, 0.18);
  box-shadow: 0 24px 64px rgba(0, 8, 0, 0.45), inset 0 0 40px rgba(212, 175, 55, 0.06);
  backdrop-filter: blur(12px);
  margin-bottom: 40px;
  overflow: hidden;
}

.promotions-tab::before {
  content: "\f02b";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  top: -60px;
  right: -40px;
  font-size: 440px;
  color: rgba(212, 175, 55, 0.03);
  z-index: 0;
  pointer-events: none;
  transform: rotate(-15deg);
}

.promotions-hero {
  position: relative;
  z-index: 2;
  text-align: center;
  margin-bottom: 48px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.promotions-kicker {
  color: var(--amethyst);
  font-family: "Inter", sans-serif;
  font-size: 26px;
  font-weight: 700;
  letter-spacing: 5px;
  text-transform: uppercase;
  margin: 0 0 12px;
  text-shadow: 0 0 18px rgba(212, 175, 55, 0.5);
}

.promotions-hero h2 {
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: 110px;
  font-weight: 700;
  color: #f5f1e6;
  margin: 0 0 16px;
  line-height: 0.85;
  letter-spacing: 1px;
  text-transform: uppercase;
  background: linear-gradient(135deg, #f5f1e6, #f5f1e6 52%, #f0c850 100%);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  filter: drop-shadow(0 4px 16px rgba(212, 175, 55, 0.35));
}

.promotions-page-only .promotions-tab {
  margin: 8px 0 24px;
  padding: clamp(14px, 1.8vw, 24px) 0 24px;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  backdrop-filter: none;
}

.promotions-page-only .promotions-tab::before {
  content: none;
}

.promotions-subtitle {
  color: rgba(245, 241, 230, 0.85);
  font-size: 24px;
  margin: 0 0 28px;
  font-weight: 500;
}

.promotions-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 14px 40px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--amethyst), var(--amethyst-strong));
  color: #f5f1e6;
  font-weight: 700;
  font-size: 20px;
  text-decoration: none;
  text-transform: uppercase;
  letter-spacing: 1px;
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.promotions-cta:hover {
  transform: translateY(-4px);
  box-shadow: 0 14px 36px rgba(212, 175, 55, 0.6);
}

.promo-deal-zone {
  position: relative;
  margin: 0 auto 34px;
  max-width: min(1180px, 96%);
  min-height: 300px;
  display: grid;
  grid-template-columns: 220px 1fr;
  gap: 20px;
  align-items: end;
  z-index: 5;
}

.promo-dealer {
  width: 100%;
  height: auto;
  object-fit: contain;
  filter: drop-shadow(0 18px 26px rgba(0, 8, 0, 0.45));
}

.promo-deal-table {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  gap: 0;
  padding: 22px 8px 10px;
  min-height: 280px;
  border-radius: 26px;
  border: 1px solid rgba(212, 175, 55, 0.34);
  background:
    radial-gradient(circle at 50% 25%, rgba(240, 200, 80, 0.18), rgba(0, 8, 0, 0.92) 62%),
    linear-gradient(160deg, rgba(0, 8, 0, 0.95), rgba(0, 8, 0, 0.98));
  box-shadow:
    inset 0 1px 0 rgba(245, 241, 230, 0.08),
    0 20px 42px rgba(0, 8, 0, 0.36);
}

.deal-plan-card {
  width: min(280px, 31%);
  min-height: 220px;
  border-radius: 18px;
  padding: 18px 18px 20px;
  color: #f5f1e6;
  border: 1px solid rgba(245, 241, 230, 0.3);
  background:
    linear-gradient(180deg, rgba(245, 241, 230, 0.18), rgba(245, 241, 230, 0.02) 24%),
    linear-gradient(145deg, #002b12, #000800);
  box-shadow:
    0 20px 30px rgba(0, 8, 0, 0.42),
    inset 0 0 0 1px rgba(245, 241, 230, 0.08);
  transform-origin: bottom center;
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.deal-plan-card:hover {
  transform: translateY(-6px) scale(1.02);
  box-shadow:
    0 24px 38px rgba(0, 8, 0, 0.48),
    0 0 24px rgba(240, 200, 80, 0.26);
}

.deal-plan-1 {
  transform: translateX(20px) rotate(-11deg);
  z-index: 1;
}

.deal-plan-2 {
  transform: translateY(-16px) rotate(-2deg);
  z-index: 3;
}

.deal-plan-3 {
  transform: translateX(-20px) rotate(8deg);
  z-index: 2;
}

.deal-plan-1:hover,
.deal-plan-2:hover,
.deal-plan-3:hover {
  z-index: 6;
}

.plan-chip {
  display: inline-block;
  margin-bottom: 10px;
  padding: 4px 11px;
  border-radius: 999px;
  background: linear-gradient(135deg, #f0c850, #d4af37);
  color: #8a5a08;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.8px;
}

.deal-plan-card h3 {
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(30px, 2.8vw, 44px);
  line-height: 0.9;
  color: #f5f1e6;
}

.deal-plan-card p {
  margin: 12px 0 14px;
  font-size: 17px;
  line-height: 1.3;
  color: rgba(245, 241, 230, 0.9);
}

.deal-plan-card strong {
  font-size: 18px;
  color: #f0c850;
  letter-spacing: 0.4px;
}

.promotions-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 20px;
  position: relative;
  z-index: 2;
}

.promotions-page-only .promotions-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr));
  max-width: min(1560px, 100%);
  margin: 0 auto;
  padding: 0;
  gap: 22px;
}

.promotion-card {
  border-radius: 16px;
  overflow: hidden;
  border: 1px solid rgba(245, 241, 230, 0.08);
  background: linear-gradient(180deg, rgba(0, 8, 0, 0.8), rgba(0, 8, 0, 0.9));
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1), box-shadow 0.4s ease, border-color 0.4s ease;
  position: relative;
}

.promotion-card:hover {
  transform: translateY(-10px) scale(1.03);
  box-shadow: 0 24px 48px rgba(0, 8, 0, 0.45), inset 0 0 24px rgba(212, 175, 55, 0.15);
  border-color: rgba(212, 175, 55, 0.4);
  z-index: 10;
}

.promotion-card a {
  display: block;
  text-decoration: none;
  height: 100%;
}

.promotion-card img {
  width: 100%;
  height: auto;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  transition: filter 0.4s ease, transform 0.4s ease;
  filter: brightness(0.95) saturate(0.95);
}

.promotions-page-only .promotion-card img {
  aspect-ratio: 16 / 6.9;
}

.promotion-card:hover img {
  filter: brightness(1.1) saturate(1.1);
  transform: scale(1.05);
}

.promotion-card::after {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: 16px;
  box-shadow: inset 0 0 0 1px rgba(212, 175, 55, 0);
  transition: box-shadow 0.4s ease;
  pointer-events: none;
}

.promotion-card:hover::after {
  box-shadow: inset 0 0 0 2px rgba(212, 175, 55, 0.6);
}

@media (max-width: 1140px) {
  .topbar.scrolled {
    transform: translate3d(0, 28px, 0);
  }

  .jackpot-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jackpot-card {
    min-height: 184px;
  }

  .jackpot-head h4 {
    font-size: 39px;
  }

  .jackpot-note {
    font-size: 18px;
  }

  .fusion-panel {
    --amethyst-notch: 16px;
    height: 98px;
    min-height: 98px;
  }

  .fusion-label span {
    font-size: 28px;
  }

  .fusion-label strong {
    font-size: 23px;
  }

  .fusion-emerald {
    width: 46px;
    height: 46px;
  }

  .fusion-emerald i {
    font-size: 18px;
  }

  .category-tabs {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .match-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .match-head-copy h3 {
    font-size: clamp(18px, 2.4vw, 28px);
  }

  .league {
    font-size: 24px;
  }

  .match-lines p {
    font-size: 25px;
  }

  .match-lines p strong {
    font-size: 30px;
  }

  .league-tiles {
    grid-template-columns: repeat(3, 1fr);
  }

  .game-card-row {
    grid-template-columns: repeat(3, 1fr);
  }

  .provider-strip {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .footer-link-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .trust-features {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .footer-refined-grid {
    grid-template-columns: 1fr 1fr;
  }

  .footer-refined-payments {
    grid-column: 1 / -1;
  }

  .footer-top-bar {
    flex-wrap: wrap;
    justify-content: center;
    text-align: center;
  }

  .footer-warning-bar {
    justify-content: center;
    text-align: center;
  }

  .footer-warning-nav {
    justify-content: center;
  }
}

@media (max-width: 820px) {
  .section-title.section-title-hero {
    font-size: clamp(30px, 8.2vw, 40px);
    line-height: 0.92;
  }

  .floating-world,
  .floating-close {
    display: none;
  }

  .popular-tabs-nav {
    grid-template-columns: 1fr;
  }

  .popular-tab-btn {
    font-size: 15px;
    padding: 9px 10px;
  }

  .jackpot-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .jackpot-card {
    min-height: 170px;
  }

  .jackpot-title {
    font-size: 29px;
  }

  .jackpot-head h4 {
    font-size: 36px;
  }

  .jackpot-amount {
    font-size: clamp(25px, 7.4vw, 34px);
  }

  .fusion-panel {
    --amethyst-notch: 12px;
    height: 84px;
    min-height: 84px;
  }

  .fusion-label {
    top: 6px;
  }

  .fusion-label span {
    font-size: 22px;
  }

  .fusion-label strong {
    font-size: 17px;
  }

  .fusion-emerald {
    width: 36px;
    height: 36px;
  }

  .fusion-emerald i {
    font-size: 15px;
  }

  .news-ticker {
    min-height: 28px;
    font-size: 10px;
    padding-right: 4px;
  }

  .news-close {
    width: 20px;
    height: 20px;
    font-size: 14px;
  }

  .topbar.scrolled {
    transform: translate3d(0, 28px, 0);
  }

  .topbar-row {
    width: calc(100vw - 24px);
    grid-template-columns: 1fr;
    justify-items: center;
    gap: 10px;
    padding: 8px 12px;
  }

  .page-shell {
    width: calc(100vw - 24px);
  }

  .footer-shell {
    width: calc(100vw - 24px);
  }

  .trust-shell {
    width: calc(100vw - 24px);
    padding: 16px 12px 14px;
  }

  .footer-link-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .trust-title {
    font-size: clamp(30px, 8.2vw, 40px);
  }

  .trust-features {
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .trust-feature {
    min-height: 64px;
  }

  .trust-cta-bar {
    flex-direction: column;
    align-items: stretch;
    text-align: center;
  }

  .trust-cta-btn {
    min-width: 0;
    width: 100%;
  }

  .footer-top-bar {
    flex-direction: column;
    gap: 12px;
  }

  .site-footer--refined .footer-shell--refined {
    width: calc(100vw - 24px);
    border-radius: 0 0 12px 12px;
  }

  .footer-refined-grid {
    grid-template-columns: 1fr;
    gap: 14px;
  }

  .footer-refined-brand p {
    max-width: none;
  }

  .footer-refined-links {
    grid-template-columns: 1fr;
    row-gap: 6px;
  }

  .footer-refined-links a {
    font-size: 16px;
  }

  .footer-payment-badges {
    grid-template-columns: 1fr 1fr;
  }

  .footer-refined-bottom {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-warning-bar {
    flex-direction: column;
    gap: 10px;
    text-align: center;
  }

  .footer-warning-nav {
    justify-content: center;
  }

  .footer-provider-strip img {
    height: 30px;
    max-width: 90px;
  }

  .brand {
    gap: 8px;
  }

  .brand img {
    width: 48px;
    height: 48px;
  }

  .brand-wordmark {
    font-size: 22px;
  }

  .auth-segment {
    font-size: 12px;
    padding: 6px 10px;
  }

  .quick-links,
  .auth-links {
    justify-content: center;
    flex-wrap: wrap;
  }

  .hero-slider {
    min-height: auto;
    background: none;
  }

  .promotions-tab {
    border-radius: 18px;
    padding: 16px 12px;
    scroll-margin-top: 112px;
  }

  .promotions-tab::before {
    font-size: clamp(170px, 60vw, 290px);
    inset: -30px 0 auto;
  }

  .promotions-kicker {
    font-size: clamp(20px, 5.2vw, 30px);
  }

  .promotions-hero h2 {
    font-size: clamp(44px, 14vw, 74px);
  }

  .promotions-subtitle {
    font-size: clamp(17px, 4.5vw, 24px);
  }

  .promotions-cta {
    width: 100%;
    max-width: 420px;
    font-size: 16px;
    min-height: 42px;
    padding: 8px 14px;
  }

  .promo-deal-zone {
    margin: 6px auto 20px;
    max-width: 100%;
    min-height: 0;
    grid-template-columns: 1fr;
    gap: 10px;
  }

  .promo-dealer {
    width: min(200px, 54vw);
    margin: 0 auto;
  }

  .promo-deal-table {
    min-height: 0;
    padding: 12px 8px 14px;
    border-radius: 16px;
    flex-wrap: wrap;
    gap: 12px;
  }

  .deal-plan-card,
  .deal-plan-1,
  .deal-plan-2,
  .deal-plan-3 {
    width: 100%;
    min-height: 0;
    transform: none;
  }

  .promotions-grid {
    grid-template-columns: 1fr;
    gap: 12px;
  }

  .promotions-page-only .promotions-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
    max-width: none;
    padding: 0;
  }

  .promotions-page-only .promotion-card img {
    aspect-ratio: 16 / 7;
  }

  .hero-copy {
    left: 20px;
    right: 20px;
    bottom: 24px;
  }

  .promo-row,
  .discover-strip,
  .game-card-row {
    grid-template-columns: 1fr;
  }

  .promo-card img {
    height: auto;
  }

  .surface {
    padding: 8px;
  }

  .icon-link {
    font-size: 11px;
  }

  .icon-link span {
    width: 34px;
    height: 34px;
  }

  .icon-link span i {
    font-size: 15px;
  }

  .discover-reel {
    grid-template-columns: 1fr;
  }

  .league-tiles,
  .match-grid,
  .category-tabs {
    grid-template-columns: 1fr;
  }

  .club-mark {
    width: 36px;
    height: 36px;
    font-size: 9px;
  }

  .match-head-copy h3 {
    font-size: 21px;
  }

  .versus {
    font-size: 12px;
  }

  .league {
    font-size: 21px;
  }

  .match-lines p {
    font-size: 23px;
  }

  .match-lines p strong {
    font-size: 26px;
  }

  .odds button strong {
    font-size: 24px;
  }

  .provider-strip {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

/* 笏笏笏 Promotion Modal 笏笏笏 */
.promo-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1100;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 8, 0, 0.78);
  backdrop-filter: blur(4px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.promo-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.promo-modal {
  position: relative;
  width: min(920px, 100%);
  background: #000800;
  border: 1px solid rgba(245, 241, 230, 0.08);
  border-radius: 10px;
  box-shadow: 0 30px 60px rgba(0, 8, 0, 0.6);
  overflow: hidden;
  transform: translateY(14px) scale(0.98);
  transition: transform 0.24s ease;
}

.promo-modal-overlay.active .promo-modal {
  transform: translateY(0) scale(1);
}

.promo-modal-close {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
  width: 34px;
  height: 34px;
  border: 0;
  border-radius: 50%;
  background: rgba(0, 8, 0, 0.5);
  color: #f5f1e6;
  display: grid;
  place-items: center;
  cursor: pointer;
}

.promo-modal-media img {
  width: 100%;
  display: block;
  aspect-ratio: 16 / 6.9;
  object-fit: cover;
}

.promo-modal-content {
  padding: 18px 20px 20px;
  background: linear-gradient(180deg, #002b12, #000800);
}

.promo-modal-content h3 {
  margin: 0 0 12px;
  padding-left: 10px;
  border-left: 4px solid var(--amethyst);
  font-family: "Inter", sans-serif;
  font-size: clamp(26px, 3.6vw, 36px);
  line-height: 1;
  color: #f5f1e6;
  text-transform: uppercase;
}

.promo-modal-copy {
  max-height: 220px;
  overflow-y: auto;
  padding-right: 6px;
}

.promo-modal-copy p {
  margin: 0 0 9px;
  font-size: 26px;
  line-height: 1.35;
  color: rgba(245, 241, 230, 0.92);
}

.promo-modal-copy p:last-child {
  margin-bottom: 0;
}

@media (max-width: 860px) {
  .promo-modal-overlay {
    padding: 10px;
  }

  .promo-modal-content {
    padding: 14px 14px 16px;
  }

  .promo-modal-copy p {
    font-size: 19px;
  }
}

/* 笏笏笏 Register Step Modal 笏笏笏 */
.register-step-overlay {
  position: fixed;
  inset: 0;
  z-index: 1150;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 10px;
  background: rgba(0, 8, 0, 0.84);
  backdrop-filter: blur(6px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.24s ease,
    visibility 0.24s ease;
}

.register-step-overlay.active {
  opacity: 1;
  visibility: visible;
}

.register-step-modal {
  width: min(500px, 100%);
  max-height: calc(100vh - 16px);
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background:
    radial-gradient(circle at 70% 12%, rgba(212, 175, 55, 0.14), transparent 48%),
    linear-gradient(160deg, var(--panel-strong), var(--neutral) 58%, var(--bg-1));
  box-shadow: 0 24px 54px rgba(0, 8, 0, 0.58);
  transform: translateY(12px) scale(0.98);
  transition: transform 0.24s ease;
}

.register-step-overlay.active .register-step-modal {
  transform: translateY(0) scale(1);
}

.register-step-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 12px 14px 10px;
  border-bottom: 1px solid rgba(245, 241, 230, 0.1);
}

.register-step-logo {
  height: 36px;
  width: auto;
}

.register-step-close {
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(212, 175, 55, 0.25);
  background: rgba(212, 175, 55, 0.12);
  color: var(--tertiary);
  display: grid;
  place-items: center;
  cursor: pointer;
}

.register-step-intro {
  margin: 12px 14px 10px;
  padding: 10px 12px;
  border-left: 4px solid var(--amethyst);
  border-radius: 8px;
  background: linear-gradient(95deg, rgba(212, 175, 55, 0.16), rgba(0, 8, 0, 0));
}

.register-step-intro p {
  margin: 0 0 3px;
  color: var(--muted);
  font-size: 13px;
}

.register-step-intro h3 {
  margin: 0;
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-size: clamp(22px, 4.4vw, 30px);
  line-height: 1;
  letter-spacing: 0.2px;
}

.register-step-form {
  padding: 8px 14px 14px;
  display: grid;
  gap: 7px;
}

.register-step-label {
  font-size: 15px;
  font-weight: 700;
  color: var(--tertiary);
}

.register-step-form input,
.register-step-form select {
  width: 100%;
  min-height: 43px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  background: rgba(0, 8, 0, 0.52);
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-size: 16px;
  padding: 9px 12px;
  outline: none;
}

.register-step-form input::placeholder {
  color: rgba(169, 187, 176, 0.62);
}

.register-step-phone-wrap {
  display: grid;
  grid-template-columns: auto 1fr;
  align-items: center;
  gap: 6px;
  border: 1px solid rgba(212, 175, 55, 0.18);
  border-radius: 10px;
  background: rgba(0, 8, 0, 0.52);
  padding: 6px 9px;
}

.register-step-phone-wrap input {
  border: 0;
  background: transparent;
  min-height: 32px;
  padding: 0;
}

.register-step-prefix {
  min-width: 46px;
  text-align: center;
  border-radius: 6px;
  background: rgba(212, 175, 55, 0.14);
  font-size: 14px;
  font-weight: 700;
  color: var(--tertiary);
  padding: 5px 6px;
}

.register-step-code-row {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
}

.register-step-code-btn {
  min-height: 43px;
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 10px;
  padding: 8px 12px;
  background: linear-gradient(135deg, var(--amethyst), var(--amethyst-strong));
  color: #f5f1e6;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.2px;
  cursor: pointer;
}

.register-step-hint {
  margin: 1px 0 5px;
  color: rgba(245, 241, 230, 0.78);
  font-size: 13px;
  line-height: 1.2;
}

.register-step-actions {
  margin-top: 6px;
  display: grid;
  grid-template-columns: 1fr 1.5fr;
  gap: 9px;
}

.register-step-back,
.register-step-submit {
  min-height: 45px;
  border-radius: 999px;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 700;
  cursor: pointer;
}

.register-step-back {
  border: 1px solid rgba(212, 175, 55, 0.28);
  background: rgba(0, 8, 0, 0.55);
  color: var(--tertiary);
}

.register-step-submit {
  border: 0;
  background: linear-gradient(135deg, var(--amethyst), var(--amethyst-strong));
  color: #f5f1e6;
}

@media (max-width: 620px) {
  .register-step-modal {
    width: min(440px, 100%);
    border-radius: 14px;
  }

  .register-step-intro h3 {
    font-size: clamp(18px, 6vw, 24px);
  }

  .register-step-code-row {
    grid-template-columns: 1fr;
  }

  .register-step-actions {
    grid-template-columns: 1fr;
  }
}

@media (max-height: 760px) {
  .register-step-logo {
    height: 30px;
  }

  .register-step-intro {
    margin: 8px 10px 6px;
    padding: 6px 8px;
  }

  .register-step-intro p,
  .register-step-hint {
    display: none;
  }

  .register-step-form {
    gap: 4px;
    padding: 6px 10px 10px;
  }

  .register-step-form input,
  .register-step-form select,
  .register-step-phone-wrap,
  .register-step-code-btn,
  .register-step-back,
  .register-step-submit {
    min-height: 36px;
  }
}

/* 笏笏笏 Auth Modal 笏笏笏 */
.auth-modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 1000;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(0, 8, 0, 0.85);
  backdrop-filter: blur(8px);
  opacity: 0;
  visibility: hidden;
  transition:
    opacity 0.3s ease,
    visibility 0.3s ease;
}

.auth-modal-overlay.active {
  opacity: 1;
  visibility: visible;
}

.auth-modal {
  position: relative;
  width: 100%;
  max-width: 440px;
  background: linear-gradient(
    160deg,
    rgba(0, 43, 18, 0.98),
    rgba(0, 8, 0, 0.98)
  );
  border: 1px solid rgba(212, 175, 55, 0.25);
  border-radius: 20px;
  padding: 30px;
  box-shadow:
    0 24px 64px rgba(0, 8, 0, 0.6),
    inset 0 0 24px rgba(212, 175, 55, 0.05);
  transform: translateY(20px) scale(0.95);
  transition: transform 0.4s cubic-bezier(0.2, 0.8, 0.2, 1);
}

.auth-modal-overlay.active .auth-modal {
  transform: translateY(0) scale(1);
}

.auth-close-btn {
  position: absolute;
  top: 16px;
  right: 16px;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(212, 175, 55, 0.1);
  border: 1px solid rgba(212, 175, 55, 0.2);
  color: var(--muted);
  display: grid;
  place-items: center;
  cursor: pointer;
  transition:
    color 0.2s ease,
    background 0.2s ease,
    transform 0.2s ease;
}

.auth-close-btn:hover {
  color: #f5f1e6;
  background: rgba(177, 18, 38, 0.6);
  border-color: rgba(177, 18, 38, 0.8);
  transform: scale(1.05);
}

.auth-modal-header {
  text-align: center;
  margin-bottom: 24px;
}

.auth-modal-logo {
  height: 48px;
  width: auto;
  filter: drop-shadow(0 4px 12px rgba(212, 175, 55, 0.4));
}

.auth-tabs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  background: rgba(0, 8, 0, 0.8);
  border-radius: 12px;
  padding: 4px;
  margin-bottom: 24px;
  border: 1px solid rgba(212, 175, 55, 0.15);
}

.auth-tab-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  padding: 10px;
  border: none;
  background: transparent;
  color: var(--muted);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 700;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
}

.auth-tab-btn.active {
  background: linear-gradient(135deg, var(--amethyst), var(--amethyst-strong));
  color: #f5f1e6;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.3);
}

.auth-panel {
  display: none;
  animation: authFadeIn 0.3s ease;
}

.auth-panel.active {
  display: block;
}

@keyframes authFadeIn {
  from {
    opacity: 0;
    transform: translateY(8px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.auth-form {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.auth-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.auth-field {
  position: relative;
}

.auth-field i {
  position: absolute;
  left: 16px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--amethyst);
  font-size: 14px;
}

.auth-field input {
  width: 100%;
  background: rgba(0, 8, 0, 0.6);
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 10px;
  padding: 13px 16px 13px 42px;
  color: var(--text);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  font-weight: 600;
  outline: none;
  transition:
    border-color 0.3s ease,
    box-shadow 0.3s ease;
}

.auth-field input::placeholder {
  color: rgba(212, 175, 55, 0.4);
  font-weight: 500;
}

.auth-field input:focus {
  border-color: var(--amethyst);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.15);
}

.auth-options {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin: 4px 0 8px;
  font-size: 13px;
}

.auth-check {
  display: flex;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  color: var(--muted);
}

.auth-check input {
  display: none;
}

.auth-check .check-box {
  width: 18px;
  height: 18px;
  border-radius: 4px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  background: rgba(0, 8, 0, 0.6);
  position: relative;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease;
}

.auth-check input:checked + .check-box {
  background: var(--amethyst);
  border-color: var(--amethyst);
}

.auth-check input:checked + .check-box::after {
  content: "\f00c";
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  font-size: 10px;
  color: #f5f1e6;
}

.auth-forgot {
  color: var(--amethyst);
  text-decoration: none;
  transition: opacity 0.2s ease;
}

.auth-forgot:hover {
  opacity: 0.8;
  text-decoration: underline;
}

.auth-submit-btn {
  background: linear-gradient(135deg, var(--amethyst), var(--amethyst-strong));
  color: #f5f1e6;
  border: none;
  border-radius: 10px;
  padding: 14px;
  font-size: 16px;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  box-shadow: 0 4px 16px rgba(212, 175, 55, 0.3);
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease;
  letter-spacing: 0.5px;
}

.auth-submit-btn:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 24px rgba(212, 175, 55, 0.4);
}

.auth-submit-btn.register-btn {
  background: linear-gradient(135deg, var(--amethyst-strong), #d4af37);
}

/* Jackpot / Turnuva Section */
.jackpot-dashboard-section {
  position: relative;
  border: 0;
  border-radius: 20px;
  padding: 30px 22px 22px;
  overflow: hidden;
  background: transparent;
}

.jackpot-dashboard-section::before {
  content: none;
  pointer-events: none;
}

.jackpot-dashboard-section > * {
  position: relative;
  z-index: 1;
}

.jackpot-dashboard-section .section-header {
  margin-bottom: 12px;
}

.jt-dashboard-title {
  display: block;
  margin: 0;
  white-space: nowrap;
}

.jt-dashboard-title .text-white,
.jt-dashboard-title .text-amethyst-glow {
  color: inherit;
  text-shadow: inherit;
}

/* Auth redesign */
.auth-modal-overlay {
  padding: clamp(14px, 3vw, 34px);
  background:
    radial-gradient(circle at 18% 20%, rgba(212, 175, 55, 0.28), transparent 34%),
    radial-gradient(circle at 82% 74%, rgba(240, 200, 80, 0.14), transparent 30%),
    rgba(0, 8, 0, 0.88);
  backdrop-filter: blur(16px);
}

.auth-modal {
  display: grid;
  grid-template-columns: minmax(270px, 0.92fr) minmax(340px, 1fr);
  gap: 0;
  width: min(920px, 100%);
  max-width: none;
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(245, 241, 230, 0.14);
  background:
    linear-gradient(145deg, rgba(0, 43, 18, 0.96), rgba(0, 8, 0, 0.98)),
    var(--neutral);
  box-shadow:
    0 32px 90px rgba(0, 8, 0, 0.64),
    0 0 0 1px rgba(212, 175, 55, 0.16),
    inset 0 1px 0 rgba(245, 241, 230, 0.08);
}

.auth-modal::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(115deg, rgba(245, 241, 230, 0.08), transparent 22%),
    repeating-linear-gradient(
      90deg,
      transparent,
      transparent 38px,
      rgba(245, 241, 230, 0.025) 38px,
      rgba(245, 241, 230, 0.025) 39px
    );
}

.auth-stage,
.auth-workspace {
  position: relative;
  z-index: 1;
}

.auth-stage {
  min-height: 560px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 32px;
  background:
    radial-gradient(circle at 48% 18%, rgba(240, 200, 80, 0.2), transparent 26%),
    radial-gradient(circle at 16% 84%, rgba(212, 175, 55, 0.34), transparent 28%),
    linear-gradient(160deg, rgba(0, 43, 18, 0.98), rgba(0, 8, 0, 0.96));
  border-right: 1px solid rgba(245, 241, 230, 0.1);
}

.auth-stage::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -74px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 34px solid rgba(240, 200, 80, 0.08);
  box-shadow:
    inset 0 0 0 1px rgba(240, 200, 80, 0.22),
    0 0 44px rgba(212, 175, 55, 0.18);
}

.auth-modal-header {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  text-align: left;
  color: #f5f1e6;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.2px;
}

.auth-modal-logo {
  width: auto;
  height: 38px;
  max-height: 38px;
  object-fit: contain;
  filter: drop-shadow(0 10px 22px rgba(170, 110, 255, 0.4));
}
/* logo lockup zaten "CASINO ARWEN" yazisini iceriyor -> modaldaki yaziyi gizle */
.auth-modal-header span {
  display: none;
}

.auth-stage-copy h2 {
  margin: 0;
  max-width: 310px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(54px, 5.6vw, 78px);
  line-height: 0.86;
  color: #f5f1e6;
  letter-spacing: 0;
}

.auth-stage-copy p {
  max-width: 330px;
  margin: 18px 0 0;
  color: rgba(245, 241, 230, 0.78);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.auth-stage-metrics {
  display: grid;
  grid-template-columns: 1fr;
  gap: 10px;
}

.auth-stage-metrics span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid rgba(245, 241, 230, 0.13);
  border-radius: 12px;
  background: rgba(0, 8, 0, 0.38);
  color: rgba(245, 241, 230, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.auth-stage-metrics strong {
  color: #f0c850;
  font-size: 18px;
  letter-spacing: 0.4px;
}

.auth-workspace {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: clamp(24px, 4vw, 42px);
}

.auth-tabs {
  gap: 8px;
  padding: 6px;
  margin: 0 0 24px;
  border-radius: 999px;
  border-color: rgba(245, 241, 230, 0.12);
  background: rgba(0, 8, 0, 0.58);
}

.auth-tab-btn {
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
  text-transform: none;
}

.auth-tab-btn.active {
  color: #000800;
  background: linear-gradient(135deg, #f0c850, #d4af37);
  box-shadow: 0 14px 28px rgba(240, 200, 80, 0.2);
}

.auth-panel-heading {
  margin-bottom: 20px;
}

.auth-panel-heading h3 {
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 0.9;
  color: #f5f1e6;
  letter-spacing: 0;
}

.auth-panel-heading p {
  margin: 8px 0 0;
  color: rgba(245, 241, 230, 0.66);
  font-size: 16px;
  font-weight: 600;
}

.auth-form {
  gap: 14px;
}

.auth-form-row {
  gap: 10px;
}

.auth-field {
  display: grid;
  gap: 7px;
}

.auth-field label {
  color: rgba(245, 241, 230, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.auth-field i {
  left: 17px;
  top: auto;
  bottom: 17px;
  color: #f0c850;
}

.auth-field input {
  min-height: 52px;
  border-radius: 14px;
  border-color: rgba(245, 241, 230, 0.13);
  background: rgba(245, 241, 230, 0.055);
  padding: 14px 16px 14px 46px;
  font-size: 16px;
}

.auth-field input::placeholder {
  color: rgba(245, 241, 230, 0.35);
}

.auth-field input:focus {
  border-color: rgba(240, 200, 80, 0.82);
  box-shadow:
    0 0 0 4px rgba(240, 200, 80, 0.12),
    0 12px 24px rgba(0, 8, 0, 0.22);
}

.auth-options {
  align-items: flex-start;
  gap: 14px;
  margin: 1px 0 4px;
}

.auth-options-register {
  justify-content: flex-start;
}

.auth-check {
  align-items: flex-start;
  color: rgba(245, 241, 230, 0.72);
  line-height: 1.25;
}

.auth-check .check-box {
  flex: 0 0 auto;
  border-radius: 6px;
  border-color: rgba(240, 200, 80, 0.4);
  background: rgba(245, 241, 230, 0.05);
}

.auth-check input:checked + .check-box {
  background: #f0c850;
  border-color: #f0c850;
}

.auth-forgot {
  color: #f0c850;
  font-weight: 800;
  white-space: nowrap;
}

.auth-submit-btn {
  min-height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #d4af37, #d4af37);
  font-size: 17px;
  text-transform: none;
  box-shadow:
    0 14px 28px rgba(212, 175, 55, 0.28),
    inset 0 1px 0 rgba(245, 241, 230, 0.18);
}

.auth-submit-btn:hover {
  box-shadow:
    0 18px 36px rgba(212, 175, 55, 0.34),
    inset 0 1px 0 rgba(245, 241, 230, 0.18);
}

.auth-submit-btn.register-btn {
  background: linear-gradient(135deg, #f0c850, #d4af37);
  color: #000800;
}

.register-step-overlay {
  padding: clamp(12px, 2vw, 28px);
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.26), transparent 34%),
    rgba(0, 8, 0, 0.9);
  backdrop-filter: blur(16px);
}

.register-step-modal {
  width: min(760px, 100%);
  border-radius: 22px;
  border-color: rgba(245, 241, 230, 0.13);
  background:
    radial-gradient(circle at 85% 12%, rgba(240, 200, 80, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(0, 43, 18, 0.98), rgba(0, 8, 0, 0.99));
}

.register-step-header {
  padding: 18px 22px;
  border-bottom-color: rgba(245, 241, 230, 0.1);
}

.register-step-logo {
  height: 42px;
}

.register-step-close {
  width: 38px;
  height: 38px;
  border-color: rgba(245, 241, 230, 0.14);
  background: rgba(245, 241, 230, 0.06);
}

.register-step-intro {
  margin: 22px 22px 14px;
  padding: 18px 20px;
  border: 1px solid rgba(240, 200, 80, 0.22);
  border-left: 0;
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 50%, rgba(240, 200, 80, 0.16), transparent 30%),
    rgba(245, 241, 230, 0.045);
}

.register-step-intro p {
  color: #f0c850;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.register-step-intro h3 {
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(38px, 6vw, 56px);
  letter-spacing: 0;
}

.register-step-form {
  grid-template-columns: 1fr 1fr;
  gap: 9px 12px;
  padding: 8px 22px 22px;
}

.register-step-label,
.register-step-hint,
.register-step-phone-wrap,
.register-step-code-row,
.register-step-form > input,
.register-step-form > select {
  min-width: 0;
}

.register-step-label {
  color: rgba(245, 241, 230, 0.78);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.register-step-form input,
.register-step-form select,
.register-step-phone-wrap {
  min-height: 50px;
  border-radius: 14px;
  border-color: rgba(245, 241, 230, 0.13);
  background: rgba(245, 241, 230, 0.055);
  color: #f5f1e6;
}

.register-step-form input:focus,
.register-step-form select:focus,
.register-step-phone-wrap:focus-within {
  border-color: rgba(240, 200, 80, 0.8);
  box-shadow: 0 0 0 4px rgba(240, 200, 80, 0.12);
}

.register-step-prefix {
  background: rgba(240, 200, 80, 0.16);
  color: #f0c850;
}

.register-step-code-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.register-step-code-btn {
  min-height: 50px;
  border-color: rgba(240, 200, 80, 0.34);
  background: linear-gradient(135deg, #f0c850, #d4af37);
  color: #000800;
}

.register-step-hint {
  color: rgba(245, 241, 230, 0.56);
}

.register-step-actions {
  grid-column: 1 / -1;
  grid-template-columns: 0.8fr 1.2fr;
  margin-top: 10px;
}

.register-step-back,
.register-step-submit {
  min-height: 52px;
  border-radius: 14px;
  font-size: 16px;
}

.register-step-back {
  border-color: rgba(245, 241, 230, 0.16);
  background: rgba(245, 241, 230, 0.055);
}

.register-step-submit {
  background: linear-gradient(135deg, #d4af37, #d4af37);
}

@media (max-width: 820px) {
  .auth-modal {
    grid-template-columns: 1fr;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }

  .auth-stage {
    min-height: auto;
    gap: 18px;
    padding: 24px;
  }

  .auth-stage-copy h2 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .auth-stage-metrics {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .auth-workspace {
    padding: 20px;
  }

  .auth-form-row,
  .register-step-form,
  .register-step-actions,
  .register-step-code-row {
    grid-template-columns: 1fr;
  }

  .auth-stage-metrics {
    grid-template-columns: 1fr;
  }

  .auth-options {
    flex-direction: column;
  }

  .register-step-modal {
    width: 100%;
  }

  .register-step-intro {
    margin: 14px 14px 10px;
  }

  .register-step-form {
    padding: 6px 14px 16px;
  }
}

.register-step-form {
  grid-template-columns: 1fr;
}

.jackpot-tournament-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.jackpot-dashboard-section .jt-card {
  min-height: 560px;
  border-radius: 18px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background:
    linear-gradient(180deg, rgba(0, 8, 0, 0.96), rgba(0, 8, 0, 0.98)),
    linear-gradient(110deg, rgba(245, 241, 230, 0.05), transparent 40%);
  padding: 22px 20px 18px;
  box-shadow:
    inset 0 1px 0 rgba(245, 241, 230, 0.08),
    0 14px 28px rgba(0, 8, 0, 0.38);
  overflow: hidden;
}

.jackpot-dashboard-section .jt-subtitle {
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(22px, 1.5vw, 32px);
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 0.85;
  text-transform: uppercase;
  color: #f0c850;
  text-shadow: 0 0 14px rgba(240, 200, 80, 0.25);
  text-align: center;
}

.jackpot-dashboard-section .jt-card h3 {
  margin: 4px 0 0;
  text-align: center;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-weight: 700;
  line-height: 0.86;
  color: #f5f1e6;
  text-shadow: 0 4px 14px rgba(0, 8, 0, 0.35);
}

.jackpot-card-main {
  text-align: center;
}

.jackpot-dashboard-section .jackpot-card-main h3 {
  margin-bottom: 12px;
  font-size: clamp(44px, 3.1vw, 58px);
  letter-spacing: 0.6px;
}

.jackpot-treasure-center {
  position: relative;
  height: 228px;
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.jackpot-treasure-center::before {
  content: "";
  position: absolute;
  width: 250px;
  height: 250px;
  border-radius: 50%;
  background: radial-gradient(
    circle,
    rgba(240, 200, 80, 0.35) 0%,
    rgba(212, 175, 55, 0.22) 42%,
    rgba(0, 8, 0, 0) 70%
  );
  filter: blur(2px);
}

.jackpot-treasure-center img {
  position: relative;
  z-index: 2;
  width: min(100%, 238px);
  height: auto;
  mix-blend-mode: screen;
  -webkit-mask-image: radial-gradient(circle at center, #000800 54%, rgba(0, 8, 0, 0.94) 64%, transparent 82%);
  mask-image: radial-gradient(circle at center, #000800 54%, rgba(0, 8, 0, 0.94) 64%, transparent 82%);
  filter:
    drop-shadow(0 0 16px rgba(240, 200, 80, 0.8))
    drop-shadow(0 0 38px rgba(212, 175, 55, 0.5));
}

.jackpot-dashboard-section .jackpot-card-main .jt-highlight {
  margin: 0 0 16px;
  display: flex;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  font-size: clamp(60px, 3.8vw, 76px);
  line-height: 0.96;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-weight: 700;
  color: #f0c850;
  text-shadow:
    0 0 16px rgba(240, 200, 80, 0.65),
    0 0 42px rgba(240, 200, 80, 0.42);
}

.jackpot-dashboard-section .slot-odometer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  overflow: hidden;
}

.jackpot-dashboard-section .odo-currency {
  margin-right: 6px;
  font-size: 0.9em;
  font-family: "Inter", sans-serif;
  font-weight: 700;
  line-height: 1;
}

.jackpot-dashboard-section .odo-digits {
  display: inline-block;
  line-height: 1;
  font-variant-numeric: tabular-nums;
}

.jackpot-dashboard-section .odo-reel {
  display: inline-block;
  height: 1.1em;
  min-width: 0.55em;
  overflow: hidden;
}

.jackpot-dashboard-section .odo-reel-strip {
  display: flex;
  flex-direction: column;
  transition: transform 0.8s cubic-bezier(0.2, 0.8, 0.3, 1);
  will-change: transform;
}

.jackpot-dashboard-section .odo-reel-strip span {
  display: block;
  height: 1.1em;
  line-height: 1.1em;
  text-align: center;
}

.jackpot-dashboard-section .odo-sep {
  display: inline-block;
  width: 0.31em;
  line-height: 1.1em;
  text-align: center;
}

.jackpot-dashboard-section .odo-reel.is-rolling .odo-reel-strip {
  filter: brightness(1.24);
}

@keyframes odoGlow {
  0%,
  100% {
    text-shadow:
      0 0 16px rgba(240, 200, 80, 0.65),
      0 0 42px rgba(240, 200, 80, 0.42);
  }
  50% {
    text-shadow:
      0 0 24px rgba(240, 200, 80, 0.9),
      0 0 58px rgba(240, 200, 80, 0.55);
  }
}

.jackpot-dashboard-section .slot-odometer.is-rolling {
  animation: odoGlow 0.6s ease;
}

.jackpot-dashboard-section .tournament-card h3 {
  margin: 0;
  font-size: clamp(34px, 2.4vw, 46px);
  line-height: 0.84;
}

.jackpot-dashboard-section .tournament-card {
  display: grid;
  grid-template-rows: auto 1fr auto auto;
  row-gap: 14px;
}

.jackpot-dashboard-section .tournament-top {
  display: flex;
  justify-content: center;
}

.jackpot-dashboard-section .tournament-middle {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  align-self: center;
}

.jackpot-dashboard-section .tournament-bottom {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 2px;
  align-self: end;
  margin-bottom: 6px;
}

.jackpot-dashboard-section .tournament-card .btn-purple-glow {
  margin-top: 0;
}

.countdown-label {
  margin: 0;
  text-align: center;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(22px, 1.45vw, 30px);
  line-height: 0.9;
  color: rgba(245, 241, 230, 0.78);
}

.countdown-timer {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  margin: 0;
}

.time-box {
  display: flex;
  flex-direction: column;
  align-items: center;
}

.time-box strong {
  min-width: 64px;
  padding: 6px 10px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.55);
  background: linear-gradient(180deg, rgba(0, 43, 18, 0.92), rgba(0, 8, 0, 0.92));
  box-shadow:
    inset 0 1px 0 rgba(245, 241, 230, 0.1),
    0 0 14px rgba(212, 175, 55, 0.2);
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(30px, 2vw, 40px);
  line-height: 0.82;
  color: #f0c850;
  text-align: center;
}

.time-box span {
  margin-top: 6px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0.5px;
  color: rgba(245, 241, 230, 0.68);
}

.colon {
  margin-top: -14px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: 42px;
  line-height: 1;
  color: rgba(245, 241, 230, 0.76);
}

.prize-pool-label {
  margin: 0;
  text-align: center;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(24px, 1.5vw, 30px);
  line-height: 0.9;
  color: rgba(245, 241, 230, 0.74);
}

.jackpot-dashboard-section .tournament-card .jt-highlight {
  margin: 0;
  display: flex;
  align-items: baseline;
  justify-content: center;
  gap: 6px;
  white-space: nowrap;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(50px, 3.25vw, 68px);
  line-height: 0.9;
  color: #f0c850;
  text-shadow:
    0 0 16px rgba(240, 200, 80, 0.65),
    0 0 42px rgba(240, 200, 80, 0.36);
}

.jackpot-dashboard-section .tournament-card .jt-highlight .jt-currency {
  font-family: "Inter", sans-serif;
  font-size: 0.7em;
  font-weight: 700;
}

.jackpot-dashboard-section .tournament-card .jt-highlight .jt-value {
  display: inline-block;
  letter-spacing: 0.35px;
}

.leaderboard-table {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 10px 0 16px;
}

.lb-header,
.lb-row {
  display: grid;
  grid-template-columns: 46px minmax(0, 1fr) minmax(98px, 0.9fr) minmax(104px, 0.95fr);
  align-items: center;
  column-gap: 8px;
}

.lb-header {
  padding: 0 8px;
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  color: rgba(245, 241, 230, 0.55);
}

.lb-col-rank,
.lb-col-score,
.lb-col-prize {
  text-align: center;
}

.lb-col-prize {
  text-align: right;
}

.lb-row {
  min-height: 62px;
  border-radius: 10px;
  border: 1px solid rgba(212, 175, 55, 0.36);
  background: linear-gradient(180deg, rgba(0, 8, 0, 0.92), rgba(0, 8, 0, 0.94));
  padding: 6px 8px;
}

.lb-rank {
  display: flex;
  justify-content: center;
  align-items: center;
}

.lb-rank-chip {
  width: 31px;
  height: 31px;
  border-radius: 9px;
  border: 1px solid rgba(245, 241, 230, 0.16);
  background: rgba(0, 8, 0, 0.9);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "Inter", sans-serif;
  font-size: 16px;
  font-weight: 700;
}

.lb-rank-chip i {
  font-size: 14px;
}

.lb-rank-chip.gold {
  color: #f0c850;
  border-color: rgba(240, 200, 80, 0.5);
  background: rgba(138, 90, 8, 0.6);
}

.lb-rank-chip.silver {
  color: #f5f1e6;
  border-color: rgba(245, 241, 230, 0.5);
  background: rgba(49, 51, 64, 0.62);
}

.lb-rank-chip.bronze {
  color: #d4af37;
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(138, 90, 8, 0.6);
}

.lb-rank-chip.plain {
  color: rgba(245, 241, 230, 0.8);
  border-color: rgba(212, 175, 55, 0.56);
  background: rgba(0, 43, 18, 0.82);
}

.lb-name {
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(24px, 1.45vw, 32px);
  line-height: 0.84;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.lb-score,
.lb-prize {
  font-family: "Inter", sans-serif;
  font-size: clamp(21px, 1.2vw, 28px);
  font-weight: 700;
  line-height: 0.96;
  font-variant-numeric: tabular-nums;
  text-align: right;
  white-space: nowrap;
}

.lb-score {
  color: rgba(245, 241, 230, 0.82);
}

.lb-prize {
  color: #f5f1e6;
}

.jackpot-dashboard-section .btn-purple-solid,
.jackpot-dashboard-section .btn-purple-glow,
.jackpot-dashboard-section .btn-dark {
  width: 100%;
  height: 50px;
  margin-top: auto;
  border-radius: 12px;
  border: 1px solid transparent;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(24px, 1.5vw, 32px);
  font-weight: 700;
  letter-spacing: 0.5px;
  line-height: 1;
  text-transform: uppercase;
  cursor: pointer;
  transition:
    transform 0.2s ease,
    box-shadow 0.2s ease,
    filter 0.2s ease;
}

.jackpot-dashboard-section .btn-purple-solid {
  color: #f5f1e6;
  border-color: rgba(240, 200, 80, 0.52);
  background: linear-gradient(180deg, #d4af37, #d4af37);
  box-shadow:
    inset 0 1px 0 rgba(245, 241, 230, 0.2),
    0 8px 18px rgba(212, 175, 55, 0.42);
}

.jackpot-dashboard-section .btn-purple-glow {
  color: #f5f1e6;
  border-color: rgba(240, 200, 80, 0.75);
  background: linear-gradient(180deg, #d4af37, #d4af37);
  box-shadow:
    inset 0 1px 0 rgba(245, 241, 230, 0.24),
    0 0 20px rgba(212, 175, 55, 0.45);
}

.jackpot-dashboard-section .btn-dark {
  color: #f5f1e6;
  border-color: rgba(212, 175, 55, 0.56);
  background: linear-gradient(180deg, rgba(0, 43, 18, 0.84), rgba(0, 8, 0, 0.9));
}

.jackpot-dashboard-section .btn-purple-solid:hover,
.jackpot-dashboard-section .btn-purple-glow:hover,
.jackpot-dashboard-section .btn-dark:hover {
  transform: translateY(-1px);
  filter: brightness(1.06);
}

@media (max-width: 1180px) {
  .jackpot-tournament-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .jackpot-dashboard-section .jt-card {
    min-height: 500px;
  }

  .leaderboard-card {
    grid-column: span 2;
    min-height: auto;
  }
}

@media (max-width: 860px) {
  .jackpot-dashboard-section {
    padding: 24px 14px 16px;
  }

  .jackpot-tournament-grid {
    grid-template-columns: 1fr;
  }

  .jackpot-dashboard-section .jt-card {
    min-height: auto;
    padding: 18px 14px 14px;
  }

  .leaderboard-card {
    grid-column: auto;
  }

  .countdown-timer {
    gap: 5px;
  }

  .time-box strong {
    min-width: 56px;
    font-size: clamp(36px, 9vw, 44px);
  }

  .colon {
    font-size: 34px;
    margin-top: -10px;
  }

  .lb-header,
  .lb-row {
    grid-template-columns: 40px minmax(0, 1fr) 80px 88px;
  }

  .lb-rank-chip {
    width: 27px;
    height: 27px;
    border-radius: 8px;
    font-size: 14px;
  }

  .lb-rank-chip i {
    font-size: 12px;
  }
}
/* 笏笏 VIP Club Section 笏笏 */
.vip-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.vip-card {
  background: linear-gradient(180deg, rgba(0, 8, 0, 0.9), rgba(0, 8, 0, 0.95));
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 12px;
  padding: 24px 20px;
  display: flex;
  flex-direction: column;
  position: relative;
  transition: all 0.3s ease;
}

.vip-card:hover {
  transform: translateY(-4px);
  box-shadow: 0 10px 20px rgba(0, 8, 0, 0.5);
}

.vip-card.highlight {
  border-color: #d4af37;
  box-shadow: 0 0 20px rgba(212, 175, 55, 0.2);
  background: linear-gradient(180deg, rgba(138, 90, 8, 0.9), rgba(0, 8, 0, 0.95));
}

.vip-card.highlight:hover {
  box-shadow: 0 10px 30px rgba(212, 175, 55, 0.3);
}

.recommended-badge {
  position: absolute;
  top: -10px;
  right: 20px;
  background: linear-gradient(90deg, #d4af37, #ffe08a);
  color: #000800;
  font-size: 10px;
  font-weight: 800;
  padding: 4px 8px;
  border-radius: 4px;
  box-shadow: 0 4px 10px rgba(212, 175, 55, 0.4);
}

.vip-header {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 20px;
}

.vip-icon {
  font-size: 32px;
}

.vip-card.bronze .vip-icon { color: #d4af37; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
.vip-card.silver .vip-icon { color: #c0c0c0; text-shadow: 0 0 10px rgba(192, 192, 192, 0.5); }
.vip-card.gold .vip-icon { color: #d4af37; text-shadow: 0 0 10px rgba(212, 175, 55, 0.5); }
.vip-card.diamond .vip-icon { color: #f5f1e6; text-shadow: 0 0 10px rgba(245, 241, 230, 0.5); }

.vip-card h3 {
  font-size: 24px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  margin: 0;
  color: #f5f1e6;
}

.vip-perks {
  list-style: none;
  padding: 0;
  margin: 0 0 24px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex: 1;
}

.vip-perks li {
  font-size: 13px;
  color: rgba(245, 241, 230, 0.8);
  display: flex;
  align-items: center;
  gap: 8px;
}

.vip-card.bronze .vip-perks i { color: #d4af37; }
.vip-card.silver .vip-perks i { color: #c0c0c0; }
.vip-card.gold .vip-perks i { color: #d4af37; }
.vip-card.diamond .vip-perks i { color: #f5f1e6; }

@media (max-width: 1024px) {
  .jackpot-tournament-grid { grid-template-columns: repeat(2, 1fr); }
  .vip-grid { grid-template-columns: repeat(2, 1fr); }
}

@media (max-width: 768px) {
  .jackpot-tournament-grid { grid-template-columns: 1fr; }
  .vip-grid { grid-template-columns: 1fr; }
}

/* ======================================================
   CASINO CHIP RAIN  -  Falling Translucent Chips
   ====================================================== */
.chip-rain {
  position: absolute;
  inset: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 0;
}

/* Site-wide ambience: above the aurora, below every page surface/card. */
.site-chip-rain {
  position: fixed;
  z-index: 0;
  opacity: 0.54;
}

/* Inside hero, chips sit above the video overlay but behind hero cards/content. */
.hero-container .chip-rain {
  z-index: 4;
}

/* Outer wrapper 窶・handles the FALL */
.casino-chip {
  position: absolute;
  top: -60px;
  width: var(--chip-size, 32px);
  height: var(--chip-size, 32px);
  pointer-events: none;
  animation: chipFall var(--chip-duration, 8s) var(--chip-delay, 0s) linear infinite;
  will-change: transform, opacity;
}

/* Inner element 窶・handles the SPIN + visuals */
.chip-visual {
  width: 100%;
  height: 100%;
  border-radius: 50%;
  position: relative;
  animation: chipSpin var(--chip-spin, 4s) linear infinite;
  will-change: transform;
  background-size: cover;
  background-position: center;
  mix-blend-mode: screen;
}

/* Concentric ring */
.chip-visual::before {
  display: none;
}

/* Center suit symbol */
.chip-visual::after {
  display: none;
}

/* --- Color variants --- */
.chip-purple .chip-visual {
  background-image: url('img/chips/purple_chip.png');
}

.chip-gold .chip-visual {
  background-image: url('img/chips/gold_chip.png');
}

.chip-rose .chip-visual {
  background-image: url('img/chips/rose_chip.png');
}

.chip-silver .chip-visual {
  background-image: url('img/chips/silver_chip.png');
}

/* Fall animation 窶・vertical drop with horizontal drift */
@keyframes chipFall {
  0%   { transform: translateY(0) translateX(0); opacity: 0; }
  4%   { opacity: 0.7; }
  80%  { opacity: 0.7; }
  100% { transform: translateY(calc(100vh + 60px)) translateX(var(--chip-drift, 30px)); opacity: 0; }
}

/* Spin animation 窶・3D Y-axis coin flip */
@keyframes chipSpin {
  0%   { transform: rotateY(0deg) rotateX(15deg); }
  50%  { transform: rotateY(180deg) rotateX(-15deg); }
  100% { transform: rotateY(360deg) rotateX(15deg); }
}

@media (prefers-reduced-motion: reduce) {
  .casino-chip { animation: none; display: none; }
}

@media (max-width: 1320px) {
  .popular-games-section .popular-games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .popular-category-card {
    min-height: 300px;
  }
}

@media (max-width: 760px) {
  .popular-games-section .section-header {
    align-items: flex-start;
    flex-wrap: wrap;
    gap: 10px;
  }

  .popular-games-section .popular-games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
  }

  .popular-category-card {
    min-height: 238px;
    padding: 15px 13px 13px;
  }

  .popular-game-art {
    height: 108px;
    margin-bottom: 8px;
  }

  .slot-machine {
    width: min(78%, 132px);
  }

  .roulette-wheel {
    width: 105px;
  }

  .popular-category-card h3 {
    font-size: 20px;
    white-space: normal;
    margin-bottom: 11px;
  }

  .popular-play-btn {
    min-height: 36px;
  }
}

@media (max-width: 560px) {
  .popular-games-section .popular-games-grid {
    grid-template-columns: 1fr;
  }
}

/* New homepage blocks */
.discovery-section,
.winners-feed-section,
.sports-teaser-section,
.mission-section,
.faq-section {
  margin-bottom: 28px;
}

/* Homepage section spacing normalization */
.popular-games-section,
.bonus-section,
.live-casino-section,
.sports-teaser-section,
.jackpot-dashboard-section,
.vip-club-section,
.mission-section,
.faq-section {
  margin-bottom: 24px;
  padding-top: 18px;
  padding-bottom: 18px;
}

.sports-teaser-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.popular-games-section .section-header,
.bonus-section .section-header,
.live-casino-section .section-header,
.sports-teaser-section .section-header,
.jackpot-dashboard-section .section-header,
.vip-club-section .section-header,
.mission-section .section-header,
.faq-section .section-header {
  margin-bottom: 16px;
}

@media (max-width: 760px) {
  .popular-games-section,
  .bonus-section,
  .live-casino-section,
  .sports-teaser-section,
  .jackpot-dashboard-section,
  .vip-club-section,
  .mission-section,
  .faq-section {
    margin-bottom: 20px;
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .sports-teaser-section {
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .popular-games-section .section-header,
  .bonus-section .section-header,
  .live-casino-section .section-header,
  .sports-teaser-section .section-header,
  .jackpot-dashboard-section .section-header,
  .vip-club-section .section-header,
  .mission-section .section-header,
  .faq-section .section-header {
    margin-bottom: 14px;
  }
}

.discovery-toolbar {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 280px;
  gap: 12px;
  margin-bottom: 12px;
}

.discovery-search,
.provider-select-wrap {
  display: flex;
  align-items: center;
  gap: 10px;
  border: 1px solid rgba(212, 175, 55, 0.26);
  border-radius: 12px;
  background: linear-gradient(140deg, rgba(0, 8, 0, 0.92), rgba(0, 8, 0, 0.9));
  padding: 0 14px;
  min-height: 50px;
}

.discovery-search i,
.provider-select-wrap i {
  color: rgba(240, 200, 80, 0.95);
  font-size: 15px;
}

.discovery-search input,
.provider-select-wrap select {
  width: 100%;
  border: 0;
  background: transparent;
  color: #f5f1e6;
  font-family: "Inter", sans-serif;
  font-size: 17px;
  font-weight: 600;
  outline: none;
}

.provider-select-wrap select option {
  background: #000800;
}

.discovery-search input::placeholder {
  color: rgba(240, 200, 80, 0.72);
}

.discovery-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 10px;
}

.category-pill {
  border: 1px solid rgba(212, 175, 55, 0.24);
  border-radius: 999px;
  background: rgba(0, 8, 0, 0.86);
  color: rgba(245, 241, 230, 0.9);
  min-height: 38px;
  padding: 0 14px;
  font-family: "Inter", sans-serif;
  font-size: 14px;
  font-weight: 700;
  cursor: pointer;
  transition: transform 0.2s ease, box-shadow 0.2s ease, background 0.2s ease;
}

.category-pill.active {
  color: #f5f1e6;
  background: linear-gradient(130deg, var(--amethyst), var(--amethyst-strong));
  box-shadow: 0 10px 20px rgba(212, 175, 55, 0.3);
}

.discovery-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.discovery-tag {
  border: 1px solid rgba(245, 241, 230, 0.2);
  border-radius: 999px;
  color: rgba(245, 241, 230, 0.9);
  padding: 3px 10px;
  font-size: 12px;
  font-weight: 700;
}

.winners-feed-board {
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 14px;
  background: linear-gradient(150deg, rgba(0, 8, 0, 0.95), rgba(0, 8, 0, 0.92));
  padding: 12px;
}

.winners-feed-live {
  min-height: 52px;
  border-radius: 12px;
  border: 1px solid rgba(212, 175, 55, 0.2);
  background: rgba(0, 43, 18, 0.42);
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 0 14px;
  font-size: 20px;
  font-weight: 700;
  color: #f5f1e6;
  margin-bottom: 10px;
}

.live-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #d4af37;
  box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.42);
  animation: livePulse 1.5s ease-out infinite;
}

@keyframes livePulse {
  0% {
    box-shadow: 0 0 0 0 rgba(212, 175, 55, 0.5);
  }
  100% {
    box-shadow: 0 0 0 9px rgba(212, 175, 55, 0);
  }
}

#winnersFeedLine {
  transition: opacity 0.18s ease, transform 0.18s ease;
}

#winnersFeedLine.is-updating {
  opacity: 0.6;
  transform: translateY(2px);
}

.winners-stats-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.winner-stat-card {
  border: 1px solid rgba(212, 175, 55, 0.2);
  border-radius: 11px;
  background: rgba(0, 8, 0, 0.58);
  min-height: 70px;
  padding: 10px 12px;
  display: grid;
  align-content: space-between;
  gap: 6px;
}

.winner-stat-card span {
  color: rgba(245, 241, 230, 0.86);
  font-size: 13px;
  font-weight: 600;
}

.winner-stat-card strong {
  color: #f5f1e6;
  font-size: 21px;
  font-weight: 700;
}

.sports-teaser-grid {
  display: grid;
  grid-template-columns: 1.35fr 1fr;
  gap: 10px;
}

.sports-teaser-card {
  border-radius: 14px;
  border: 1px solid rgba(212, 175, 55, 0.24);
  overflow: hidden;
  background: rgba(0, 8, 0, 0.84);
}

.sports-main-card {
  position: relative;
  min-height: 165px;
}

.sports-main-card img {
  width: 100%;
  height: 100%;
  min-height: 165px;
  object-fit: cover;
  display: block;
}

.sports-main-overlay {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 12px 12px 10px;
  background: linear-gradient(180deg, rgba(0, 8, 0, 0), rgba(0, 8, 0, 0.92) 45%);
}

.sports-main-overlay h3 {
  margin: 0 0 6px;
  font-size: clamp(20px, 1.6vw, 28px);
  line-height: 0.95;
  font-weight: 700;
}

.sports-main-overlay p {
  margin: 0 0 8px;
  color: rgba(245, 241, 230, 0.86);
  font-size: 14px;
}

.sports-main-overlay .btn-primary {
  min-height: 34px;
  padding: 0 12px;
}

.sports-info-card img {
  width: 100%;
  height: 100px;
  object-fit: cover;
  display: block;
}

.sports-info-content {
  padding: 10px 12px 12px;
}

.sports-badge {
  display: inline-block;
  margin-bottom: 8px;
  padding: 3px 10px;
  border-radius: 999px;
  color: #8a5a08;
  background: linear-gradient(130deg, #f0c850, #d4af37);
  font-size: 12px;
  font-weight: 700;
}

.sports-info-content h3 {
  margin: 0;
  font-size: 24px;
  line-height: 0.95;
}

.sports-info-content p {
  margin: 6px 0 8px;
  color: rgba(245, 241, 230, 0.86);
  font-size: 14px;
}

.sports-info-content ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 4px;
}

.sports-info-content li {
  display: flex;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  color: rgba(245, 241, 230, 0.9);
}

.sports-info-content li i {
  color: #f0c850;
}

.mission-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.mission-card {
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 14px;
  background: linear-gradient(152deg, rgba(0, 43, 18, 0.94), rgba(0, 8, 0, 0.96));
  padding: 14px;
}

.mission-chip {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 999px;
  background: rgba(212, 175, 55, 0.2);
  color: #f5f1e6;
  font-size: 12px;
  font-weight: 700;
  margin-bottom: 8px;
}

.mission-card h3 {
  margin: 0 0 8px;
  font-size: 34px;
  line-height: 0.95;
}

.mission-card p {
  margin: 0 0 10px;
  color: rgba(245, 241, 230, 0.86);
  font-size: 17px;
}

.mission-progress {
  width: 100%;
  height: 8px;
  border-radius: 999px;
  background: rgba(245, 241, 230, 0.15);
  overflow: hidden;
}

.mission-progress span {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(130deg, #f0c850, #d4af37);
}

.faq-heading {
  align-items: flex-end;
  gap: 14px;
  margin-bottom: 14px;
}

.faq-heading-copy {
  display: grid;
  gap: 6px;
}

.faq-subtitle {
  margin: 0;
  max-width: 720px;
  color: rgba(245, 241, 230, 0.86);
  font-size: 16px;
  line-height: 1.4;
}

.faq-support-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border-radius: 11px;
  border: 1px solid rgba(212, 175, 55, 0.32);
  background: linear-gradient(135deg, rgba(0, 43, 18, 0.88), rgba(0, 8, 0, 0.92));
  color: #f5f1e6;
  font-size: 14px;
  font-weight: 700;
  padding: 0 14px;
  text-decoration: none;
  transition: transform 0.2s ease, border-color 0.2s ease, box-shadow 0.2s ease;
}

.faq-support-link:hover {
  transform: translateY(-1px);
  border-color: rgba(240, 200, 80, 0.64);
  box-shadow: 0 10px 22px rgba(212, 175, 55, 0.28);
}

.faq-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.48fr) minmax(250px, 0.95fr);
  gap: 12px;
  margin-bottom: 12px;
}

.faq-grid {
  display: grid;
  gap: 10px;
}

.faq-item {
  margin: 0;
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 14px;
  background: linear-gradient(146deg, rgba(0, 43, 18, 0.95), rgba(0, 8, 0, 0.96));
  overflow: hidden;
  transition: border-color 0.2s ease, box-shadow 0.22s ease;
}

.faq-item[open] {
  border-color: rgba(240, 200, 80, 0.52);
  box-shadow: 0 14px 30px rgba(0, 8, 0, 0.46);
}

.faq-item summary {
  cursor: pointer;
  list-style: none;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 12px;
  padding: 14px 16px;
}

.faq-item summary::-webkit-details-marker {
  display: none;
}

.faq-question-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 33px;
  height: 33px;
  border-radius: 8px;
  background: rgba(212, 175, 55, 0.2);
  color: rgba(245, 241, 230, 0.9);
  font-size: 15px;
}

.faq-question-text {
  color: #f5f1e6;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.05;
}

.faq-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 31px;
  height: 31px;
  border-radius: 9px;
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: rgba(245, 241, 230, 0.94);
  background: rgba(0, 8, 0, 0.84);
}

.faq-toggle .fa-minus {
  display: none;
}

.faq-item[open] .faq-toggle .fa-plus {
  display: none;
}

.faq-item[open] .faq-toggle .fa-minus {
  display: inline-block;
}

.faq-item p {
  margin: 0;
  padding: 0 16px 16px;
  color: rgba(245, 241, 230, 0.88);
  font-size: 16px;
  line-height: 1.5;
}

.faq-help-card {
  border: 1px solid rgba(212, 175, 55, 0.22);
  border-radius: 14px;
  background: linear-gradient(160deg, rgba(0, 43, 18, 0.94), rgba(0, 8, 0, 0.96));
  padding: 14px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.faq-help-card h3 {
  margin: 0;
  font-size: 32px;
  line-height: 0.95;
}

.faq-help-card p {
  margin: 0;
  color: rgba(245, 241, 230, 0.86);
  font-size: 16px;
  line-height: 1.45;
}

.faq-help-list {
  margin: 0 0 auto;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.faq-help-list li {
  display: flex;
  align-items: center;
  gap: 8px;
  color: rgba(245, 241, 230, 0.9);
  font-size: 14px;
  line-height: 1.4;
}

.faq-help-list i {
  color: #f0c850;
}

.faq-help-cta {
  margin-top: 10px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 40px;
  border-radius: 10px;
  border: 1px solid rgba(240, 200, 80, 0.5);
  background: linear-gradient(125deg, #d4af37, #d4af37);
  color: #f5f1e6;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.faq-seo-copy {
  margin: 0;
  border: 1px solid rgba(212, 175, 55, 0.14);
  border-radius: 12px;
  background: rgba(0, 8, 0, 0.82);
  color: rgba(245, 241, 230, 0.82);
  font-size: 15px;
  line-height: 1.45;
  padding: 12px;
}

@media (max-width: 1180px) {
  .discovery-toolbar {
    grid-template-columns: 1fr;
  }

  .winners-stats-grid,
  .mission-grid {
    grid-template-columns: 1fr 1fr;
  }

  .sports-teaser-grid {
    grid-template-columns: 1.2fr 0.9fr;
  }

  .faq-layout {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 900px) {
  .sports-teaser-grid {
    grid-template-columns: 1fr;
  }

  .sports-info-card {
    display: none;
  }
}

@media (max-width: 760px) {
  body {
    padding-bottom: 76px;
  }

  .live-winner-ticker {
    min-height: 58px;
    align-items: stretch;
  }

  .live-winner-label {
    padding: 0 10px;
    font-size: 11px;
    max-width: 92px;
    white-space: normal;
    line-height: 1.05;
  }

  .live-winner-track {
    gap: 24px;
    padding-left: 24px;
    font-size: 15px;
    animation-duration: 32s;
  }

  .live-winner-track span {
    min-height: 58px;
  }

  .live-winner-track span::after {
    margin-left: 24px;
  }

  .brand-wordmark {
    font-size: 19px;
  }

  .footer-brand-wordmark {
    font-size: 21px;
  }

  .winners-feed-live {
    font-size: 16px;
    min-height: 46px;
  }

  .winners-stats-grid,
  .mission-grid {
    grid-template-columns: 1fr;
  }

  .sports-main-overlay h3,
  .mission-card h3 {
    font-size: 20px;
  }

  .sports-main-overlay p,
  .mission-card p {
    font-size: 13px;
  }

  .sports-main-card,
  .sports-main-card img {
    min-height: 120px;
  }

  .faq-heading {
    align-items: flex-start;
  }

  .faq-support-link {
    min-height: 38px;
    padding: 0 12px;
  }

  .faq-question-text {
    font-size: 18px;
  }

  .faq-question-icon {
    width: 30px;
    height: 30px;
    font-size: 14px;
  }

  .faq-item summary {
    padding: 13px 12px;
    gap: 10px;
  }

  .faq-item p {
    padding: 0 12px 13px;
  }

  .faq-help-card h3 {
    font-size: 28px;
  }
}

@media (max-width: 560px) {
  .topbar .brand-wordmark {
    display: none;
  }

  .topbar .brand img {
    width: 44px;
    height: 44px;
  }

  .topbar .auth-btn {
    padding: 9px 14px;
    font-size: 14px;
  }
}

/* Final auth surface overrides */
.auth-modal-overlay {
  padding: clamp(14px, 3vw, 34px);
  background:
    radial-gradient(circle at 18% 20%, rgba(212, 175, 55, 0.28), transparent 34%),
    radial-gradient(circle at 82% 74%, rgba(240, 200, 80, 0.14), transparent 30%),
    rgba(0, 8, 0, 0.88);
  backdrop-filter: blur(16px);
}

.auth-modal {
  display: grid;
  grid-template-columns: minmax(270px, 0.92fr) minmax(340px, 1fr);
  gap: 0;
  width: min(920px, 100%);
  max-width: none;
  min-height: 620px;
  padding: 0;
  overflow: hidden;
  border-radius: 22px;
  border: 1px solid rgba(245, 241, 230, 0.14);
  background:
    linear-gradient(145deg, rgba(0, 43, 18, 0.96), rgba(0, 8, 0, 0.98)),
    var(--neutral);
  box-shadow:
    0 32px 90px rgba(0, 8, 0, 0.64),
    0 0 0 1px rgba(212, 175, 55, 0.16),
    inset 0 1px 0 rgba(245, 241, 230, 0.08);
}

.auth-stage,
.auth-workspace {
  position: relative;
  z-index: 1;
}

.auth-stage {
  min-height: 620px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 34px 32px;
  background:
    radial-gradient(circle at 48% 18%, rgba(240, 200, 80, 0.2), transparent 26%),
    radial-gradient(circle at 16% 84%, rgba(212, 175, 55, 0.34), transparent 28%),
    linear-gradient(160deg, rgba(0, 43, 18, 0.98), rgba(0, 8, 0, 0.96));
  border-right: 1px solid rgba(245, 241, 230, 0.1);
}

.auth-stage::after {
  content: "";
  position: absolute;
  right: -58px;
  bottom: -74px;
  width: 240px;
  height: 240px;
  border-radius: 50%;
  border: 34px solid rgba(240, 200, 80, 0.08);
  pointer-events: none;
}

.auth-modal-header {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  text-align: left;
  color: #f5f1e6;
  font-size: 18px;
  font-weight: 800;
}

.auth-modal-logo {
  width: 44px;
  height: 44px;
  object-fit: contain;
}

.auth-stage-copy h2 {
  margin: 0;
  max-width: 310px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(54px, 5.6vw, 78px);
  line-height: 0.86;
  color: #f5f1e6;
  letter-spacing: 0;
}

.auth-stage-copy p {
  max-width: 330px;
  margin: 18px 0 0;
  color: rgba(245, 241, 230, 0.78);
  font-size: 18px;
  line-height: 1.35;
  font-weight: 600;
}

.auth-stage-metrics {
  display: grid;
  gap: 10px;
}

.auth-stage-metrics span {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  min-height: 50px;
  padding: 10px 13px;
  border: 1px solid rgba(245, 241, 230, 0.13);
  border-radius: 12px;
  background: rgba(0, 8, 0, 0.38);
  color: rgba(245, 241, 230, 0.76);
  font-size: 14px;
  font-weight: 700;
}

.auth-stage-metrics strong {
  color: #f0c850;
  font-size: 18px;
}

.auth-workspace {
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 620px;
  padding: clamp(24px, 4vw, 42px);
}

.auth-tabs {
  gap: 8px;
  padding: 6px;
  margin: 0 0 24px;
  border-radius: 999px;
  border-color: rgba(245, 241, 230, 0.12);
  background: rgba(0, 8, 0, 0.58);
}

.auth-tab-btn {
  min-height: 44px;
  border-radius: 999px;
  font-size: 14px;
  text-transform: none;
}

.auth-tab-btn.active {
  color: #000800;
  background: linear-gradient(135deg, #f0c850, #d4af37);
  box-shadow: 0 14px 28px rgba(240, 200, 80, 0.2);
}

.auth-panels {
  min-height: 398px;
}

.auth-panel.active {
  width: 100%;
}

.auth-panel-heading {
  margin-bottom: 20px;
}

.auth-panel-heading h3 {
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(34px, 4.2vw, 48px);
  line-height: 0.9;
  color: #f5f1e6;
  letter-spacing: 0;
}

.auth-panel-heading p {
  margin: 8px 0 0;
  color: rgba(245, 241, 230, 0.66);
  font-size: 16px;
  font-weight: 600;
}

.auth-form {
  gap: 14px;
}

.auth-form-row {
  gap: 10px;
}

.auth-field {
  display: grid;
  gap: 7px;
}

.auth-field label {
  color: rgba(245, 241, 230, 0.72);
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.auth-field i {
  left: 17px;
  top: auto;
  bottom: 17px;
  color: #f0c850;
}

.auth-field input {
  min-height: 52px;
  border-radius: 14px;
  border-color: rgba(245, 241, 230, 0.13);
  background: rgba(245, 241, 230, 0.055);
  padding: 14px 16px 14px 46px;
  font-size: 16px;
}

.auth-field input:focus {
  border-color: rgba(240, 200, 80, 0.82);
  box-shadow:
    0 0 0 4px rgba(240, 200, 80, 0.12),
    0 12px 24px rgba(0, 8, 0, 0.22);
}

.auth-options {
  align-items: flex-start;
  gap: 14px;
  margin: 1px 0 4px;
}

.auth-options-register {
  justify-content: flex-start;
}

.auth-check {
  align-items: flex-start;
  color: rgba(245, 241, 230, 0.72);
  line-height: 1.25;
}

.auth-check .check-box {
  flex: 0 0 auto;
  border-radius: 6px;
  border-color: rgba(240, 200, 80, 0.4);
  background: rgba(245, 241, 230, 0.05);
}

.auth-check input:checked + .check-box {
  background: #f0c850;
  border-color: #f0c850;
}

.auth-forgot {
  color: #f0c850;
  font-weight: 800;
  white-space: nowrap;
}

.auth-submit-btn {
  min-height: 54px;
  border-radius: 14px;
  background: linear-gradient(135deg, #d4af37, #d4af37);
  font-size: 17px;
  text-transform: none;
  box-shadow:
    0 14px 28px rgba(212, 175, 55, 0.28),
    inset 0 1px 0 rgba(245, 241, 230, 0.18);
}

.auth-submit-btn.register-btn {
  background: linear-gradient(135deg, #f0c850, #d4af37);
  color: #000800;
}

.register-step-overlay {
  padding: clamp(12px, 2vw, 28px);
  background:
    radial-gradient(circle at 20% 20%, rgba(212, 175, 55, 0.26), transparent 34%),
    rgba(0, 8, 0, 0.9);
  backdrop-filter: blur(16px);
}

.register-step-modal {
  width: min(760px, 100%);
  border-radius: 22px;
  border-color: rgba(245, 241, 230, 0.13);
  background:
    radial-gradient(circle at 85% 12%, rgba(240, 200, 80, 0.16), transparent 28%),
    linear-gradient(145deg, rgba(0, 43, 18, 0.98), rgba(0, 8, 0, 0.99));
}

.register-step-header {
  padding: 18px 22px;
  border-bottom-color: rgba(245, 241, 230, 0.1);
}

.register-step-logo {
  height: 42px;
}

.register-step-close {
  width: 38px;
  height: 38px;
  border-color: rgba(245, 241, 230, 0.14);
  background: rgba(245, 241, 230, 0.06);
}

.register-step-intro {
  margin: 22px 22px 14px;
  padding: 18px 20px;
  border: 1px solid rgba(240, 200, 80, 0.22);
  border-left: 0;
  border-radius: 16px;
  background:
    radial-gradient(circle at 8% 50%, rgba(240, 200, 80, 0.16), transparent 30%),
    rgba(245, 241, 230, 0.045);
}

.register-step-intro p {
  color: #f0c850;
  font-weight: 800;
  text-transform: uppercase;
  letter-spacing: 0.8px;
}

.register-step-intro h3 {
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(38px, 6vw, 56px);
  letter-spacing: 0;
}

.register-step-form {
  grid-template-columns: 1fr 1fr;
  gap: 9px 12px;
  padding: 8px 22px 22px;
}

.register-step-label {
  color: rgba(245, 241, 230, 0.78);
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.7px;
}

.register-step-form input,
.register-step-form select,
.register-step-phone-wrap {
  min-height: 50px;
  border-radius: 14px;
  border-color: rgba(245, 241, 230, 0.13);
  background: rgba(245, 241, 230, 0.055);
  color: #f5f1e6;
}

.register-step-form input:focus,
.register-step-form select:focus,
.register-step-phone-wrap:focus-within {
  border-color: rgba(240, 200, 80, 0.8);
  box-shadow: 0 0 0 4px rgba(240, 200, 80, 0.12);
}

.register-step-prefix {
  background: rgba(240, 200, 80, 0.16);
  color: #f0c850;
}

.register-step-code-row {
  grid-template-columns: minmax(0, 1fr) auto;
}

.register-step-code-btn {
  min-height: 50px;
  border-color: rgba(240, 200, 80, 0.34);
  background: linear-gradient(135deg, #f0c850, #d4af37);
  color: #000800;
}

.register-step-hint {
  color: rgba(245, 241, 230, 0.56);
}

.register-step-actions {
  grid-column: 1 / -1;
  grid-template-columns: 0.8fr 1.2fr;
  margin-top: 10px;
}

.register-step-back,
.register-step-submit {
  min-height: 52px;
  border-radius: 14px;
  font-size: 16px;
}

.register-step-back {
  border-color: rgba(245, 241, 230, 0.16);
  background: rgba(245, 241, 230, 0.055);
}

.register-step-submit {
  background: linear-gradient(135deg, #d4af37, #d4af37);
}

@media (max-width: 820px) {
  .auth-modal {
    grid-template-columns: 1fr;
    min-height: 0;
    max-height: calc(100vh - 24px);
    overflow-y: auto;
  }

  .auth-stage {
    min-height: 0;
    gap: 18px;
    padding: 24px;
  }

  .auth-workspace {
    min-height: 0;
  }

  .auth-panels {
    min-height: 430px;
  }

  .auth-stage-copy h2 {
    font-size: clamp(40px, 13vw, 56px);
  }

  .auth-stage-metrics {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 620px) {
  .auth-workspace {
    padding: 20px;
  }

  .auth-form-row,
  .register-step-form,
  .register-step-actions,
  .register-step-code-row {
    grid-template-columns: 1fr;
  }

  .auth-stage-metrics {
    grid-template-columns: 1fr;
  }

  .auth-options {
    flex-direction: column;
  }

  .register-step-intro {
    margin: 14px 14px 10px;
  }

  .register-step-form {
    padding: 6px 14px 16px;
  }
}


/* ===== GAMADORBET — TAM GLADYATOR TEMASI (Roma yaziti + altin suslemeler) ===== */

/* 1) Tipografi: Cinzel, Cinzel iri oldugu icin dengeli/kucuk boyut + uppercase + tracking */
h1, h2, h3, h4,
.section-title, .section-title-hero, .hero-content h1,
.brand-wordmark, .footer-brand-wordmark,
.btn-primary, .btn-outline, .auth-btn {
  font-family: 'GilroyArwen', 'Inter', system-ui, sans-serif !important;
}
.hero-content h1 {
  font-size: clamp(30px, 4.2vw, 54px) !important;
  line-height: 1.1 !important;
  letter-spacing: 1px;
  text-transform: uppercase;
  text-shadow: 0 2px 22px rgba(212, 175, 55, 0.22);
}
.section-title.section-title-hero {
  font-size: clamp(23px, 2vw, 36px) !important;
  line-height: 1.14 !important;
  letter-spacing: 1.4px;
}
.section-title {
  font-size: 17px !important;
  letter-spacing: 1.3px;
}
h1 { font-size: clamp(26px, 2.8vw, 42px); }
h2 { font-size: clamp(20px, 2vw, 29px); }
h3 { font-size: clamp(16px, 1.5vw, 21px); }
.btn-primary, .btn-outline, .auth-btn {
  font-size: 13px !important;
  letter-spacing: 1.1px;
  text-transform: uppercase;
}

/* 2) Altin amblem CTA'lar (gladyator plaketi hissi) */
.btn-primary, .auth-btn.btn-register {
  background: linear-gradient(180deg, #ffe08a 0%, #f0c850 20%, #d4af37 55%, #8a5a08 100%) !important;
  color: #001a0b !important;
  border: 1px solid #ffe08a !important;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.55), inset 0 -3px 7px rgba(0, 0, 0, 0.28) !important;
  text-shadow: 0 1px 0 rgba(255, 236, 180, 0.6);
}
.btn-primary:hover, .auth-btn.btn-register:hover { filter: brightness(1.07); }
.btn-outline, .auth-btn.btn-login {
  color: #f0c850 !important;
  border: 1px solid rgba(212, 175, 55, 0.55) !important;
  background: rgba(212, 175, 55, 0.06) !important;
}

/* 3) Header altin trim cizgisi */
.topbar {
  border-bottom: 1px solid rgba(212, 175, 55, 0.45) !important;
  box-shadow: 0 1px 0 rgba(212, 175, 55, 0.15), 0 10px 30px rgba(0, 8, 0, 0.5) !important;
}

/* 4) Buyuk baslik alti altin meander (Yunan anahtari) suslemesi */
.section-title.section-title-hero {
  position: relative;
  padding-bottom: 18px;
}
.section-title.section-title-hero::after {
  content: "";
  position: absolute;
  left: 2px; bottom: 0;
  width: 156px; height: 12px;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='12'%3E%3Cpath d='M1,11 V1 H11 V9 H5 V4 H8' fill='none' stroke='%23d4af37' stroke-width='1.5'/%3E%3C/svg%3E") repeat-x;
  opacity: 0.85;
}
/* 5) Odeme yontemi rozetleri — premium altin/yesil chip + tutarlilik */
.footer-payment-badges { gap: 10px; }
.payment-badge {
  min-height: 46px !important;
  border: 1px solid rgba(212, 175, 55, 0.35) !important;
  background: linear-gradient(150deg, #002b12, #000800) !important;
  color: #f5f1e6 !important;
  font-family: 'GilroyArwen', 'Inter', system-ui, sans-serif !important;
  font-size: 13px !important;
  letter-spacing: 0.5px;
  box-shadow: inset 0 1px 0 rgba(212, 175, 55, 0.12), 0 4px 12px rgba(0, 0, 0, 0.4);
  transition: border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.payment-badge:hover {
  border-color: rgba(212, 175, 55, 0.7) !important;
  box-shadow: inset 0 1px 0 rgba(212, 175, 55, 0.28), 0 6px 16px rgba(212, 175, 55, 0.18);
  transform: translateY(-1px);
}
.payment-badge i { color: #f0c850 !important; opacity: 1 !important; }
.payment-badge:not(:has(i))::before {
  content: "\25C6";
  color: #d4af37;
  font-size: 9px;
  margin-right: 3px;
  opacity: 0.85;
}
.footer-payment-badges .payment-badge:last-child:nth-child(odd) {
  grid-column: 1 / -1;
}
/* 6) Mobil duzeltmeler (gladyator tema) */
@media (max-width: 600px) {
  /* Hero CTA'lar: alt alta + tam genislik -> yazi kirilmaz */
  .hero-actions { flex-direction: column; gap: 12px; }
  .hero-actions .btn-primary,
  .hero-actions .btn-outline {
    width: 100%;
    justify-content: center;
    white-space: nowrap;
    padding: 15px 18px;
    font-size: 13.5px !important;
    letter-spacing: 0.5px;
  }
  /* Header giris/kayit butonlari sigsin */
  .auth-btn {
    font-size: 12px !important;
    letter-spacing: 0.3px;
    padding: 9px 12px;
    white-space: nowrap;
  }
  /* Cinzel tracking kucuk ekranda hafifletilsin */
  .hero-content h1 { letter-spacing: 0.5px; }
  .section-title.section-title-hero { letter-spacing: 0.7px; }
  .section-title { font-size: 15px !important; letter-spacing: 0.7px; }
}