*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
  overflow-x: clip;
  background-color: #020609;
}

body {
  margin: 0;
  overflow-x: clip;
  color: #ffffff;
  font-family: "Roboto", Arial, sans-serif;
  line-height: 1.4;
  background-color: #020609;
}

body.is-modal-open {
  overflow: hidden;
}

body.is-loading {
  overflow: hidden;
}

.page-loader {
  position: fixed;
  inset: 0;
  z-index: 10000;
  display: grid;
  place-items: center;
  background: #020609;
  opacity: 1;
  visibility: visible;
  transition: opacity 500ms ease, visibility 500ms ease;
  pointer-events: all;
}
.page-loader.is-hidden {
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
.page-loader__label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  font: inherit;
}

a {
  color: inherit;
  text-decoration: none;
}

.container {
  width: min(100% - 2rem, 1080px);
  margin-inline: auto;
}

.section {
  padding-block: 3.5rem;
}

.section-title,
.panel__title {
  margin: 0;
  color: #ffffff;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: -0.02em;
  line-height: 1.15;
}
.section-title span,
.panel__title span {
  color: #99ff00;
}

.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.button:hover {
  transform: translateY(-2px);
}
.button:focus-visible {
  outline: 3px solid rgba(40, 255, 182, 0.75);
  outline-offset: 3px;
}
.button {
  min-height: 48px;
  padding: 0.75rem 1.6rem;
  border: 1px solid transparent;
  border-radius: 8px;
  text-transform: uppercase;
  font-weight: 900;
  letter-spacing: 0.02em;
}
.button--primary {
  color: #070808;
  background: #ffff00;
  border-color: #ffffaf;
  box-shadow: 0 0 14px rgba(255, 255, 0, 0.55), inset 0 0 12px rgba(255, 245, 100, 0.55);
}
.button--outline {
  color: #99ff00;
  background: #0a1119;
  border-color: rgba(153, 255, 0, 0.7);
}

.site-header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 100;
  background: rgba(2, 6, 9, 0.96);
  border-bottom: 1px solid rgba(153, 255, 0, 0.08);
}
.site-header__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 72px;
  gap: 1rem;
}

#main-content {
  padding-top: 72px;
  background-color: #020609;
  background-image: linear-gradient(to bottom, rgba(2, 6, 9, 0) 0%, rgba(2, 6, 9, 0) 48%, rgba(2, 6, 9, 0.35) 68%, rgba(2, 6, 9, 0.78) 82%, #020609 94%, #020609 100%), url("../img/bg-desk.webp");
  background-repeat: no-repeat, no-repeat;
  background-position: center top, center top;
  background-size: 100% 100%, 100% auto;
  background-origin: content-box, content-box;
}

.brand-link__logo {
  width: 180px;
  height: auto;
}

.hero {
  position: relative;
  min-height: 0;
  padding-bottom: 0.5rem;
  overflow: hidden;
  isolation: isolate;
}
.hero__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 1rem;
  text-align: center;
}
.hero__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px 14px;
  margin-bottom: 6px;
  background: #040702;
  border: 2px solid #99ff00;
  border-radius: 6px;
  color: #99ff00;
  font-size: 0.875rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.hero__title-image {
  width: min(360px, 44vw);
}
.hero__subtitle {
  margin: 0.35rem 0 0.65rem;
  color: #fff;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  text-shadow: 0 2px 4px rgba(0, 0, 0, 0.643);
}
.hero__offers {
  display: grid;
  width: min(100%, 400px);
  gap: 0.55rem;
}
.hero__security {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  margin-top: 0.65rem;
  color: #aeb4b5;
  width: 160px;
}

.offer-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.offer-button:hover {
  transform: translateY(-2px);
}
.offer-button:focus-visible {
  outline: 3px solid rgba(40, 255, 182, 0.75);
  outline-offset: 3px;
}
.offer-button {
  display: grid;
  gap: 0.1rem;
  min-height: 68px;
  padding: 0.55rem 1rem;
  color: #fff;
  background: linear-gradient(90deg, rgba(20, 22, 8, 0.96), rgba(12, 16, 5, 0.96)), linear-gradient(135deg, rgba(255, 255, 255, 0.04) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.04) 50%, rgba(255, 255, 255, 0.04) 75%, transparent 75%, transparent);
  background-size: auto, 4px 4px;
  border: 1px solid rgba(255, 255, 0, 0.9);
  border-radius: 10px;
  box-shadow: 0 0 16px rgba(255, 255, 0, 0.12), inset 0 0 20px rgba(7, 8, 8, 0.7);
}
.offer-button--chip {
  border-color: rgba(153, 255, 0, 0.8);
  box-shadow: 0 0 16px rgba(153, 255, 0, 0.12), inset 0 0 20px rgba(7, 8, 8, 0.7);
}
.offer-button__value {
  color: #ffff00;
  text-transform: uppercase;
  font-family: "Roboto Condensed", "Arial Narrow", sans-serif;
  font-size: 1.75rem;
  font-weight: 900;
  line-height: 1;
}
.offer-button--chip .offer-button__value {
  color: #99ff00;
}
.offer-button__detail {
  text-transform: uppercase;
  font-weight: 800;
  font-size: 0.72rem;
}

.games.section {
  padding-top: 1.25rem;
}

.filter-tabs {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin: 1.75rem 0 2.5rem;
}

.filter-tab {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.filter-tab:hover {
  transform: translateY(-2px);
}
.filter-tab:focus-visible {
  outline: 3px solid rgba(40, 255, 182, 0.75);
  outline-offset: 3px;
}
.filter-tab {
  min-width: 180px;
  min-height: 50px;
  padding: 0.75rem 1.25rem;
  color: #ffffff;
  background: #0a1119;
  border: 1px solid rgba(153, 255, 0, 0.65);
  border-radius: 7px;
  text-transform: uppercase;
}
.filter-tab.is-active {
  color: #070808;
  background: #99ff00;
  border-color: #b0f880;
  box-shadow: 0 0 12px rgba(153, 255, 0, 0.35), inset 0 0 10px rgba(208, 249, 5, 0.4);
  font-weight: 900;
}

.games-carousel {
  position: relative;
  min-width: 0;
  padding-inline: 2.75rem;
}
.games-carousel .carousel-control {
  position: absolute;
  top: 50%;
  z-index: 2;
  transform: translateY(-50%);
}
.games-carousel .carousel-control:hover {
  transform: translateY(calc(-50% - 2px));
}
.games-carousel .carousel-control--prev {
  left: 0;
}
.games-carousel .carousel-control--next {
  right: 0;
}

.games-grid {
  display: grid;
  flex: 1;
  min-width: 0;
  grid-auto-columns: calc((100% - 2.4rem) / 4);
  grid-auto-flow: column;
  width: 100%;
  gap: 0.8rem;
  overflow-x: hidden;
  overscroll-behavior-x: contain;
  scroll-behavior: auto;
  scrollbar-width: none;
}
.games-grid.is-controlled {
  scroll-snap-type: none;
}
.games-grid::-webkit-scrollbar {
  display: none;
}

.game-card {
  position: relative;
  min-width: 0;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 0, 0.8);
  background: #0a1119;
}
.game-card[hidden] {
  display: none;
}
.game-card img {
  width: 100%;
  aspect-ratio: 0.72;
  -o-object-fit: cover;
     object-fit: cover;
  transition: transform 240ms ease;
}
.game-card:hover img {
  transform: scale(1.035);
}
.game-card__label {
  position: absolute;
  top: 0.55rem;
  left: -2.1rem;
  z-index: 2;
  width: 7.5rem;
  padding: 0.25rem;
  color: #070808;
  background: #ffff00;
  text-align: center;
  text-transform: uppercase;
  font-weight: 900;
  transform: rotate(-45deg);
}

.carousel-control {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.carousel-control:hover {
  transform: translateY(-2px);
}
.carousel-control:focus-visible {
  outline: 3px solid rgba(40, 255, 182, 0.75);
  outline-offset: 3px;
}
.carousel-control {
  flex: 0 0 34px;
  width: 34px;
  height: 34px;
  padding: 0;
  color: #99ff00;
  background: #0a1119;
  border: 1px solid rgba(153, 255, 0, 0.7);
  border-radius: 50%;
  font-size: 1.7rem;
  line-height: 1;
}

.section-actions {
  display: flex;
  justify-content: center;
  margin-top: 2rem;
}

.games .section-actions {
  margin-bottom: 20px;
}

.winners-jackpot.section {
  padding-top: 0;
}

.winners-jackpot__grid {
  display: grid;
  grid-template-columns: minmax(0, 1.65fr) minmax(300px, 0.95fr);
  gap: 1rem;
}

.panel {
  padding: 1.75rem;
  background: #0a1119;
  border: 1px solid rgba(153, 255, 0, 0.65);
  border-radius: 12px;
  overflow: visible;
}
.panel__title {
  position: relative;
  z-index: 2;
  margin-bottom: 0.75rem;
  font-size: 1.75rem;
}

.winner-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 1rem;
  margin-top: 1.5rem;
}

.winners-carousel {
  overflow: hidden;
  margin-top: 1.5rem;
  -webkit-mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
          mask-image: linear-gradient(to right, transparent, #000 8%, #000 92%, transparent);
}
.winners-carousel__track {
  display: flex;
  width: -moz-max-content;
  width: max-content;
  animation: winners-scroll 50s linear infinite;
}
.winners-carousel__group {
  display: flex;
  flex-shrink: 0;
  gap: 1.25rem;
  padding-right: 1.25rem;
}

@keyframes winners-scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}
.winner {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  flex: 0 0 auto;
  width: min(190px, 42vw);
  min-width: 0;
}
.winner__thumb {
  flex: 0 0 58px;
  display: block;
  line-height: 0;
  border-radius: 50%;
  transition: transform 240ms ease;
}
.winner__thumb:hover, .winner__thumb:focus-visible {
  transform: scale(1.05);
}
.winner__thumb img {
  display: block;
  width: 58px;
  height: 58px;
  max-width: 58px;
  min-width: 58px;
  min-height: 58px;
  aspect-ratio: 1;
  border: 2px solid rgba(153, 255, 0, 0.75);
  border-radius: 50%;
  -o-object-fit: cover;
     object-fit: cover;
}
.winner p {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.25;
}
.winner strong {
  color: #fff;
}
.winner span {
  color: #99ff00;
  text-transform: uppercase;
  font-weight: 800;
}

.jackpot-panel {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 28px;
}
.jackpot-panel__link {
  display: block;
  max-width: 100%;
  color: inherit;
  text-decoration: none;
}
.jackpot-panel__link:hover .jackpot-panel__amount, .jackpot-panel__link:focus-visible .jackpot-panel__amount {
  border-color: rgb(255, 255, 0);
  box-shadow: 0 0 20px rgba(153, 255, 0, 0.35);
}
.jackpot-panel__amount {
  display: flex;
  align-items: center;
  justify-content: center;
  width: -moz-fit-content;
  width: fit-content;
  max-width: 100%;
  min-height: 3.25rem;
  margin: 0;
  padding: 15px 24px;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-width: none;
}
.jackpot-panel__amount::-webkit-scrollbar {
  display: none;
}
.jackpot-panel__amount {
  color: #ffff00;
  background: #070808;
  border: 1px solid rgba(255, 255, 0, 0.8);
  border-radius: 10px;
  text-align: center;
  font-size: 40px;
  font-weight: 900;
  line-height: 1;
  box-shadow: 0 0 16px rgba(153, 255, 0, 0.24);
}

.jackpot-counter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  white-space: nowrap;
  font-variant-numeric: tabular-nums;
}
.jackpot-counter__char {
  display: inline-block;
  flex: 0 0 auto;
}
.jackpot-counter__digit {
  display: inline-block;
  flex: 0 0 auto;
  width: 0.65em;
  height: 1em;
  overflow: hidden;
  line-height: 1;
  vertical-align: top;
}
.jackpot-counter__strip {
  display: block;
  transform: translateY(calc(var(--digit-index, 0) * -1em));
  transition: transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
}
.jackpot-counter__value {
  display: block;
  height: 1em;
  line-height: 1;
  text-align: center;
}

.benefits__banner {
  display: block;
  width: 100%;
  transition: opacity 240ms ease;
}
.benefits__banner:hover, .benefits__banner:focus-visible {
  opacity: 0.92;
}

.benefits__banner img {
  display: block;
  width: 100%;
  height: auto;
}

.payments {
  padding: 40px;
}
.payments__image {
  width: min(500px, 92%);
  margin-inline: auto;
}

.bonus-terms {
  padding-top: 0;
}
.bonus-terms.is-expanded {
  padding-bottom: 2rem;
  scroll-margin-bottom: 2rem;
}
.bonus-terms__container {
  display: grid;
  justify-items: center;
}
.bonus-terms__trigger {
  min-width: 190px;
  color: #ffff00;
  border-color: rgba(255, 255, 0, 0.75);
}
.bonus-terms__content {
  width: min(900px, 100%);
  margin-top: 1.25rem;
  padding: 1.5rem;
  color: #aeb4b5;
  background: #0a1119;
  border: 1px solid rgba(153, 255, 0, 0.35);
  border-radius: 10px;
}
.bonus-terms__content[hidden] {
  display: none;
}
.bonus-terms__content article + article {
  margin-top: 1.5rem;
}
.bonus-terms__content h2 {
  margin: 0 0 0.4rem;
  color: #fff;
  font-size: 1rem;
}
.bonus-terms__content p {
  margin: 0;
}

.offer-modal {
  position: relative;
  width: min(92vw, 420px);
  padding: 2.5rem 2rem 1.75rem;
  color: #ffffff;
  background: #0a1119;
  border: 1px solid rgba(153, 255, 0, 0.75);
  border-radius: 12px;
  text-align: center;
  box-shadow: 0 0 50px rgba(7, 8, 8, 0.9);
}
.offer-modal::backdrop {
  background: rgba(7, 8, 8, 0.86);
  backdrop-filter: blur(4px);
}
.offer-modal--spins {
  border-color: rgba(255, 255, 0, 0.8);
  box-shadow: 0 0 50px rgba(7, 8, 8, 0.9), 0 0 20px rgba(255, 255, 0, 0.12);
}
.offer-modal--spins .offer-modal__title {
  color: #ffff00;
}
.offer-modal--spins .offer-modal__code {
  color: #ffffff;
  border-color: rgba(255, 255, 0, 0.85);
}
.offer-modal--spins .offer-modal__copy {
  background: #ffff00;
  color: #070808;
  border-left-color: rgba(255, 255, 0, 0.85);
}
.offer-modal--spins .offer-modal__copy:hover {
  filter: brightness(1.05);
}
.offer-modal--spins .offer-modal__copy.is-copied {
  filter: brightness(0.92);
}
.offer-modal--spins .offer-modal__cta {
  color: #070808;
  background: #ffff00;
  border: 1px solid #ffffaf;
  box-shadow: 0 0 14px rgba(255, 255, 0, 0.55), inset 0 0 12px rgba(255, 245, 100, 0.55);
}
.offer-modal--spins .offer-modal__cta:hover {
  filter: brightness(1.05);
}
.offer-modal--chip {
  border-color: rgba(153, 255, 0, 0.8);
  box-shadow: 0 0 50px rgba(7, 8, 8, 0.9), 0 0 20px rgba(153, 255, 0, 0.12);
}
.offer-modal--chip .offer-modal__title {
  color: #99ff00;
}
.offer-modal--chip .offer-modal__code {
  color: #ffffff;
  border-color: rgba(153, 255, 0, 0.85);
}
.offer-modal--chip .offer-modal__copy {
  background: #99ff00;
  color: #070808;
  border-left-color: rgba(153, 255, 0, 0.85);
}
.offer-modal--chip .offer-modal__copy:hover {
  filter: brightness(1.05);
}
.offer-modal--chip .offer-modal__copy.is-copied {
  filter: brightness(0.92);
}
.offer-modal--chip .offer-modal__cta {
  color: #070808;
  background: #99ff00;
  border: 1px solid #b0f880;
  box-shadow: 0 0 12px rgba(153, 255, 0, 0.35), inset 0 0 10px rgba(208, 249, 5, 0.4);
}
.offer-modal--chip .offer-modal__cta:hover {
  filter: brightness(1.05);
}
.offer-modal__title {
  margin: 0 0 1rem;
  font-size: 1.65rem;
  font-weight: 900;
  line-height: 1.2;
  text-transform: uppercase;
}
.offer-modal__description {
  margin: 0 0 1.5rem;
  color: #aeb4b5;
  font-size: 0.95rem;
  line-height: 1.5;
}
.offer-modal__coupon {
  display: flex;
  align-items: stretch;
  width: 100%;
  margin-bottom: 1.5rem;
}
.offer-modal__code {
  display: flex;
  flex: 1;
  align-items: center;
  justify-content: center;
  min-height: 52px;
  min-width: 0;
  padding: 0.75rem 1rem;
  color: #ffffff;
  background: #070808;
  border: 2px dashed rgba(153, 255, 0, 0.85);
  border-right: 2px dashed rgba(153, 255, 0, 0.85);
  border-radius: 8px 0 0 8px;
  font-size: 1.15rem;
  font-weight: 900;
  letter-spacing: 0.08em;
}
.offer-modal__copy {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.offer-modal__copy:hover {
  transform: translateY(-2px);
}
.offer-modal__copy:focus-visible {
  outline: 3px solid rgba(40, 255, 182, 0.75);
  outline-offset: 3px;
}
.offer-modal__copy {
  flex: 0 0 auto;
  min-width: 132px;
  max-width: 42%;
  min-height: 52px;
  margin-left: -2px;
  padding: 0.75rem 0.85rem;
  background: #99ff00;
  color: #070808;
  border: none;
  border-left: 2px dashed rgba(153, 255, 0, 0.85);
  border-radius: 0 8px 8px 0;
  text-transform: uppercase;
  font-size: 0.72rem;
  font-weight: 900;
  letter-spacing: 0.04em;
  line-height: 1.15;
}
.offer-modal__copy:hover {
  transform: none;
}
.offer-modal__terms {
  margin: 0 0 1.5rem;
  padding: 0;
  list-style: none;
  color: #aeb4b5;
  font-size: 0.9rem;
  line-height: 1.6;
}
.offer-modal__terms li::before {
  content: "- ";
}
.offer-modal__terms li + li {
  margin-top: 0.15rem;
}
.offer-modal__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.offer-modal__cta:hover {
  transform: translateY(-2px);
}
.offer-modal__cta:focus-visible {
  outline: 3px solid rgba(40, 255, 182, 0.75);
  outline-offset: 3px;
}
.offer-modal__cta {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  min-height: 52px;
  padding: 0.85rem 1.5rem;
  border-radius: 8px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  font-size: 1rem;
  font-weight: 900;
  letter-spacing: 0.03em;
}
.offer-modal__cta:hover {
  transform: none;
}
.offer-modal__footer {
  margin: 1.25rem 0 0;
  color: #aeb4b5;
  font-size: 0.8rem;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}
.offer-modal__close {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: transform 180ms ease, border-color 180ms ease, background-color 180ms ease, box-shadow 180ms ease;
}
.offer-modal__close:hover {
  transform: translateY(-2px);
}
.offer-modal__close:focus-visible {
  outline: 3px solid rgba(40, 255, 182, 0.75);
  outline-offset: 3px;
}
.offer-modal__close {
  position: absolute;
  top: 0.6rem;
  right: 0.8rem;
  color: #ffffff;
  background: transparent;
  border: 0;
  font-size: 2rem;
  line-height: 1;
}

@media (max-width: 960px) {
  .section {
    padding-block: 2.75rem;
  }
  .site-header__inner {
    gap: 0.75rem;
  }
  .brand-link {
    flex-shrink: 1;
    min-width: 0;
  }
  .brand-link__logo {
    width: 150px;
  }
  .site-header .button {
    flex-shrink: 0;
    min-height: 42px;
    padding: 0.5rem 1rem;
    font-size: 0.75rem;
    white-space: nowrap;
    line-height: 1.1;
  }
  .winners-jackpot.section {
    padding-top: 0;
    padding-bottom: 2rem;
  }
  .section-actions {
    margin-top: 1rem;
  }
  .payments {
    padding: 28px 20px;
  }
  .benefits__banner {
    width: min(100%, 760px);
    margin-inline: auto;
  }
  .bonus-terms.section {
    padding-bottom: 3rem;
  }
  .hero__title-image {
    width: min(400px, 62vw);
  }
  .winners-jackpot__grid {
    grid-template-columns: 1fr;
    gap: 1rem;
    align-items: start;
  }
  .panel {
    padding: 1.35rem 1rem;
    overflow: visible;
  }
  .panel__title {
    font-size: 1.35rem;
  }
  .games-carousel {
    padding-inline: 2.25rem;
  }
  .games-grid {
    grid-auto-columns: calc((100% - 1.3rem) / 3);
    gap: 0.65rem;
  }
  .game-card img {
    aspect-ratio: 0.82;
  }
  .carousel-control {
    flex: 0 0 32px;
    width: 32px;
    height: 32px;
    font-size: 1.45rem;
  }
  .winners-panel,
  .jackpot-panel {
    min-width: 0;
    width: 100%;
  }
  .winners-carousel {
    margin-top: 0.75rem;
    overflow: hidden;
  }
  .winners-carousel__group {
    gap: 0.85rem;
    padding-right: 0.85rem;
  }
  .winner {
    width: min(148px, 24vw);
  }
  .winner__thumb {
    flex: 0 0 50px;
  }
  .winner__thumb img {
    width: 50px;
    height: 50px;
    max-width: 50px;
    min-width: 50px;
    min-height: 50px;
  }
  .winner p {
    font-size: 0.72rem;
  }
  .jackpot-panel {
    justify-content: flex-start;
    gap: 1rem;
    overflow: visible;
  }
  .jackpot-panel__link {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .jackpot-panel__amount {
    width: fit-content;
    max-width: 100%;
    min-height: 2.85rem;
    padding: 12px 16px;
    font-size: clamp(1.35rem, 5.2vw, 1.75rem);
    overflow-x: visible;
  }
  .jackpot-counter {
    max-width: none;
  }
  .jackpot-counter__digit {
    width: 0.62em;
  }
  .offer-modal {
    width: min(100vw - 2rem, 420px);
    max-height: calc(100dvh - 2rem);
    overflow-y: auto;
    padding: 2rem 1.35rem 1.5rem;
  }
}
@media (max-width: 640px) {
  body {
    background-image: none;
  }
  #main-content {
    padding-top: 66px;
    background-color: #020609;
    background-image: linear-gradient(to bottom, rgba(2, 6, 9, 0) 0%, rgba(2, 6, 9, 0) 48%, rgba(2, 6, 9, 0.35) 68%, rgba(2, 6, 9, 0.78) 82%, #020609 94%, #020609 100%), url("../img/bg-mob.webp");
    background-repeat: no-repeat, no-repeat;
    background-position: center top, center top;
    background-size: 100% 100%, 100% auto;
    background-origin: content-box, content-box;
  }
  .container {
    width: min(100% - 1.25rem, 1080px);
  }
  .section {
    padding-block: 2.5rem;
  }
  .winners-jackpot.section {
    padding-top: 0;
  }
  .section-actions {
    margin-top: 0.75rem;
  }
  .filter-tabs {
    margin: 1rem 0 1.25rem;
  }
  .site-header__inner {
    min-height: 66px;
    gap: 0.5rem;
  }
  .brand-link {
    flex-shrink: 1;
    min-width: 0;
  }
  .brand-link__logo {
    width: 132px;
  }
  .site-header .button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    min-height: 38px;
    padding: 0.45rem 0.75rem;
    font-size: 0.68rem;
    letter-spacing: 0;
    white-space: nowrap;
    line-height: 1.1;
    box-shadow: 0 0 10px rgba(255, 255, 0, 0.4), inset 0 0 8px rgba(255, 245, 100, 0.45);
  }
  .hero {
    padding-bottom: 0.75rem;
  }
  .hero__content {
    padding-top: 0.85rem;
  }
  .hero__badge {
    font-size: 0.72rem;
    padding: 4px 12px;
  }
  .hero__title-image {
    width: min(320px, 82vw);
  }
  .hero__subtitle {
    margin-top: 0.2rem;
    margin-bottom: 0.5rem;
    font-size: 0.85rem;
  }
  .hero__offers {
    width: min(100%, 250px);
    gap: 0.45rem;
  }
  .hero__security {
    display: none;
  }
  .offer-button {
    min-height: 62px;
  }
  .offer-button__value {
    font-size: 1.35rem;
  }
  .offer-button__detail {
    font-size: 0.68rem;
  }
  .section-title {
    font-size: 1.25rem;
  }
  .filter-tabs {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 0.45rem;
  }
  .filter-tab {
    min-width: 0;
    min-height: 45px;
    padding-inline: 0.4rem;
    font-size: 0.75rem;
  }
  .games-carousel {
    padding-inline: 2rem;
  }
  .games-grid {
    grid-auto-columns: calc((100% - 0.5rem) / 2);
    gap: 0.5rem;
  }
  .carousel-control {
    flex: 0 0 28px;
    width: 28px;
    height: 28px;
    font-size: 1.25rem;
  }
  .game-card__label {
    width: 6.5rem;
    left: -1.85rem;
    font-size: 0.65rem;
  }
  .panel {
    padding: 1.25rem 0.85rem;
    overflow: visible;
  }
  .panel__title {
    margin-bottom: 0.65rem;
    font-size: 1.15rem;
  }
  .winners-panel,
  .jackpot-panel {
    min-width: 0;
  }
  .winners-carousel {
    margin-top: 0.65rem;
    -webkit-mask-image: none;
            mask-image: none;
  }
  .winners-carousel__group {
    gap: 0.75rem;
    padding-right: 0.75rem;
  }
  .winner {
    flex-direction: column;
    align-items: center;
    width: 108px;
    text-align: center;
  }
  .winner__thumb {
    flex: 0 0 48px;
  }
  .winner__thumb img {
    width: 48px;
    height: 48px;
    max-width: 48px;
    min-width: 48px;
    min-height: 48px;
  }
  .winner p {
    font-size: 0.65rem;
  }
  .jackpot-panel {
    gap: 14px;
  }
  .jackpot-panel__link {
    display: flex;
    justify-content: center;
    width: 100%;
  }
  .jackpot-panel__amount {
    width: fit-content;
    max-width: 100%;
    min-height: 3rem;
    padding: 12px 14px;
    font-size: clamp(1.55rem, 6.5vw, 1.9rem);
    overflow-x: visible;
  }
  .jackpot-counter {
    max-width: none;
  }
  .jackpot-counter__digit {
    width: 0.62em;
  }
  .offer-modal {
    width: min(100vw - 1.25rem, 100%);
    max-height: calc(100dvh - 1.25rem);
    padding: 1.85rem 1rem 1.35rem;
  }
  .offer-modal__title {
    font-size: 1.25rem;
  }
  .offer-modal__description {
    margin-bottom: 1.15rem;
    font-size: 0.82rem;
  }
  .offer-modal__coupon {
    margin-bottom: 1.15rem;
  }
  .offer-modal__code {
    min-height: 48px;
    padding: 0.55rem 0.45rem;
    font-size: 0.875rem;
    letter-spacing: 0.04em;
  }
  .offer-modal__copy {
    min-width: 88px;
    max-width: 40%;
    min-height: 48px;
    padding: 0.55rem 0.35rem;
    font-size: 0.58rem;
    line-height: 1.1;
  }
  .offer-modal__terms {
    margin-bottom: 1.15rem;
    font-size: 0.78rem;
  }
  .offer-modal__cta {
    min-height: 48px;
    padding-inline: 1rem;
    font-size: 0.9rem;
  }
  .offer-modal__footer {
    margin-top: 1rem;
    font-size: 0.72rem;
  }
  .offer-modal__close {
    top: 0.35rem;
    right: 0.55rem;
    font-size: 1.65rem;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
  .jackpot-counter__strip {
    transition: none !important;
  }
  .winners-carousel__track {
    animation: none !important;
  }
}/*# sourceMappingURL=styles.css.map */