:root {
      --page-max: 1100px;
      --bg: #050505;
      --panel: rgba(13, 11, 6, 0.86);
      --panel-strong: rgba(6, 5, 3, 0.92);
      --line: rgba(246, 196, 75, 0.32);
      --line-soft: rgba(246, 196, 75, 0.16);
      --text: #fff8df;
      --muted: #d8c99d;
      --gold: #f6c44b;
      --gold-bright: #ffe18a;
      --gold-deep: #b97716;
      --title-coral: #ff7f50;
      --title-coral-glow: rgba(255, 127, 80, 0.42);
      --title-soft-shadow: 0 0 12px var(--title-coral-glow), 0 4px 14px rgba(0, 0, 0, 0.42);
      --title-champagne: #f2d99a;
      --title-anti: #f0bf56;
      --title-game: #fff0bd;
      --title-hub: #7edfd0;
      --title-market: #ffbd7a;
      --title-story: #f4d48d;
      --title-warning: #ff9f8a;
      --title-rational: #9fe6b8;
      --title-muted-gold: #d8b96f;
      --rose: #f3c76b;
      --green: #d7b85a;
      --shadow: 0 24px 60px rgba(0, 0, 0, 0.58);
      --radius: 22px;
    }

    * {
      box-sizing: border-box;
      margin: 0;
      padding: 0;
    }

    html {
      width: 100%;
      max-width: 100%;
      background: var(--bg);
      -webkit-text-size-adjust: 100%;
      text-size-adjust: 100%;
      overflow-x: hidden;
      overflow-x: clip;
    }

    body {
      width: 100%;
      max-width: 100%;
      min-height: 100svh;
      color: var(--text);
      font-family: Arial, "PingFang SC", "Microsoft YaHei", sans-serif;
      background:
        linear-gradient(180deg, rgba(18, 13, 5, 0.34), rgba(0, 0, 0, 0.94)),
        linear-gradient(135deg, #050505 0%, #12100a 48%, #050505 100%);
      overflow-x: hidden;
      overflow-x: clip;
    }

    body::before {
      content: "";
      position: fixed;
      inset: 0;
      pointer-events: none;
      background:
        linear-gradient(90deg, rgba(246, 196, 75, 0.035) 1px, transparent 1px),
        linear-gradient(180deg, rgba(246, 196, 75, 0.025) 1px, transparent 1px);
      background-size: 28px 28px;
      mask-image: linear-gradient(to bottom, transparent 0%, #000 18%, #000 72%, transparent 100%);
      opacity: 0.45;
    }

    img {
      display: block;
      max-width: 100%;
    }

    h1,
    h2,
    h3,
    p,
    li,
    a,
    button,
    .limit-chip,
    .result,
    .contact-copy {
      overflow-wrap: anywhere;
      hyphens: auto;
    }

    a,
    button {
      font: inherit;
    }

    button,
    a {
      -webkit-tap-highlight-color: transparent;
    }

    .language-switch {
      position: fixed;
      top: 16px;
      left: 16px;
      z-index: 30;
      color: var(--text);
    }

    .lang-toggle {
      display: inline-flex;
      align-items: center;
      gap: 9px;
      min-height: 42px;
      padding: 9px 13px;
      border: 1px solid rgba(246, 196, 75, 0.44);
      border-radius: 999px;
      color: #fff1b5;
      background:
        linear-gradient(180deg, rgba(255, 225, 138, 0.16), rgba(246, 196, 75, 0.045)),
        rgba(5, 5, 3, 0.72);
      box-shadow:
        0 12px 28px rgba(0, 0, 0, 0.38),
        inset 0 1px 0 rgba(255, 225, 138, 0.18);
      cursor: pointer;
      font-weight: 900;
      line-height: 1;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .lang-toggle svg {
      width: 17px;
      height: 17px;
      flex: 0 0 auto;
    }

    .lang-toggle span {
      font-size: 0.78rem;
    }

    .lang-toggle strong {
      min-width: 32px;
      padding: 5px 8px;
      border-radius: 999px;
      color: #070604;
      background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
      box-shadow: inset 0 1px 0 rgba(255, 246, 196, 0.28);
      font-size: 0.76rem;
      text-align: center;
    }

    .lang-menu {
      position: absolute;
      top: calc(100% + 8px);
      left: 0;
      display: grid;
      min-width: 168px;
      padding: 8px;
      border: 1px solid rgba(246, 196, 75, 0.32);
      border-radius: 16px;
      background:
        linear-gradient(180deg, rgba(255, 225, 138, 0.085), rgba(0, 0, 0, 0.08)),
        rgba(5, 5, 3, 0.9);
      box-shadow:
        0 18px 38px rgba(0, 0, 0, 0.48),
        inset 0 1px 0 rgba(255, 225, 138, 0.1);
      opacity: 0;
      transform: translateY(-6px);
      pointer-events: none;
      transition: opacity 0.18s ease, transform 0.18s ease;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .language-switch.open .lang-menu {
      opacity: 1;
      transform: translateY(0);
      pointer-events: auto;
    }

    .lang-menu button {
      display: flex;
      align-items: center;
      justify-content: space-between;
      min-height: 38px;
      padding: 9px 10px;
      border: 0;
      border-radius: 10px;
      color: rgba(255, 248, 223, 0.82);
      background: transparent;
      cursor: pointer;
      font-size: 0.92rem;
      font-weight: 800;
      text-align: left;
    }

    .lang-menu button:hover,
    .lang-menu button.active {
      color: #070604;
      background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
    }

    header {
      position: relative;
      min-height: clamp(330px, 58svh, 460px);
      display: grid;
      place-items: center;
      padding: 34px 18px;
      overflow: hidden;
      text-align: center;
      background-image:
        linear-gradient(180deg, rgba(0, 0, 0, 0.42), rgba(0, 0, 0, 0.84)),
        linear-gradient(90deg, rgba(0, 0, 0, 0.62), rgba(35, 24, 7, 0.18), rgba(0, 0, 0, 0.68)),
        url("../images/roulette.jpg");
      background-size: cover;
      background-position: center 34%;
      box-shadow: inset 0 -1px 0 rgba(246, 196, 75, 0.14);
    }

    @media (max-width: 759px) {
      .language-switch {
        top: 12px;
        left: 12px;
      }

      .lang-toggle {
        min-height: 38px;
        padding: 8px 11px;
      }

      .lang-menu {
        min-width: 156px;
      }

      header {
        background-image: none;
        background-color: #050505;
      }

      header .hero-content {
        transform: translateY(104px);
      }
    }

    @media (max-width: 759px) {
      header::before {
        content: "";
        position: absolute;
        inset: 0;
        z-index: 0;
        pointer-events: none;
        background-image:
          linear-gradient(180deg, rgba(0, 0, 0, 0.08), rgba(0, 0, 0, 0.38)),
          linear-gradient(90deg, rgba(0, 0, 0, 0.18), rgba(35, 24, 7, 0), rgba(0, 0, 0, 0.22)),
          url("../images/mobile-hero-bg-lite.jpg");
        background-size: cover;
        background-position: center, center, center 28%;
        background-blend-mode: normal, soft-light, normal;
        filter: brightness(1.18) contrast(1.1) saturate(1.08);
        transform: scale(1.01);
      }
    }

    header::after {
      content: "";
      position: absolute;
      left: 0;
      right: 0;
      bottom: 0;
      height: 86px;
      background: linear-gradient(180deg, rgba(5, 5, 5, 0), rgba(5, 5, 5, 0.96));
      pointer-events: none;
    }

    .hero-content {
      position: relative;
      z-index: 1;
      width: min(calc(100vw - 36px), 260px);
      min-height: 168px;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 22px 20px;
      border: 1px solid var(--line);
      border-radius: 24px;
      background:
        linear-gradient(180deg, rgba(255, 225, 138, 0.07), rgba(246, 196, 75, 0.018)),
        rgba(4, 4, 3, 0.46);
      box-shadow:
        var(--shadow),
        0 0 34px rgba(246, 196, 75, 0.12),
        inset 0 1px 0 rgba(255, 225, 138, 0.14);
      backdrop-filter: none;
      -webkit-backdrop-filter: none;
      transform: translateY(34px);
    }

    .hero-badge,
    .game-badge,
    .anti-tag {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      width: fit-content;
      border-radius: 999px;
      font-size: 0.75rem;
      font-weight: 800;
      line-height: 1;
      letter-spacing: 1.8px;
      white-space: nowrap;
    }

    .hero-badge {
      min-height: 30px;
      margin-bottom: 16px;
      padding: 7px 18px;
      color: #ffe9a6;
      background: rgba(246, 196, 75, 0.13);
      border: 1px solid rgba(246, 196, 75, 0.62);
    }

    .hero-title {
      display: flex;
      align-items: center;
      justify-content: center;
      gap: 12px;
      flex-wrap: wrap;
      margin: 0;
    }

    .jd-text {
      color: var(--gold);
      background:
        linear-gradient(115deg, #b97716 0%, #ffd25a 28%, #fff6c8 44%, #f6c44b 58%, #9f650f 100%);
      background-size: 240% auto;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: clamp(2.7rem, 15vw, 4.7rem);
      font-weight: 900;
      line-height: 0.95;
      text-shadow:
        0 0 22px rgba(246, 196, 75, 0.42),
        0 0 42px rgba(255, 225, 138, 0.2),
        0 9px 30px rgba(0, 0, 0, 0.62);
      filter: drop-shadow(0 0 16px rgba(246, 196, 75, 0.22));
      animation: jdGoldReflect 4.4s ease-in-out infinite;
    }

    .title-logo {
      width: auto;
      height: clamp(52px, 18vw, 88px);
      filter: drop-shadow(0 10px 20px rgba(0, 0, 0, 0.36));
      transform: perspective(520px) rotateY(-6deg);
    }

    header p {
      margin-top: 14px;
      color: rgba(255, 248, 223, 0.92);
      font-size: clamp(0.98rem, 3.6vw, 1.18rem);
      font-weight: 700;
      line-height: 1.45;
      text-shadow: 0 3px 16px rgba(0, 0, 0, 0.5);
    }

    main {
      position: relative;
      z-index: 1;
      max-width: 100%;
      overflow-x: hidden;
      overflow-x: clip;
    }

    .container,
    .anti-bodan-inner {
      width: calc(100% - 32px);
      max-width: var(--page-max);
      margin-inline: auto;
    }

    .container {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 18px;
      margin-top: 22px;
      align-items: stretch;
    }

    .card {
      position: relative;
      width: 100%;
      max-width: 100%;
      min-width: 0;
      overflow: hidden;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background:
        linear-gradient(180deg, rgba(255, 225, 138, 0.07), rgba(255, 225, 138, 0.018)),
        var(--panel);
      box-shadow:
        var(--shadow),
        0 0 0 1px rgba(0, 0, 0, 0.28),
        inset 0 1px 0 rgba(255, 225, 138, 0.1);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
    }

    .container > .card {
      min-height: 548px;
    }

    .card h2 {
      max-width: 100%;
      color: var(--title-champagne);
      font-size: clamp(1.5rem, 7vw, 1.9rem);
      font-weight: 900;
      line-height: 1.12;
      text-shadow: 0 0 14px rgba(246, 196, 75, 0.12), 0 4px 18px rgba(0, 0, 0, 0.7);
    }

    .card p {
      max-width: 100%;
      color: var(--text);
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.7;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.68);
      overflow-wrap: break-word;
    }

    html[lang="ms-MY"] .info-card p,
    html[lang="ms-MY"] .info-card .odds-list li,
    html[lang="ms-MY"] .game-subtitle,
    html[lang="ms-MY"] .promo-list li {
      font-size: 0.95rem;
      line-height: 1.62;
      overflow-wrap: anywhere;
    }

    .odds-list,
    .promo-list {
      list-style: none;
    }

    .info-card,
    .promo-card,
    .lucky-card {
      display: flex;
      flex-direction: column;
      padding: 24px;
    }

    .info-card::before,
    .promo-card::before,
    .lucky-card::before,
    .info-card::after,
    .promo-card::after,
    .lucky-card::after {
      content: "";
      position: absolute;
      pointer-events: none;
    }

    .info-card::before {
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(180deg, rgba(4, 4, 3, 0.78) 0%, rgba(18, 13, 5, 0.72) 42%, rgba(3, 3, 2, 0.96) 100%),
        url("../images/football-bg-lite.jpg") center center / cover no-repeat;
    }

    .info-card::after {
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(180deg, rgba(255, 225, 138, 0.06), transparent 35%),
        linear-gradient(0deg, rgba(0, 0, 0, 0.44), transparent 44%);
    }

    .info-card > *,
    .promo-card > *,
    .lucky-card > * {
      position: relative;
      z-index: 1;
      min-width: 0;
      max-width: 100%;
    }

    .info-card h2 {
      color: var(--title-anti);
      margin-bottom: 16px;
      text-shadow: 0 0 14px rgba(240, 191, 86, 0.18), 0 4px 18px rgba(0, 0, 0, 0.7);
    }

    .info-card p {
      max-width: 460px;
      margin-bottom: 18px;
    }

    .info-card .odds-list {
      flex: 1;
      display: grid;
      align-items: center;
      margin-top: 0;
    }

    .info-card .odds-list li {
      min-width: 0;
      display: block;
      min-height: 120px;
      padding: 18px 16px;
      border: 1px solid rgba(246, 196, 75, 0.16);
      border-radius: 14px;
      color: var(--text);
      background: rgba(5, 5, 4, 0.46);
      box-shadow: inset 0 1px 0 rgba(255, 225, 138, 0.08);
      font-size: 1.08rem;
      font-weight: 800;
      line-height: 1.55;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.74);
      overflow-wrap: break-word;
    }

    .green-note {
      color: var(--title-rational);
    }

    .lucky-card {
      text-align: center;
      justify-content: space-between;
      background:
        linear-gradient(180deg, rgba(26, 20, 9, 0.94), rgba(7, 7, 5, 0.96)),
        rgba(8, 7, 4, 0.96);
    }

    .lucky-card::before {
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 0;
      height: 64%;
      background: url("../images/money-bg.jpg") center bottom / cover no-repeat;
      opacity: 0.22;
      animation: moneyFloat 8s ease-in-out infinite;
      -webkit-mask-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.9) 28%, rgba(0, 0, 0, 0.46) 66%, transparent 100%);
      mask-image: linear-gradient(to top, #000 0%, rgba(0, 0, 0, 0.9) 28%, rgba(0, 0, 0, 0.46) 66%, transparent 100%);
    }

    .lucky-card::after {
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(140deg, rgba(246, 196, 75, 0.18), transparent 34%),
        linear-gradient(180deg, rgba(255, 225, 138, 0.045), transparent 42%, rgba(0, 0, 0, 0.22));
    }

    .game-badge {
      min-height: 36px;
      margin: 0 auto 20px;
      padding: 9px 24px;
      color: var(--gold);
      background: rgba(246, 196, 75, 0.12);
      border: 1px solid rgba(246, 196, 75, 0.5);
      box-shadow: 0 0 22px rgba(246, 196, 75, 0.12);
      animation: badgePulse 2.8s ease-in-out infinite;
    }

    .lucky-card h2 {
      margin-bottom: 12px;
      color: var(--title-game);
      font-size: clamp(3rem, 14vw, 3.9rem);
      font-weight: 900;
      line-height: 1;
      text-shadow: 0 0 18px rgba(246, 196, 75, 0.16), 0 6px 24px rgba(0, 0, 0, 0.48);
    }

    .game-subtitle {
      max-width: 380px;
      margin: 0 auto 20px;
      color: #f7ecd0;
      font-size: clamp(0.98rem, 4vw, 1.12rem);
      font-weight: 700;
      line-height: 1.65;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.45);
    }

    .slot-frame {
      position: relative;
      width: min(100%, 370px);
      margin: 0 auto 20px;
      padding: 16px;
      overflow: hidden;
      border: 1px solid rgba(246, 196, 75, 0.18);
      border-radius: 26px;
      background: rgba(6, 6, 5, 0.64);
      box-shadow:
        inset 0 2px 0 rgba(255, 225, 138, 0.08),
        inset 0 -10px 20px rgba(0, 0, 0, 0.2),
        0 16px 30px rgba(0, 0, 0, 0.2);
    }

    .slot-frame::before {
      content: "";
      position: absolute;
      inset: 0;
      background: linear-gradient(115deg, transparent, rgba(255, 225, 138, 0.1), transparent);
      transform: translateX(-140%);
      animation: frameShine 3.8s linear infinite;
    }

    .slot {
      position: relative;
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 10px;
    }

    .slot span {
      min-width: 0;
      aspect-ratio: 0.82;
      display: grid;
      place-items: center;
      border: 1px solid rgba(246, 196, 75, 0.18);
      border-radius: 20px;
      background: linear-gradient(180deg, rgba(255, 225, 138, 0.14), rgba(255, 225, 138, 0.035));
      box-shadow:
        inset 0 2px 0 rgba(255, 225, 138, 0.1),
        inset 0 -8px 16px rgba(0, 0, 0, 0.14),
        0 10px 22px rgba(0, 0, 0, 0.2);
      color: #d80000;
      font-family: "Apple Color Emoji", "Segoe UI Emoji", "Noto Color Emoji", sans-serif;
      font-size: clamp(3rem, 15vw, 3.7rem);
      line-height: 1;
      transition: transform 0.18s ease, filter 0.18s ease, box-shadow 0.18s ease;
    }

    .slot.spinning span {
      animation: reelShake 0.16s linear infinite;
      filter: blur(1px);
    }

    .slot span.stop {
      transform: scale(1.07);
      box-shadow:
        inset 0 2px 0 rgba(255, 225, 138, 0.14),
        0 0 20px rgba(246, 196, 75, 0.28),
        0 10px 24px rgba(0, 0, 0, 0.24);
    }

    #spinBtn {
      position: relative;
      min-width: min(100%, 220px);
      min-height: 58px;
      overflow: hidden;
      border: 0;
      border-radius: 18px;
      color: #080704;
      background: linear-gradient(180deg, var(--gold), var(--gold-deep));
      box-shadow:
        0 14px 26px rgba(246, 196, 75, 0.22),
        inset 0 2px 0 rgba(255, 246, 196, 0.32);
      cursor: pointer;
      font-size: 1.25rem;
      font-weight: 900;
      transition: transform 0.2s ease, filter 0.2s ease, opacity 0.2s ease;
    }

    #spinBtn::before {
      content: "";
      position: absolute;
      top: 0;
      left: -34%;
      width: 30%;
      height: 100%;
      background: rgba(255, 255, 255, 0.26);
      transform: skewX(-20deg);
      animation: btnSweep 2.6s linear infinite;
    }

    #spinBtn:hover {
      transform: translateY(-2px);
      filter: saturate(1.04);
    }

    #spinBtn:disabled {
      color: #f4ead0;
      background: linear-gradient(180deg, #554522, #2f291c);
      cursor: not-allowed;
      opacity: 0.86;
      transform: none;
    }

    .limit-chip {
      width: fit-content;
      max-width: 100%;
      margin: 16px auto 0;
      padding: 9px 18px;
      border: 1px solid rgba(246, 196, 75, 0.16);
      border-radius: 999px;
      color: var(--text);
      background: rgba(246, 196, 75, 0.1);
      box-shadow: 0 0 18px rgba(246, 196, 75, 0.08);
      font-size: 1rem;
      font-weight: 900;
      line-height: 1.35;
    }

    .result {
      min-height: 52px;
      margin-top: 18px;
      font-size: clamp(1.55rem, 8vw, 2.1rem);
      font-weight: 900;
      line-height: 1.2;
      text-shadow: 0 4px 14px rgba(0, 0, 0, 0.28);
    }

    .result.show {
      animation: resultPop 0.35s ease;
    }

    .result.jackpot {
      color: var(--green);
      text-shadow: 0 0 18px rgba(246, 196, 75, 0.3);
    }

    .result.win {
      color: var(--gold);
      text-shadow: 0 0 18px rgba(246, 196, 75, 0.26);
    }

    .result.lose {
      color: #c99543;
      text-shadow: 0 0 18px rgba(246, 196, 75, 0.18);
    }

    .stats-grid {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 8px;
      margin-top: 18px;
    }

    .stat-box {
      min-width: 0;
      padding: 11px 8px;
      border: 1px solid rgba(246, 196, 75, 0.16);
      border-radius: 16px;
      background: rgba(246, 196, 75, 0.09);
      box-shadow: inset 0 1px 0 rgba(255, 225, 138, 0.08);
    }

    .stat-label {
      display: block;
      margin-bottom: 5px;
      color: #cdb879;
      font-size: 0.72rem;
      font-weight: 700;
      line-height: 1.2;
      word-break: break-word;
    }

    .stat-box strong {
      color: var(--text);
      font-size: clamp(1.25rem, 6vw, 1.6rem);
      line-height: 1;
    }

    .promo-card {
      justify-content: flex-start;
      text-align: left;
      background:
        linear-gradient(180deg, rgba(6, 5, 3, 0.6), rgba(3, 3, 2, 0.88)),
        url("../images/promo-bg-lite.jpg") 76% center / cover no-repeat;
    }

    .promo-card::before {
      inset: 0;
      z-index: 0;
      background:
        linear-gradient(180deg, rgba(0, 0, 0, 0.26), rgba(0, 0, 0, 0.9)),
        linear-gradient(90deg, rgba(26, 18, 6, 0.28), transparent 54%);
    }

    .promo-card::after {
      inset: 0;
      z-index: 0;
      border: 1px solid rgba(246, 196, 75, 0.16);
      border-radius: inherit;
    }

    .promo-card h2 {
      max-width: 340px;
      margin-bottom: 24px;
      color: var(--title-hub);
      text-shadow: 0 0 14px rgba(126, 223, 208, 0.16), 0 4px 18px rgba(0, 0, 0, 0.72);
    }

    .promo-glass {
      width: 100%;
      max-width: 100%;
      margin: auto 0;
      transform: translateY(-32px);
      padding: 18px 16px 20px;
      overflow: hidden;
      border: 1px solid rgba(246, 196, 75, 0.24);
      border-radius: 22px;
      background:
        linear-gradient(180deg, rgba(255, 225, 138, 0.055), rgba(0, 0, 0, 0.08)),
        rgba(3, 3, 2, 0.68);
      box-shadow:
        0 16px 32px rgba(0, 0, 0, 0.36),
        0 0 28px rgba(246, 196, 75, 0.08),
        inset 0 1px 0 rgba(255, 225, 138, 0.11);
      text-align: center;
      backdrop-filter: blur(14px);
      -webkit-backdrop-filter: blur(14px);
    }

    .promo-list {
      display: grid;
      gap: 0;
      margin-bottom: 18px;
    }

    .promo-list li {
      display: block;
      min-width: 0;
      min-height: 52px;
      padding: 10px 0;
      border-bottom: 1px solid rgba(246, 196, 75, 0.18);
      color: var(--text);
      font-size: 0.98rem;
      font-weight: 800;
      line-height: 1.35;
      text-align: center;
      text-shadow: 0 2px 10px rgba(0, 0, 0, 0.7);
      overflow-wrap: break-word;
    }

    .promo-btn {
      display: flex;
      align-items: center;
      justify-content: center;
      min-height: 46px;
      border-radius: 16px;
      color: #070604;
      background: linear-gradient(180deg, var(--gold), var(--gold-deep));
      box-shadow: 0 12px 24px rgba(0, 0, 0, 0.32), inset 0 1px 0 rgba(255, 246, 196, 0.28);
      font-weight: 900;
      text-decoration: none;
      transition: transform 0.2s ease, filter 0.2s ease;
    }

    .promo-btn {
      width: min(100%, 260px);
      margin-inline: auto;
      padding: 12px 18px;
      font-size: 0.98rem;
    }

    .promo-btn + .promo-btn {
      margin-top: 12px;
    }

    .promo-note {
      margin-top: 16px;
      color: rgba(255, 248, 223, 0.78);
      font-size: 0.94rem;
      font-weight: 800;
      line-height: 1.45;
      text-shadow: 0 2px 12px rgba(0, 0, 0, 0.58);
    }

    .promo-btn:hover {
      transform: translateY(-2px);
      filter: saturate(1.05);
    }

    .anti-bodan-section {
      padding: 54px 0 58px;
    }

    .anti-title-box {
      max-width: 100%;
      margin-bottom: 20px;
      padding: 26px 22px;
      border: 1px solid rgba(246, 196, 75, 0.3);
      border-radius: var(--radius);
      background:
        linear-gradient(135deg, rgba(26, 18, 6, 0.98), rgba(7, 7, 5, 0.92)),
        #090805;
      box-shadow:
        var(--shadow),
        0 0 34px rgba(246, 196, 75, 0.1),
        inset 0 1px 0 rgba(255, 225, 138, 0.1);
    }

    .anti-tag {
      min-height: 34px;
      margin-bottom: 18px;
      padding: 9px 16px;
      color: #ffe9a6;
      background: rgba(246, 196, 75, 0.14);
      border: 1px solid rgba(246, 196, 75, 0.24);
      letter-spacing: 1.2px;
    }

    .anti-title-box h2 {
      margin-bottom: 14px;
      color: var(--title-market);
      font-size: clamp(2rem, 9vw, 3rem);
      font-weight: 900;
      line-height: 1.08;
      text-shadow: 0 0 16px rgba(255, 189, 122, 0.16), 0 5px 20px rgba(0, 0, 0, 0.62);
    }

    .anti-title-box p {
      max-width: 900px;
      color: rgba(255, 248, 223, 0.9);
      font-size: clamp(1rem, 4vw, 1.12rem);
      font-weight: 700;
      line-height: 1.7;
    }

    .anti-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 18px;
      align-items: stretch;
    }

    .anti-card {
      display: flex;
      width: 100%;
      max-width: 100%;
      min-width: 0;
      min-height: 390px;
      flex-direction: column;
      padding: 22px;
      border: 1px solid var(--line);
      border-radius: var(--radius);
      background:
        radial-gradient(circle at 50% 0%, rgba(255, 225, 138, 0.12), transparent 34%),
        linear-gradient(180deg, rgba(255, 225, 138, 0.06), rgba(255, 225, 138, 0.018)),
        var(--panel);
      box-shadow:
        var(--shadow),
        0 0 0 1px rgba(255, 225, 138, 0.025),
        inset 0 1px 0 rgba(255, 225, 138, 0.08);
      backdrop-filter: blur(16px);
      -webkit-backdrop-filter: blur(16px);
      transition: transform 0.24s ease, border-color 0.24s ease, box-shadow 0.24s ease;
    }

    .anti-card:hover {
      transform: translateY(-4px);
      border-color: rgba(255, 225, 138, 0.54);
      box-shadow:
        0 28px 70px rgba(0, 0, 0, 0.68),
        0 0 32px rgba(246, 196, 75, 0.12),
        inset 0 1px 0 rgba(255, 225, 138, 0.16);
    }

    .anti-card h3 {
      position: relative;
      width: fit-content;
      max-width: 100%;
      margin-bottom: 18px;
      padding: 0 0 10px;
      color: var(--gold-bright);
      background: linear-gradient(90deg, #b97716 0%, #ffe18a 38%, #fff3bd 54%, #d69b28 100%);
      background-size: 220% auto;
      -webkit-background-clip: text;
      background-clip: text;
      -webkit-text-fill-color: transparent;
      font-size: clamp(1.08rem, 2.2vw, 1.34rem);
      font-weight: 900;
      letter-spacing: 0;
      line-height: 1.22;
      text-shadow:
        0 0 16px rgba(246, 196, 75, 0.38),
        0 4px 16px rgba(0, 0, 0, 0.62);
      animation: goldTitleShine 5.6s ease-in-out infinite;
    }

    .anti-card h3::after {
      content: "";
      position: absolute;
      left: 0;
      bottom: 0;
      width: min(100%, 178px);
      height: 2px;
      border-radius: 999px;
      background: linear-gradient(90deg, rgba(246, 196, 75, 0), rgba(255, 225, 138, 0.95), rgba(246, 196, 75, 0));
      box-shadow: 0 0 14px rgba(246, 196, 75, 0.44);
      transform-origin: left;
      animation: goldLinePulse 3.8s ease-in-out infinite;
    }

    .anti-card:nth-child(1) h3 {
      animation-delay: 0s;
    }

    .anti-card:nth-child(2) h3 {
      animation-delay: 0.7s;
    }

    .anti-card:nth-child(3) h3 {
      animation-delay: 1.4s;
    }

    .reason-article {
      flex: 1;
      padding: 20px 18px;
      border: 1px solid rgba(246, 196, 75, 0.16);
      border-radius: 18px;
      background: rgba(246, 196, 75, 0.045);
      box-shadow: inset 0 1px 0 rgba(255, 225, 138, 0.06);
    }

    .reason-article.odds-image-box {
      flex: 0 0 auto;
      padding: 0;
      overflow: hidden;
      border-color: rgba(255, 225, 138, 0.24);
      box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 225, 138, 0.08);
    }

    .odds-image-box img {
      width: 100%;
      height: auto;
      aspect-ratio: 640 / 1218;
      object-fit: contain;
      border-radius: 17px;
      transition: transform 0.28s ease, filter 0.28s ease;
    }

    .anti-card:hover .odds-image-box img {
      filter: saturate(1.06) contrast(1.02);
      transform: scale(1.012);
    }

    .anti-card p,
    .anti-card li {
      color: var(--muted);
      font-size: 1rem;
      font-weight: 700;
      line-height: 1.9;
      overflow-wrap: break-word;
    }

    .anti-card ul {
      padding-left: 20px;
    }

    .anti-card li + li {
      margin-top: 10px;
    }

    @keyframes titleGlow {
      0%,
      100% {
        text-shadow: 0 0 8px rgba(255, 127, 80, 0.28), 0 4px 14px rgba(0, 0, 0, 0.4);
      }

      50% {
        text-shadow: 0 0 16px rgba(255, 127, 80, 0.48), 0 4px 14px rgba(0, 0, 0, 0.4);
      }
    }

    @keyframes goldTitleShine {
      0%,
      100% {
        background-position: 0% center;
      }

      50% {
        background-position: 100% center;
      }
    }

    @keyframes goldLinePulse {
      0%,
      100% {
        opacity: 0.55;
        transform: scaleX(0.68);
      }

      50% {
        opacity: 1;
        transform: scaleX(1);
      }
    }

    @keyframes jdGoldReflect {
      0%,
      100% {
        background-position: 0% center;
        filter: drop-shadow(0 0 14px rgba(246, 196, 75, 0.2));
      }

      45% {
        background-position: 100% center;
        filter: drop-shadow(0 0 24px rgba(255, 225, 138, 0.42));
      }

      62% {
        background-position: 78% center;
        filter: drop-shadow(0 0 18px rgba(246, 196, 75, 0.26));
      }
    }

    h1,
    h2,
    h3,
    h4,
    h5,
    h6,
    .card h2,
    .info-card h2,
    .lucky-card h2,
    .promo-card h2,
    .anti-title-box h2 {
      color: var(--title-coral);
      text-shadow: var(--title-soft-shadow);
      animation: titleGlow 4.8s ease-in-out infinite;
    }

    .anti-card h3 {
      animation: goldTitleShine 5.6s ease-in-out infinite;
    }

    .contact-section {
      position: relative;
      z-index: 1;
      padding: 6px 0 64px;
      content-visibility: auto;
      contain-intrinsic-size: 420px;
    }

    .contact-inner {
      width: calc(100% - 32px);
      max-width: var(--page-max);
      margin-inline: auto;
      padding: 28px 22px;
      border: 1px solid rgba(246, 196, 75, 0.32);
      border-radius: var(--radius);
      background:
        radial-gradient(circle at 50% 0%, rgba(255, 225, 138, 0.12), transparent 38%),
        linear-gradient(135deg, rgba(26, 18, 6, 0.98), rgba(7, 7, 5, 0.92));
      box-shadow:
        var(--shadow),
        0 0 34px rgba(246, 196, 75, 0.1),
        inset 0 1px 0 rgba(255, 225, 138, 0.11);
    }

    .contact-title {
      margin-bottom: 12px;
      background: linear-gradient(90deg, #b97716 0%, #ffe18a 42%, #fff3bd 56%, #d69b28 100%);
      background-size: 220% auto;
      -webkit-background-clip: text;
      background-clip: text;
      color: var(--gold-bright);
      -webkit-text-fill-color: transparent;
      font-size: clamp(2rem, 8vw, 3rem);
      font-weight: 900;
      line-height: 1.08;
      text-shadow:
        0 0 18px rgba(246, 196, 75, 0.32),
        0 6px 24px rgba(0, 0, 0, 0.58);
      animation: goldTitleShine 5.6s ease-in-out infinite;
    }

    .contact-note {
      max-width: 760px;
      margin-bottom: 24px;
      color: rgba(255, 248, 223, 0.82);
      font-size: clamp(1rem, 3.7vw, 1.12rem);
      font-weight: 800;
      line-height: 1.7;
      text-shadow: 0 3px 14px rgba(0, 0, 0, 0.48);
    }

    .contact-grid {
      display: grid;
      grid-template-columns: minmax(0, 1fr);
      gap: 16px;
      min-width: 0;
    }

    .contact-link {
      display: grid;
      grid-template-columns: auto minmax(0, 1fr) auto;
      align-items: center;
      gap: 16px;
      min-width: 0;
      min-height: 92px;
      padding: 18px;
      border: 1px solid rgba(246, 196, 75, 0.2);
      border-radius: 18px;
      color: var(--text);
      background:
        linear-gradient(180deg, rgba(255, 225, 138, 0.075), rgba(246, 196, 75, 0.02)),
        rgba(5, 5, 3, 0.58);
      box-shadow:
        0 14px 34px rgba(0, 0, 0, 0.32),
        inset 0 1px 0 rgba(255, 225, 138, 0.08);
      text-decoration: none;
      transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease, background 0.22s ease;
    }

    .contact-link:hover {
      transform: translateY(-3px);
      border-color: rgba(255, 225, 138, 0.54);
      background:
        linear-gradient(180deg, rgba(255, 225, 138, 0.12), rgba(246, 196, 75, 0.032)),
        rgba(5, 5, 3, 0.68);
      box-shadow:
        0 22px 48px rgba(0, 0, 0, 0.48),
        0 0 28px rgba(246, 196, 75, 0.13),
        inset 0 1px 0 rgba(255, 225, 138, 0.14);
    }

    .contact-icon,
    .contact-arrow {
      display: grid;
      place-items: center;
      flex: 0 0 auto;
    }

    .contact-icon {
      width: 48px;
      height: 48px;
      border: 1px solid rgba(255, 225, 138, 0.3);
      border-radius: 16px;
      color: #ffe18a;
      background: rgba(246, 196, 75, 0.12);
      box-shadow: inset 0 1px 0 rgba(255, 225, 138, 0.16);
    }

    .contact-icon svg,
    .contact-arrow svg {
      width: 22px;
      height: 22px;
    }

    .contact-copy {
      min-width: 0;
    }

    .contact-copy strong {
      display: block;
      margin-bottom: 5px;
      color: var(--gold-bright);
      font-size: 1.16rem;
      font-weight: 900;
      line-height: 1.15;
    }

    .contact-copy span {
      color: rgba(255, 248, 223, 0.72);
      font-size: 0.95rem;
      font-weight: 700;
      line-height: 1.35;
    }

    .contact-arrow {
      width: 38px;
      height: 38px;
      border-radius: 999px;
      color: #070604;
      background: linear-gradient(180deg, var(--gold-bright), var(--gold-deep));
      box-shadow: 0 10px 22px rgba(0, 0, 0, 0.3), inset 0 1px 0 rgba(255, 246, 196, 0.32);
      transition: transform 0.22s ease;
    }

    .contact-link:hover .contact-arrow {
      transform: translateX(3px);
    }

    @keyframes reelShake {
      0% {
        transform: translateY(-5px) scale(1.01);
      }

      50% {
        transform: translateY(5px) scale(0.99);
      }

      100% {
        transform: translateY(-5px) scale(1.01);
      }
    }

    @keyframes resultPop {
      from {
        opacity: 0.2;
        transform: scale(0.88);
      }

      to {
        opacity: 1;
        transform: scale(1);
      }
    }

    @keyframes badgePulse {
      0%,
      100% {
        transform: scale(1);
      }

      50% {
        transform: scale(1.04);
      }
    }

    @keyframes btnSweep {
      from {
        left: -35%;
      }

      to {
        left: 120%;
      }
    }

    @keyframes frameShine {
      from {
        transform: translateX(-140%);
      }

      to {
        transform: translateX(180%);
      }
    }

    @keyframes moneyFloat {
      0%,
      100% {
        transform: translateY(0);
      }

      50% {
        transform: translateY(-8px);
      }
    }

    @media (min-width: 760px) {
      .container,
      .anti-bodan-inner,
      .contact-inner {
        width: calc(100% - 48px);
      }

      header {
        padding: 54px 24px;
      }

      .hero-content {
        padding: 22px 28px;
      }

      .container {
        margin-top: 26px;
      }

      .promo-card h2 {
        font-size: 1.85rem;
      }

      .contact-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (min-width: 920px) {
      header {
        min-height: 390px;
      }

      .container {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 22px;
        margin-top: 30px;
      }

      .container > .card {
        min-height: 500px;
        height: 100%;
      }

      .info-card,
      .promo-card,
      .lucky-card {
        padding: 22px;
      }

      .game-badge {
        min-height: 32px;
        margin-bottom: 14px;
        padding: 8px 22px;
      }

      .lucky-card h2 {
        margin-bottom: 8px;
        font-size: 3.2rem;
      }

      .game-subtitle {
        margin-bottom: 14px;
        font-size: 1rem;
        line-height: 1.55;
      }

      .slot-frame {
        width: min(100%, 320px);
        margin-bottom: 14px;
        padding: 12px;
      }

      #spinBtn {
        min-height: 52px;
        font-size: 1.12rem;
      }

      .limit-chip {
        margin-top: 12px;
        padding: 8px 16px;
        font-size: 0.92rem;
      }

      .result {
        min-height: 36px;
        margin-top: 12px;
      }

      .stats-grid {
        margin-top: 12px;
      }

      .promo-list li {
        min-height: 46px;
      }

      .promo-btn {
        min-height: 42px;
      }

      .anti-bodan-section {
        padding-top: 64px;
      }

      .anti-title-box {
        padding: 30px;
      }

      .anti-grid {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 20px;
      }

      .anti-card {
        min-height: 430px;
        height: 100%;
      }
    }

    @media (max-width: 759px) {
      .container,
      .anti-bodan-inner,
      .contact-inner {
        width: min(92vw, 560px);
        width: min(92svw, 560px);
        max-width: calc(100vw - 24px);
        max-width: calc(100svw - 24px);
      }

      .container > .card {
        min-height: auto;
      }

      .info-card,
      .promo-card,
      .lucky-card,
      .anti-card,
      .anti-title-box,
      .contact-inner {
        border-radius: 18px;
      }

      .info-card p,
      .info-card .odds-list li,
      .game-subtitle,
      .promo-list li,
      .anti-title-box p,
      .contact-note {
        font-size: 0.95rem;
        line-height: 1.58;
      }

      .info-card p,
      .info-card .odds-list,
      .lucky-card > div,
      .stats-grid,
      .promo-glass,
      .anti-title-box > *,
      .anti-card > *,
      .contact-inner > * {
        width: min(100%, 300px);
        max-width: 300px;
        margin-inline: auto;
      }

      .promo-card h2,
      .anti-title-box > *,
      .contact-inner > * {
        margin-left: auto;
        margin-right: auto;
      }

      .lucky-card h2 {
        font-size: clamp(2.35rem, 11.5vw, 3rem);
      }

      .slot-frame {
        width: min(100%, 300px);
      }

      .promo-glass {
        transform: none;
      }

      .anti-card h3 {
        width: 100%;
        margin-bottom: 20px;
        padding-bottom: 12px;
        font-size: 1.36rem;
        line-height: 1.22;
        text-wrap: balance;
      }

      .anti-title-box h2 {
        font-size: clamp(1.82rem, 8vw, 2.42rem);
        word-break: break-word;
      }

      .anti-card h3::after {
        width: min(82%, 220px);
      }

      html[lang="ms-MY"] .info-card p,
      html[lang="ms-MY"] .info-card .odds-list li,
      html[lang="ms-MY"] .game-subtitle,
      html[lang="ms-MY"] .promo-list li {
        font-size: 0.9rem;
        line-height: 1.5;
      }

      html[lang="ms-MY"] .anti-title-box h2 {
        font-size: clamp(1.74rem, 7.5vw, 2.16rem);
      }

      html[lang="ms-MY"] .anti-card h3 {
        font-size: 1.2rem;
        line-height: 1.28;
      }
    }

    @media (max-width: 390px) {
      .container,
      .anti-bodan-inner,
      .contact-inner {
        width: min(92vw, 360px);
        width: min(92svw, 360px);
        max-width: calc(100vw - 24px);
        max-width: calc(100svw - 24px);
      }

      .info-card,
      .promo-card,
      .lucky-card,
      .anti-card {
        padding: 20px;
      }

      .slot-frame {
        padding: 12px;
        border-radius: 22px;
      }

      .slot {
        gap: 8px;
      }

      .slot span {
        border-radius: 16px;
      }

      .contact-link {
        grid-template-columns: 44px minmax(0, 1fr) 34px;
        gap: 12px;
        padding: 14px;
      }

      .contact-icon {
        width: 44px;
        height: 44px;
      }

      .contact-arrow {
        width: 34px;
        height: 34px;
      }

      .limit-chip {
        padding-inline: 14px;
        font-size: 0.92rem;
      }

      .anti-title-box h2 {
        font-size: clamp(1.68rem, 7.4vw, 2.04rem);
      }

      .anti-card h3 {
        font-size: 1.25rem;
      }

      html[lang="ms-MY"] .anti-card h3 {
        font-size: 1.12rem;
      }
    }

    @media (prefers-reduced-motion: reduce) {
      *,
      *::before,
      *::after {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        scroll-behavior: auto !important;
        transition-duration: 0.01ms !important;
      }

      h1,
      h2,
      h3,
      h4,
      h5,
      h6,
      .jd-text {
        animation: none !important;
      }
    }

    @supports not ((backdrop-filter: blur(1px)) or (-webkit-backdrop-filter: blur(1px))) {
      .card,
      .promo-glass,
      .anti-card {
        background-color: rgba(13, 11, 6, 0.94);
      }

      .hero-content {
        background-color: rgba(4, 4, 3, 0.52);
      }
    }
