  .page-wheel {
    overflow-x: hidden;
  }

  .spidwheelPageIntro {
    margin-bottom: 16px;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    min-height: 184px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(128px, 196px);
    align-items: center;
    gap: 18px;
    padding: clamp(18px, 3vw, 30px);
    border-radius: 32px;
    border: 3px solid rgba(255, 255, 255, .14);
    background:
      radial-gradient(circle at 12% 16%, rgba(255, 255, 255, .32), transparent 21%),
      radial-gradient(circle at 74% 14%, rgba(255, 244, 150, .46), transparent 24%),
      radial-gradient(circle at 88% 86%, rgba(255, 92, 145, .30), transparent 28%),
      linear-gradient(135deg, #ffbe38 0%, #ff842c 42%, #ff4f7b 100%);
    box-shadow:
      0 10px 0 rgba(176, 72, 0, .42),
      0 24px 44px rgba(137, 57, 0, .18),
      inset 0 1px 0 rgba(255, 255, 255, .28);
  }

  .spidwheelPageIntro::before,
  .spidwheelPageIntro::after {
    content: "";
    position: absolute;
    pointer-events: none;
    z-index: -1;
  }

  .spidwheelPageIntro::before {
    inset: -40% -10% auto;
    height: 120%;
    background: repeating-linear-gradient(118deg, rgba(255, 255, 255, .12) 0 7px, transparent 7px 20px);
    opacity: .38;
    transform: rotate(-2deg);
  }

  .spidwheelPageIntro::after {
    width: 320px;
    height: 320px;
    right: -120px;
    bottom: -168px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(255, 246, 158, .55), rgba(255, 116, 64, .20) 52%, transparent 72%);
  }

  .spidwheelHeroContent {
    position: relative;
    z-index: 2;
    display: grid;
    gap: 12px;
    align-content: center;
  }

  .spidwheelPageIntro .pill {
    width: fit-content;
    border: 2px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .14);
    box-shadow: 0 5px 0 rgba(45, 6, 95, .28), inset 0 1px 0 rgba(255, 255, 255, .20);
    color: #fff8c8;
    text-shadow: 0 2px 0 rgba(37, 6, 74, .28);
  }

  .spidwheelPageIntro h3 {
    margin: 0;
    max-width: 12ch;
    color: #fff8dd;
    font-size: clamp(2rem, 4vw + .6rem, 4rem);
    line-height: .88;
    letter-spacing: -.055em;
    text-wrap: balance;
    text-shadow: 0 4px 0 rgba(55, 7, 98, .32), 0 12px 24px rgba(0, 0, 0, .18);
  }

  .spidwheelPageIntro p {
    margin: 0;
    max-width: 38ch;
    color: rgba(255, 248, 221, .9);
    font-size: .97rem;
    line-height: 1.35;
    font-weight: 850;
  }

  .spidwheelHeroStats {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    align-items: center;
  }

  .spidwheelHeroStat {
    min-height: 42px;
    display: inline-grid;
    align-content: center;
    gap: 1px;
    padding: 8px 12px;
    border-radius: 16px;
    background: rgba(255, 255, 255, .13);
    border: 2px solid rgba(255, 255, 255, .16);
    box-shadow: 0 5px 0 rgba(45, 6, 95, .24), inset 0 1px 0 rgba(255, 255, 255, .18);
    backdrop-filter: blur(8px);
  }

  .spidwheelHeroStat strong {
    color: #ffe77f;
    font-size: .68rem;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    font-weight: 1000;
  }

  .spidwheelHeroStat span {
    color: #fff;
    font-size: .86rem;
    line-height: 1;
    font-weight: 1000;
  }

  .spidwheelHeroImg {
    position: relative;
    z-index: 2;
    justify-self: end;
    width: min(30vw, 196px);
    max-height: 188px;
    object-fit: contain;
    filter: drop-shadow(0 15px 0 rgba(45, 6, 95, .24)) drop-shadow(0 26px 28px rgba(0, 0, 0, .24));
    transform-origin: 50% 70%;
    animation: heroPrizeFloat 4.2s ease-in-out infinite;
  }

  .spidwheel3dShell {
    margin-top: 18px;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(248px, 350px);
    gap: 18px;
    align-items: stretch;
    max-width: 100%;
    overflow-x: hidden;
  }

  .spidwheelStage {
    min-width: 0;
  }

  .spidwheelSide {
    min-width: 0;
    position: relative;
    overflow: hidden;
    display: grid;
    gap: 14px;
    align-content: start;
    padding: 20px 18px;
    border-radius: 30px;
    background:
      radial-gradient(circle at 20% 0%, rgba(255, 216, 79, .20), transparent 30%),
      linear-gradient(180deg, rgba(80, 23, 165, .96), rgba(39, 10, 101, .96));
    border: 3px solid rgba(255, 255, 255, .12);
    box-shadow: 0 10px 0 rgba(33, 5, 78, .46), 0 22px 38px rgba(0, 0, 0, .20), inset 0 1px 0 rgba(255, 255, 255, .12);
  }

  .spidwheelSide::before {
    content: "";
    position: absolute;
    inset: 0;
    background:
      radial-gradient(circle at 80% 18%, rgba(101, 227, 255, .18), transparent 24%),
      repeating-linear-gradient(145deg, rgba(255, 255, 255, .055) 0 5px, transparent 5px 18px);
    pointer-events: none;
  }

  .spidwheelSide > * {
    position: relative;
    z-index: 1;
  }

  .spidwheelSideHeader {
    display: grid;
    gap: 6px;
  }

  .spidwheelSideHeader h4 {
    margin: 0;
    color: #fff7d8;
    font-size: clamp(1.24rem, 1vw + 1rem, 1.7rem);
    line-height: .95;
    letter-spacing: -.035em;
    font-weight: 1000;
    text-shadow: 0 3px 0 rgba(31, 5, 76, .28);
  }

  .spidwheelSideHeader p {
    margin: 0;
    max-width: none;
    color: rgba(245, 233, 255, .78);
    font-size: .82rem;
    line-height: 1.32;
    font-weight: 800;
  }

  .wheelCycleToday {
    display: grid;
    gap: 8px;
    padding: 16px 16px 18px;
    border-radius: 24px;
    background:
      radial-gradient(circle at 18% 0%, rgba(255, 216, 79, .20), transparent 32%),
      linear-gradient(180deg, rgba(255, 255, 255, .12), rgba(255, 255, 255, .06));
    border: 2px solid rgba(255, 255, 255, .12);
    box-shadow: 0 7px 0 rgba(28, 5, 68, .24), inset 0 1px 0 rgba(255, 255, 255, .10);
  }

  .wheelCycleTodayLabel {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    min-height: 24px;
    padding: 4px 10px;
    border-radius: 999px;
    background: rgba(255, 231, 127, .14);
    border: 1px solid rgba(255, 231, 127, .28);
    color: #ffe77f;
    font-size: .62rem;
    line-height: 1;
    letter-spacing: .09em;
    text-transform: uppercase;
    font-weight: 1000;
  }

  .wheelCycleTodayValue {
    color: #fff7d8;
    font-size: 1rem;
    line-height: 1.18;
    font-weight: 1000;
    letter-spacing: -.02em;
  }

  .wheelCycleTodayMeta {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #fff;
    font-size: .9rem;
    line-height: 1.24;
    font-weight: 900;
  }

  .wheelCycleTodayMeta span:first-child {
    display: inline-grid;
    place-items: center;
    width: 26px;
    height: 26px;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
  }

  .wheelCycleToday p {
    margin: 0;
    color: rgba(245, 233, 255, .78);
    font-size: .8rem;
    line-height: 1.35;
    font-weight: 800;
  }

  .wheelCycleLegend {
    color: rgba(245, 233, 255, .76);
    font-size: .76rem;
    line-height: 1.4;
    font-weight: 800;
  }

  .wheelCycleGrid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    gap: 10px;
  }

  .wheelCycleCard {
    min-width: 0;
    display: grid;
    gap: 8px;
    padding: 14px 12px 15px;
    border-radius: 22px;
    background:
      radial-gradient(circle at 24% 0%, rgba(255, 255, 255, .16), transparent 30%),
      linear-gradient(180deg, rgba(255, 255, 255, .10), rgba(255, 255, 255, .05));
    border: 2px solid rgba(255, 255, 255, .10);
    box-shadow: 0 6px 0 rgba(28, 5, 68, .22), inset 0 1px 0 rgba(255, 255, 255, .10);
  }

  .wheelCycleCard.is-today {
    border-color: rgba(255, 231, 127, .38);
    box-shadow: 0 8px 0 rgba(28, 5, 68, .24), 0 18px 26px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .16);
    transform: translateY(-1px);
  }

  .wheelCycleCardSector {
    color: #ffe77f;
    font-size: .62rem;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    font-weight: 1000;
  }

  .wheelCycleCardTitle {
    display: grid;
    grid-template-columns: auto 1fr;
    align-items: center;
    gap: 8px;
    min-width: 0;
    color: #fff;
    font-size: .88rem;
    line-height: 1.2;
    font-weight: 950;
  }

  .wheelCycleCardTitle span:last-child {
    min-width: 0;
  }

  .wheelCycleCardIcon {
    width: 30px;
    height: 30px;
    display: inline-grid;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .14);
    font-size: 1rem;
  }

  .wheelCycleCardNote {
    color: rgba(245, 233, 255, .72);
    font-size: .72rem;
    line-height: 1.22;
    font-weight: 900;
  }

  .wheelMiniStatList {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 10px;
  }

  .wheelMiniStat {
    min-width: 0;
    min-height: 74px;
    display: grid;
    align-content: center;
    justify-items: center;
    gap: 7px;
    padding: 11px 8px 12px;
    border-radius: 20px;
    background:
      radial-gradient(circle at 28% 10%, rgba(255, 255, 255, .20), transparent 28%),
      linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .065));
    border: 2px solid rgba(255, 255, 255, .12);
    box-shadow: 0 6px 0 rgba(28, 5, 68, .28), inset 0 1px 0 rgba(255, 255, 255, .12);
    text-align: center;
    transition: transform .16s ease, filter .16s ease, box-shadow .16s ease;
  }

  .wheelMiniStat:hover {
    transform: translateY(-3px) rotate(-.5deg);
    filter: saturate(1.08) brightness(1.04);
    box-shadow: 0 9px 0 rgba(28, 5, 68, .28), 0 18px 24px rgba(0, 0, 0, .18), inset 0 1px 0 rgba(255, 255, 255, .14);
  }

  .wheelMiniStat span {
    min-width: 0;
    color: #fff;
    font-size: .86rem;
    line-height: 1.08;
    font-weight: 950;
  }

  .wheelMiniStat strong {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 20px;
    padding: 4px 7px;
    border-radius: 999px;
    background: rgba(255, 231, 127, .16);
    border: 1px solid rgba(255, 231, 127, .26);
    color: #ffe77f;
    font-size: .58rem;
    line-height: 1;
    font-weight: 1000;
    letter-spacing: .07em;
    text-transform: uppercase;
    white-space: nowrap;
  }

  .wheelChanceTableWrap {
    overflow: hidden;
    border-radius: 22px;
    border: 2px solid rgba(255, 255, 255, .12);
    background:
      radial-gradient(circle at 20% 0%, rgba(255, 231, 127, .14), transparent 34%),
      rgba(255, 255, 255, .075);
    box-shadow: 0 7px 0 rgba(28, 5, 68, .26), inset 0 1px 0 rgba(255, 255, 255, .12);
  }

  .wheelChanceTable {
    width: 100%;
    border-collapse: collapse;
    color: #fff;
    font-size: .78rem;
    font-weight: 900;
  }

  .wheelChanceTable th,
  .wheelChanceTable td {
    padding: 10px 11px;
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    vertical-align: middle;
  }

  .wheelChanceTable tr:last-child td {
    border-bottom: 0;
  }

  .wheelChanceTable th {
    background: rgba(37, 6, 74, .34);
    color: #ffe77f;
    font-size: .62rem;
    line-height: 1;
    letter-spacing: .08em;
    text-transform: uppercase;
    text-align: left;
  }

  .wheelChanceTable th:last-child,
  .wheelChanceTable td:last-child {
    text-align: right;
    white-space: nowrap;
  }

  .wheelChanceReward {
    display: flex;
    min-width: 0;
    align-items: center;
    gap: 8px;
  }

  .wheelChanceIcon {
    width: 24px;
    height: 24px;
    display: inline-grid;
    flex: 0 0 24px;
    place-items: center;
    border-radius: 999px;
    background: rgba(255, 255, 255, .13);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .18);
    font-size: .9rem;
  }

  .wheelChanceLabel {
    min-width: 0;
    display: grid;
    gap: 2px;
  }

  .wheelChanceLabel strong {
    overflow: hidden;
    color: #fff;
    font-size: .82rem;
    line-height: 1.08;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .wheelChanceLabel em {
    color: rgba(245, 233, 255, .66);
    font-size: .56rem;
    font-style: normal;
    line-height: 1;
    letter-spacing: .07em;
    text-transform: uppercase;
  }

  .wheelChancePercent {
    color: #ffe77f;
    font-size: .86rem;
    font-weight: 1000;
    text-shadow: 0 2px 0 rgba(31, 5, 76, .28);
  }

  .spidwheelCard {
    --wheel-shadow-hard: 0 12px 0 rgba(34, 6, 73, .55), 0 28px 40px rgba(0, 0, 0, .24);
    --wheel-shadow-soft: 0 14px 24px rgba(0, 0, 0, .18);
    width: 100%;
    min-height: 690px;
    position: relative;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding: 56px 16px 48px;
    border-radius: 34px;
    overflow: hidden;
    border: 4px solid rgba(255, 255, 255, .14);
    background:
      radial-gradient(circle at 15% 14%, rgba(255, 255, 255, .22), transparent 21%),
      radial-gradient(circle at 82% 18%, rgba(101, 227, 255, .18), transparent 24%),
      linear-gradient(180deg, rgba(116, 48, 221, .97), rgba(57, 15, 124, .97));
    box-shadow: var(--wheel-shadow-hard);
    isolation: isolate;
  }

  .spidwheelCard::before,
  .spidwheelCard::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
    z-index: -1;
  }

  .spidwheelCard::before {
    width: 240px;
    height: 240px;
    left: -70px;
    bottom: -92px;
    background: radial-gradient(circle, rgba(255, 83, 204, .36), rgba(255, 83, 204, .12) 50%, transparent 72%);
  }

  .spidwheelCard::after {
    width: 230px;
    height: 230px;
    right: -64px;
    top: -76px;
    background: radial-gradient(circle, rgba(255, 216, 79, .34), rgba(101, 227, 255, .10) 48%, transparent 72%);
  }

  .cartoonBadgeRow {
    position: absolute;
    top: 16px;
    left: 18px;
    right: 18px;
    display: flex;
    justify-content: space-between;
    gap: 10px;
    pointer-events: none;
    z-index: 3;
  }

  .cartoonBadge {
    padding: 8px 14px;
    border-radius: 999px;
    border: 3px solid rgba(255, 255, 255, .24);
    background: rgba(255, 255, 255, .12);
    box-shadow: 0 7px 0 rgba(37, 6, 74, .26);
    color: #fff8c8;
    font-size: 13px;
    font-weight: 1000;
    letter-spacing: .04em;
    text-transform: uppercase;
    text-shadow: 0 2px 0 rgba(37, 6, 74, .28);
  }

  .spidwheelScene {
    width: min(100%, 560px);
    aspect-ratio: 1;
    position: relative;
    flex: 0 0 auto;
  }

  .sceneSplash,
  .sceneSplash::before,
  .sceneSplash::after {
    position: absolute;
    content: "";
    border-radius: 55% 45% 52% 48% / 42% 58% 42% 58%;
    pointer-events: none;
  }

  .sceneSplash {
    inset: 10px;
    z-index: 0;
    background: radial-gradient(circle at 40% 35%, rgba(255, 255, 255, .10), transparent 32%);
  }

  .sceneSplash::before {
    width: 170px;
    height: 130px;
    left: -28px;
    top: 34px;
    background: linear-gradient(180deg, rgba(255, 83, 204, .48), rgba(255, 83, 204, .14));
    transform: rotate(-18deg);
  }

  .sceneSplash::after {
    width: 150px;
    height: 120px;
    right: -24px;
    bottom: 44px;
    background: linear-gradient(180deg, rgba(101, 227, 255, .48), rgba(101, 227, 255, .14));
    transform: rotate(18deg);
  }

  .wheelShadow {
    position: absolute;
    inset: 60px 34px 22px;
    border-radius: 50%;
    background: radial-gradient(circle, rgba(8, 0, 28, .36), rgba(8, 0, 28, .12) 50%, transparent 72%);
    transform: translateY(34px) scale(1.03, .82);
    z-index: 0;
  }

  .wheelThickness {
    position: absolute;
    inset: 6px;
    border-radius: 50%;
    background: linear-gradient(180deg, #411070 0%, #250647 60%, #130129 100%);
    transform: translateY(12px);
    box-shadow: 0 22px 36px rgba(0, 0, 0, .28);
    z-index: 1;
  }

  .wheelRingDepth {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 2;
    background: linear-gradient(180deg, #c97800 0%, #944f00 54%, #6f3600 100%);
    transform: translateY(13px);
    box-shadow: 0 16px 24px rgba(0, 0, 0, .22);
  }

  .wheelRing {
    position: absolute;
    inset: 0;
    border-radius: 50%;
    z-index: 3;
    background:
      radial-gradient(circle at 28% 18%, rgba(255, 255, 255, .42), transparent 23%),
      radial-gradient(circle at 74% 72%, rgba(255, 255, 255, .10), transparent 26%),
      linear-gradient(180deg, #ffe86f 0%, #ffd94b 16%, #ffca31 34%, #ffbd20 56%, #f4a321 76%, #d77a00 100%);
    border: 4px solid rgba(255, 255, 255, .32);
    box-shadow:
      inset 0 3px 3px rgba(255, 255, 255, .34),
      inset 0 -10px 12px rgba(122, 58, 0, .22),
      inset 0 0 0 6px rgba(255, 255, 255, .10),
      0 8px 0 #c88600,
      0 15px 0 rgba(91, 57, 0, .30),
      0 24px 32px rgba(0, 0, 0, .22);
    animation: ringPulse 3.8s ease-in-out infinite;
  }

  .wheelRing::before,
  .wheelRing::after {
    content: "";
    position: absolute;
    border-radius: 50%;
    pointer-events: none;
  }

  .wheelRing::before {
    inset: 8px;
    background:
      radial-gradient(circle at 30% 22%, rgba(255, 255, 255, .26), transparent 22%),
      linear-gradient(180deg, #fff0a4 0%, rgba(255, 240, 164, .36) 12%, rgba(255, 255, 255, 0) 14%),
      repeating-conic-gradient(from -4deg, rgba(255, 255, 255, .18) 0 10deg, rgba(255, 255, 255, 0) 10deg 20deg);
    box-shadow:
      inset 0 0 0 10px rgba(255, 255, 255, .14),
      inset 0 -8px 14px rgba(112, 56, 0, .14);
    opacity: .95;
  }

  .wheelRing::after {
    inset: 8px;
    border: 4px dashed rgba(255, 248, 200, .52);
    opacity: .72;
    mix-blend-mode: screen;
  }

  .ringStarLayer {
    position: absolute;
    inset: 0;
    z-index: 4;
    pointer-events: none;
  }

  .ringStar {
    position: absolute;
    left: var(--x);
    top: var(--y);
    transform: translate(-50%, -50%) rotate(var(--rot));
    width: var(--size);
    height: var(--size);
    background: var(--bg);
    clip-path: polygon(50% 0%, 61% 35%, 100% 50%, 61% 65%, 50% 100%, 39% 65%, 0% 50%, 39% 35%);
    filter: drop-shadow(0 4px 0 rgba(65, 16, 112, .22)) drop-shadow(0 8px 10px rgba(0, 0, 0, .16));
    animation: twinkle var(--dur) ease-in-out infinite;
    animation-delay: var(--delay);
  }

  .wheelFace {
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    z-index: 5;
    overflow: hidden;
    background: #35106f;
    box-shadow: inset 0 0 0 2px rgba(255, 255, 255, .08);
    transition: transform 5.8s cubic-bezier(.12, .74, .13, 1);
    will-change: transform;
    transform-origin: 50% 50%;
    backface-visibility: hidden;
  }

  .wheelFace::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 50%;
    pointer-events: none;
    z-index: 20;
    background: radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .10), transparent 14%);
    opacity: .36;
  }

  .wheelSvg {
    display: block;
    width: 100%;
    height: 100%;
    shape-rendering: geometricPrecision;
    text-rendering: optimizeLegibility;
  }

  .segmentText {
    font-size: 12.2px;
    font-weight: 1000;
    text-anchor: middle;
    fill: #ffffff;
    letter-spacing: 0;
    paint-order: stroke;
    stroke: rgba(46, 9, 102, .88);
    stroke-width: 1.15px;
    stroke-linejoin: round;
    pointer-events: none;
  }

  .segmentText tspan {
    dominant-baseline: middle;
  }

  .segmentTextSmall {
    font-size: 7.1px;
    letter-spacing: .05em;
  }

  .segmentNote {
    font-size: 9px;
    font-weight: 1000;
    dominant-baseline: middle;
    text-anchor: middle;
    fill: #fff4b6;
    letter-spacing: .04em;
    paint-order: stroke;
    stroke: rgba(46, 9, 102, .84);
    stroke-width: .9px;
    pointer-events: none;
  }

  .segmentBadge {
    fill: rgba(255, 255, 255, .32);
    stroke: rgba(255, 255, 255, .66);
    stroke-width: 1.3;
  }

  .segmentIcon {
    font-size: 27px;
    dominant-baseline: middle;
    text-anchor: middle;
    pointer-events: none;
    user-select: none;
  }

  .segmentRewardImage {
    pointer-events: none;
  }

  .wheelPointer {
    position: absolute;
    left: 50%;
    top: -10px;
    transform: translateX(-50%);
    z-index: 33;
    display: flex;
    flex-direction: column;
    align-items: center;
    pointer-events: none;
    filter: drop-shadow(0 9px 11px rgba(0, 0, 0, .28));
  }

  .pointerTop {
    width: 58px;
    height: 58px;
    border-radius: 18px;
    position: relative;
    display: grid;
    place-items: center;
    background:
      radial-gradient(circle at 28% 20%, rgba(255, 255, 255, .96), transparent 22%),
      linear-gradient(180deg, #fff2a9 0%, #ffd44b 32%, #ffbd20 72%, #ef9a00 100%);
    border: 4px solid rgba(255, 255, 255, .42);
    box-shadow:
      0 7px 0 #c88600,
      0 14px 22px rgba(0, 0, 0, .20),
      inset 0 2px 0 rgba(255, 255, 255, .56),
      inset 0 -10px 12px rgba(122, 58, 0, .18);
  }

  .pointerTop::before {
    content: "✦";
    width: 33px;
    height: 33px;
    display: grid;
    place-items: center;
    border-radius: 11px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .34), rgba(255, 255, 255, .10));
    border: 1px solid rgba(255, 255, 255, .38);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .44), 0 4px 10px rgba(0, 0, 0, .14);
    font-size: 21px;
    color: #6a3a00;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .32);
  }

  .pointerTop::after {
    content: "";
    position: absolute;
    inset: 6px;
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, .18);
    opacity: .68;
  }

  .pointerTip {
    position: relative;
    width: 26px;
    height: 42px;
    margin-top: -1px;
    background: linear-gradient(180deg, #ffe984 0%, #ffc52a 58%, #ec9300 100%);
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    filter: drop-shadow(0 5px 0 #c88600) drop-shadow(0 10px 12px rgba(0, 0, 0, .18));
  }

  .pointerTip::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 3px;
    transform: translateX(-50%);
    width: 12px;
    height: 15px;
    clip-path: polygon(50% 100%, 0 0, 100% 0);
    background: linear-gradient(180deg, rgba(255, 255, 255, .88), rgba(255, 255, 255, 0));
    opacity: .62;
  }

  .wheelCenterDepth {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-50%, -50%) translateY(8px);
    background: linear-gradient(180deg, #122f91, #21075f);
    z-index: 10;
  }

  .wheelCenter {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 100px;
    height: 100px;
    border-radius: 50%;
    transform: translate(-50%, -50%);
    z-index: 11;
    display: grid;
    place-items: center;
    background:
      radial-gradient(circle at 30% 18%, rgba(255, 255, 255, .88) 0 9%, rgba(255, 255, 255, .18) 10% 20%, transparent 21%),
      linear-gradient(180deg, #80f8ff 0%, #2ea9ff 36%, #2d5dfd 68%, #6a28ef 100%);
    border: 6px solid rgba(255, 255, 255, .32);
    box-shadow:
      inset 0 6px 8px rgba(255, 255, 255, .24),
      inset 0 -10px 12px rgba(31, 5, 92, .24),
      0 8px 0 rgba(28, 9, 103, .48),
      0 14px 20px rgba(0, 0, 0, .22),
      0 0 18px rgba(101, 227, 255, .24);
  }

  .wheelCenter::before {
    content: "";
    position: absolute;
    inset: 10px;
    border-radius: 50%;
    border: 3px dashed rgba(255, 255, 255, .30);
    opacity: .78;
  }

  .spinButton {
    position: relative;
    z-index: 2;
    width: 72px;
    height: 72px;
    border: 0;
    border-radius: 50%;
    display: grid;
    place-items: center;
    cursor: pointer;
    background:
      radial-gradient(circle at 32% 20%, rgba(255, 255, 255, .88) 0 8%, rgba(255, 255, 255, .26) 9% 17%, transparent 18%),
      linear-gradient(180deg, #7cf7ff 0%, #1d9eff 42%, #2e63ff 72%, #5c23e8 100%);
    color: #ffffff;
    font-size: 18px;
    font-weight: 1000;
    letter-spacing: .08em;
    text-shadow: 0 2px 0 rgba(32, 6, 87, .44);
    box-shadow:
      inset 0 3px 0 rgba(255, 255, 255, .36),
      inset 0 -10px 12px rgba(23, 6, 83, .24),
      0 6px 0 #2f18b7,
      0 12px 0 rgba(32, 6, 87, .34),
      0 18px 24px rgba(0, 0, 0, .22),
      0 0 14px rgba(101, 227, 255, .22);
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
    animation: spinButtonGlow 2.35s ease-in-out infinite;
  }

  .spinButton::before {
    content: "";
    position: absolute;
    inset: 8px;
    border-radius: 50%;
    border: 2px solid rgba(255, 255, 255, .30);
    pointer-events: none;
  }

  .spinButton:hover {
    transform: translateY(-2px) scale(1.03);
    filter: saturate(1.08) brightness(1.03);
  }

  .spinButton:active {
    transform: translateY(3px) scale(.98);
    box-shadow:
      inset 0 4px 0 rgba(255, 255, 255, .38),
      inset 0 -9px 12px rgba(23, 6, 83, .28),
      0 4px 0 #3116b9,
      0 9px 0 rgba(32, 6, 87, .32),
      0 16px 20px rgba(0, 0, 0, .20);
  }

  .spinButton:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .92);
    outline-offset: 4px;
  }

  .spinButton[disabled] {
    cursor: not-allowed;
    filter: grayscale(.15);
    opacity: .86;
  }

  .spidwheelActionPanel {
    width: min(100%, 650px);
    position: relative;
    z-index: 6;
    margin-top: 12px;
    display: grid;
    gap: 10px;
    padding: 10px;
    border-radius: 30px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .13), rgba(255, 255, 255, .055));
    border: 2px solid rgba(255, 255, 255, .12);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .12), 0 9px 0 rgba(35, 6, 78, .32), 0 20px 30px rgba(0, 0, 0, .18);
    backdrop-filter: blur(10px);
  }

  .spidwheelActionRow {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
    align-items: stretch;
  }

  .spidwheelActionForm {
    min-width: 0;
  }

  .spidwheelActionButton {
    --btn-top: #fff6b8;
    --btn-mid: #ffd84f;
    --btn-bottom: #ffab17;
    --btn-shadow: #bf7600;
    --btn-deep: rgba(86, 38, 0, .48);
    --btn-glow: rgba(255, 216, 79, .22);
    width: 100%;
    min-height: 70px;
    border: 0;
    border-radius: 25px;
    padding: 13px 16px 18px;
    cursor: pointer;
    position: relative;
    isolation: isolate;
    overflow: hidden;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    color: #4a2200;
    font-size: 1rem;
    line-height: 1;
    font-weight: 1000;
    text-align: center;
    white-space: normal;
    letter-spacing: -.01em;
    background:
      radial-gradient(circle at 18% 10%, rgba(255, 255, 255, .82), transparent 19%),
      linear-gradient(180deg, var(--btn-top) 0%, var(--btn-mid) 45%, var(--btn-bottom) 100%);
    box-shadow:
      inset 0 4px 0 rgba(255, 255, 255, .46),
      inset 0 -12px 14px rgba(122, 58, 0, .18),
      0 8px 0 var(--btn-shadow),
      0 15px 0 var(--btn-deep),
      0 24px 30px rgba(0, 0, 0, .24),
      0 0 26px var(--btn-glow);
    text-shadow: 0 2px 0 rgba(255, 255, 255, .34);
    transform: translateY(0);
    transition: transform .15s ease, filter .15s ease, box-shadow .15s ease;
  }

  .spidwheelActionButton::before {
    content: "";
    position: absolute;
    inset: 5px 7px auto;
    height: 44%;
    border-radius: 21px 21px 13px 13px;
    background: linear-gradient(180deg, rgba(255, 255, 255, .48), rgba(255, 255, 255, 0));
    pointer-events: none;
    z-index: -1;
  }

  .spidwheelActionButton::after {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: inherit;
    border: 3px solid rgba(255, 255, 255, .40);
    box-shadow: inset 0 0 0 2px rgba(112, 48, 210, .12);
    pointer-events: none;
  }

  .spidwheelActionButton > * {
    position: relative;
    z-index: 1;
  }

  .spidwheelActionButton:not([disabled])::after {
    animation: actionButtonPulse 2.9s ease-in-out infinite;
  }

  .spidwheelActionButton:hover {
    transform: translateY(-4px) scale(1.015);
    filter: saturate(1.12) brightness(1.04);
    box-shadow:
      inset 0 4px 0 rgba(255, 255, 255, .48),
      inset 0 -12px 14px rgba(122, 58, 0, .18),
      0 11px 0 var(--btn-shadow),
      0 19px 0 var(--btn-deep),
      0 30px 36px rgba(0, 0, 0, .26),
      0 0 34px var(--btn-glow);
  }

  .spidwheelActionButton:active {
    transform: translateY(5px) scale(.99);
    animation: none;
    box-shadow:
      inset 0 4px 0 rgba(255, 255, 255, .35),
      inset 0 -7px 10px rgba(122, 58, 0, .20),
      0 3px 0 var(--btn-shadow),
      0 7px 0 var(--btn-deep),
      0 12px 18px rgba(0, 0, 0, .22);
  }

  .spidwheelActionButton:focus-visible {
    outline: 3px solid rgba(255, 255, 255, .92);
    outline-offset: 4px;
  }

  .spidwheelActionButton[disabled] {
    cursor: not-allowed;
    filter: grayscale(.18) saturate(.8);
    opacity: .78;
  }

  .spidwheelActionButton[disabled]::after {
    animation: none;
  }

  .spidwheelActionButton--watch {
    --btn-top: #e5c0ff;
    --btn-mid: #ae5bff;
    --btn-bottom: #7924ea;
    --btn-shadow: #5515b4;
    --btn-deep: rgba(45, 6, 109, .58);
    --btn-glow: rgba(190, 73, 255, .30);
    color: #fffdf7;
    text-shadow: 0 2px 0 rgba(40, 6, 89, .34);
    box-shadow:
      inset 0 4px 0 rgba(255, 255, 255, .34),
      inset 0 -12px 14px rgba(37, 6, 74, .24),
      0 8px 0 var(--btn-shadow),
      0 15px 0 var(--btn-deep),
      0 24px 30px rgba(0, 0, 0, .24),
      0 0 30px var(--btn-glow);
  }

  .spidwheelActionButton--buy {
    --btn-top: #caffff;
    --btn-mid: #58d8ff;
    --btn-bottom: #1398ff;
    --btn-shadow: #0d6fbd;
    --btn-deep: rgba(3, 53, 118, .46);
    --btn-glow: rgba(70, 190, 255, .22);
    color: #083258;
    text-shadow: 0 2px 0 rgba(255, 255, 255, .30);
    box-shadow:
      inset 0 4px 0 rgba(255, 255, 255, .38),
      inset 0 -12px 14px rgba(9, 72, 133, .18),
      0 8px 0 var(--btn-shadow),
      0 15px 0 var(--btn-deep),
      0 24px 30px rgba(0, 0, 0, .24),
      0 0 28px var(--btn-glow);
  }

  .spidwheelActionStatus {
    min-height: 42px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px 14px;
    border-radius: 19px;
    background: linear-gradient(180deg, rgba(19, 1, 41, .34), rgba(255, 255, 255, .06));
    border: 2px solid rgba(255, 255, 255, .11);
    color: rgba(255, 248, 221, .92);
    font-size: .8rem;
    line-height: 1.28;
    font-weight: 850;
    text-align: center;
  }

  .spidwheelActionIcon {
    flex: 0 0 auto;
    width: 42px;
    height: 42px;
    display: inline-grid;
    place-items: center;
    border-radius: 15px;
    background: rgba(255, 255, 255, .22);
    border: 2px solid rgba(255, 255, 255, .25);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .22), 0 5px 0 rgba(45, 6, 109, .20);
    filter: drop-shadow(0 2px 0 rgba(0, 0, 0, .14));
    font-size: 1rem;
    letter-spacing: -.04em;
  }

  .spidwheelActionText {
    min-width: 0;
    display: inline-grid;
    gap: 3px;
    align-items: center;
    justify-items: start;
    text-align: left;
  }

  .spidwheelActionLabel,
  .spidwheelActionHint {
    display: block;
    max-width: 100%;
    overflow-wrap: anywhere;
  }

  .spidwheelActionLabel {
    font-size: 1.08em;
    line-height: .96;
    letter-spacing: -.035em;
  }

  .spidwheelActionHint {
    font-size: .66em;
    line-height: 1;
    letter-spacing: .11em;
    text-transform: uppercase;
    opacity: .88;
  }

  .floatSpark {
    position: absolute;
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #fff8c5;
    box-shadow: 0 0 18px rgba(255, 232, 110, .8);
    opacity: .88;
    z-index: 1;
    animation: floatSpark 4s ease-in-out infinite;
  }

  .floatSpark.s1 { left: 11%; top: 19%; animation-delay: -.2s; }
  .floatSpark.s2 { right: 12%; top: 28%; background: #65e3ff; box-shadow: 0 0 18px rgba(101, 227, 255, .82); animation-delay: -1.1s; }
  .floatSpark.s3 { left: 18%; bottom: 18%; background: #ff53cc; box-shadow: 0 0 18px rgba(255, 83, 204, .82); animation-delay: -1.8s; }
  .floatSpark.s4 { right: 20%; bottom: 19%; animation-delay: -.7s; }
  .floatSpark.s5 { left: 50%; top: 10%; margin-left: -5px; background: #7cf08b; box-shadow: 0 0 18px rgba(124, 240, 139, .82); animation-delay: -2.2s; }

  @keyframes ringPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.01); }
  }

  @keyframes twinkle {
    0%, 100% { opacity: .95; transform: translate(-50%, -50%) rotate(var(--rot)) scale(1); }
    50% { opacity: .7; transform: translate(-50%, -50%) rotate(var(--rot)) scale(1.18); }
  }

  @keyframes pointerBounce {
    0%, 100% { transform: rotate(14deg) translateY(0); }
    50% { transform: rotate(14deg) translateY(-4px); }
  }

  @keyframes spinButtonGlow {
    0%, 100% { filter: drop-shadow(0 0 0 rgba(101, 227, 255, 0)); }
    50% { filter: drop-shadow(0 0 14px rgba(101, 227, 255, .44)); }
  }

  @keyframes ctaPulse {
    0%, 100% { transform: scale(1); }
    50% { transform: scale(1.04); }
  }

  @keyframes heroPrizeFloat {
    0%, 100% { transform: translateY(0) rotate(-2deg) scale(1); }
    50% { transform: translateY(-8px) rotate(2deg) scale(1.035); }
  }

  @keyframes actionButtonPulse {
    0%, 100% { box-shadow: inset 0 0 0 2px rgba(112, 48, 210, .12), 0 0 0 rgba(255, 255, 255, 0); }
    50% { box-shadow: inset 0 0 0 2px rgba(112, 48, 210, .12), 0 0 18px rgba(255, 255, 255, .24); }
  }

  @keyframes floatSpark {
    0%, 100% { transform: translateY(0) scale(1); }
    50% { transform: translateY(-15px) scale(1.26); }
  }

  @media (max-width: 860px) {
    .spidwheel3dShell {
      grid-template-columns: 1fr;
    }

    .spidwheelCard {
      min-height: 650px;
      padding: 54px 14px 44px;
    }

    .spidwheelScene {
      width: min(100%, 510px);
    }

    .wheelFace {
      inset: 10px;
    }
  }

  @media (max-width: 640px) {
    .spidwheelPageIntro {
      margin-bottom: 12px;
    }

    .spidwheel3dShell {
      margin-top: 12px;
      gap: 14px;
    }

    .spidwheelPageIntro h3 {
      max-width: 100%;
      font-size: 1.54rem;
      line-height: 1.08;
    }

    .spidwheelPageIntro p {
      max-width: 100%;
      font-size: .9rem;
      line-height: 1.42;
    }

    .spidwheelCard {
      min-height: 548px;
      padding: 50px 8px 38px;
      border-radius: 24px;
      gap: 12px;
    }

    .spidwheelSide {
      padding: 16px 14px;
    }

    .wheelCycleGrid {
      grid-template-columns: 1fr;
    }

    .cartoonBadge {
      font-size: 10px;
      padding: 7px 10px;
    }

    .spidwheelScene {
      width: min(100%, 400px);
    }

    .wheelFace {
      inset: 9px;
    }

    .wheelCenter,
    .wheelCenterDepth {
      width: 84px;
      height: 84px;
    }

    .spinButton {
      width: 62px;
      height: 62px;
      font-size: 14px;
    }

    .spidwheelActionPanel {
      width: min(100%, 370px);
      margin-top: 10px;
      gap: 8px;
    }

    .spidwheelActionRow {
      grid-template-columns: repeat(2, minmax(0, 1fr));
      gap: 10px;
    }

    .spidwheelActionButton {
      min-height: 54px;
      border-radius: 20px;
      padding: 11px 14px 13px;
      font-size: .88rem;
    }

    .spidwheelActionButton--watch {
      gap: 7px;
      padding-inline: 10px;
    }

    .spidwheelActionIcon {
      width: 30px;
      height: 30px;
      border-radius: 10px;
      font-size: .82rem;
    }

    .spidwheelActionLabel {
      font-size: .96em;
    }

    .spidwheelActionHint {
      font-size: .62em;
    }


    .segmentText {
      font-size: 10.7px;
      stroke-width: .95px;
    }

    .segmentTextSmall {
      font-size: 6.1px;
    }

    .segmentNote {
      font-size: 7.2px;
      stroke-width: .8px;
    }

    .segmentIcon {
      font-size: 23px;
    }

    .wheelPointer {
      top: -8px;
    }

    .pointerTop {
      width: 46px;
      height: 46px;
      border-radius: 15px;
    }

    .pointerTop::before {
      width: 26px;
      height: 26px;
      border-radius: 9px;
      font-size: 17px;
    }

    .pointerTip {
      width: 20px;
      height: 30px;
    }

    .pointerTip::before {
      width: 9px;
      height: 10px;
    }

  }

  @media (max-width: 760px) {
    .spidwheelPageIntro {
      grid-template-columns: minmax(0, 1fr) clamp(98px, 29vw, 132px) !important;
      min-height: 0;
      gap: 8px;
      margin-bottom: 10px;
      padding: 12px 10px 11px 15px;
      border-radius: 22px;
      border: 2px solid rgba(255, 255, 255, .38);
      background:
        radial-gradient(circle at 12% 13%, rgba(255, 255, 255, .46), transparent 24%),
        radial-gradient(circle at 76% 16%, rgba(255, 247, 166, .54), transparent 25%),
        radial-gradient(circle at 96% 88%, rgba(255, 92, 145, .30), transparent 30%),
        linear-gradient(135deg, #ffc94f 0%, #ff9635 48%, #ff5f85 100%);
      box-shadow:
        0 7px 0 rgba(178, 83, 0, .30),
        0 16px 24px rgba(153, 73, 0, .15),
        inset 0 1px 0 rgba(255, 255, 255, .46);
    }

    .spidwheelPageIntro::before {
      inset: -62% -24% auto;
      height: 150%;
      opacity: .26;
      background: repeating-linear-gradient(118deg, rgba(255, 255, 255, .16) 0 6px, transparent 6px 18px);
    }

    .spidwheelPageIntro::after {
      width: 210px;
      height: 210px;
      right: -92px;
      bottom: -118px;
      background: radial-gradient(circle, rgba(255, 249, 174, .58), rgba(255, 124, 74, .18) 52%, transparent 72%);
    }

    .spidwheelHeroContent {
      gap: 7px;
      align-self: center;
    }

    .spidwheelPageIntro .pill {
      padding: 6px 10px;
      border: 2px solid rgba(255, 255, 255, .28);
      background: rgba(255, 255, 255, .16);
      box-shadow: 0 4px 0 rgba(45, 6, 95, .24), inset 0 1px 0 rgba(255, 255, 255, .22);
      color: #fff8c8;
      font-size: .68rem;
      line-height: 1;
      text-shadow: 0 2px 0 rgba(37, 6, 74, .28);
    }

    .spidwheelPageIntro h3 {
      max-width: 12ch;
      color: #fff8dd;
      font-size: clamp(1.46rem, 6.2vw, 1.9rem);
      line-height: .92;
      letter-spacing: -.055em;
      text-shadow: 0 3px 0 rgba(55, 7, 98, .30), 0 9px 18px rgba(0, 0, 0, .16);
    }

    .spidwheelPageIntro p {
      max-width: 25ch;
      color: rgba(255, 248, 221, .92);
      font-size: .82rem;
      line-height: 1.16;
      font-weight: 900;
      text-shadow: 0 2px 0 rgba(37, 6, 74, .16);
    }

    .spidwheelHeroImg {
      width: clamp(96px, 29vw, 128px);
      max-height: 126px;
      justify-self: end;
      align-self: end;
      margin: 0 -4px -8px 0;
      filter: drop-shadow(0 9px 0 rgba(45, 6, 95, .20)) drop-shadow(0 16px 18px rgba(0, 0, 0, .20));
    }

    .spidwheelHeroStats {
      gap: 5px;
      flex-wrap: wrap;
    }

    .spidwheelHeroStat {
      min-height: 34px;
      gap: 1px;
      padding: 6px 8px 7px;
      border-radius: 12px;
      background: rgba(255, 255, 255, .14);
      border: 2px solid rgba(255, 255, 255, .18);
      box-shadow: 0 4px 0 rgba(45, 6, 95, .22), inset 0 1px 0 rgba(255, 255, 255, .18);
      backdrop-filter: blur(7px);
    }

    .spidwheelHeroStat strong {
      color: #ffe77f;
      font-size: .52rem;
      letter-spacing: .09em;
    }

    .spidwheelHeroStat span {
      color: #fff;
      font-size: .7rem;
      line-height: 1.05;
    }
  }

  @media (max-width: 420px) {
    .spidwheelPageIntro {
      grid-template-columns: minmax(0, 1fr) 92px !important;
      gap: 6px;
      padding: 10px 8px 10px 12px;
      border-radius: 20px;
    }

    .spidwheelPageIntro .pill {
      padding: 5px 8px;
      font-size: .62rem;
    }

    .spidwheelPageIntro h3 {
      max-width: 11ch;
      font-size: 1.36rem;
      line-height: .94;
    }

    .spidwheelPageIntro p {
      max-width: 24ch;
      font-size: .74rem;
      line-height: 1.14;
    }

    .spidwheelHeroImg {
      width: 96px;
      max-height: 106px;
      margin: 0 -7px -8px 0;
    }

    .spidwheelHeroStats {
      gap: 4px;
    }

    .spidwheelHeroStat {
      min-height: 32px;
      padding: 5px 6px 6px;
      border-radius: 11px;
    }

    .spidwheelHeroStat strong {
      font-size: .48rem;
    }

    .spidwheelHeroStat span {
      font-size: .64rem;
    }
  }

  @media (prefers-reduced-motion: reduce) {
    .spidwheelCard *,
    .spidwheelCard::before,
    .spidwheelCard::after {
      animation: none !important;
      transition: none !important;
    }
  }

/* Image hero SPIDWHEEL independante sur tablette/desktop : collee au bord droit,
   hauteur contenue dans le rectangle, sans modifier le rendu mobile. */
@media (min-width:761px){
  .page-wheel .spidwheelPageIntro{
    --spid-hero-right-gap:clamp(10px,1.2vw,20px);
    overflow:hidden;
    grid-template-columns:minmax(0,1fr);
    padding-right:calc(clamp(180px,25vw,310px) + var(--spid-hero-right-gap));
  }
  .page-wheel .spidwheelHeroContent{
    position:relative;
    z-index:3;
    max-width:min(100%,720px);
  }
  .page-wheel .spidwheelHeroImg{
    position:absolute;
    z-index:1;
    top:0;
    right:var(--spid-hero-right-gap);
    bottom:0;
    width:auto;
    height:100%;
    max-width:clamp(180px,25vw,310px);
    max-height:100%;
    margin:0;
    object-fit:contain;
    object-position:right center;
    justify-self:auto;
    align-self:auto;
    transform:none;
    animation:none;
    pointer-events:none;
  }
}

@media (min-width:1180px){
  .page-wheel .spidwheelPageIntro{
    padding-right:calc(clamp(230px,26vw,360px) + var(--spid-hero-right-gap));
  }
  .page-wheel .spidwheelHeroImg{
    max-width:clamp(230px,26vw,360px);
  }
}

/* Harmonisation finale mascotte hero SPIDWHEEL.
   Meme hauteur visuelle que WinPrize / Fan Pick / Reward / Mission sur tablette-desktop.
   Mobile conserve les regles existantes. */
@media (min-width:781px){
  .page-wheel .spidwheelPageIntro{
    --spid-hero-mascot-visible-height:clamp(138px,13vw,166px);
    --spid-hero-mascot-space:clamp(220px,25vw,325px);
    --spid-hero-right-gap:clamp(12px,1.4vw,24px);
    position:relative;
    overflow:hidden;
    grid-template-columns:minmax(0,1fr);
    padding-right:calc(var(--spid-hero-mascot-space) + var(--spid-hero-right-gap));
  }
  .page-wheel .spidwheelHeroContent{
    position:relative;
    z-index:3;
    max-width:min(100%,720px);
  }
  .page-wheel .spidwheelHeroImg{
    display:block!important;
    visibility:visible!important;
    opacity:1!important;
    position:absolute!important;
    z-index:1;
    top:50%;
    right:var(--spid-hero-right-gap);
    bottom:auto;
    width:auto;
    height:calc(var(--spid-hero-mascot-visible-height) * 1.56);
    max-width:calc(var(--spid-hero-mascot-space) + 8px);
    max-height:none;
    margin:0!important;
    object-fit:contain;
    object-position:right center;
    justify-self:auto;
    align-self:auto;
    transform:translateY(-50%)!important;
    animation:none!important;
    pointer-events:none;
  }
}

@media (min-width:1280px){
  .page-wheel .spidwheelPageIntro{
    --spid-hero-mascot-visible-height:170px;
    --spid-hero-mascot-space:clamp(248px,24vw,345px);
    --spid-hero-right-gap:clamp(14px,1.6vw,28px);
  }
}

/* Refonte compacte SPIDWHEEL : cycle masque, gains visibles et interface plus sobre. */
.page-wheel .spidwheelPageIntro {
  min-height: 132px;
  margin-bottom: 12px;
  grid-template-columns: minmax(0, 1fr);
  align-items: center;
  padding: 18px clamp(170px, 24vw, 280px) 18px clamp(18px, 3vw, 30px);
  border: 1px solid rgba(255, 255, 255, .28);
  border-radius: 24px;
  background:
    linear-gradient(120deg, rgba(255, 255, 255, .12), transparent 36%),
    linear-gradient(135deg, #ffb52f 0%, #ff8735 58%, #ef5679 100%);
  box-shadow: 0 10px 24px rgba(113, 45, 13, .18), inset 0 1px 0 rgba(255, 255, 255, .34);
}

.page-wheel .spidwheelPageIntro::before {
  inset: 0;
  height: auto;
  background: linear-gradient(90deg, rgba(255, 255, 255, .10), transparent 48%);
  opacity: 1;
  transform: none;
}

.page-wheel .spidwheelPageIntro::after {
  width: 220px;
  height: 220px;
  right: -86px;
  bottom: -138px;
  background: radial-gradient(circle, rgba(255, 244, 169, .34), transparent 68%);
}

.page-wheel .spidwheelHeroContent {
  max-width: 680px;
  gap: 14px;
}

.page-wheel .spidwheelHeroStatement {
  margin: 0;
  max-width: 46ch;
  color: #fffaf0;
  font-size: clamp(1rem, 1.2vw + .72rem, 1.28rem);
  line-height: 1.28;
  font-weight: 900;
  letter-spacing: -.018em;
  text-wrap: balance;
  text-shadow: 0 2px 0 rgba(94, 29, 44, .16);
}

.page-wheel .spidwheelHeroStats {
  gap: 8px;
}

.page-wheel .spidwheelHeroStat {
  min-width: 104px;
  min-height: 40px;
  grid-template-columns: auto auto;
  align-items: center;
  justify-content: start;
  gap: 7px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 255, 255, .24);
  border-radius: 13px;
  background: rgba(64, 17, 83, .16);
  box-shadow: none;
  backdrop-filter: blur(6px);
}

.page-wheel .spidwheelHeroStat strong {
  color: #fff1a6;
  font-size: .65rem;
  letter-spacing: .07em;
}

.page-wheel .spidwheelHeroStat span {
  font-size: .78rem;
}

.page-wheel .spidwheelHeroImg {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
  position: absolute !important;
  top: 50%;
  right: clamp(10px, 1.4vw, 22px);
  bottom: auto;
  width: auto;
  height: 154px;
  max-width: clamp(150px, 22vw, 255px);
  max-height: none;
  margin: 0 !important;
  object-fit: contain;
  object-position: right center;
  transform: translateY(-50%) !important;
  animation: none !important;
  filter: drop-shadow(0 12px 16px rgba(64, 21, 43, .20));
}

.page-wheel .spidwheel3dShell {
  margin-top: 14px;
  grid-template-columns: minmax(0, 1fr) minmax(286px, 332px);
  gap: 14px;
  align-items: stretch;
}

.page-wheel .spidwheelCard {
  min-height: 604px;
  justify-content: center;
  gap: 10px;
  padding: 20px 14px 24px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 28px;
  background:
    radial-gradient(circle at 78% 16%, rgba(100, 220, 255, .10), transparent 24%),
    linear-gradient(180deg, #7137c9 0%, #4c1a9d 100%);
  box-shadow: 0 12px 28px rgba(28, 6, 73, .24), inset 0 1px 0 rgba(255, 255, 255, .12);
}

.page-wheel .spidwheelCard::before {
  width: 190px;
  height: 190px;
  left: -72px;
  bottom: -100px;
  opacity: .55;
}

.page-wheel .spidwheelCard::after {
  width: 180px;
  height: 180px;
  right: -72px;
  top: -92px;
  opacity: .5;
}

.page-wheel .sceneSplash {
  opacity: .55;
}

.page-wheel .spidwheelScene {
  width: min(100%, 472px);
}

.page-wheel .spidwheelActionPanel {
  width: min(100%, 560px);
  margin-top: 2px;
  padding: 8px;
  gap: 8px;
  border: 1px solid rgba(255, 255, 255, .12);
  border-radius: 22px;
  background: rgba(38, 7, 89, .30);
  box-shadow: 0 8px 18px rgba(24, 4, 65, .18), inset 0 1px 0 rgba(255, 255, 255, .10);
}

.page-wheel .spidwheelActionButton {
  min-height: 60px;
  border-radius: 19px;
  padding: 11px 14px 15px;
}

.page-wheel .spidwheelActionStatus {
  min-height: 36px;
  padding: 8px 12px;
  border-width: 1px;
  border-radius: 14px;
  font-size: .76rem;
}

.page-wheel .spidwheelSide {
  min-height: 0;
  gap: 12px;
  padding: 16px;
  border: 1px solid rgba(255, 255, 255, .14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, .045), transparent 24%),
    #34106f;
  box-shadow: 0 12px 26px rgba(25, 5, 66, .22), inset 0 1px 0 rgba(255, 255, 255, .10);
}

.page-wheel .spidwheelSide::before {
  background: radial-gradient(circle at 92% 2%, rgba(255, 216, 79, .12), transparent 28%);
}

.page-wheel .spidwheelSideHeader {
  gap: 5px;
}

.page-wheel .spidwheelSideEyebrow {
  width: fit-content;
  color: #ffe47f;
  font-size: .62rem;
  line-height: 1;
  font-weight: 1000;
  letter-spacing: .09em;
  text-transform: uppercase;
}

.page-wheel .spidwheelSideHeader h4 {
  font-size: 1.28rem;
  line-height: 1;
  text-shadow: none;
}

.page-wheel .spidwheelSideHeader p {
  color: rgba(245, 237, 255, .74);
  font-size: .76rem;
  line-height: 1.35;
  font-weight: 750;
}

.page-wheel .wheelRewardGrid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
}

.page-wheel .wheelRewardCard {
  min-width: 0;
  min-height: 62px;
  display: grid;
  grid-template-columns: 36px minmax(0, 1fr);
  align-items: center;
  gap: 8px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .10);
  border-radius: 16px;
  background: rgba(255, 255, 255, .075);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .07);
}

.page-wheel .wheelRewardIcon {
  width: 36px;
  height: 36px;
  display: grid;
  place-items: center;
  overflow: hidden;
  border-radius: 12px;
  background: rgba(255, 255, 255, .10);
  font-size: 1.12rem;
}

.page-wheel .wheelRewardIcon img {
  width: 29px;
  height: 29px;
  object-fit: contain;
}

.page-wheel .wheelRewardText {
  min-width: 0;
  display: grid;
  gap: 3px;
}

.page-wheel .wheelRewardText strong {
  overflow: hidden;
  color: #fff;
  font-size: .78rem;
  line-height: 1.06;
  font-weight: 950;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.page-wheel .wheelRewardText small {
  overflow: hidden;
  color: rgba(240, 228, 255, .62);
  font-size: .58rem;
  line-height: 1;
  font-weight: 850;
  letter-spacing: .03em;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.page-wheel .spidwheelSideFooter {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  padding-top: 2px;
  color: rgba(242, 232, 255, .66);
  font-size: .66rem;
  line-height: 1.2;
  font-weight: 850;
}

.page-wheel .spidwheelSideFooter a {
  flex: 0 0 auto;
  color: #ffe47f;
  font-weight: 950;
  text-decoration: none;
}

.page-wheel .spidwheelSideFooter a:hover,
.page-wheel .spidwheelSideFooter a:focus-visible {
  text-decoration: underline;
  text-underline-offset: 3px;
}

@media (min-width: 1180px) {
  .page-wheel .spidwheelPageIntro {
    min-height: 138px;
    padding-right: clamp(215px, 23vw, 300px);
  }

  .page-wheel .spidwheelHeroImg {
    height: 164px;
    max-width: 280px;
  }
}

@media (max-width: 960px) {
  .page-wheel .spidwheel3dShell {
    grid-template-columns: minmax(0, 1fr) minmax(260px, 300px);
  }

  .page-wheel .spidwheelScene {
    width: min(100%, 430px);
  }

  .page-wheel .spidwheelCard {
    min-height: 560px;
  }

  .page-wheel .wheelRewardGrid {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 860px) {
  .page-wheel .spidwheel3dShell {
    grid-template-columns: 1fr;
  }

  .page-wheel .spidwheelCard {
    min-height: 0;
    padding-block: 18px 22px;
  }

  .page-wheel .spidwheelSide {
    min-height: 0;
  }

  .page-wheel .wheelRewardGrid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }

  .page-wheel .wheelRewardCard {
    grid-template-columns: 32px minmax(0, 1fr);
    min-height: 56px;
    padding: 8px;
  }

  .page-wheel .wheelRewardIcon {
    width: 32px;
    height: 32px;
    border-radius: 10px;
  }

  .page-wheel .wheelRewardIcon img {
    width: 26px;
    height: 26px;
  }
}

@media (max-width: 760px) {
  .page-wheel .spidwheelPageIntro {
    min-height: 112px;
    grid-template-columns: minmax(0, 1fr) 100px !important;
    gap: 8px;
    padding: 13px 8px 13px 14px;
    border-radius: 20px;
  }

  .page-wheel .spidwheelPageIntro::before {
    inset: 0;
    height: auto;
  }

  .page-wheel .spidwheelPageIntro::after {
    width: 160px;
    height: 160px;
    right: -70px;
    bottom: -94px;
  }

  .page-wheel .spidwheelHeroContent {
    gap: 9px;
  }

  .page-wheel .spidwheelHeroStatement {
    max-width: 27ch;
    font-size: clamp(.78rem, 3.4vw, .92rem);
    line-height: 1.2;
  }

  .page-wheel .spidwheelHeroStats {
    gap: 5px;
  }

  .page-wheel .spidwheelHeroStat {
    min-width: 0;
    min-height: 32px;
    grid-template-columns: 1fr;
    gap: 1px;
    padding: 5px 8px;
    border-radius: 10px;
  }

  .page-wheel .spidwheelHeroStat strong {
    font-size: .48rem;
  }

  .page-wheel .spidwheelHeroStat span {
    font-size: .64rem;
  }

  .page-wheel .spidwheelHeroImg {
    position: relative !important;
    top: auto;
    right: auto;
    width: 100px;
    height: 104px;
    max-width: 100px;
    max-height: 104px;
    justify-self: end;
    align-self: end;
    transform: none !important;
    filter: drop-shadow(0 8px 12px rgba(64, 21, 43, .18));
  }

  .page-wheel .spidwheel3dShell {
    margin-top: 10px;
    gap: 12px;
  }

  .page-wheel .spidwheelCard {
    border-radius: 22px;
    padding: 14px 8px 18px;
  }

  .page-wheel .spidwheelScene {
    width: min(100%, 390px);
  }

  .page-wheel .spidwheelSide {
    padding: 14px;
    border-radius: 20px;
  }

  .page-wheel .wheelRewardGrid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 420px) {
  .page-wheel .spidwheelPageIntro {
    grid-template-columns: minmax(0, 1fr) 84px !important;
    min-height: 106px;
    padding: 11px 7px 11px 12px;
  }

  .page-wheel .spidwheelHeroStatement {
    max-width: 25ch;
    font-size: .74rem;
  }

  .page-wheel .spidwheelHeroImg {
    width: 86px;
    height: 92px;
    max-width: 86px;
    max-height: 92px;
  }

  .page-wheel .wheelRewardCard {
    grid-template-columns: 29px minmax(0, 1fr);
    min-height: 52px;
    gap: 6px;
    padding: 7px;
  }

  .page-wheel .wheelRewardIcon {
    width: 29px;
    height: 29px;
  }

  .page-wheel .wheelRewardIcon img {
    width: 24px;
    height: 24px;
  }

  .page-wheel .wheelRewardText strong {
    font-size: .72rem;
  }

  .page-wheel .wheelRewardText small {
    font-size: .52rem;
  }
}
