.neon-rush {
    --cyan: #20e6ff;
    --pink: #ff2ec4;
    --gold: #ffd24c;
    --ink: #050716;
    --panel: #0c1027;
    position: relative;
    width: min(100%, 1500px);
    min-height: 820px;
    margin: 0 auto;
    overflow: hidden;
    border: 1px solid rgba(73, 223, 255, .24);
    border-radius: 28px;
    color: #f8fbff;
    background:
        radial-gradient(circle at 78% 5%, rgba(255, 46, 196, .2), transparent 26rem),
        radial-gradient(circle at 10% 48%, rgba(32, 230, 255, .14), transparent 30rem),
        #050716;
    box-shadow: 0 40px 120px rgba(0, 0, 0, .55);
    font-family: Inter, ui-sans-serif, system-ui, sans-serif;
    isolation: isolate;
}
.neon-rush::before {
    position: absolute;
    inset: 0;
    z-index: -1;
    content: "";
    opacity: .24;
    background-image:
        linear-gradient(rgba(73, 223, 255, .12) 1px, transparent 1px),
        linear-gradient(90deg, rgba(73, 223, 255, .12) 1px, transparent 1px);
    background-size: 54px 54px;
    mask-image: linear-gradient(to bottom, #000, transparent 72%);
}
.neon-rush button { font: inherit; }
.neon-rush__header {
    position: relative;
    z-index: 20;
    display: grid;
    grid-template-columns: 44px 1fr auto;
    align-items: center;
    gap: .8rem;
    min-height: 76px;
    padding: .8rem clamp(1rem, 3vw, 2rem);
    border-bottom: 1px solid rgba(255, 255, 255, .09);
    background: rgba(5, 7, 22, .76);
    backdrop-filter: blur(18px);
}
.neon-rush__back,
.neon-rush__sound {
    display: inline-grid;
    place-items: center;
    min-height: 42px;
    border: 1px solid rgba(255, 255, 255, .15);
    border-radius: 12px;
    color: #dfe9ff;
    background: rgba(255, 255, 255, .055);
    text-decoration: none;
}
.neon-rush__back { width: 42px; font-size: 1.25rem; }
.neon-rush__back:hover,
.neon-rush__sound:hover { border-color: var(--cyan); color: #fff; }
.neon-rush__brand { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.neon-rush__brand strong {
    display: block;
    font-size: clamp(1rem, 2vw, 1.35rem);
    font-weight: 950;
    letter-spacing: -.04em;
    line-height: 1;
}
.neon-rush__brand strong em { color: var(--pink); font-style: italic; }
.neon-rush__brand small {
    display: block;
    overflow: hidden;
    margin-top: .25rem;
    color: #8491b7;
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .06em;
    text-overflow: ellipsis;
    text-transform: uppercase;
    white-space: nowrap;
}
.neon-rush__flag {
    width: 36px;
    height: 29px;
    border-radius: 4px;
    background:
        conic-gradient(from 90deg, #fff 25%, #10172e 0 50%, #fff 0 75%, #10172e 0) 0 0 / 16px 16px;
    filter: drop-shadow(0 0 9px rgba(32, 230, 255, .55));
    transform: skewY(-7deg);
}
.neon-rush__sound {
    display: flex;
    gap: .45rem;
    padding: 0 .85rem;
    font-size: .75rem;
    font-weight: 800;
    cursor: pointer;
}
.neon-rush__sound span { color: var(--cyan); font-size: 1rem; }
.neon-rush__sound[aria-pressed="false"] { color: #7b86a5; }
.neon-rush__hero {
    display: grid;
    grid-template-columns: minmax(0, .78fr) minmax(580px, 1.22fr);
    gap: clamp(1.25rem, 4vw, 4rem);
    align-items: center;
    min-height: 744px;
    padding: clamp(1.25rem, 4vw, 4rem);
}
.neon-rush__hero-copy { padding: 1rem 0; }
.neon-rush__eyebrow {
    display: inline-flex;
    align-items: center;
    gap: .55rem;
    color: #aab7d7;
    font-size: .72rem;
    font-weight: 900;
    letter-spacing: .13em;
    text-transform: uppercase;
}
.neon-rush__eyebrow i,
.neon-rush__race-footer > span i {
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background: #ff305c;
    box-shadow: 0 0 14px #ff305c;
    animation: neon-rush-live 1s ease-in-out infinite alternate;
}
.neon-rush h1 {
    margin: 1rem 0 1.4rem;
    font-size: clamp(4rem, 7.5vw, 7.7rem);
    font-weight: 1000;
    letter-spacing: -.08em;
    line-height: .82;
    text-transform: uppercase;
}
.neon-rush h1 span {
    color: var(--cyan);
    font-style: italic;
    text-shadow: 0 0 32px rgba(32, 230, 255, .35);
}
.neon-rush__hero-copy > p {
    max-width: 560px;
    margin: 0;
    color: #a9b3ce;
    font-size: clamp(1rem, 1.5vw, 1.2rem);
    line-height: 1.6;
}
.neon-rush__rules { display: flex; gap: .75rem; margin-top: 2rem; }
.neon-rush__rules span {
    display: grid;
    min-width: 96px;
    padding: .7rem .8rem;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    color: #7784a7;
    background: rgba(255, 255, 255, .035);
    font-size: .62rem;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}
.neon-rush__rules strong { color: #fff; font-size: 1.45rem; line-height: 1; }
.neon-rush__control-card {
    padding: clamp(1rem, 2.5vw, 1.8rem);
    border: 1px solid rgba(255, 255, 255, .13);
    border-radius: 24px;
    background: linear-gradient(145deg, rgba(18, 24, 58, .96), rgba(7, 10, 27, .98));
    box-shadow: 0 28px 70px rgba(0, 0, 0, .45), inset 0 1px rgba(255, 255, 255, .05);
}
.neon-rush__step-heading { display: flex; align-items: center; gap: .75rem; margin-bottom: .85rem; }
.neon-rush__step-heading--cars { margin-top: 1.35rem; }
.neon-rush__step-heading > span {
    display: grid;
    place-items: center;
    width: 38px;
    height: 38px;
    border: 1px solid rgba(32, 230, 255, .4);
    border-radius: 10px;
    color: var(--cyan);
    background: rgba(32, 230, 255, .08);
    font-size: .72rem;
    font-weight: 950;
}
.neon-rush__step-heading small { display: block; color: #7683a5; font-size: .62rem; font-weight: 800; letter-spacing: .08em; text-transform: uppercase; }
.neon-rush__step-heading h2 { margin: .12rem 0 0; font-size: 1.15rem; font-weight: 900; }
.neon-rush__buy-ins { display: grid; grid-template-columns: repeat(4, 1fr); gap: .65rem; }
.neon-rush__buy-ins button {
    position: relative;
    display: grid;
    grid-template-columns: 20px auto;
    grid-template-rows: auto auto;
    justify-content: center;
    align-items: center;
    gap: 0 .45rem;
    min-height: 78px;
    border: 1px solid rgba(255, 255, 255, .12);
    border-radius: 14px;
    color: #fff;
    background: rgba(255, 255, 255, .035);
    cursor: pointer;
    transition: .18s ease;
}
.neon-rush__buy-ins button:hover,
.neon-rush__buy-ins button.is-selected {
    border-color: var(--cyan);
    background: rgba(32, 230, 255, .11);
    box-shadow: 0 0 22px rgba(32, 230, 255, .12);
    transform: translateY(-2px);
}
.neon-rush__buy-ins button i,
.neon-rush__payout strong i {
    width: 18px;
    height: 18px;
    background: linear-gradient(135deg, #e9feff, #31dfff 44%, #0085e7);
    clip-path: polygon(50% 0, 95% 38%, 72% 100%, 28% 100%, 5% 38%);
    filter: drop-shadow(0 0 7px rgba(32, 230, 255, .6));
}
.neon-rush__buy-ins button strong { font-size: 1.35rem; font-weight: 950; line-height: 1; }
.neon-rush__buy-ins button span { grid-column: 1 / 3; color: #7e8aaa; font-size: .58rem; font-weight: 800; letter-spacing: .09em; text-transform: uppercase; }
.neon-rush__buy-ins button small {
    position: absolute;
    top: -7px;
    right: 8px;
    padding: .16rem .38rem;
    border-radius: 5px;
    color: #061420;
    background: var(--cyan);
    font-size: .52rem;
    font-weight: 950;
}
.neon-rush__car-grid { display: grid; grid-template-columns: repeat(5, 1fr); gap: .5rem; }
.neon-rush__car-card {
    position: relative;
    min-width: 0;
    padding: .45rem .25rem .4rem;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, .1);
    border-radius: 12px;
    color: #fff;
    background: rgba(255, 255, 255, .035);
    cursor: pointer;
    transition: .18s ease;
}
.neon-rush__car-card:hover,
.neon-rush__car-card.is-selected {
    border-color: var(--car-color);
    background: color-mix(in srgb, var(--car-color) 16%, transparent);
    box-shadow: 0 0 20px color-mix(in srgb, var(--car-color) 22%, transparent);
    transform: translateY(-2px);
}
.neon-rush__car-card svg { display: block; width: 100%; height: auto; filter: drop-shadow(0 6px 6px rgba(0,0,0,.4)); }
.neon-rush__car-card span { display: block; overflow: hidden; margin-top: -.15rem; font-size: .58rem; font-weight: 900; letter-spacing: .04em; text-overflow: ellipsis; text-transform: uppercase; white-space: nowrap; }
.neon-rush__lock,
.neon-rush__start,
.neon-rush__next {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    min-height: 58px;
    margin-top: 1rem;
    padding: 0 1.25rem;
    border: 0;
    border-radius: 14px;
    color: #03101a;
    background: linear-gradient(100deg, var(--cyan), #7ef4ff);
    box-shadow: 0 12px 35px rgba(32, 230, 255, .2);
    font-weight: 950;
    letter-spacing: .02em;
    cursor: pointer;
}
.neon-rush__lock:disabled { opacity: .28; filter: grayscale(1); cursor: not-allowed; }
.neon-rush__lock:not(:disabled):hover,
.neon-rush__start:hover,
.neon-rush__next:hover { filter: brightness(1.1); transform: translateY(-1px); }
.neon-rush__lock b,
.neon-rush__start b,
.neon-rush__next b { font-size: 1.3rem; }
.neon-rush__helper { min-height: 18px; margin: .6rem 0 0; color: #7f8ba8; font-size: .7rem; text-align: center; }
.neon-rush__locked {
    display: grid;
    place-items: center;
    min-height: 744px;
    padding: 1.5rem;
    text-align: center;
}
.neon-rush__locked-card {
    width: min(100%, 580px);
    padding: clamp(1.5rem, 5vw, 3rem);
    border: 1px solid rgba(32, 230, 255, .3);
    border-radius: 28px;
    background: radial-gradient(circle at 50% 23%, rgba(32, 230, 255, .15), transparent 16rem), rgba(10, 14, 36, .96);
    box-shadow: 0 30px 90px rgba(0,0,0,.55), 0 0 55px rgba(32, 230, 255, .08);
}
.neon-rush__locked-car,
.neon-rush__winner-car { width: min(100%, 410px); margin: 1.5rem auto .4rem; }
.neon-rush__locked-car svg,
.neon-rush__winner-car svg { width: 100%; height: auto; filter: drop-shadow(0 18px 24px rgba(0,0,0,.5)); }
.neon-rush__locked-card > p { margin: 0; color: #8491b2; font-size: .75rem; font-weight: 850; letter-spacing: .1em; text-transform: uppercase; }
.neon-rush__locked-card h2 { margin: .2rem 0 1.2rem; font-size: clamp(2rem, 6vw, 3.4rem); font-weight: 1000; letter-spacing: -.05em; }
.neon-rush__locked-prize { display: flex; align-items: center; justify-content: center; gap: 1.1rem; margin: 1rem 0; }
.neon-rush__locked-prize span { display: grid; gap: .2rem; color: #7684a6; font-size: .65rem; font-weight: 900; letter-spacing: .1em; }
.neon-rush__locked-prize strong { color: #fff; font-size: 1.25rem; letter-spacing: 0; }
.neon-rush__locked-prize i { width: 34px; height: 1px; background: rgba(255,255,255,.2); }
.neon-rush__start { min-height: 68px; font-size: 1.05rem; }
.neon-rush__change { margin-top: 1rem; border: 0; color: #8894b2; background: none; font-size: .76rem; font-weight: 800; cursor: pointer; }
.neon-rush__change:hover { color: #fff; }
.neon-rush__race { min-height: 744px; padding: clamp(.6rem, 1.4vw, 1.25rem); background: #050713; }
.neon-rush__race-topbar {
    display: grid;
    grid-template-columns: 1fr auto 1fr;
    align-items: center;
    min-height: 80px;
    padding: .65rem clamp(.7rem, 2vw, 1.5rem);
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 16px 16px 0 0;
    background: linear-gradient(90deg, rgba(32,230,255,.08), rgba(13,16,41,.98) 34% 66%, rgba(255,46,196,.08));
}
.neon-rush__pick-chip,
.neon-rush__prize-chip { display: grid; gap: .12rem; }
.neon-rush__prize-chip { justify-items: end; text-align: right; }
.neon-rush__pick-chip span,
.neon-rush__prize-chip span { color: #7986a6; font-size: .6rem; font-weight: 900; letter-spacing: .12em; text-transform: uppercase; }
.neon-rush__pick-chip strong,
.neon-rush__prize-chip strong { font-size: clamp(.9rem, 2.5vw, 1.3rem); font-weight: 950; }
.neon-rush__race-state { display: grid; justify-items: center; }
.neon-rush__race-state span { color: var(--cyan); font-size: .65rem; font-weight: 900; letter-spacing: .13em; text-transform: uppercase; }
.neon-rush__race-state strong {
    font-variant-numeric: tabular-nums;
    font-size: clamp(2rem, 5vw, 3.4rem);
    font-weight: 1000;
    letter-spacing: -.06em;
    line-height: .95;
}
.neon-rush__track {
    position: relative;
    min-height: 610px;
    overflow: hidden;
    border-right: 1px solid rgba(255,255,255,.1);
    border-left: 1px solid rgba(255,255,255,.1);
    background: #090c1b;
}
.neon-rush__track::after {
    position: absolute;
    inset: 0;
    z-index: 1;
    content: "";
    pointer-events: none;
    background: linear-gradient(90deg, rgba(3,5,16,.35), transparent 12% 80%, rgba(255,198,60,.1));
}
.neon-rush__track-art { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; opacity: .7; }
.neon-rush__lanes {
    position: absolute;
    z-index: 3;
    top: 17%;
    right: 5.8%;
    bottom: 15.4%;
    left: 5.2%;
    display: grid;
    grid-template-rows: repeat(10, 1fr);
}
.neon-rush__lane { position: relative; min-height: 0; border-bottom: 1px solid rgba(255,255,255,.06); }
.neon-rush__lane:last-child { border-bottom: 0; }
.neon-rush__lane-label {
    position: absolute;
    z-index: 5;
    top: 50%;
    left: 0;
    display: grid;
    place-items: center;
    width: 30px;
    height: 30px;
    border: 2px solid var(--lane-color);
    border-radius: 9px;
    color: #fff;
    background: color-mix(in srgb, var(--lane-color) 42%, #071020);
    box-shadow: 0 0 14px color-mix(in srgb, var(--lane-color) 45%, transparent);
    font-size: .72rem;
    font-weight: 1000;
    transform: translateY(-50%);
}
.neon-rush__racer {
    position: absolute;
    z-index: 4;
    top: 50%;
    left: 1.8%;
    width: clamp(64px, 9vw, 134px);
    transform: translate3d(0, -50%, 0);
    will-change: transform;
}
.neon-rush__racer svg { display: block; width: 100%; height: auto; filter: drop-shadow(-10px 8px 8px rgba(0,0,0,.55)); }
.neon-rush__racer::after {
    position: absolute;
    top: 39%;
    right: 76%;
    width: 45px;
    height: 12px;
    content: "";
    opacity: 0;
    background: linear-gradient(90deg, transparent, var(--lane-color));
    filter: blur(5px);
}
.neon-rush__racer.is-moving::after { opacity: .72; animation: neon-rush-flame .16s linear infinite alternate; }
.neon-rush__countdown {
    position: absolute;
    inset: 0;
    z-index: 10;
    display: grid;
    place-items: center;
    color: #fff;
    background: rgba(3, 5, 15, .54);
    backdrop-filter: blur(4px);
    font-size: clamp(8rem, 24vw, 19rem);
    font-weight: 1000;
    letter-spacing: -.08em;
    text-shadow: 0 0 55px var(--cyan);
}
.neon-rush__countdown[hidden] { display: none; }
.neon-rush__countdown.is-go { color: var(--cyan); font-size: clamp(5rem, 17vw, 13rem); font-style: italic; }
.neon-rush__race-footer {
    display: grid;
    grid-template-columns: auto 1fr auto;
    align-items: center;
    gap: 1rem;
    min-height: 48px;
    padding: .55rem 1rem;
    border: 1px solid rgba(255,255,255,.1);
    border-radius: 0 0 16px 16px;
    color: #8390ae;
    background: #0b0e21;
    font-size: .65rem;
}
.neon-rush__race-footer > span { display: flex; align-items: center; gap: .4rem; color: #ff829c; font-weight: 900; letter-spacing: .09em; }
.neon-rush__race-footer > strong { text-align: center; }
.neon-rush__race-footer button { border: 0; color: #8693b1; background: none; font-size: .65rem; cursor: pointer; }
.neon-rush__race-footer button:hover { color: #fff; }
.neon-rush__result {
    position: relative;
    display: grid;
    place-items: center;
    align-content: center;
    min-height: 744px;
    padding: 2rem 1.25rem;
    overflow: hidden;
    text-align: center;
    background:
        radial-gradient(circle at center 38%, rgba(32,230,255,.17), transparent 27rem),
        linear-gradient(145deg, #070a1d, #0b0820);
}
.neon-rush__result.is-loss { background: radial-gradient(circle at center 38%, rgba(255,46,196,.12), transparent 26rem), #08091a; }
.neon-rush__result-burst {
    position: absolute;
    inset: -35%;
    opacity: .27;
    background: repeating-conic-gradient(from 0deg, var(--cyan) 0 1deg, transparent 1deg 13deg);
    mask-image: radial-gradient(circle, transparent 0 20%, #000 42%, transparent 69%);
    animation: neon-rush-burst 14s linear infinite;
}
.neon-rush__winner-car { position: relative; z-index: 2; margin: -1rem auto -1.2rem; animation: neon-rush-winner-car .7s cubic-bezier(.2,.9,.25,1.2) both; }
.neon-rush__result-kicker { position: relative; z-index: 2; color: var(--cyan); font-size: .72rem; font-weight: 950; letter-spacing: .18em; text-transform: uppercase; }
.neon-rush__result h2 { position: relative; z-index: 2; margin: .25rem 0; font-size: clamp(3rem, 8vw, 6rem); font-weight: 1000; letter-spacing: -.07em; text-transform: uppercase; }
.neon-rush__result > p { position: relative; z-index: 2; margin: 0; color: #9ba7c4; font-size: 1rem; }
.neon-rush__payout {
    position: relative;
    z-index: 2;
    display: grid;
    min-width: min(100%, 360px);
    margin: 1.2rem 0 .2rem;
    padding: 1rem 2rem;
    border: 1px solid rgba(32,230,255,.45);
    border-radius: 18px;
    background: rgba(32,230,255,.08);
    box-shadow: 0 0 40px rgba(32,230,255,.09);
}
.neon-rush__payout > span { color: #8b9bbf; font-size: .62rem; font-weight: 950; letter-spacing: .13em; }
.neon-rush__payout strong { display: flex; align-items: center; justify-content: center; gap: .55rem; font-size: 2.6rem; font-weight: 1000; letter-spacing: -.05em; }
.neon-rush__payout small { color: #8390ae; }
.neon-rush__result.is-loss .neon-rush__payout { border-color: rgba(255,46,196,.35); background: rgba(255,46,196,.07); }
.neon-rush__result.is-loss .neon-rush__payout strong { font-size: 1.5rem; letter-spacing: 0; }
.neon-rush__next { position: relative; z-index: 2; width: min(100%, 360px); }
.neon-rush [hidden] { display: none !important; }
@keyframes neon-rush-live { to { opacity: .35; transform: scale(.8); } }
@keyframes neon-rush-flame { to { width: 64px; opacity: .35; } }
@keyframes neon-rush-burst { to { transform: rotate(360deg); } }
@keyframes neon-rush-winner-car { from { opacity: 0; transform: translateX(-45vw) scale(.6); } to { opacity: 1; transform: translateX(0) scale(1); } }
@media (max-width: 991.98px) {
    .neon-rush { border-radius: 20px; }
    .neon-rush__hero { grid-template-columns: 1fr; }
    .neon-rush__hero-copy { padding-bottom: 0; text-align: center; }
    .neon-rush__hero-copy > p { margin-inline: auto; }
    .neon-rush__rules { justify-content: center; }
    .neon-rush__control-card { width: min(100%, 680px); margin: 0 auto; }
    .neon-rush__track { min-height: 650px; }
}
@media (max-width: 575.98px) {
    .neon-rush { width: calc(100% + 1.5rem); margin-inline: -.75rem; border-radius: 0; border-inline: 0; }
    .neon-rush__header { grid-template-columns: 38px 1fr auto; min-height: 64px; padding: .6rem .7rem; }
    .neon-rush__back { width: 38px; min-height: 38px; }
    .neon-rush__flag { width: 29px; height: 24px; background-size: 13px 13px; }
    .neon-rush__brand { gap: .5rem; }
    .neon-rush__brand small { max-width: 138px; }
    .neon-rush__sound { min-height: 38px; padding: 0 .65rem; font-size: 0; }
    .neon-rush__sound span { font-size: 1rem; }
    .neon-rush__hero { min-height: 0; padding: 1.1rem .75rem 1.4rem; }
    .neon-rush h1 { margin: .8rem 0 1rem; font-size: clamp(3.4rem, 17vw, 5.1rem); }
    .neon-rush__hero-copy > p { font-size: .9rem; }
    .neon-rush__rules { gap: .4rem; margin-top: 1rem; }
    .neon-rush__rules span { min-width: 0; flex: 1; padding: .55rem; }
    .neon-rush__rules strong { font-size: 1.2rem; }
    .neon-rush__control-card { padding: .85rem; border-radius: 18px; }
    .neon-rush__buy-ins { gap: .4rem; }
    .neon-rush__buy-ins { grid-template-columns: repeat(2, 1fr); }
    .neon-rush__buy-ins button { min-height: 70px; padding-inline: .25rem; }
    .neon-rush__car-grid { grid-template-columns: repeat(5, minmax(0, 1fr)); gap: .32rem; }
    .neon-rush__car-card { padding: .32rem .12rem; border-radius: 9px; }
    .neon-rush__car-card span { font-size: .48rem; }
    .neon-rush__locked { min-height: calc(100svh - 88px); }
    .neon-rush__locked-card { padding: 1.25rem; border-radius: 20px; }
    .neon-rush__locked-car { margin-top: 1rem; }
    .neon-rush__race { min-height: calc(100svh - 64px); padding: .35rem; }
    .neon-rush__race-topbar { min-height: 66px; padding: .45rem .6rem; }
    .neon-rush__track { min-height: 590px; height: calc(100svh - 178px); }
    .neon-rush__track-art { opacity: .58; object-position: 50% 50%; }
    .neon-rush__lanes { top: 16%; right: 4%; bottom: 14.5%; left: 3%; }
    .neon-rush__lane-label { width: 22px; height: 22px; border-radius: 6px; font-size: .55rem; }
    .neon-rush__racer { left: 2%; width: clamp(57px, 19vw, 76px); }
    .neon-rush__race-footer { grid-template-columns: 1fr auto; min-height: 40px; padding: .4rem .6rem; }
    .neon-rush__race-footer > strong { display: none; }
    .neon-rush__result { min-height: calc(100svh - 64px); padding: 1.4rem .8rem; }
    .neon-rush__winner-car { width: min(100%, 340px); }
    .neon-rush__result h2 { font-size: clamp(2.8rem, 15vw, 4.6rem); }
}
@media (prefers-reduced-motion: reduce) {
    .neon-rush *,
    .neon-rush *::before,
    .neon-rush *::after { scroll-behavior: auto !important; animation-duration: .001ms !important; animation-iteration-count: 1 !important; }
}
