/* JA Meter live-draws — energetic redesign. Same palette (deep navy + cyan + amber + teal),
   more motion: floating aurora, a rotating glow ring on the wheel, gradient hero title,
   accent-lit panels, confetti on a win. Original layout/CSS. */

:root {
    --navy-900: #0b1030;
    --navy-800: #10131e;
    --navy-700: #131850;
    --navy-650: #161e4a;
    --ink: rgba(11, 16, 46, 0.55);
    --text: #eaf1ff;
    --muted: rgba(200, 214, 250, 0.60);
    --cyan: #6ee7ff;
    --amber: #ffbd80;
    --amber2: #ff9d6b;
    --teal: #7be9c4;
    --danger: #ff7a88;
    --line: rgba(110, 231, 255, 0.14);
}

* { box-sizing: border-box; }
html, body { margin: 0; max-width: 100%; overflow-x: hidden; }
body {
    font-family: 'DM Sans', system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
    color: var(--text);
    background: var(--navy-900);
    min-height: 100vh;
    -webkit-font-smoothing: antialiased;
}
h1, h2, h3, .jm-brand__text, .jm-chip__value, .jm-wheel__winner-value { font-family: 'Plus Jakarta Sans', 'DM Sans', sans-serif; }

/* ---- Animated background ---- */
.jm-bg { position: fixed; inset: 0; z-index: -2; background: radial-gradient(1200px 700px at 50% -15%, #141a4d 0%, var(--navy-900) 55%, #070a1f 100%); }
.jm-orb { position: fixed; border-radius: 50%; filter: blur(70px); opacity: .5; z-index: -1; will-change: transform; }
.jm-orb--cyan  { width: 46vw; height: 46vw; left: -12vw; top: -8vw;  background: radial-gradient(circle, rgba(110,231,255,.55), transparent 70%); animation: jm-float 22s ease-in-out infinite; }
.jm-orb--amber { width: 40vw; height: 40vw; right: -14vw; top: 6vw;  background: radial-gradient(circle, rgba(255,157,107,.42), transparent 70%); animation: jm-float 28s ease-in-out infinite reverse; }
.jm-orb--teal  { width: 42vw; height: 42vw; left: 20vw; bottom: -22vw; background: radial-gradient(circle, rgba(123,233,196,.36), transparent 70%); animation: jm-float 32s ease-in-out infinite; }
.jm-grid-lines { position: fixed; inset: 0; z-index: -1; opacity: .28;
    background-image: linear-gradient(rgba(110,231,255,.05) 1px, transparent 1px), linear-gradient(90deg, rgba(110,231,255,.05) 1px, transparent 1px);
    background-size: 48px 48px; mask-image: radial-gradient(70% 60% at 50% 30%, #000 40%, transparent 100%); }
@keyframes jm-float { 0%,100% { transform: translate(0,0) scale(1); } 33% { transform: translate(4vw,3vw) scale(1.08); } 66% { transform: translate(-3vw,2vw) scale(.95); } }

/* ---- Top bar ---- */
.jm-topbar { position: relative; display: flex; align-items: center; justify-content: space-between; gap: 1rem;
    padding: 1rem clamp(1rem, 4vw, 2.5rem); max-width: 1120px; margin: 0 auto; }
.jm-brand { display: flex; align-items: center; gap: .7rem; text-decoration: none; color: var(--text); }
.jm-brand img { height: 52px; width: auto; filter: drop-shadow(0 6px 16px rgba(0,0,0,.4)); }
.jm-brand__text { font-weight: 800; font-size: 1.05rem; letter-spacing: .01em; }
.jm-topbar__right { display: flex; align-items: center; gap: .6rem; }
@keyframes jm-pulse { 0%,100% { opacity: 1; box-shadow: 0 0 0 0 rgba(255,255,255,.7); } 50% { opacity: .5; box-shadow: 0 0 0 6px rgba(255,255,255,0); } }

/* The single live indicator. Connected → prominent red pulsing "LIVE"; otherwise muted. */
.jm-pill { display: inline-flex; align-items: center; gap: .5rem; padding: .4rem .85rem; border-radius: 999px;
    font-size: .78rem; font-weight: 600; border: 1px solid rgba(255,255,255,.12); }
.jm-pill--muted { color: var(--muted); background: rgba(255,255,255,.04); }
.jm-pill--on { color: #fff; font-weight: 800; letter-spacing: .16em; border-color: transparent;
    background: linear-gradient(135deg, #ff5d73, #ff9d6b); box-shadow: 0 8px 24px rgba(255,93,115,.35); }
.jm-pill--off { color: var(--muted); }
.jm-dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; }
.jm-pill--on .jm-dot { background: #fff; animation: jm-pulse 1.4s ease-in-out infinite; }

/* ---- Shell ---- */
.jm-shell { max-width: 1120px; margin: 0 auto; padding: .5rem clamp(1rem, 4vw, 2.5rem) 3rem; display: grid; gap: 1.5rem; }

/* ---- Hero / wheel ---- */
.jm-hero { position: relative; text-align: center; padding: 1.5rem 1rem 2rem;
    border-radius: 28px; border: 1px solid var(--line); overflow: hidden;
    background:
        radial-gradient(700px 380px at 50% 8%, rgba(110,231,255,.14), transparent 62%),
        linear-gradient(180deg, rgba(22,30,74,.72), rgba(11,16,46,.62));
    box-shadow: 0 30px 80px rgba(6,10,30,.55), inset 0 1px 0 rgba(255,255,255,.05);
    animation: jm-rise .6s ease both; }
.jm-hero__head { position: relative; }
.jm-eyebrow { display: inline-block; font-size: .68rem; font-weight: 700; letter-spacing: .3em; text-transform: uppercase;
    color: var(--cyan); opacity: .85; }
.jm-hero__title { margin: .3rem 0 1.2rem; font-size: clamp(1.7rem, 5.5vw, 3rem); font-weight: 800; letter-spacing: -.01em; line-height: 1.05; }
.jm-hero__title span { background: linear-gradient(100deg, var(--cyan), var(--teal) 40%, var(--amber)); -webkit-background-clip: text; background-clip: text; color: transparent;
    background-size: 200% auto; animation: jm-shimmer 5s linear infinite; }
@keyframes jm-shimmer { to { background-position: 200% center; } }

.jm-stage__chips { display: flex; flex-wrap: wrap; gap: .6rem; justify-content: center; margin-bottom: 1.4rem; }
.jm-chip { display: inline-flex; align-items: center; gap: .55rem; padding: .5rem 1.05rem; border-radius: 999px; min-height: 2.4rem;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.06); }
.jm-chip__label { font-size: .6rem; font-weight: 800; letter-spacing: .26em; text-transform: uppercase; }
.jm-chip__value { font-weight: 800; font-size: .95rem; }
.jm-chip--next  { background: linear-gradient(135deg, #0d453f, #146556); border: 1px solid rgba(123,233,196,.3); }
.jm-chip--next .jm-chip__label { color: rgba(171,243,220,.9); }
.jm-chip--next .jm-chip__value { color: #f2fffb; }
.jm-chip--sched { background: linear-gradient(135deg, #7a5c12, #b8860b); border: 1px solid rgba(255,215,0,.45); }
.jm-chip--sched .jm-chip__label { color: #ffe9a6; }
.jm-chip--sched .jm-chip__value { color: #fff8e6; }

.jm-wheel { display: flex; flex-direction: column; align-items: center; }
.jm-wheel__stage { position: relative; width: min(440px, 86vw); aspect-ratio: 1; display: grid; place-items: center; }
/* rotating conic glow ring behind the wheel */
.jm-wheel__ring { position: absolute; inset: -6%; border-radius: 50%; z-index: 0;
    background: conic-gradient(from 0deg, var(--cyan), var(--teal), var(--amber2), var(--cyan));
    filter: blur(14px); opacity: .55; animation: jm-spin 9s linear infinite; }
.jm-wheel__spotlight { position: absolute; inset: -20%; border-radius: 50%; z-index: 0;
    background: radial-gradient(circle at 50% 42%, rgba(110,231,255,.18), transparent 60%); }
@keyframes jm-spin { to { transform: rotate(360deg); } }
.jm-wheel__stage canvas#wheel { position: relative; z-index: 1; width: 100%; height: 100%;
    filter: drop-shadow(0 14px 40px rgba(0,0,0,.55)); grid-area: 1/1; }
.jm-confetti { position: absolute; inset: -20%; z-index: 4; pointer-events: none; width: 140%; height: 140%; }
.jm-wheel__pointer { position: absolute; top: -18px; left: 50%; transform: translateX(-50%); width: 40px; height: 52px; z-index: 3;
    filter: drop-shadow(0 12px 20px rgba(0,0,0,.45)); animation: jm-nudge 2.4s ease-in-out infinite; }
@keyframes jm-nudge { 0%,100% { transform: translateX(-50%) rotate(0); } 50% { transform: translateX(-50%) rotate(-4deg); } }

.jm-wheel__winner { position: absolute; inset: 15%; z-index: 5; border-radius: 50%; grid-area: 1/1;
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1rem;
    background: radial-gradient(circle at 50% 40%, rgba(11,16,46,.95), rgba(11,16,46,.82));
    box-shadow: 0 0 0 2px rgba(110,231,255,.35), inset 0 0 44px rgba(110,231,255,.1); }
.jm-wheel__winner[hidden] { display: none; }
.jm-wheel__winner-inner { position: relative; z-index: 2; display: flex; flex-direction: column; align-items: center; }
.jm-wheel__winner-label { font-size: .72rem; letter-spacing: .24em; text-transform: uppercase; color: var(--amber); font-weight: 800; }
.jm-wheel__winner-value { font-size: clamp(1.5rem, 8vw, 2.6rem); font-weight: 800; margin-top: .3rem; word-break: break-word;
    background: linear-gradient(120deg, #fff, var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.jm-wheel__winner-sub { font-size: .64rem; letter-spacing: .04em; color: var(--muted); margin-top: .4rem; max-width: 92%; }
.jm-wheel__winner-spark { position: absolute; inset: -8%; border-radius: 50%; border: 2px dashed rgba(255,189,128,.5); animation: jm-spin 12s linear infinite; }
@keyframes jm-pop { from { transform: scale(.55); opacity: 0; } to { transform: scale(1); opacity: 1; } }

/* "✓ Winner Locked" moment (end of Phase 2) — brief suspense before the celebration */
.jm-wheel__locked { display: none; align-items: center; gap: .4rem; font-family: 'Plus Jakarta Sans', sans-serif;
    font-weight: 800; font-size: .82rem; letter-spacing: .06em; color: #1b1200; padding: .42rem .9rem; border-radius: 999px;
    background: linear-gradient(135deg, #ffe9a6, #e0a63a); box-shadow: 0 8px 24px rgba(224,166,58,.45); }
.jm-wheel__winner.locked { animation: jm-pop .3s cubic-bezier(.2,.9,.3,1.5);
    box-shadow: 0 0 0 2px rgba(255,210,77,.55), inset 0 0 40px rgba(255,210,77,.12); }
.jm-wheel__winner.locked .jm-wheel__locked { display: inline-flex; }
.jm-wheel__winner.locked .jm-wheel__winner-label,
.jm-wheel__winner.locked .jm-wheel__winner-value,
.jm-wheel__winner.locked .jm-wheel__winner-sub { display: none; }

/* Winner reveal (Phase 3) — card pop 80→110→100, gold glow, shimmering value, light rays */
.jm-wheel__winner.revealed { animation: jm-glow-breathe 2.4s ease-in-out infinite; }
.jm-wheel__winner.revealed .jm-wheel__winner-inner { animation: jm-winner-in .65s cubic-bezier(.2,.9,.3,1.35) both; }
.jm-wheel__winner.revealed .jm-wheel__winner-label { color: #ffd24d; }
.jm-wheel__winner.revealed .jm-wheel__winner-value { background: linear-gradient(100deg, #fff 14%, #ffd24d 36%, #fff 54%, var(--cyan) 82%);
    background-size: 220% auto; -webkit-background-clip: text; background-clip: text; color: transparent; animation: jm-shimmer 2.2s linear infinite; }
@keyframes jm-winner-in { 0% { transform: scale(.8); opacity: 0; } 60% { transform: scale(1.1); opacity: 1; } 100% { transform: scale(1); } }
@keyframes jm-glow-breathe {
    0%,100% { box-shadow: 0 0 0 2px rgba(255,210,77,.5), 0 0 55px rgba(255,210,77,.32), inset 0 0 50px rgba(255,210,77,.12); }
    50%     { box-shadow: 0 0 0 3px rgba(255,210,77,.72), 0 0 95px rgba(255,210,77,.5), inset 0 0 68px rgba(255,210,77,.2); } }

/* Rotating light rays behind the winner */
.jm-wheel__rays { position: absolute; inset: -35%; z-index: 1; border-radius: 50%; opacity: 0; grid-area: 1/1;
    background: repeating-conic-gradient(from 0deg, rgba(255,210,77,.16) 0deg 5deg, transparent 5deg 16deg);
    -webkit-mask: radial-gradient(closest-side, #000 10%, transparent 78%); mask: radial-gradient(closest-side, #000 10%, transparent 78%);
    animation: jm-spin 16s linear infinite; transition: opacity .5s; }
.jm-wheel__winner.revealed .jm-wheel__rays { opacity: 1; }

/* Full-viewport celebration layer — screen-blended so it only ADDS light (never obscures) */
.jm-celebration { position: fixed; inset: 0; width: 100vw; height: 100vh; z-index: 40; pointer-events: none;
    mix-blend-mode: screen; opacity: 0; transition: opacity .3s; }
.jm-celebration.on { opacity: 1; }

/* Sound toggle */
.jm-sound { width: 2.1rem; height: 2.1rem; border-radius: 50%; cursor: pointer; font-size: .95rem; line-height: 1;
    background: rgba(255,255,255,.06); border: 1px solid rgba(255,255,255,.14); color: var(--text); transition: .15s; }
.jm-sound:hover { background: rgba(110,231,255,.16); border-color: rgba(110,231,255,.4); }
.jm-sound.on { background: rgba(123,233,196,.16); border-color: rgba(123,233,196,.45); }

/* Subtle camera shake on the largest explosions */
.jm-hero.shake { animation: jm-shake .32s cubic-bezier(.36,.07,.19,.97); }
@keyframes jm-shake { 10%,90% { transform: translate(-1px,0); } 20%,80% { transform: translate(2px,-1px); }
    30%,50%,70% { transform: translate(-3px,1px); } 40%,60% { transform: translate(3px,-1px); } }
@media (prefers-reduced-motion: reduce) { .jm-hero.shake { animation: none; } .jm-wheel__rays { animation: none; } }

/* ---- 1-minute pre-draw countdown (accurate to server clock, driven from app.js) ---- */
.jm-wheel__countdown { position: absolute; inset: 15%; z-index: 6; border-radius: 50%; grid-area: 1/1;
    display: flex; flex-direction: column; align-items: center; justify-content: center; text-align: center; padding: 1rem;
    background: radial-gradient(circle at 50% 40%, rgba(11,16,46,.95), rgba(11,16,46,.82));
    box-shadow: 0 0 0 2px rgba(110,231,255,.35), inset 0 0 44px rgba(110,231,255,.12);
    animation: jm-pop .4s cubic-bezier(.2,.9,.3,1.4); }
.jm-wheel__countdown[hidden] { display: none; }
.jm-countdown__label { font-size: .62rem; letter-spacing: .26em; text-transform: uppercase; color: var(--cyan); font-weight: 800; }
.jm-countdown__value { font-family: 'Plus Jakarta Sans', sans-serif; font-weight: 800; line-height: 1; margin: .15rem 0;
    font-size: clamp(2.4rem, 12vw, 3.8rem); font-variant-numeric: tabular-nums;
    background: linear-gradient(120deg, #fff, var(--cyan)); -webkit-background-clip: text; background-clip: text; color: transparent; }
.jm-countdown__value.tick { animation: jm-cd-tick .5s cubic-bezier(.2,.9,.3,1.4); }
@keyframes jm-cd-tick { 0% { transform: scale(1.3); } 100% { transform: scale(1); } }
.jm-countdown__hint { font-size: .68rem; color: var(--muted); letter-spacing: .04em; }
.jm-wheel__countdown.urgent { box-shadow: 0 0 0 2px rgba(255,122,136,.6), inset 0 0 52px rgba(255,122,136,.22);
    animation: jm-cd-pulse .9s ease-in-out infinite; }
.jm-wheel__countdown.urgent .jm-countdown__value { background: linear-gradient(120deg, #fff, var(--danger)); -webkit-background-clip: text; background-clip: text; }
.jm-wheel__countdown.urgent .jm-countdown__label { color: var(--danger); }
@keyframes jm-cd-pulse { 0%,100% { transform: scale(1); } 50% { transform: scale(1.045); } }

/* Depleting progress ring just outside the wheel (--cd-p 0..100, --cd-col set from app.js). */
.jm-countdown__ring { position: absolute; inset: -2%; z-index: 2; border-radius: 50%; grid-area: 1/1;
    background: conic-gradient(from -90deg, var(--cd-col, var(--cyan)) calc(var(--cd-p, 100) * 1%), rgba(255,255,255,.07) 0);
    -webkit-mask: radial-gradient(farthest-side, transparent calc(100% - 11px), #000 calc(100% - 10px));
    mask: radial-gradient(farthest-side, transparent calc(100% - 11px), #000 calc(100% - 10px));
    filter: drop-shadow(0 0 7px var(--cd-col, var(--cyan))); }
.jm-countdown__ring[hidden] { display: none; }

.jm-stage__status { margin-top: 1.3rem; font-size: 1.15rem; font-weight: 700; min-height: 1.4em; }

.jm-ticker { display: flex; align-items: center; gap: .7rem; max-width: 640px; margin: 1.2rem auto 0; padding: .55rem 1rem;
    border-radius: 14px; background: rgba(255,255,255,.03); border: 1px solid rgba(255,255,255,.06); overflow: hidden; }
.jm-ticker__dot { width: 8px; height: 8px; border-radius: 50%; background: var(--cyan); box-shadow: 0 0 10px var(--cyan); flex: none; animation: jm-pulse 1.6s ease-in-out infinite; }
.jm-ticker__list { list-style: none; margin: 0; padding: 0; font-size: .84rem; color: var(--muted); white-space: nowrap; overflow: hidden; text-overflow: ellipsis; flex: 1; text-align: left; }
.jm-ticker__list li { display: inline; }
.jm-ticker__list li + li::before { content: " · "; opacity: .5; }
.jm-ticker__list li:first-child { color: var(--text); }

/* ---- Data grid ---- */
/* min-width:0 on the grid + its items so the 460px min-width tables scroll INSIDE
   their card (overflow-x:auto) instead of forcing the whole document wider than the
   viewport — the default grid `min-width:auto` would otherwise blow out mobile width. */
.jm-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1.25rem; min-width: 0; }
.jm-panel { position: relative; min-width: 0; padding: 1.1rem clamp(1rem,3vw,1.4rem) 1.25rem; border-radius: 20px;
    background: linear-gradient(180deg, rgba(22,30,74,.5), rgba(11,16,46,.42)); border: 1px solid var(--line);
    box-shadow: 0 18px 48px rgba(6,10,30,.4); overflow: hidden; animation: jm-rise .6s ease both; }
.jm-panel::before { content: ""; position: absolute; left: 0; top: 0; bottom: 0; width: 3px; }
.jm-panel--accent-cyan::before  { background: linear-gradient(180deg, var(--cyan), transparent); }
.jm-panel--accent-amber::before { background: linear-gradient(180deg, var(--amber2), transparent); }
.jm-panel--accent-teal::before  { background: linear-gradient(180deg, var(--teal), transparent); }
.jm-panel--wide { grid-column: 1 / -1; }
.jm-panel:hover { border-color: rgba(110,231,255,.28); }
.jm-panel__head { display: flex; align-items: center; gap: .6rem; margin-bottom: .5rem; }
.jm-panel__head h2 { margin: 0; font-size: 1.02rem; font-weight: 800; display: flex; align-items: center; gap: .5rem; }
.jm-panel__dot { width: 8px; height: 8px; border-radius: 50%; background: currentColor; opacity: .5; }
.jm-panel--accent-cyan .jm-panel__dot { background: var(--cyan); opacity: 1; box-shadow: 0 0 8px var(--cyan); }
.jm-panel--accent-amber .jm-panel__dot { background: var(--amber2); opacity: 1; box-shadow: 0 0 8px var(--amber2); }
.jm-panel--accent-teal .jm-panel__dot { background: var(--teal); opacity: 1; box-shadow: 0 0 8px var(--teal); }
.jm-refresh { margin-left: auto; width: 2rem; height: 2rem; border-radius: 10px; cursor: pointer; transition: .15s;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.1); color: var(--cyan); font-size: 1rem; }
.jm-refresh:hover { background: rgba(110,231,255,.14); transform: rotate(90deg); }
/* Click feedback: spin while the fetch is in flight (the handler holds the class for >=500ms). */
.jm-refresh.is-refreshing { animation: jm-refresh-spin .6s linear infinite; pointer-events: none; }
@keyframes jm-refresh-spin { to { transform: rotate(360deg); } }
.jm-table-wrap { overflow-x: auto; }
.jm-table { width: 100%; border-collapse: collapse; font-size: .9rem; min-width: 460px; }
.jm-table th, .jm-table td { text-align: left; padding: .58rem .7rem; border-bottom: 1px solid rgba(255,255,255,.06); }
.jm-table th { color: var(--muted); font-weight: 700; font-size: .66rem; text-transform: uppercase; letter-spacing: .1em; }
.jm-table td:nth-child(4) { text-align: center; }
.jm-table tbody tr { transition: background .15s; }
.jm-table tbody tr:hover td { background: rgba(110,231,255,.05); }
.jm-empty { color: var(--muted); text-align: center; padding: 1.1rem; }

/* Table pagination (Running / Upcoming) */
.jm-pager { display: flex; align-items: center; justify-content: center; gap: .6rem; margin-top: .5rem; }
.jm-pager[hidden] { display: none; }
.jm-pager__btn { min-width: 2rem; height: 2rem; padding: 0 .55rem; border-radius: 9px; cursor: pointer; font-size: 1rem; line-height: 1;
    background: rgba(255,255,255,.05); border: 1px solid rgba(255,255,255,.12); color: var(--cyan); transition: .15s; }
.jm-pager__btn:hover:not(:disabled) { background: rgba(110,231,255,.16); border-color: rgba(110,231,255,.4); }
.jm-pager__btn:disabled { opacity: .35; cursor: default; }
.jm-pager__info { font-size: .72rem; font-weight: 700; color: var(--muted); letter-spacing: .04em; min-width: 4.5rem; text-align: center; }

.jm-footer { display: flex; align-items: center; justify-content: center; gap: .6rem; color: var(--muted); padding: 1.5rem; }
.jm-footer img { height: 22px; opacity: .6; }

@keyframes jm-rise { from { opacity: 0; transform: translateY(14px); } to { opacity: 1; transform: none; } }

@media (max-width: 720px) {
    .jm-grid { grid-template-columns: 1fr; }
    .jm-panel--wide { grid-column: auto; }
}
@media (max-width: 560px) {
    .jm-topbar { padding: .85rem 1rem; gap: .5rem; }
    .jm-brand__text { display: none; }
    .jm-brand img { height: 36px; }
    .jm-topbar__right { min-width: 0; }
    /* let the connection pill shrink + ellipsis instead of forcing the row wider than the screen */
    #conn { min-width: 0; max-width: 42vw; overflow: hidden; }
    #conn span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }
    .jm-hero { padding: 1.2rem .7rem 1.5rem; border-radius: 22px; }
    .jm-wheel__stage { width: min(440px, 82vw); }
    .jm-stage__status { font-size: 1rem; }
    /* tables: readable but compact; scroll inside the card if a row is still too wide */
    .jm-table { min-width: 380px; font-size: .8rem; }
    .jm-table th, .jm-table td { padding: .5rem .5rem; }
    .jm-table th { font-size: .6rem; }
    .jm-ticker__list { font-size: .78rem; }
}
@media (max-width: 380px) {
    .jm-table { min-width: 320px; font-size: .74rem; }
    .jm-wheel__stage { width: min(440px, 84vw); }
}
@media (prefers-reduced-motion: reduce) {
    .jm-orb, .jm-wheel__ring, .jm-wheel__pointer, .jm-hero__title span, .jm-wheel__winner-spark, .jm-live-badge i, .jm-ticker__dot, .jm-pill--on .jm-dot { animation: none !important; }
}
