
    body { background: #000; color: #e5e7eb; }
    .text-gradient-gold {
      background: linear-gradient(120deg, #fde68a, #f97316);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
    }
    .text-gradient-accent {
      background: linear-gradient(120deg, #fef3c7, #f59e0b, #b45309);
      background-clip: text;
      -webkit-background-clip: text;
      color: transparent;
    }
    /* 鏇夸唬 tailwind 鐨勮嚜瀹氫箟鎸夐挳/鍗＄墖鏍峰紡锛岄伩鍏?@apply 澶辨晥 */
    .btn-primary {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.625rem 1.25rem;
      border-radius: 9999px;
      font-size: 0.875rem;
      font-weight: 600;
      color: #fff;
      background: linear-gradient(90deg,#f8d37a,#d4a03b,#b7791f,#f8d37a);
      background-size: 300% 300%;
      box-shadow: 0 10px 25px rgba(0,0,0,.35);
      border: 0;
      cursor: pointer;
      transition: background-position 0.3s ease, transform 0.15s ease;
    }
    .btn-primary:hover {
      background-position: 100%;
      transform: translateY(-1px);
    }
    .btn-outline {
      display: inline-flex;
      align-items: center;
      justify-content: center;
      padding: 0.625rem 1.25rem;
      border-radius: 9999px;
      font-size: 0.875rem;
      font-weight: 600;
      color: #e5e7eb;
      border: 1px solid #4b5563;
      background-color: transparent;
      transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
    }
    .btn-outline:hover {
      background-color: #18181b;
      border-color: #6b7280;
    }
    .card-hover {
      background-color: rgba(24,24,27,0.8);
      border-radius: 0.75rem;
      border: 1px solid #27272a;
      overflow: hidden;
      transition: transform 0.25s ease, border-color 0.25s ease, box-shadow 0.25s ease;
    }
    .card-hover:hover {
      transform: scale(1.02);
      border-color: #6b7280;
      box-shadow: 0 18px 45px rgba(0,0,0,0.5);
    }
    .blob-accent {
      position: absolute;
      width: 260px;
      height: 260px;
      background: radial-gradient(circle at 30% 30%, rgba(250, 214, 124, 0.55), transparent 60%);
      filter: blur(40px);
      opacity: 0.8;
      pointer-events: none;
    }
    .blob-gold {
      position: absolute;
      width: 260px;
      height: 260px;
      background: radial-gradient(circle at 70% 30%, rgba(251,191,36,0.55), transparent 60%);
      filter: blur(40px);
      opacity: 0.8;
      pointer-events: none;
    }
    .scroll-x-snap {
      scroll-snap-type: x mandatory;
      -webkit-overflow-scrolling: touch;
    }
    .scroll-x-snap::-webkit-scrollbar { display: none; }
    .scroll-item { scroll-snap-align: start; }

    /* --- 浠垮師绔?Hero 鐗屾鐗规晥 --- */
    .poker-cards-section {
      position: relative;
      transform: translateY(3rem);
    }
    @media (min-width: 1024px) {
      .poker-cards-section {
        transform: translateY(0);
      }
    }
    .poker-cards-section-inner {
      position: relative;
      padding: 1.25rem 1.5rem 3.5rem;
      border-radius: 1.5rem;
      background: radial-gradient(circle at 20% 0,rgba(245,195,100,0.2),transparent 55%),
                  radial-gradient(circle at 90% 20%,rgba(171,124,43,0.14),transparent 55%),
                  rgba(8,8,8,0.95);
      border: 1px solid rgba(245,195,100,0.22);
      box-shadow: 0 24px 60px rgba(0,0,0,0.9);
      overflow: hidden;
    }
    /* 妗岄潰鍏夊湀 */
    .poker-table-ring {
      position: absolute;
      inset: 12%;
      margin: auto;
      border-radius: 9999px;
      border: 2px solid rgba(252,211,77,0.9);
      box-shadow: 0 20px 40px rgba(0,0,0,0.8),
                  0 0 30px rgba(245,158,11,0.7);
      transform: perspective(600px) rotateX(30deg) rotate(10deg) translateY(-8%);
      transform-style: preserve-3d;
      animation: wsop-table-light-up 2s ease-out forwards;
      z-index: -1;
    }
    @keyframes wsop-table-light-up {
      0% {
        border-color: rgba(63,63,70,1);
        box-shadow: 0 0 0 rgba(0,0,0,0);
        transform: perspective(600px) rotateX(0) rotate(40deg) translateY(-3%);
        opacity: 0;
      }
      40% {
        opacity: 0.5;
      }
      100% {
        border-color: rgba(252,211,77,1);
        box-shadow: 0 20px 40px rgba(0,0,0,0.8),
                    0 0 30px rgba(245,158,11,0.7);
        transform: perspective(600px) rotateX(30deg) rotate(10deg) translateY(-8%);
        opacity: 1;
      }
    }
    /* 涓婃柟鑱氬厜鐏?*/
    .wsop-stage-light,
    .wsop-stage-light-delay {
      position: absolute;
      pointer-events: none;
      opacity: 0;
      transform-origin: center top;
    }
    .wsop-stage-light {
      left: -10%;
      bottom: -5%;
      width: 220px;
      height: 220px;
      background: radial-gradient(circle at 0 0, rgba(248,250,252,0.6), transparent 55%);
      --light-start-rotation: 35deg;
      animation: wsop-light-up 1.8s cubic-bezier(.16,1,.3,1) forwards;
    }
    .wsop-stage-light-delay {
      right: -14%;
      bottom: -8%;
      width: 260px;
      height: 260px;
      background: radial-gradient(circle at 100% 0, rgba(248,250,252,0.5), transparent 60%);
      --light-start-rotation: -35deg;
      animation: wsop-light-up 1.8s cubic-bezier(.16,1,.3,1) 0.4s forwards;
    }
    @keyframes wsop-light-up {
      0% {
        filter: brightness(0);
        opacity: 0;
        transform: rotate(var(--light-start-rotation));
      }
      50% {
        filter: brightness(0.5);
        opacity: 0.35;
      }
      70% {
        filter: brightness(1.3);
        opacity: 0.85;
        transform: rotate(0deg);
      }
      100% {
        filter: brightness(1);
        opacity: 0.6;
        transform: rotate(0deg);
      }
    }
    /* 濂栨澂 / 鎴掓寚涓婁笅杞诲井寮硅烦 */
    .wsop-trophy {
      animation: trophy-bouncing 4s ease-in-out infinite;
    }
    @keyframes trophy-bouncing {
      0%   { transform: translateY(0); }
      50%  { transform: translateY(6%); }
      100% { transform: translateY(0); }
    }
    /* 寰界珷 / 鏂囨鍑虹幇鍔ㄦ晥 */
    .wsop-badge-fade-in {
      opacity: 0;
      animation: wsop-fade-in 0.8s ease-out 1.6s forwards;
    }
    .wsop-badge-from-right {
      opacity: 0;
      animation: wsop-slide-from-right 0.8s ease-out 1.9s forwards;
    }
    .wsop-badge-from-left {
      opacity: 0;
      animation: wsop-slide-from-left 0.8s ease-out 2.2s forwards;
    }
    @keyframes wsop-fade-in {
      0% { opacity: 0; transform: scale(0.8); }
      100% { opacity: 1; transform: scale(1); }
    }
    @keyframes wsop-slide-from-right {
      0% { opacity: 0; transform: translateX(60%); }
      100% { opacity: 1; transform: translateX(0); }
    }
    @keyframes wsop-slide-from-left {
      0% { opacity: 0; transform: translateX(-60%); }
      100% { opacity: 1; transform: translateX(0); }
    }
    /* 鏁翠釜鍙充晶鍖哄煙娣″叆 */
    .wsop-dark-overlay {
      animation: wsop-dark-lift 2s cubic-bezier(.16,1,.3,1) forwards;
      opacity: 0;
    }
    @keyframes wsop-dark-lift {
      0%   { filter: brightness(0); opacity: 0; transform: translateY(10px); }
      40%  { filter: brightness(0.8); opacity: 0.4; }
      100% { filter: brightness(1); opacity: 1; transform: translateY(0); }
    }
    /* hero section 鑳屾櫙鏁翠綋娓愭樉 */
    section.wsop-blob-reveal::after {
      content: "";
      position: absolute;
      inset: 0;
      background: radial-gradient(circle at 80% 0, rgba(251,191,36,0.12), transparent 60%);
      opacity: 0;
      pointer-events: none;
      animation: wsop-blob-fade-in 2.5s cubic-bezier(.16,1,.3,1) forwards;
    }
    @keyframes wsop-blob-fade-in {
      0% { opacity: 0; }
      80% { opacity: 0.18; }
      100% { opacity: 0.35; }
    }
    /* 棣栭〉涓嬭浇 banner 鍔ㄦ晥 */
    .home-download-banner {
      animation: hero-fade-in 1.2s ease-out both;
    }
    .banner-content-fade {
      animation: hero-rise-in 1s cubic-bezier(.16,1,.3,1) .2s both;
    }
    .banner-svg-fx {
      animation: hero-fade-in 1.6s ease-out .1s both;
    }
    /* 棣栭爜 Banner 鍙冲伌锛氶湏铏圭洿鍚戠墝妗屾鍦?+ 鍥涘嫉鐠扮篂 + 绫岀⒓锛堝弮鑰?neon 妲嬪湒锛?*/
    .hero-banner-poker.poker-cards-section {
      position: relative;
      transform: translateY(0);
      display: flex;
      justify-content: center;
      pointer-events: none;
    }
    @media (min-width: 1024px) {
      .hero-banner-poker.poker-cards-section {
        transform: translateY(0.35rem);
      }
    }
    .hero-poker-scene {
      position: relative;
      width: min(100%, 438px);
      height: 560px;
      isolation: isolate;
      -webkit-font-smoothing: antialiased;
      perspective: 860px;
      transform-style: preserve-3d;
    }
    @media (min-width: 640px) {
      .hero-poker-scene {
        width: 498px;
        height: 625px;
      }
    }
    @media (min-width: 1024px) {
      .hero-poker-scene {
        width: 545px;
        height: 695px;
      }
    }
    /* 鐗屾灞わ細鍍呬繚鐣欏瀭鐩村井瑾匡紝鍙栨秷閫忚鏃嬭綁锛堢劇杩戝ぇ閬犲皬锛夛紱妯ｅ紡浠嶇敱 oval / 鍋藉厓绱犺矤璨珛楂旀劅 */
    .hero-poker-table-under {
      position: absolute;
      inset: 0;
      z-index: 2;
      pointer-events: none;
      transform-style: preserve-3d;
      transform-origin: 50% 62%;
      animation:
        hero-poker-table-enter 1.05s cubic-bezier(0.25, 0.85, 0.35, 1) 0.05s both,
        hero-poker-table-pop 1.08s cubic-bezier(0.2, 0.82, 0.2, 1) 1.72s both;
    }
    .hero-poker-table-under::after {
      content: "";
      position: absolute;
      left: 50%;
      bottom: 8%;
      width: 72%;
      height: 16%;
      transform: translateX(-50%) scale(0.86);
      border-radius: 999px;
      background: radial-gradient(ellipse at center, rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.22) 54%, transparent 78%);
      filter: blur(7px);
      opacity: 0;
      animation: hero-poker-impact-shadow 1.08s cubic-bezier(0.2, 0.82, 0.2, 1) 1.72s both;
      pointer-events: none;
    }
    @media (min-width: 1024px) {
      .hero-poker-table-under {
        animation:
          hero-poker-table-enter-lg 1.05s cubic-bezier(0.25, 0.85, 0.35, 1) 0.05s both,
          hero-poker-table-pop 1.08s cubic-bezier(0.2, 0.82, 0.2, 1) 1.72s both;
      }
    }
    @keyframes hero-poker-table-enter {
      0% {
        opacity: 0;
        transform: translateY(calc(-2.5% + 26px)) scale(0.9);
        filter: blur(4px) brightness(0.9) saturate(0.92);
      }
      38% {
        opacity: 0.18;
        transform: translateY(calc(-2.5% + 14px)) scale(0.94);
        filter: blur(2px) brightness(1.04) saturate(1.02);
      }
      64% {
        opacity: 0.72;
        transform: translateY(calc(-2.5% + 4px)) scale(0.985);
        filter: blur(0.8px) brightness(1.08) saturate(1.06);
      }
      100% {
        opacity: 1;
        transform: translateY(-2.5%);
        filter: blur(0) brightness(1) saturate(1);
      }
    }
    @keyframes hero-poker-table-enter-lg {
      0% {
        opacity: 0;
        transform: translateY(calc(-2% + 26px)) scale(0.9);
        filter: blur(4px) brightness(0.9) saturate(0.92);
      }
      38% {
        opacity: 0.18;
        transform: translateY(calc(-2% + 14px)) scale(0.94);
        filter: blur(2px) brightness(1.04) saturate(1.02);
      }
      64% {
        opacity: 0.72;
        transform: translateY(calc(-2% + 4px)) scale(0.985);
        filter: blur(0.8px) brightness(1.08) saturate(1.06);
      }
      100% {
        opacity: 1;
        transform: translateY(-2%);
        filter: blur(0) brightness(1) saturate(1);
      }
    }
    /* 绐勮灑骞曪細鐗屾鍏ュ牬鍍呯敤 opacity + transform锛岄伩鍏嶆瘡骞€閲嶇畻 blur/brightness锛堣瑕烘帴杩戙€丟PU 璨犳摂浣庯級 */
    @keyframes hero-poker-table-enter-m {
      0% {
        opacity: 0;
        transform: translateY(calc(-2.5% + 26px)) scale(0.9);
      }
      42% {
        opacity: 0.55;
        transform: translateY(calc(-2.5% + 9px)) scale(0.965);
      }
      100% {
        opacity: 1;
        transform: translateY(-2.5%) scale(1);
      }
    }
    @keyframes hero-poker-logo-enter-m {
      0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.84);
      }
      55% {
        opacity: 0.58;
        transform: translate(-50%, -50%) scale(0.95);
      }
      100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
    }
    @keyframes hero-table-dof-m {
      0% { filter: saturate(1); }
      58% { filter: saturate(1.08); }
      100% { filter: saturate(1.04); }
    }
    @keyframes hero-neon-oval-ring-m {
      0%, 100% {
        border-color: rgba(171, 124, 43, 0.36);
        box-shadow:
          0 0 0 1px rgba(0, 0, 0, 0.52),
          0 0 14px rgba(245, 195, 100, 0.14),
          inset 0 2px 0 rgba(250, 223, 163, 0.1);
      }
      50% {
        border-color: rgba(245, 195, 100, 0.5);
        box-shadow:
          0 0 0 1px rgba(0, 0, 0, 0.38),
          0 0 26px rgba(245, 195, 100, 0.22),
          inset 0 2px 0 rgba(250, 223, 163, 0.14);
      }
    }
    @keyframes hero-table-logo-aura-m {
      0%, 100% {
        transform: rotate(-90deg);
        filter:
          drop-shadow(0 3px 10px rgba(0, 0, 0, 0.68))
          drop-shadow(0 0 14px rgba(245, 195, 100, 0.3));
      }
      50% {
        transform: rotate(-90deg);
        filter:
          drop-shadow(0 5px 14px rgba(0, 0, 0, 0.72))
          drop-shadow(0 0 22px rgba(245, 195, 100, 0.42));
      }
    }
    @keyframes hero-poker-table-pop {
      0% {
        transform: translateY(-2.5%) translateZ(0) rotateX(0deg) rotateY(0deg) scale(1);
      }
      58% {
        transform: translateY(-0.3%) translateZ(150px) rotateX(26deg) rotateY(-13deg) scale(1.12);
      }
      100% {
        transform: translateY(-0.6%) translateZ(136px) rotateX(24deg) rotateY(-12deg) scale(1.105);
      }
    }
    @keyframes hero-poker-impact-shadow {
      0% {
        opacity: 0;
        transform: translateX(-50%) translateY(18px) scale(0.74);
      }
      58% {
        opacity: 1;
        transform: translateX(-50%) translateY(4px) scale(1.42);
      }
      100% {
        opacity: 0.9;
        transform: translateX(-50%) translateY(2px) scale(1.32);
      }
    }
    /* Banner 鍙冲伌鑺辫壊瑁濋＞锛堢墝妗屼箣涓娿€佹挷鍏嬩箣涓嬶級 */
    .hero-poker-deco {
      position: absolute;
      inset: 0;
      z-index: 15;
      pointer-events: none;
      overflow: visible;
    }
    .hero-poker-deco-el {
      position: absolute;
      opacity: 0.34;
      animation-timing-function: ease-in-out;
      animation-iteration-count: infinite;
    }
    .hero-poker-deco .hero-poker-deco-el:nth-child(3n + 1) {
      animation-name: hero-poker-deco-float-a;
    }
    .hero-poker-deco .hero-poker-deco-el:nth-child(3n + 2) {
      animation-name: hero-poker-deco-float-b;
    }
    .hero-poker-deco .hero-poker-deco-el:nth-child(3n) {
      animation-name: hero-poker-deco-float-c;
    }
    @media (min-width: 640px) {
      .hero-poker-deco-el { opacity: 0.38; }
    }
    .hero-poker-deco-svg {
      display: block;
      flex-shrink: 0;
      overflow: visible;
      width: 28px;
      height: 28px;
    }
    @media (min-width: 640px) {
      .hero-poker-deco-svg {
        width: 32px;
        height: 32px;
      }
    }
    .hero-poker-deco-svg--suit text {
      font-family: "Segoe UI Symbol", "Apple Symbols", "Noto Sans Symbols 2", "DejaVu Sans", Georgia, "Times New Roman", serif;
      font-size: 17px;
      font-weight: 400;
      fill: currentColor;
    }
    @media (min-width: 640px) {
      .hero-poker-deco-svg--suit text {
        font-size: 19px;
      }
    }
    .hero-poker-deco-svg--sm {
      width: 22px;
      height: 22px;
      opacity: 0.3;
    }
    @media (min-width: 640px) {
      .hero-poker-deco-svg--sm {
        width: 25px;
        height: 25px;
        opacity: 0.32;
      }
    }
    .hero-poker-deco-svg--sm.hero-poker-deco-svg--suit text {
      font-size: 14px;
    }
    @media (min-width: 640px) {
      .hero-poker-deco-svg--sm.hero-poker-deco-svg--suit text {
        font-size: 16px;
      }
    }
    .hero-poker-deco-svg--spade {
      color: rgba(244, 114, 182, 0.88);
    }
    .hero-poker-deco-svg--diamond {
      color: rgba(196, 181, 253, 0.9);
    }
    .hero-poker-deco-svg--club {
      color: rgba(167, 139, 250, 0.88);
    }
    .hero-poker-deco-pos--1 { top: 5%; left: 4%; animation-duration: 12s; animation-delay: -0.8s; }
    .hero-poker-deco-pos--2 { top: 4%; right: 7%; animation-duration: 14s; animation-delay: -2.4s; }
    .hero-poker-deco-pos--3 { bottom: 17%; right: 5%; animation-duration: 11.5s; animation-delay: -4.2s; }
    .hero-poker-deco-pos--4 { bottom: 19%; left: 3%; animation-duration: 13.2s; animation-delay: -1.1s; }
    .hero-poker-deco-pos--5 { top: 20%; left: 2%; animation-duration: 12.8s; animation-delay: -5.5s; }
    .hero-poker-deco-pos--6 { top: 16%; right: 2%; animation-duration: 11s; animation-delay: -3s; }
    .hero-poker-deco-pos--7 { top: 40%; left: 2%; animation-duration: 10.5s; animation-delay: -6.2s; }
    .hero-poker-deco-pos--8 { top: 44%; right: 3%; animation-duration: 14.5s; animation-delay: -2s; }
    .hero-poker-deco-pos--9 { bottom: 34%; left: 5%; animation-duration: 12.2s; animation-delay: -7s; }
    .hero-poker-deco-pos--10 { bottom: 30%; right: 6%; animation-duration: 10.8s; animation-delay: -4.8s; }
    .hero-poker-deco-pos--11 { top: 54%; left: 4%; animation-duration: 13.6s; animation-delay: -1.6s; }
    .hero-poker-deco-pos--12 { top: 50%; right: 5%; animation-duration: 11.8s; animation-delay: -8.4s; }
    @media (min-width: 1024px) {
      .hero-poker-deco-pos--7 { top: 38%; left: 3%; }
      .hero-poker-deco-pos--8 { top: 42%; right: 4%; }
      .hero-poker-deco-pos--11 { top: 52%; left: 5%; }
      .hero-poker-deco-pos--12 { top: 48%; right: 6%; }
    }
    @keyframes hero-poker-deco-float-a {
      0%, 100% { transform: translate(0, 0) rotate(0deg); }
      20% { transform: translate(14px, -14px) rotate(5deg); }
      40% { transform: translate(18px, 8px) rotate(-2deg); }
      60% { transform: translate(-6px, 16px) rotate(-4deg); }
      80% { transform: translate(-16px, -4px) rotate(3deg); }
    }
    @keyframes hero-poker-deco-float-b {
      0%, 100% { transform: translate(0, 0) rotate(0deg); }
      20% { transform: translate(-16px, -10px) rotate(-4deg); }
      40% { transform: translate(-10px, 16px) rotate(4deg); }
      60% { transform: translate(14px, 10px) rotate(2deg); }
      80% { transform: translate(12px, -14px) rotate(-3deg); }
    }
    @keyframes hero-poker-deco-float-c {
      0%, 100% { transform: translate(0, 0) rotate(0deg); }
      25% { transform: translate(10px, -18px) rotate(3deg); }
      50% { transform: translate(-14px, 4px) rotate(-3deg); }
      75% { transform: translate(6px, 14px) rotate(2deg); }
    }
    @media (prefers-reduced-motion: reduce) {
      .hero-poker-deco-el {
        animation: none !important;
        will-change: auto;
      }
      .hero-poker-scene {
        animation: none !important;
      }
      .hero-poker-table-under {
        animation: none !important;
        opacity: 1;
        transform: translateY(-2.5%);
        filter: none;
      }
      .hero-poker-table-under::after { animation: none !important; opacity: 0.72; transform: translateX(-50%) scale(0.9); }
      @media (min-width: 1024px) {
        .hero-poker-table-under {
          transform: translateY(-2%);
        }
      }
      .hero-poker-oval {
        animation: none !important;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        filter: drop-shadow(0 12px 28px rgba(40, 10, 60, 0.35));
      }
      .hero-poker-oval::before {
        animation: none !important;
        opacity: 1;
        filter: none;
      }
      .hero-poker-oval::after {
        animation: none !important;
        opacity: 0.9;
      }
      .hero-poker-oval-logo {
        animation: none !important;
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
      .hero-poker-card-slot--heart,
      .hero-poker-card-slot--club,
      .hero-poker-card-slot--diamond,
      .hero-poker-card-slot--spade {
        animation: none !important;
      }
      .hero-poker-card-float {
        animation: none !important;
      }
      .hero-poker-chips-layer {
        animation: none !important;
        opacity: 1;
      }
    }
    /* 鍙伴潰搴曡壊 + 鍏у嚬闄板奖锛氱珛楂斻€屾Ы銆嶏紱闇撹櫣鍦?::before锛屽鍦堥伄缃╁啀寮卞寲鑸囩墝閲嶇枈 */
    .hero-poker-oval {
      position: absolute;
      left: 50%;
      top: 48.5%;
      transform: translate(-50%, -50%);
      width: 65%;
      min-width: 222px;
      max-width: 306px;
      height: 81%;
      min-height: 386px;
      max-height: 548px;
      border-radius: 9999px;
      background:
        radial-gradient(ellipse 36% 30% at 50% 35%, rgba(245, 195, 100, 0.045) 0%, transparent 72%),
        radial-gradient(ellipse 44% 40% at 50% 42%, rgba(171, 124, 43, 0.11) 0%, transparent 70%),
        radial-gradient(ellipse 72% 78% at 50% 38%, rgba(34, 26, 10, 0.88) 0%, rgba(14, 11, 7, 0.94) 54%, rgba(6, 6, 6, 0.98) 100%),
        radial-gradient(ellipse 95% 90% at 50% 50%, rgba(28, 20, 10, 0.28) 0%, transparent 76%);
      border: none;
      box-shadow:
        0 28px 56px rgba(0, 0, 0, 0.42),
        0 0 96px rgba(171, 124, 43, 0.07),
        0 0 140px rgba(100, 72, 24, 0.045),
        inset 0 28px 72px rgba(0, 0, 0, 0.74),
        inset 0 -20px 52px rgba(171, 124, 43, 0.085),
        inset 5px 0 34px rgba(0, 0, 0, 0.36),
        inset -8px 0 40px rgba(0, 0, 0, 0.44),
        inset 0 0 56px rgba(0, 0, 0, 0.22);
      filter: drop-shadow(0 12px 28px rgba(28, 20, 7, 0.46));
      z-index: 3;
      pointer-events: none;
      animation:
        hero-poker-oval-enter 1s cubic-bezier(0.25, 0.85, 0.35, 1) 0.06s both,
        hero-poker-table-awaken 1.18s cubic-bezier(0.2, 0.82, 0.2, 1) 0.62s both,
        hero-poker-oval-idle 6.2s cubic-bezier(0.42, 0, 0.58, 1) 1.28s infinite;
    }
    @keyframes hero-poker-oval-enter {
      0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.94);
      }
      100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
      }
    }
    @keyframes hero-poker-table-awaken {
      0% {
        filter: brightness(0.62) saturate(0.82);
      }
      55% {
        filter: brightness(0.9) saturate(0.95);
      }
      100% {
        filter: brightness(1) saturate(1);
      }
    }
    @keyframes hero-poker-oval-idle {
      0%, 100% {
        transform: translate(-50%, -50%) translateY(0) scale(1);
      }
      50% {
        transform: translate(-50%, -50%) translateY(-4px) scale(1.006);
      }
    }
    .hero-poker-oval::before {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      border: 2px solid rgba(245, 195, 100, 0.27);
      box-shadow:
        0 0 0 1px rgba(0, 0, 0, 0.48),
        0 1px 0 rgba(250, 223, 163, 0.18),
        0 0 8px rgba(245, 195, 100, 0.12),
        0 0 22px rgba(171, 124, 43, 0.07),
        0 0 38px rgba(245, 195, 100, 0.035),
        inset 0 2px 0 rgba(250, 223, 163, 0.12),
        inset 0 -4px 14px rgba(0, 0, 0, 0.48);
      pointer-events: none;
      animation: hero-neon-oval-ring 4.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
      mask-image: radial-gradient(
        ellipse 78% 86% at 50% 50%,
        #000 0%,
        #000 34%,
        rgba(0, 0, 0, 0.42) 48%,
        rgba(0, 0, 0, 0.14) 62%,
        rgba(0, 0, 0, 0.05) 74%,
        transparent 84%
      );
      -webkit-mask-image: radial-gradient(
        ellipse 78% 86% at 50% 50%,
        #000 0%,
        #000 34%,
        rgba(0, 0, 0, 0.42) 48%,
        rgba(0, 0, 0, 0.14) 62%,
        rgba(0, 0, 0, 0.05) 74%,
        transparent 84%
      );
      mask-mode: alpha;
    }
    /* 鍏у湀鎶崌锛氭枩鍚戦珮鍏?+ 鍏ч櫚褰憋紝鍍忛倞妗嗘埅闈?*/
    .hero-poker-oval::after {
      content: "";
      position: absolute;
      inset: 6.5%;
      border-radius: inherit;
      border: 1px solid rgba(245, 195, 100, 0.13);
      background: linear-gradient(
        155deg,
        rgba(250, 223, 163, 0.07) 0%,
        rgba(245, 195, 100, 0.045) 35%,
        transparent 52%,
        rgba(0, 0, 0, 0.22) 100%
      );
      box-shadow:
        0 8px 28px rgba(0, 0, 0, 0.4),
        inset 0 2px 0 rgba(255, 255, 255, 0.14),
        inset 0 -10px 28px rgba(0, 0, 0, 0.35);
      opacity: 0.9;
      pointer-events: none;
      mask-image: radial-gradient(
        ellipse 90% 93% at 50% 42%,
        #000 0%,
        #000 58%,
        rgba(0, 0, 0, 0.35) 74%,
        transparent 88%
      );
      -webkit-mask-image: radial-gradient(
        ellipse 90% 93% at 50% 42%,
        #000 0%,
        #000 58%,
        rgba(0, 0, 0, 0.35) 74%,
        transparent 88%
      );
      filter: blur(0px);
      transform: translateZ(0.01px);
      animation: hero-table-dof 1.08s cubic-bezier(0.2, 0.82, 0.2, 1) 1.72s both;
    }
    @keyframes hero-table-dof {
      0% {
        filter: blur(0px) saturate(1);
      }
      32% {
        filter: blur(0.25px) saturate(1.05);
      }
      58% {
        filter: blur(1.9px) saturate(1.09);
      }
      100% {
        filter: blur(0.4px) saturate(1.04);
      }
    }
    @keyframes hero-neon-oval-ring {
      0%, 100% {
        border-color: rgba(171, 124, 43, 0.36);
        box-shadow:
          0 0 0 1px rgba(0, 0, 0, 0.52),
          0 1px 0 rgba(250, 223, 163, 0.18),
          0 0 6px rgba(245, 195, 100, 0.16),
          0 0 18px rgba(171, 124, 43, 0.11),
          0 0 32px rgba(245, 195, 100, 0.065),
          inset 0 2px 0 rgba(250, 223, 163, 0.1),
          inset 0 -3px 10px rgba(0, 0, 0, 0.52);
      }
      50% {
        border-color: rgba(245, 195, 100, 0.5);
        box-shadow:
          0 0 0 1px rgba(0, 0, 0, 0.38),
          0 1px 0 rgba(250, 223, 163, 0.24),
          0 0 14px rgba(245, 195, 100, 0.24),
          0 0 32px rgba(171, 124, 43, 0.16),
          0 0 50px rgba(245, 195, 100, 0.085),
          inset 0 2px 0 rgba(250, 223, 163, 0.15),
          inset 0 -3px 14px rgba(0, 0, 0, 0.4);
      }
    }
    .hero-poker-oval-logo {
      position: absolute;
      left: 50%;
      top: 48.5%;
      transform: translate(-50%, -50%);
      z-index: 8;
      pointer-events: none;
      display: flex;
      align-items: center;
      justify-content: center;
      animation: hero-poker-logo-enter 1.12s cubic-bezier(0.2, 0.82, 0.2, 1) 0.86s both;
      will-change: transform, opacity;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
    }
    @keyframes hero-poker-logo-enter {
      0% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(0.84);
        filter: brightness(0.42);
      }
      55% {
        opacity: 0.58;
        transform: translate(-50%, -50%) scale(0.95);
        filter: brightness(0.88);
      }
      100% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1);
        filter: brightness(1);
      }
    }
    /* 鑸囨┇鎺掓檪鐩稿悓瀵害涓婇檺锛屽啀 rotate -90掳锛屾暣楂斾綌鐣潰澶у皬鑸囨┇鎺掍竴鑷?*/
    .hero-poker-logo-img {
      display: block;
      width: min(56%, 150px);
      max-width: 168px;
      height: auto;
      transform: translateZ(0.01px) rotate(-90deg);
      animation: hero-table-logo-aura 5.5s cubic-bezier(0.45, 0, 0.55, 1) 1.05s infinite;
      image-rendering: -webkit-optimize-contrast;
      backface-visibility: hidden;
      -webkit-backface-visibility: hidden;
    }
    @media (min-width: 640px) {
      .hero-poker-logo-img {
        width: min(52%, 195px);
        max-width: 210px;
      }
    }
    @keyframes hero-table-logo-aura {
      0%, 100% {
        transform: rotate(-90deg);
        filter:
          drop-shadow(0 3px 10px rgba(0, 0, 0, 0.68))
          drop-shadow(0 0 10px rgba(245, 195, 100, 0.26))
          drop-shadow(0 0 20px rgba(171, 124, 43, 0.1));
      }
      50% {
        transform: rotate(-90deg);
        filter:
          drop-shadow(0 6px 18px rgba(0, 0, 0, 0.72))
          drop-shadow(0 0 18px rgba(245, 195, 100, 0.38))
          drop-shadow(0 0 32px rgba(171, 124, 43, 0.16));
      }
    }
    .hero-poker-card-slot {
      position: absolute;
      z-index: 20;
      width: 40%;
      max-width: 188px;
    }
    .hero-poker-card-slot--heart {
      left: -3.5%;
      top: -5%;
      transform: rotate(-16deg);
      z-index: 20;
      animation: hero-cards-spread-heart 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.18s both;
    }
    .hero-poker-card-slot--club {
      right: 1.25%;
      top: -1%;
      transform: rotate(7deg);
      z-index: 21;
      animation: hero-cards-spread-club 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.22s both;
    }
    @media (min-width: 1024px) {
      .hero-poker-card-slot--heart {
        left: 0;
        animation-name: hero-cards-spread-heart-lg;
      }
      .hero-poker-card-slot--club {
        right: 5.35%;
        animation-name: hero-cards-spread-club-lg;
      }
      .hero-poker-card-slot--diamond {
        left: 11%;
        bottom: 0;
        animation-name: hero-cards-spread-diamond-lg;
      }
      .hero-poker-card-slot--spade {
        right: 11%;
        bottom: 0;
        animation-name: hero-cards-spread-spade-lg;
      }
    }
    .hero-poker-card-slot--diamond {
      left: 3%;
      bottom: 0;
      transform: rotate(-30deg);
      animation: hero-cards-spread-diamond 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.26s both;
      z-index: 19;
    }
    .hero-poker-card-slot--spade {
      right: 3%;
      bottom: 1%;
      transform: rotate(30deg);
      animation: hero-cards-spread-spade 1.5s cubic-bezier(0.33, 1, 0.68, 1) 1.3s both;
      z-index: 22;
    }
    @keyframes hero-cards-spread-heart {
      0% {
        opacity: 0;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(-5px, 3px) rotate(-14deg) scale(0.86);
      }
      10% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(-5px, 3px) rotate(-14deg) scale(0.86);
      }
      28% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(-5px, 3px) rotate(-14deg) scale(0.86);
      }
      100% {
        opacity: 1;
        left: -3.5%;
        top: -5%;
        right: auto;
        bottom: auto;
        transform: rotate(-16deg);
      }
    }
    @keyframes hero-cards-spread-heart-lg {
      0% {
        opacity: 0;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(-5px, 3px) rotate(-14deg) scale(0.86);
      }
      10% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(-5px, 3px) rotate(-14deg) scale(0.86);
      }
      28% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(-5px, 3px) rotate(-14deg) scale(0.86);
      }
      100% {
        opacity: 1;
        left: 0;
        top: -5%;
        right: auto;
        bottom: auto;
        transform: rotate(-16deg);
      }
    }
    @keyframes hero-cards-spread-club {
      0% {
        opacity: 0;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(1px, -2px) rotate(4deg) scale(0.86);
      }
      10% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(1px, -2px) rotate(4deg) scale(0.86);
      }
      28% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(1px, -2px) rotate(4deg) scale(0.86);
      }
      100% {
        opacity: 1;
        right: 1.25%;
        top: -1%;
        left: auto;
        bottom: auto;
        transform: rotate(7deg);
      }
    }
    @keyframes hero-cards-spread-club-lg {
      0% {
        opacity: 0;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(1px, -2px) rotate(4deg) scale(0.86);
      }
      10% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(1px, -2px) rotate(4deg) scale(0.86);
      }
      28% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(1px, -2px) rotate(4deg) scale(0.86);
      }
      100% {
        opacity: 1;
        right: 5.35%;
        top: -1%;
        left: auto;
        bottom: auto;
        transform: rotate(7deg);
      }
    }
    @keyframes hero-cards-spread-diamond {
      0% {
        opacity: 0;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(4px, -4px) rotate(-10deg) scale(0.86);
      }
      10% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(4px, -4px) rotate(-10deg) scale(0.86);
      }
      28% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(4px, -4px) rotate(-10deg) scale(0.86);
      }
      100% {
        opacity: 1;
        left: 3%;
        bottom: 0;
        top: auto;
        right: auto;
        transform: rotate(-30deg);
      }
    }
    @keyframes hero-cards-spread-diamond-lg {
      0% {
        opacity: 0;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(4px, -4px) rotate(-10deg) scale(0.86);
      }
      10% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(4px, -4px) rotate(-10deg) scale(0.86);
      }
      28% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(4px, -4px) rotate(-10deg) scale(0.86);
      }
      100% {
        opacity: 1;
        left: 11%;
        bottom: 0;
        top: auto;
        right: auto;
        transform: rotate(-30deg);
      }
    }
    @keyframes hero-cards-spread-spade {
      0% {
        opacity: 0;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(7px, -5px) rotate(10deg) scale(0.86);
      }
      10% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(7px, -5px) rotate(10deg) scale(0.86);
      }
      28% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(7px, -5px) rotate(10deg) scale(0.86);
      }
      100% {
        opacity: 1;
        right: 3%;
        bottom: 1%;
        left: auto;
        top: auto;
        transform: rotate(30deg);
      }
    }
    @keyframes hero-cards-spread-spade-lg {
      0% {
        opacity: 0;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(7px, -5px) rotate(10deg) scale(0.86);
      }
      10% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(7px, -5px) rotate(10deg) scale(0.86);
      }
      28% {
        opacity: 1;
        left: 50%;
        top: 44%;
        right: auto;
        bottom: auto;
        transform: translate(-50%, -50%) translate(7px, -5px) rotate(10deg) scale(0.86);
      }
      100% {
        opacity: 1;
        right: 11%;
        bottom: 0;
        left: auto;
        top: auto;
        transform: rotate(30deg);
      }
    }
    .hero-poker-card-float {
      width: 100%;
      transform-origin: 50% 50%;
    }
    .hero-poker-card-float--heart {
      animation: hero-slot-heart 5.4s cubic-bezier(0.42, 0, 0.58, 1) 3.42s infinite;
    }
    .hero-poker-card-float--club {
      animation: hero-slot-club 6s cubic-bezier(0.42, 0, 0.58, 1) 3.46s infinite;
    }
    .hero-poker-card-float--diamond {
      animation: hero-slot-diamond 6.2s cubic-bezier(0.42, 0, 0.58, 1) 3.5s infinite;
    }
    .hero-poker-card-float--spade {
      animation: hero-slot-spade 5.6s cubic-bezier(0.42, 0, 0.58, 1) 3.54s infinite;
    }
    /* 鍍呬綅绉伙細鏃嬭綁鐢卞灞?.hero-poker-card-slot 璨犺铂锛岄伩鍏嶈垏 slot 鐨?rotate 鐤婂姞鎴愩€岀湅璧蜂締璺戜綅銆?*/
    @keyframes hero-slot-heart {
      0%, 100% { transform: translate(0, 0); }
      50% { transform: translate(4px, -6px); }
    }
    @keyframes hero-slot-club {
      0%, 100% { transform: translate(0, 0); }
      50% { transform: translate(-5px, -7px); }
    }
    @keyframes hero-slot-diamond {
      0%, 100% { transform: translate(0, 0); }
      50% { transform: translate(3px, -5px); }
    }
    @keyframes hero-slot-spade {
      0%, 100% { transform: translate(0, 0); }
      50% { transform: translate(-3px, -5px); }
    }
    .hero-poker-card-inner {
      position: relative;
      width: 100%;
      max-width: 174px;
      margin: 0 auto;
      height: 13.25rem;
      border-radius: 0.75rem;
      overflow: hidden;
      display: flex;
      align-items: center;
      justify-content: center;
      background:
        linear-gradient(165deg, rgba(255, 242, 204, 0.3) 0%, rgba(250, 204, 93, 0.16) 34%, rgba(20, 14, 4, 0.28) 100%),
        linear-gradient(210deg, rgba(255, 224, 130, 0.12) 0%, rgba(255, 214, 102, 0.05) 42%, rgba(0, 0, 0, 0.2) 100%);
      backdrop-filter: blur(14px) saturate(1.15);
      -webkit-backdrop-filter: blur(14px) saturate(1.15);
      border: 1px solid rgba(250, 214, 124, 0.45);
      box-shadow:
        0 1px 0 rgba(255, 241, 200, 0.36) inset,
        0 -2px 14px rgba(41, 26, 3, 0.38) inset,
        0 12px 34px rgba(0, 0, 0, 0.6),
        0 0 22px rgba(217, 158, 49, 0.24);
    }
    @media (min-width: 640px) {
      .hero-poker-card-inner {
        height: 16.5rem;
        border-radius: 0.75rem;
      }
    }
    /* 鍍呯Щ鍕曠锛?640px锛夛細鐗岀暐绐勫姞楂橀伩鍏嶉亷鏂癸紱鍫存櫙鐣ュ楂樹互鍏嶈鍒囷紙鈮?40px 鑸?PC 涓嶅鐢級 */
    @media (max-width: 639px) {
      .hero-poker-scene {
        width: min(100%, 400px);
        height: 600px;
      }
      .hero-poker-oval {
        filter: none;
      }
      .hero-poker-card-slot {
        max-width: 176px;
      }
      .hero-poker-card-inner {
        max-width: 156px;
        height: 15.35rem;
        border-radius: 0.7rem;
      }
      .hero-poker-suit-img {
        width: 54%;
        max-width: 148px;
      }
    }
    /* 鈮?023px锛堟墜姗燂紡灏忓钩鏉匡紡绐勮绐楋級锛氫繚鐣欑浉鍚屽嫊绶氳垏灞ゆ锛屾敼杓冪渷闆诲浣滐紙灏?filter 鍕曠暙銆侀棞 frosted glass銆佺府灏忔ā绯婂崐寰戯級 */
    @media (max-width: 1023px) {
      .hero-poker-scene {
        perspective: 680px;
      }
      .hero-poker-table-under {
        animation:
          hero-poker-table-enter-m 1.05s cubic-bezier(0.25, 0.85, 0.35, 1) 0.05s both,
          hero-poker-table-pop 1.08s cubic-bezier(0.2, 0.82, 0.2, 1) 1.72s both;
      }
      .hero-poker-table-under::after {
        filter: blur(5px);
      }
      .hero-poker-oval {
        animation:
          hero-poker-oval-enter 1s cubic-bezier(0.25, 0.85, 0.35, 1) 0.06s both,
          hero-poker-oval-idle 6.2s cubic-bezier(0.42, 0, 0.58, 1) 1.28s infinite;
        filter: none;
      }
      .hero-poker-oval::before {
        animation: hero-neon-oval-ring-m 4.8s cubic-bezier(0.45, 0, 0.55, 1) infinite;
      }
      .hero-poker-oval::after {
        animation: hero-table-dof-m 1.08s cubic-bezier(0.2, 0.82, 0.2, 1) 1.72s both;
      }
      .hero-poker-oval-logo {
        animation: hero-poker-logo-enter-m 1.12s cubic-bezier(0.2, 0.82, 0.2, 1) 0.86s both;
      }
      .hero-poker-logo-img {
        animation: hero-table-logo-aura-m 5.5s cubic-bezier(0.45, 0, 0.55, 1) 1.05s infinite;
      }
      .hero-poker-card-inner {
        backdrop-filter: none !important;
        -webkit-backdrop-filter: none !important;
      }
      .hero-poker-scene .hero-orb-pulse {
        filter: blur(36px) !important;
      }
      .hero-poker-card-slot--heart .hero-poker-suit-img,
      .hero-poker-card-slot--diamond .hero-poker-suit-img,
      .hero-poker-card-slot--club .hero-poker-suit-img,
      .hero-poker-card-slot--spade .hero-poker-suit-img {
        filter:
          drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35))
          drop-shadow(0 0 16px rgba(245, 195, 100, 0.62));
      }
      .hero-chip-scatter img {
        filter:
          drop-shadow(0 3px 8px rgba(0, 0, 0, 0.52))
          brightness(1.04) saturate(1.05);
      }
    }
    .hero-poker-suit-img {
      position: relative;
      z-index: 10;
      width: 58%;
      max-width: 168px;
      height: auto;
      margin: 0 auto;
    }
    .hero-poker-card-slot--heart .hero-poker-suit-img,
    .hero-poker-card-slot--diamond .hero-poker-suit-img,
    .hero-poker-card-slot--club .hero-poker-suit-img,
    .hero-poker-card-slot--spade .hero-poker-suit-img {
      filter:
        drop-shadow(0 1px 2px rgba(0, 0, 0, 0.35))
        drop-shadow(0 0 12px rgba(245, 195, 100, 0.78))
        drop-shadow(0 0 24px rgba(171, 124, 43, 0.42))
        drop-shadow(0 0 38px rgba(245, 195, 100, 0.16));
    }
    .hero-orb-pulse {
      animation: hero-orb-breathe 5s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    }
    /* 绱呭績鐗岋細鐧借壊鍗婇€忔槑鏄熸槦锛屾瘡 1.5s 闁冧竴娆?*/
    .hero-poker-card-slot--heart .hero-heart-sparkles {
      position: absolute;
      inset: 0;
      pointer-events: none;
      z-index: 11;
    }
    .hero-poker-card-slot--heart .hero-heart-sparkle {
      position: absolute;
      width: 8px;
      height: 8px;
      background: rgba(255, 255, 255, 0.88);
      clip-path: polygon(50% 0%, 63% 38%, 100% 38%, 68% 62%, 80% 100%, 50% 76%, 20% 100%, 32% 62%, 0% 38%, 37% 38%);
      opacity: 0;
      filter: drop-shadow(0 0 4px rgba(255, 255, 255, 0.75));
      animation: hero-heart-sparkle-twinkle 1.5s ease-out infinite;
    }
    @media (min-width: 640px) {
      .hero-poker-card-slot--heart .hero-heart-sparkle {
        width: 10px;
        height: 10px;
      }
    }
    .hero-poker-card-slot--heart .hero-heart-sparkle--1 {
      top: 22%;
      left: 28%;
      animation-delay: 0s;
    }
    .hero-poker-card-slot--heart .hero-heart-sparkle--2 {
      top: 48%;
      right: 22%;
      animation-delay: 0.06s;
    }
    .hero-poker-card-slot--heart .hero-heart-sparkle--3 {
      bottom: 26%;
      left: 38%;
      animation-delay: 0.12s;
    }
    @keyframes hero-heart-sparkle-twinkle {
      0%, 82% {
        opacity: 0;
        transform: scale(0.35) rotate(0deg);
      }
      88% {
        opacity: 0.92;
        transform: scale(1) rotate(12deg);
      }
      93% {
        opacity: 0.4;
        transform: scale(0.75) rotate(-6deg);
      }
      100% {
        opacity: 0;
        transform: scale(0.35) rotate(0deg);
      }
    }
    .hero-poker-card-slot--heart .hero-orb-pulse { animation-delay: 0s; }
    .hero-poker-card-slot--club .hero-orb-pulse { animation-delay: 0.5s; }
    .hero-poker-card-slot--diamond .hero-orb-pulse { animation-delay: 1s; }
    .hero-poker-card-slot--spade .hero-orb-pulse { animation-delay: 1.5s; }
    @keyframes hero-orb-breathe {
      0%, 100% { opacity: 0.5; transform: translateZ(0) scale(1); }
      50% { opacity: 0.88; transform: translateZ(0) scale(1.06); }
    }
    .hero-poker-card-inner.poker-card .shine {
      position: absolute;
      inset: -25%;
      background: linear-gradient(
        115deg,
        transparent 38%,
        rgba(255, 255, 255, 0.1) 47%,
        rgba(255, 255, 255, 0.34) 50%,
        rgba(255, 255, 255, 0.08) 53%,
        transparent 62%
      );
      background-size: 240% 240%;
      animation: hero-shine-sweep 5.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
      pointer-events: none;
      z-index: 8;
      border-radius: inherit;
    }
    .hero-poker-card-inner.with-sheen::after {
      content: "";
      position: absolute;
      inset: 0;
      border-radius: inherit;
      box-shadow:
        inset 0 0 0 1px rgba(255, 255, 255, 0.11),
        inset 0 10px 24px rgba(255, 255, 255, 0.03);
      pointer-events: none;
      z-index: 6;
    }
    @keyframes hero-shine-sweep {
      0%, 100% { background-position: 100% 40%; opacity: 0.42; }
      50% { background-position: 0% 60%; opacity: 0.96; }
    }
    /* 绫岀⒓鑸囩墝鍚屽堡绱氬鍣紝鏁村堡鐤婂湪鐗屼箣涓婏紙鍕挎斁鍦?table-under 鍏э紝鍚﹀墖鐒℃硶澹撻亷鐗岋級 */
    .hero-poker-chips-layer {
      position: absolute;
      inset: 0;
      z-index: 28;
      pointer-events: none;
      opacity: 0;
      animation: hero-poker-chips-reveal 0.45s ease-out 2.92s forwards;
      /* 鑸囨挷鍏?slot 鍚屽堡锛涚崹绔嬪悎鎴愬堡锛屾笡灏戣垏鐗岀殑灞ょ枈骞叉摼锛堢睂纰兼湁璨犲悜瀹氫綅锛屼笉鐢?contain 浠ュ厤瑁佸垏锛?*/
      isolation: isolate;
    }
    @keyframes hero-poker-chips-reveal {
      to { opacity: 1; }
    }
    .hero-chip-scatter {
      position: absolute;
      z-index: 1;
      pointer-events: none;
    }
    .hero-chip-scatter img {
      display: block;
      height: 2.85rem;
      width: auto;
      max-width: 5.85rem;
      object-fit: contain;
      opacity: 0.96;
      filter:
        drop-shadow(0 3px 6px rgba(0, 0, 0, 0.55))
        drop-shadow(0 8px 16px rgba(0, 0, 0, 0.38))
        drop-shadow(0 0 1px rgba(255, 255, 255, 0.12))
        brightness(1.04) saturate(1.06) contrast(1.02);
    }
    @media (min-width: 640px) {
      .hero-chip-scatter img {
        height: 3.2rem;
        max-width: 6.35rem;
      }
    }
    .hero-chip-scatter--large img {
      height: 3.95rem;
      max-width: 7.35rem;
    }
    @media (min-width: 640px) {
      .hero-chip-scatter--large img {
        height: 4.65rem;
        max-width: 8.15rem;
      }
    }
    /* 宸︿笅鍏╂灇鏁ｈ惤 */
    .hero-chip-scatter--bl1 {
      left: 2%;
      bottom: 2%;
      transform: rotate(-22deg);
      animation: hero-chip-bl-a 7.2s cubic-bezier(0.42, 0, 0.58, 1) infinite;
    }
    .hero-chip-scatter--bl2 {
      left: 10%;
      bottom: 1%;
      transform: rotate(8deg);
      animation: hero-chip-bl-b 6.7s cubic-bezier(0.42, 0, 0.58, 1) 0.35s infinite;
    }
    /* 鍙充笂锛氫竴涓皬銆佷竴杓冨ぇ锛堣繎鏅級 */
    .hero-chip-scatter--tr1 {
      right: -2%;
      top: 10%;
      transform: rotate(16deg);
      animation: hero-chip-tr-a 7s cubic-bezier(0.42, 0, 0.58, 1) 0.2s infinite;
    }
    .hero-chip-scatter--tr2 {
      right: 4%;
      top: 2%;
      transform: rotate(-6deg);
      animation: hero-chip-tr-b 7.4s cubic-bezier(0.42, 0, 0.58, 1) 0.5s infinite;
    }
    @keyframes hero-chip-bl-a {
      0%, 100% { transform: rotate(-22deg) translate(0, 0); }
      50% { transform: rotate(-19deg) translate(4px, -4px); }
    }
    @keyframes hero-chip-bl-b {
      0%, 100% { transform: rotate(8deg) translate(0, 0); }
      50% { transform: rotate(5deg) translate(-3px, 5px); }
    }
    @keyframes hero-chip-tr-a {
      0%, 100% { transform: rotate(16deg) translate(0, 0); }
      50% { transform: rotate(13deg) translate(-5px, 4px); }
    }
    @keyframes hero-chip-tr-b {
      0%, 100% { transform: rotate(-6deg) translate(0, 0); }
      50% { transform: rotate(-9deg) translate(4px, -5px); }
    }
    /* Banner 鎾插厠鍗€濉婃嵅鍑鸿绐楁檪鏆仠寰挵鍕曠暙锛屽洖鍒扮暙闈㈠収鍐嶆挱鏀撅紙鐪侀浕銆侀檷浣旂敤锛?*/
    .hero-poker-scene--offscreen .hero-poker-deco-el,
    .hero-poker-scene--offscreen .hero-poker-oval,
    .hero-poker-scene--offscreen .hero-poker-oval::before,
    .hero-poker-scene--offscreen .hero-poker-oval::after,
    .hero-poker-scene--offscreen .hero-poker-card-float,
    .hero-poker-scene--offscreen .hero-poker-logo-img,
    .hero-poker-scene--offscreen .hero-orb-pulse,
    .hero-poker-scene--offscreen .hero-poker-card-inner.poker-card .shine,
    .hero-poker-scene--offscreen .hero-chip-scatter--bl1,
    .hero-poker-scene--offscreen .hero-chip-scatter--bl2,
    .hero-poker-scene--offscreen .hero-chip-scatter--tr1,
    .hero-poker-scene--offscreen .hero-chip-scatter--tr2 {
      animation-play-state: paused !important;
    }
    .card-float-a { animation: card-float-a 6s ease-in-out infinite; }
    .card-float-b { animation: card-float-b 7s ease-in-out infinite; }
    .card-float-c { animation: card-float-c 6.5s ease-in-out infinite; }
    @keyframes hero-fade-in {
      0% { opacity: 0; filter: saturate(0.7) brightness(0.8); }
      100% { opacity: 1; filter: saturate(1) brightness(1); }
    }
    @keyframes hero-rise-in {
      0% { opacity: 0; transform: translateY(22px); }
      100% { opacity: 1; transform: translateY(0); }
    }
    @keyframes card-float-a {
      0%,100% { transform: translateY(0) rotate(-10deg); }
      50% { transform: translateY(-8px) rotate(-8deg); }
    }
    @keyframes card-float-b {
      0%,100% { transform: translateY(0) rotate(10deg); }
      50% { transform: translateY(-10px) rotate(12deg); }
    }
    @keyframes card-float-c {
      0%,100% { transform: translateY(0) rotate(-2deg); }
      50% { transform: translateY(-6px) rotate(2deg); }
    }
    /* 娓告垙鐗硅壊鍗＄墖鍔ㄦ晥 */
    .feature-orbit-wrap {
      position: relative;
      width: 210px;
      height: 140px;
      margin: 0 auto;
    }
    .feature-orbit {
      position: absolute;
      inset: 0;
      border: 1px dashed rgba(255,255,255,0.18);
      border-radius: 9999px;
    }
    .feature-orbit.one { transform: scale(0.62); }
    .feature-orbit.two { transform: scale(0.82); animation: orbit-spin 12s linear infinite; }
    .feature-orbit.three { transform: scale(1); animation: orbit-spin-rev 14s linear infinite; }
    .orbit-dot {
      position: absolute;
      width: 10px;
      height: 10px;
      border-radius: 9999px;
      background: linear-gradient(135deg,#fde68a,#b7791f);
      box-shadow: 0 0 10px rgba(236,72,153,0.6);
      top: 8px;
      left: 50%;
      transform: translateX(-50%);
    }
    .feature-bubble {
      position: absolute;
      border-radius: 9999px;
      border: 1px solid rgba(255,255,255,0.18);
      background: radial-gradient(circle at 30% 30%, rgba(255,255,255,0.35), rgba(255,255,255,0.08));
      animation: bubble-up 4.2s ease-in-out infinite;
    }
    .feature-bubble.b1 { width: 18px; height: 18px; left: 18%; bottom: 12%; animation-delay: 0s; }
    .feature-bubble.b2 { width: 12px; height: 12px; left: 42%; bottom: 6%; animation-delay: .4s; }
    .feature-bubble.b3 { width: 16px; height: 16px; left: 70%; bottom: 10%; animation-delay: .8s; }
    @keyframes orbit-spin { from { transform: scale(.82) rotate(0deg);} to { transform: scale(.82) rotate(360deg);} }
    @keyframes orbit-spin-rev { from { transform: scale(1) rotate(360deg);} to { transform: scale(1) rotate(0deg);} }
    @keyframes bubble-up {
      0%,100% { transform: translateY(0); opacity: .7; }
      50% { transform: translateY(-16px); opacity: 1; }
    }

    /* Banner WSOP 涓昏瑙夛細鑱氬厜鐏?钖勯浘/寰矑瀛?*/
    .wsop-spotlight-wrap{
      position: relative;
      height: 100%;
      min-height: 320px;
      border-radius: 28px;
      overflow: hidden;
      /* 鍘绘帀鈥滆儗鏅柟妗嗏€濓紝鍙暀闈炲父杞荤殑鐜荤拑閫忔槑鎰?*/
      background: transparent;
      border: 0;
      box-shadow: none;
      backdrop-filter: none;
    }
    .wsop-stage{
      position: relative;
      width: min(440px, 92%);
      aspect-ratio: 1 / 1;
      margin: 0 auto;
      transform: translateY(8px) scale(1.02);
      filter: drop-shadow(0 28px 80px rgba(0,0,0,0.65));
      user-select: none;
      pointer-events: none;
    }

    /* 鍏煎锛氬鏋?banner 浠嶄娇鐢ㄥ師鏉ョ殑 SVG 鏍硅妭鐐?class 鍚嶇О */
    .wsop-ring-svg{
      position: relative;
      width: min(440px, 92%);
      margin: 0 auto;
      display: block;
      /* 璁╁瓧鈥滄洿鏈夎搴︹€濓紝涓嶆槸姘村钩鐨勮鎰?*/
      transform: perspective(900px) translateY(16px) scale(1.1) rotateX(-58deg) rotateY(-14deg) rotateZ(3deg);
      filter: drop-shadow(0 22px 60px rgba(0,0,0,0.62));
      user-select: none;
      pointer-events: none;
    }

    /* 鏈闇€姹傦細鍙充晶 BBPK 瑙嗚鍏ㄩ儴绉婚櫎 */
    .wsop-ring-svg{ display: none !important; }

    .wsop-ring-static{
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%;
      z-index: 1;
    }

    .wsop-cards-orbit-wrap{
      position: absolute;
      inset: 0;
      z-index: 2;
      perspective: 900px;
    }

    .wsop-cards-orbit{
      position: absolute;
      left: 50%;
      top: 50%;
      width: 0;
      height: 0;
      --radius: 165px;
      transform: translate(-50%, -50%) rotateX(18deg) rotateY(-12deg);
      animation: wsop-orbit-rotate 8.2s linear infinite;
    }

    @keyframes wsop-orbit-rotate{
      from { transform: translate(-50%, -50%) rotateX(18deg) rotateY(-12deg) rotateZ(0deg); }
      to { transform: translate(-50%, -50%) rotateX(18deg) rotateY(-12deg) rotateZ(360deg); }
    }

    /* SVG锛氱Щ闄?SMIL 鍔ㄧ敾鍚庯紝鐢?CSS 鏃嬭浆鍗＄墝鐜粫缁?*/
    .wsop-ring-svg #cardsOrbit{
      transform-box: fill-box;
      transform-origin: 50% 50%;
      animation: none;
    }

    @keyframes wsop-cards-orbit-rotate{
      from { transform: rotate(0deg); }
      to { transform: rotate(360deg); }
    }

    /* SVG锛氱Щ闄?SMIL 鍔ㄧ敾鍚庯紝鐢?CSS 鑴夊啿鍋氣€滈噾灞為珮鍏夐棯鍔ㄢ€?*/
    .wsop-ring-svg .wsop-ring-glint{
      animation: none;
      will-change: opacity;
    }

    @keyframes wsop-ring-glint{
      0%,100%{ opacity: 0.25; }
      50%{ opacity: 0.95; }
    }

    .wsop-ring-svg .wsop-card-glint{
      animation: none;
      will-change: opacity;
    }

    @keyframes wsop-card-glint{
      0%,100%{ opacity: 0.18; }
      50%{ opacity: 0.62; }
    }

    .wsop-orbit-card{
      position: absolute;
      left: 0;
      top: 0;
      width: 84px;
      height: 130px;
      transform: rotate(var(--angle)) translateY(calc(-1 * var(--radius))) rotate(var(--tilt)) scale(var(--scale));
      transform-origin: 0 0;
      opacity: var(--alpha, 1);
      filter: drop-shadow(0 18px 44px rgba(0,0,0,0.65));
      will-change: transform;
    }

    .wsop-card{
      position: relative;
      width: 100%;
      height: 100%;
      border-radius: 22px;
      background:
        radial-gradient(circle at 30% 20%, rgba(255,255,255,0.22), transparent 45%),
        radial-gradient(circle at 65% 0%, rgba(255,211,111,0.26), transparent 58%),
        linear-gradient(135deg, rgba(40,24,0,0.35), rgba(255,211,111,0.42) 45%, rgba(20,12,0,0.22));
      box-shadow:
        inset 0 0 0 2px rgba(255,240,180,0.25);
      overflow: hidden;
    }

    .wsop-card::before{
      content: "";
      position: absolute;
      inset: -4px;
      border-radius: 26px;
      background: linear-gradient(135deg,#fff7d1,#ffd36f 22%,#b88219 48%,#f5d27b 70%,#5b3d00);
      opacity: 0.95;
      z-index: -1;
      filter: blur(0.2px);
    }

    .wsop-card::after{
      content: "";
      position: absolute;
      inset: 0;
      border-radius: 22px;
      background: linear-gradient(90deg, rgba(255,255,255,0.55), rgba(255,255,255,0.08) 42%, rgba(255,255,255,0) 75%);
      mix-blend-mode: screen;
      transform: translateX(-10px) skewX(-12deg);
      opacity: 0.62;
      pointer-events: none;
    }

    .wsop-card-glow{
      position: absolute;
      inset: 0;
      border-radius: 22px;
      background: radial-gradient(circle at 50% 40%, rgba(255,211,111,0.20), transparent 62%);
      opacity: 0.95;
      pointer-events: none;
    }

    .wsop-card-mark{
      position: absolute;
      left: 0;
      right: 0;
      top: 14px;
      text-align: center;
      font-weight: 900;
      font-size: 30px;
      letter-spacing: 2px;
      color: rgba(255,245,210,0.95);
      text-shadow:
        0 0 16px rgba(255,211,111,0.22),
        0 2px 10px rgba(0,0,0,0.45);
      opacity: 0.92;
    }

    .wsop-card-pips{
      position: absolute;
      left: 50%;
      top: 62%;
      width: 12px;
      height: 12px;
      border-radius: 9999px;
      background: rgba(255,211,111,0.92);
      transform: translate(-50%, -50%);
      box-shadow: 0 0 18px rgba(255,211,111,0.35);
      opacity: 0.85;
    }

    .wsop-card-pips::before,
    .wsop-card-pips::after{
      content: "";
      position: absolute;
      top: 50%;
      width: 8px;
      height: 8px;
      border-radius: 9999px;
      background: rgba(255,211,111,0.72);
      transform: translateY(-50%);
    }

    .wsop-card-pips::before{ left: -18px; }
    .wsop-card-pips::after{ right: -18px; }
    .wsop-spotlight{
      position: absolute;
      inset: -40% -20% auto -20%;
      height: 140%;
      background: linear-gradient(120deg, rgba(245,195,100,0) 25%, rgba(245,195,100,0.3) 50%, rgba(245,195,100,0) 75%);
      filter: blur(22px);
      opacity: 0.0;
      animation: wsop-beam-fade 4.5s ease-in-out infinite;
      mix-blend-mode: screen;
      pointer-events: none;
    }
    .wsop-spot-2{
      background: linear-gradient(120deg, rgba(245,195,100,0) 20%, rgba(245,195,100,0.24) 50%, rgba(245,195,100,0) 85%);
      animation-delay: 1.2s;
    }
    @keyframes wsop-beam-fade{
      0%,100% { opacity: 0; transform: translateX(-8px) scale(1.02); }
      45% { opacity: 0.75; transform: translateX(10px) scale(1); }
      70% { opacity: 0.25; transform: translateX(4px) scale(1.01); }
    }
    .wsop-haze{
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 50% 60%, rgba(245,195,100,0.2), transparent 55%),
        radial-gradient(circle at 20% 70%, rgba(171,124,43,0.1), transparent 40%),
        radial-gradient(circle at 80% 80%, rgba(245,195,100,0.08), transparent 45%);
      filter: blur(8px);
      opacity: 0.18;
      animation: none;
      pointer-events: none;
    }
    @keyframes wsop-haze{
      0%,100%{ opacity: 0.55; transform: translateY(0); }
      50%{ opacity: 0.85; transform: translateY(-6px); }
    }
    .wsop-spark-layer{
      position: absolute;
      inset: 0;
      pointer-events: none;
      overflow: hidden;
    }
    .wsop-spark{
      position: absolute;
      width: 3px;
      height: 3px;
      border-radius: 9999px;
      background: rgba(251,191,36,0.95);
      box-shadow: 0 0 18px rgba(251,191,36,0.55);
      opacity: 0.0;
      animation: wsop-spark-float 3.4s ease-in-out infinite;
    }
    .wsop-spark.s1{ left: 16%; top: 30%; animation-delay: 0s; }
    .wsop-spark.s2{ left: 28%; top: 18%; animation-delay: .6s; }
    .wsop-spark.s3{ left: 52%; top: 24%; animation-delay: 1.1s; }
    .wsop-spark.s4{ left: 70%; top: 32%; animation-delay: .9s; }
    .wsop-spark.s5{ left: 82%; top: 20%; animation-delay: 1.4s; }
    .wsop-spark.s6{ left: 18%; top: 62%; animation-delay: 1.7s; }
    .wsop-spark.s7{ left: 44%; top: 66%; animation-delay: 1.3s; }
    .wsop-spark.s8{ left: 78%; top: 62%; animation-delay: 2s; }
    @keyframes wsop-spark-float{
      0%,100% { opacity: 0; transform: translateY(10px) scale(0.8); }
      40% { opacity: 0.9; transform: translateY(-10px) scale(1.15); }
      70% { opacity: 0.2; transform: translateY(-2px) scale(1); }
    }

    /* 閬婃埐鐗硅壊鍗＄墖閫氱敤鍕曟晥 */
    .feature-card {
      transition: transform 0.3s ease, box-shadow 0.3s ease, border-color 0.3s ease, background-color 0.3s ease;
      background-color: rgba(0,0,0,0.7);
      border-radius: 0.75rem;
      border: 1px solid rgba(63,63,70,0.9);
      backdrop-filter: blur(18px);
      box-shadow: 0 18px 40px rgba(0,0,0,0.65);
      overflow: hidden;
    }
    .feature-card:hover {
      transform: translateY(-4px);
      border-color: rgba(245,195,100,0.45);
      background-color: rgba(12,12,12,0.96);
      box-shadow: 0 24px 55px rgba(0,0,0,0.8);
    }
    .feature-card-glow {
      position: absolute;
      inset: 0;
      background:
        radial-gradient(circle at 0 0, rgba(245,195,100,0.18), transparent 55%),
        radial-gradient(circle at 100% 0, rgba(171,124,43,0.16), transparent 55%);
      opacity: 0;
      pointer-events: none;
      transition: opacity 0.3s ease;
    }
    .feature-card:hover .feature-card-glow {
      opacity: 1;
    }
    /* 淇冮姺娲诲嫊姗悜婊惧嫊 */
    .promo-scroll {
      scrollbar-width: none;
      -webkit-overflow-scrolling: touch;
      overscroll-behavior-x: contain;
    }
    .promo-scroll::-webkit-scrollbar {
      display: none;
    }
    .promo-track {
      display: flex;
      align-items: stretch;
      gap: 1rem;
    }
    .promo-track .wppoker-promo-slide {
      flex: 0 0 auto;
      width: clamp(240px, 28vw, 300px);
      min-width: 0;
    }
    @media (max-width: 1023px) {
      .promo-track .wppoker-promo-slide {
        width: clamp(220px, 42vw, 300px);
      }
    }
    @media (max-width: 767px) {
      .promo-track .wppoker-promo-slide {
        width: min(72vw, 300px);
      }
    }
    @media (max-width: 639px) {
      .promo-scroll {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
        scroll-padding-left: 1rem;
        scroll-padding-right: 1rem;
      }
      .promo-track {
        display: grid;
        grid-auto-flow: column;
        grid-auto-columns: min(88vw, 20rem);
        gap: 0.875rem;
      }
      .promo-track .wppoker-promo-slide {
        width: 100% !important;
      }
    }

    /* 頂欄：層級高於首頁撲克動效，避免誤擋點擊 */
    .wppoker-site-header {
      position: sticky;
      top: 0;
      z-index: 200;
    }

    /* PC 主導航：不依賴 Tailwind CDN 對任意 hover 類的掃描，hover/點擊更穩定 */
    .wppoker-header-nav .wppoker-nav-link {
      display: inline-flex;
      align-items: center;
      padding: 0.375rem 0.75rem;
      border-radius: 0.5rem;
      font-size: inherit;
      line-height: 1.25;
      color: rgba(255, 255, 255, 0.95);
      text-decoration: none;
      cursor: pointer;
      transition: background-color 0.15s ease, color 0.15s ease;
      -webkit-tap-highlight-color: transparent;
    }
    .wppoker-header-nav .wppoker-nav-link:hover,
    .wppoker-header-nav .wppoker-nav-link:focus-visible {
      background-color: rgba(245, 195, 100, 0.88);
      color: #0a0a0a;
      outline: none;
    }
    .wppoker-header-nav .wppoker-nav-link.wppoker-nav-link--active {
      background-color: rgba(245, 195, 100, 0.88);
      color: #0a0a0a;
      font-weight: 600;
    }
    .wppoker-header-nav .wppoker-nav-link.wppoker-nav-link--active:hover,
    .wppoker-header-nav .wppoker-nav-link.wppoker-nav-link--active:focus-visible {
      background-color: rgba(232, 179, 87, 0.95);
      color: #0a0a0a;
    }

    /* 頂部選單：下拉子選單（後台可建多層） */
    .wppoker-header-desktop .sub-menu {
      position: absolute;
      left: 0;
      top: 100%;
      margin: 0.2rem 0 0;
      padding: 0.35rem 0;
      min-width: 11rem;
      list-style: none;
      background: rgba(10, 10, 10, 0.97);
      border: 1px solid #3f3f46;
      border-radius: 0.5rem;
      box-shadow: 0 16px 40px rgba(0, 0, 0, 0.55);
      z-index: 220;
      display: none;
    }
    .wppoker-header-desktop li:hover > .sub-menu,
    .wppoker-header-desktop li:focus-within > .sub-menu {
      display: block;
    }
    .wppoker-header-desktop .sub-menu .sub-menu {
      top: 0;
      left: 100%;
      margin-left: 0.15rem;
    }
    .wppoker-header-mobile .sub-menu {
      margin: 0;
      padding: 0 0 0 0.5rem;
      list-style: none;
      border-left: 1px solid #3f3f46;
    }

    /* 語言切換（WPML 就緒；無外掛時為預留說明） */
    .wppoker-lang-wrap {
      position: relative;
    }
    .wppoker-lang > summary::-webkit-details-marker {
      display: none;
    }
    .wppoker-lang > summary {
      list-style: none;
    }
    .wppoker-lang > summary::marker {
      display: none;
    }
    .wppoker-lang__panel {
      position: absolute;
      right: 0;
      top: calc(100% + 0.35rem);
      min-width: 11.5rem;
      max-width: min(18rem, calc(100vw - 2rem));
      padding: 0;
      margin: 0;
      border-radius: 0.65rem;
      border: 1px solid #3f3f46;
      background: rgba(8, 8, 8, 0.98);
      box-shadow: 0 18px 48px rgba(0, 0, 0, 0.65);
      z-index: 230;
    }
    .wppoker-lang__list li {
      margin: 0;
    }
    .wppoker-lang__item {
      display: flex;
      align-items: center;
      justify-content: space-between;
      gap: 0.5rem;
      padding: 0.55rem 0.75rem;
      font-size: 0.8rem;
      color: #e4e4e7;
      text-decoration: none;
      border-radius: 0.45rem;
      transition: background-color 0.15s ease, color 0.15s ease;
    }
    a.wppoker-lang__item:hover {
      background: rgba(245, 195, 100, 0.12);
      color: #fde68a;
    }
    .wppoker-lang__item--current {
      background: rgba(245, 195, 100, 0.14);
      color: #fde68a;
      font-weight: 600;
      cursor: default;
    }
    .wppoker-lang__item--muted {
      opacity: 0.55;
      cursor: default;
    }
    .wppoker-lang__badge {
      font-size: 0.65rem;
      font-weight: 700;
      letter-spacing: 0.04em;
      color: #a1a1aa;
    }
    .wppoker-lang__item--current .wppoker-lang__badge,
    a.wppoker-lang__item:hover .wppoker-lang__badge {
      color: #fbbf24;
    }
    .wppoker-lang__placeholder {
      margin: 0;
      padding: 0.65rem 0.75rem;
      font-size: 0.7rem;
      line-height: 1.55;
      color: #a1a1aa;
    }

    /* 促銷區：無活動時的空狀態 */
    .wppoker-promo-empty__glow {
      position: absolute;
      inset: -40% -20%;
      background:
        radial-gradient(ellipse 55% 45% at 50% 0%, rgba(245, 195, 100, 0.14), transparent 62%),
        radial-gradient(circle at 80% 100%, rgba(180, 130, 40, 0.08), transparent 45%);
      opacity: 0.95;
      animation: wppoker-promo-empty-glow 7s ease-in-out infinite;
    }
    @keyframes wppoker-promo-empty-glow {
      0%, 100% { opacity: 0.75; transform: translateY(0) scale(1); }
      50% { opacity: 1; transform: translateY(4px) scale(1.02); }
    }
    .wppoker-promo-empty__icon {
      animation: wppoker-promo-empty-pulse 2.4s ease-in-out infinite;
    }
    @keyframes wppoker-promo-empty-pulse {
      0%, 100% { opacity: 0.88; transform: scale(1); }
      50% { opacity: 1; transform: scale(1.06); }
    }
    .wppoker-promo-empty__dot {
      animation: wppoker-promo-empty-dots 1.4s ease-in-out infinite;
    }
    .wppoker-promo-empty__dot:nth-child(2) { animation-delay: 0.15s; }
    .wppoker-promo-empty__dot:nth-child(3) { animation-delay: 0.3s; }
    @keyframes wppoker-promo-empty-dots {
      0%, 80%, 100% { opacity: 0.35; transform: scale(1); }
      40% { opacity: 1; transform: scale(1.25); background-color: rgba(245, 195, 100, 0.55); }
    }
    @media (prefers-reduced-motion: reduce) {
      .wppoker-promo-empty__glow,
      .wppoker-promo-empty__icon,
      .wppoker-promo-empty__dot {
        animation: none !important;
      }
    }
