.single__slot-container {
  max-width: 1440px;
  padding-top: 20px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;

  .slot__title-wrapper {
    position: relative;
    background: #081a1c;
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;

    .tc {
      position: absolute;
      bottom: 30px;
      left: 50%;
      transform: translateX(-50%);
    }

    .tc:hover {
      path {
        fill: #ffc92d;
      }
    }
  }
  .slot__title-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    margin-bottom: 40px;
  }

  .breadcrumbs,
  .breadcrumbs a {
    color: #b3baba;
  }

  .slot__body {
    flex: 0 0 66.66667%;
    max-width: 66.66667%;
  }

  .slot__title {
    color: #fff;
    font-size: 24px;
    font-weight: 700;
    line-height: 32px;
    margin-bottom: 0;
  }

  .slot__image {
    background: linear-gradient(180deg, #000000, #000000);
    border-radius: 16px;
    overflow: hidden;
    width: 100%;
    position: relative;
    height: 640px;
    background-color: #fff;

    iframe {
      width: 100%;
      height: 100%;
    }

    picture {
      img {
        width: 100%;
        object-fit: cover;
        opacity: 0.35;
        height: 100%;
      }
    }

    .slot__actions {
      position: absolute;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      text-align: center;
      display: flex;
      justify-content: center;
      align-items: center;
      flex-direction: column;
      gap: 8px;

      .btn {
        font-size: 16px;
        list-style: 24px;

        padding: 12px 24px;
      }
    }

    .gbpp {
      .cta {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 0.5rem;
        font-size: 24px;
        text-align: center;

        span {
          font-size: 16px;
        }
      }
    }
  }
}

@media (max-width: 1024px) {
  .single__slot-container {
    .slot__title-wrapper {
      background: transparent;
      padding: 0;
    }
    .slot__title-container {
      flex-direction: column;
      align-items: flex-start;
      gap: 8px;
    }

    .slot__body {
      max-width: 100%;
    }
    .slot__sidebar {
      max-width: 100%;
      padding: 0;
      margin-top: 1rem;
      flex-basis: 100%;
    }
  }
}

@media (max-width: 767px) {
  .single__slot-container {
    .slot__image {
      height: 300px;
    }
    .slot__actions {
      width: 100%;
      max-width: 300px;
    }
  }
}

@media (min-width: 375px) {
  .rating {
    width: auto;
  }
}

/* //////////// */

.single__slot_wrapper,
.single__slot-container {
  display: flex;
  width: 100%;
  margin: 0 auto !important;

  .slot__body {
    section:not(.slot__title-wrapper) {
      background-color: #eef7f8;
      padding: 2rem;
      border-radius: 4px;
      margin-bottom: 20px;
    }

    @media (max-width: 1024px) {
      max-width: 100%;
    }
  }

  .slot__cta {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    align-items: center;
  }

  .slot__title {
    font-size: 24px;
    line-height: 1.2;
    font-weight: 700;
    margin-bottom: 1rem;
  }

  .slot__sidebar {
    padding: 0 0 0 5rem;

    @media (max-width: 1024px) {
      max-width: 100%;
      padding: 0;
      margin-top: 1rem;
      flex-basis: 100%;
    }
  }
}

.relink-games__row {
  width: 100%;
}

.slots__swiper {
  .swiper__slot {
    height: 240px;

    background: linear-gradient(180deg, #092426, #0f3e42);
    border-radius: 4px;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;

    &:hover {
      .ma {
        visibility: visible;
        opacity: 1;
        transition: 0.3s opacity;
      }
    }

    .ma {
      position: absolute;
      top: 50%;
      left: 50%;
      font-size: 24px;
      transform: translate(-50%, -50%) rotate(15deg);
      color: #fff;
      border: 2px solid #fff;
      text-transform: uppercase;
      text-align: center;
      width: 140px;
      transition: 0.3s opacity;
      opacity: 0;
      visibility: hidden;
    }

    a {
      display: flex;
      width: 100%;
      flex-direction: column;
      align-items: center;
      padding: 1rem;
      border-radius: 4px;

      .image {
        width: 100%;
        height: 150px;
        border-radius: 4px;
        object-fit: cover;
      }

      .brand__image {
        display: block;
        text-align: center;
        margin-bottom: 16px;

        img {
          width: 100%;
          height: 16px;
          object-fit: contain;
        }

        .ic {
          height: 16px;
          display: block;
          text-align: center;
        }
      }
    }
  }
}

.breadcrumbs {
  @media (max-width: 1024px) {
    display: flex !important;
    gap: 0.25rem;
    flex-wrap: wrap;

    li {
      display: flex;
      align-items: center;
      gap: 0.25rem;
      white-space: nowrap;
      overflow-x: hidden;
      text-overflow: ellipsis;

      a {
        display: flex;
        background: linear-gradient(180deg, #092426, #0f3e42);
        color: #fff;
        padding: 5px;
      }
    }
  }

  a {
    color: #0c88b4;
  }
}

/* //////////// */

.demo-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-popup__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  /* background: rgba(0, 0, 0, 0.2); */
  background: rgba(0, 0, 0, 0.8);
  backdrop-filter: blur(5px);
  cursor: pointer;
  touch-action: none;
}

.demo-popup__content {
  position: relative;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10000;
  pointer-events: none;
}

.demo-popup__content .demo-popup__body,
.demo-popup__content .demo-popup__close {
  pointer-events: auto;
}

.demo-popup__close {
  position: absolute;
  top: 20px;
  right: 20px;
  width: 40px;
  height: 40px;
  background: rgba(255, 255, 255, 0.9);
  border: none;
  touch-action: manipulation;
  border-radius: 50%;
  font-size: 28px;
  line-height: 1;
  color: #333;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 10001;
  transition: all 0.3s ease;
  padding: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.2);
}

.demo-popup__close:hover {
  background: #fff;
  transform: scale(1.1);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.3);
}

.demo-popup__body {
  width: 100%;
  height: 100%;
  display: flex;
  box-sizing: border-box;
  position: relative;
  padding: 24px;
  gap: 20px;
  overflow-y: auto;
  justify-content: flex-start;
}

.demo-popup__sidebar {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  height: 100%;
}

.demo-popup__casinos {
  width: 100%;
  overflow-y: auto;
  border-radius: 8px;
  height: 100%;
  flex-grow: 1;

  background: #081a1c;
  padding: 20px 20px 10px;
  border-radius: 16px;
  text-align: center;
  height: 100%;

  scrollbar-width: thin;
  scrollbar-color: #098b72 #081a1c;

  h2 {
    margin-bottom: 1rem;
    color: #fff;
    font-size: 20px;
    line-height: 28px;
  }

  .cas-in-row {
    padding: 10px;
    flex-direction: column;
    gap: 2px;
    max-width: 390px;
    margin: 0 auto 24px;
    border-color: #098b72;

    .code,
    .advantages {
      display: none !important;
    }

    .cta {
      margin-top: 20px;
      flex-direction: row;
      .btn {
        margin: 0 !important;
        padding: 4px !important;
      }
      .btn-read-more {
        border: 1px solid #fff;
      }
      .btn-read-more span {
        display: none;
      }
    }

    .offer,
    .cta {
      width: 100%;
      max-width: calc(100% - 20px);
      max-width: 0 auto;
    }
  }

  .cas-in-row .logo-wr {
    flex-basis: unset;
    flex-direction: column;
  }

  .cas-in-row .offer .code {
    width: auto;
    padding: 6px 10px;
  }

  .cas-in-row .caption {
    align-items: center;
    display: flex;
    flex-direction: column;
  }

  .cas-in-row .caption .title {
    font-size: 24px;
  }

  .cas-in-row .caption .cas-rating {
    display: none;
  }

  .cas-in-row .offer {
    flex-basis: unset;
    max-width: 390px;
    padding: 0;
    gap: 0;
  }

  .cas-in-row .advantages {
    width: 100%;
  }

  .cas-in-row .tc {
    display: none;
  }

  .cas-in-row .tc_mob {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
    position: relative;
    font-size: 13px;
    color: rgba(255, 255, 255, 0.6);
    cursor: pointer;
  }

  .cas-in-row .tc_mob .tc-tooltip {
    top: calc(100% + 10px);
    left: 50%;
    transform: translateX(-50%);
  }

  .cas-in-row .tc_mob.tc-tooltip--open .tc-tooltip {
    opacity: 1;
    visibility: visible;
    pointer-events: auto;
  }

  .cas-in-row .logo-wr a {
    width: 100%;
    flex-basis: unset;
  }

  .cas-in-row .cta {
    flex-basis: unset;
  }
}

.demo-popup__casinos::-webkit-scrollbar {
  width: 8px;
}
.demo-popup__casinos::-webkit-scrollbar-track {
  background: #f0f0f0;
  border-radius: 4px;
}
.demo-popup__casinos::-webkit-scrollbar-thumb {
  background: #888;
  border-radius: 4px;
}
.demo-popup__casinos::-webkit-scrollbar-thumb:hover {
  background: #666;
}

.demo-popup__iframe,
.demo-popup__iframe-container {
  flex: 1 1 auto;
  width: 100%;
  min-height: 300px;
  display: flex;
  flex-direction: column;
  gap: 20px;
  align-items: center;
  justify-content: center;
  /* max-width: 75%; */
  max-width: 100%;
  border-radius: 16px;
  padding: 20px;
  background: #081a1c;
  overflow: hidden;
}

.demo-popup__iframe {
  justify-content: flex-start;
}

.demo-popup__iframe-container {
  max-width: 1600px;

  .btn_primary {
    padding: 12px 24px;
    font-size: 16px;
    line-height: 24px;
    width: auto;
  }
}

@media (min-width: 767px) {
  .demo-popup__iframe-container {
    min-height: 410px;
  }
}

.demo-popup__iframe iframe {
  width: 100%;
  height: 100%;
  border: none;
  border-radius: 8px;
  display: block;
}

.demo-popup__iframe-wrap {
  position: relative;
  width: 100%;
  height: 100%;
  flex: 1 1 auto;
  display: flex;
  min-height: 0;
}

.demo-popup__refresh,
.demo-popup__expand {
  display: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #1a2f32;
  border: 0;
  padding: 0;
  cursor: pointer;
  align-items: center;
  justify-content: center;
}

.demo-popup__refresh {
  position: absolute;
  top: 10px;
  left: 10px;
  z-index: 2;
}

.demo-popup__expand {
  position: absolute;
  top: 10px;
  right: 10px;
  z-index: 2;
}

.demo-popup.is-iframe .demo-popup__refresh,
.demo-popup.is-iframe .demo-popup__expand {
  display: inline-flex;
}

.demo-popup__bottom {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  width: 100%;
}

.demo-popup__expand-min {
  display: none;
}
.demo-popup.is-expanded .demo-popup__expand-max {
  display: none;
}
.demo-popup.is-expanded .demo-popup__expand-min {
  display: inline;
}

.demo-popup.is-expanded .demo-popup__sidebar {
  display: none;
}
.demo-popup.is-expanded .demo-popup__iframe-container {
  max-width: 100%;
}

.demo-popup.is-unavailable .demo-popup__bottom {
  display: none;
}

.demo-unavailable {
  position: relative;
  width: 100%;
  height: 100%;
  border-radius: 8px;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
}

.demo-unavailable__img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  filter: brightness(0.45);
}

.demo-unavailable__overlay {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 24px;
  text-align: center;
}

.demo-unavailable__text {
  color: #fff;
  font-size: 16px;
  line-height: 1.5;
  max-width: 420px;
  margin: 0;
}

.demo-popup__iframe .gt-block {
  width: 100%;
  height: 100%;
  padding: 2rem;
  background: linear-gradient(180deg, #092426, #0f3e42);
  border-radius: 8px;
  overflow-y: auto;
}

html.popup-open,
html.popup-open body {
  overflow: hidden !important;
  height: 100%;
  position: fixed;
  width: 100%;
}

.demo-popup__button {
  /* -webkit-animation: pulse 1.75s infinite; */
  font-size: 16px;
  line-height: 18px;
  text-decoration: underline;
  text-transform: capitalize;
  cursor: pointer;
  display: none;
  .btn {
    font-size: 1.3rem;
  }
}

@media (max-width: 960px) {
  .demo-popup__casinos,
  .demo-popup__iframe-container,
  .demo-popup__iframe {
    background: transparent;
    padding: 0;
  }

  .demo-popup__iframe-container {
    justify-content: flex-start;
    min-height: 400px;
    height: 400px;
    border-radius: 0;

    .btn_primary {
      width: 100%;
    }
  }

  .demo-popup__iframe-container:has(.demo-unavailable) {
    min-height: 300px;
    height: 300px;
  }

  .demo-popup__body {
    flex-direction: column;
    padding-top: 60px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .demo-popup__casinos {
    overflow-y: unset;
    height: auto;
    text-align: left;
    .casino__row {
      gap: 16px;
      flex-direction: row;
      flex-wrap: nowrap;
      overflow-x: auto;
      padding-bottom: 10px;
    }
    .cas-in-row {
      height: 100%;
      max-width: 100%;
      margin-bottom: 0;
    }
  }

  .demo-popup__close {
    top: 10px;
    right: 10px;
  }
}

@media (min-width: 960px) {
  .demo-popup__body {
    flex-direction: row;
    padding: 24px;
    gap: 20px;
    justify-content: center;
  }

  .demo-popup__casinos {
    width: 380px;
    overflow-y: auto;
    max-height: 100%;
  }

  .demo-popup__iframe {
    flex: 1 1 auto;
    height: 100%;
    justify-content: center;
  }
}

/* ================================================================
   SLOT MACHINE PRELOADER
   Lives inside .demo-popup__iframe-wrap (position: relative)
   ================================================================ */

.spl {
  position: absolute; /* overlay only the iframe-wrap area */
  background: #061415;
  inset: 0;
  z-index: 20; /* above the iframe, below popup controls */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 16px;
  border-radius: 16px; /* match parent's border-radius */
  overflow: scroll;
  scrollbar-width: none;
}

@media (max-height: 500px) {
  .spl {
    align-items: flex-start;
  }
}

.spl__overlay {
  position: absolute;
  inset: 0;
  z-index: 0;
  background: #061415; /* fully opaque — iframe underneath not visible */
  border-radius: inherit;
}

/* ---- Card ---- */
.spl__card {
  position: relative;
  z-index: 1;
  background: linear-gradient(160deg, #0a2628 0%, #0f3e42 55%, #092426 100%);
  border: 2px solid rgba(255, 120, 25, 0.45);
  border-radius: 22px;
  padding: 32px 28px 28px;
  max-width: 390px;
  width: 100%;
  text-align: center;
  box-shadow:
    0 0 50px rgba(255, 120, 25, 0.18),
    0 24px 64px rgba(0, 0, 0, 0.7);
  animation: splCardIn 0.3s cubic-bezier(0.34, 1.56, 0.64, 1);
}

@keyframes splCardIn {
  from {
    transform: scale(0.82) translateY(24px);
    opacity: 0;
  }
  to {
    transform: scale(1) translateY(0);
    opacity: 1;
  }
}

/* ---- Close button ---- */
.spl__close {
  position: absolute;
  top: 14px;
  right: 14px;
  background: rgba(255, 255, 255, 0.07);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 50%;
  width: 32px;
  height: 32px;
  color: rgba(255, 255, 255, 0.7);
  font-size: 18px;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition:
    background 0.2s,
    color 0.2s;
}
.spl__close:hover {
  background: rgba(255, 255, 255, 0.16);
  color: #fff;
}

/* ---- Icon ---- */
.spl__icon {
  margin-bottom: 10px;
}
.spl__icon svg {
  filter: drop-shadow(0 0 10px rgba(255, 210, 0, 0.55));
}

/* ---- Title ---- */
.spl__title {
  color: #fff;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.4px;
  margin: 0 0 22px;
}

/* ---- Machine frame ---- */
.spl__machine {
  background: #050f10;
  border-radius: 16px;
  padding: 14px 12px;
  margin-bottom: 22px;
  border: 1px solid rgba(255, 255, 255, 0.06);
}

/* ---- Reels row ---- */
.spl__reels {
  display: flex;
  justify-content: center;
  gap: 10px;
}

/* ---- Single reel ---- */
.spl__reel {
  width: 88px;
  height: 88px;
  background: #081a1c;
  border-radius: 14px;
  border: 2px solid rgba(255, 120, 25, 0.3);
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  position: relative;
  transition:
    border-color 0.35s,
    box-shadow 0.35s;
}

/* Loading — reels are STATIC; only a very soft border glow shows the state */
.spl--loading .spl__reel {
  border-color: rgba(255, 120, 25, 0.35);
  box-shadow: 0 0 8px rgba(255, 120, 25, 0.18);
}

/* Subtle card-level loading indicator (title shimmer) */
.spl--loading .spl__title::after {
  content: "";
  display: inline-block;
  width: 0.6em;
  animation: splDots 1.4s steps(4, end) infinite;
}
@keyframes splDots {
  0% {
    content: "";
  }
  25% {
    content: ".";
  }
  50% {
    content: "..";
  }
  75% {
    content: "...";
  }
}

/* Active — bright orange spin glow */
.spl--active .spl__reel {
  border-color: #ff7819;
  box-shadow:
    0 0 22px rgba(255, 120, 25, 0.65),
    inset 0 0 10px rgba(255, 120, 25, 0.12);
  animation: splReelActiveBlink 0.18s ease-in-out infinite alternate;
}

@keyframes splReelActiveBlink {
  from {
    box-shadow: 0 0 14px rgba(255, 120, 25, 0.5);
  }
  to {
    box-shadow: 0 0 30px rgba(255, 120, 25, 0.95);
  }
}

/* Success — golden glow + scale pulse */
.spl--success .spl__reel {
  border-color: #ffd700;
  box-shadow:
    0 0 26px rgba(255, 215, 0, 0.75),
    inset 0 0 12px rgba(255, 215, 0, 0.18);
  animation: splReelWin 0.55s ease-in-out infinite alternate;
}
.spl--success .spl__reel:nth-child(1) {
  animation-delay: 0s;
}
.spl--success .spl__reel:nth-child(2) {
  animation-delay: 0.1s;
}
.spl--success .spl__reel:nth-child(3) {
  animation-delay: 0.2s;
}

@keyframes splReelWin {
  from {
    transform: scale(1);
    box-shadow: 0 0 18px rgba(255, 215, 0, 0.55);
  }
  to {
    transform: scale(1.04);
    box-shadow: 0 0 36px rgba(255, 215, 0, 1);
  }
}

/* ---- Reel symbol container ---- */
.spl__reel-symbol {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: filter 0.1s;
}

.spl--active .spl__reel-symbol {
  filter: blur(2px) brightness(0.9);
}
.spl--success .spl__reel-symbol {
  filter: none;
}

/* ---- Win text (visible only on success) ---- */
.spl__win-text {
  display: none;
  color: #ffd700;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.4px;
  margin: -10px 0 14px;
  animation: splWinTextIn 0.4s ease;
}
.spl--success .spl__win-text {
  display: block;
}

@keyframes splWinTextIn {
  from {
    opacity: 0;
    transform: translateY(-6px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

/* ---- Buttons ---- */
.spl__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  padding: 15px 20px;
  border-radius: 12px;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  cursor: pointer;
  border: none;
  text-decoration: none;
  transition:
    opacity 0.2s,
    transform 0.15s;
}
.spl__btn:hover:not(:disabled) {
  opacity: 0.88;
  transform: translateY(-1px);
  text-decoration: none;
}
.spl__btn:active {
  transform: scale(0.97);
}

/* Button visibility by preloader state */
.spl__btn--claim {
  display: none;
}
.spl--success .spl__btn--spin {
  display: none;
}
.spl--success .spl__btn--claim {
  display: inline-flex;
}

/* Spin button */
.spl__btn--spin {
  background: linear-gradient(180deg, #ff8228 0%, #ff5500 100%);
  color: #fff;
  position: relative;
  overflow: hidden;
}
.spl__btn--spin::after {
  content: "";
  position: absolute;
  top: 0;
  left: -50%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 20%,
    rgba(255, 255, 255, 0.45),
    rgba(255, 255, 255, 0) 80%
  );
  pointer-events: none;
  animation: splBtnShine 2.6s ease-in-out infinite;
}
@keyframes splBtnShine {
  0%,
  45% {
    transform: translateX(-100%) skewX(-15deg);
  }
  100% {
    transform: translateX(260%) skewX(-15deg);
  }
}
.spl__btn--spin:disabled {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.spl__btn--spin:disabled::after {
  animation: none;
}
.spl--active .spl__btn--spin {
  opacity: 0.45;
  cursor: not-allowed;
  pointer-events: none;
}
.spl--active .spl__btn--spin::after {
  animation: none;
}

/* Claim button */
.spl__btn--claim {
  background: linear-gradient(180deg, #ffe033 0%, #ff9c00 100%);
  color: #0c2426;
  animation: splClaimPulse 0.75s ease-in-out infinite alternate;
}
.spl__btn--claim:hover {
  color: #0c2426;
}

/* Без uppercase/letter-spacing родителя — иначе "(5s)" → "(5 S)" с зазорами */
.spl__timer {
  text-transform: none;
  letter-spacing: 0;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}

@keyframes splClaimPulse {
  from {
    box-shadow: 0 0 10px rgba(255, 215, 0, 0.4);
  }
  to {
    box-shadow: 0 0 32px rgba(255, 215, 0, 0.95);
  }
}

/* ---- Confetti layer (full preloader; after .spl__card in DOM = on top; pointer-events: none) ---- */
.spl__confetti {
  position: absolute;
  inset: 0;
  z-index: 2;
  pointer-events: none;
  overflow: hidden;
  border-radius: inherit;
}

.spl__cp {
  position: absolute;
  left: 50%;
  /* чуть ниже центра карточки — точка «выстрела» под ней */
  top: 58%;
  width: var(--sz, 8px);
  height: var(--sz, 8px);
  margin: 0;
  transform: translate(-50%, -50%) scale(0.2);
  opacity: 0;
  animation: splConfettiBurst var(--dur, 2s) cubic-bezier(0.18, 0.72, 0.25, 1)
    forwards;
  animation-delay: var(--delay, 0s);
  will-change: transform, opacity;
}

@keyframes splConfettiBurst {
  0% {
    transform: translate(-50%, -50%) translate(0, 0) rotate(0deg) scale(0.12);
    opacity: 0;
  }
  8% {
    opacity: 1;
    transform: translate(-50%, -50%) translate(0, 0)
      rotate(calc(var(--rot) * 0.04)) scale(1);
  }
  100% {
    transform: translate(-50%, -50%) translate(var(--dx), var(--dy))
      rotate(var(--rot)) scale(0.9);
    opacity: 0;
  }
}

/* ---- Small iframe-wrap (narrow / mobile) ---- */
@media (max-width: 480px) {
  .spl__card {
    padding: 22px 12px 18px;
    max-width: 100%;
  }
  .spl__reel {
    width: 70px;
    height: 70px;
  }
  .spl__reel-symbol svg {
    width: 44px;
    height: 44px;
  }
  .spl__title {
    font-size: 18px;
    margin-bottom: 16px;
  }
  .spl__machine {
    padding: 10px 8px;
    margin-bottom: 16px;
  }
  .spl__icon svg {
    width: 42px;
    height: 42px;
  }
}
