.top-slots {
  padding: 10px 16px;
}

.top-slots-swiper {
  overflow: visible;
}

.top-slots-swiper .swiper-wrapper {
  overflow: visible;
}

.section-title {
  font-size: 18px;
  font-weight: 700;
  color: #fff;
  display: flex;
  align-items: center;
  margin-bottom: 18px;
  text-transform: uppercase;
  letter-spacing: 1px;
}
.swiper-wrapper {
  display: flex;
}
.swiper-slide.slot-card {
  width: 140px !important;
  background: #0d1628a1;
  border-radius: 16px;
  overflow: hidden;
  margin-right: 10px;
  box-shadow: 0 4px 14px rgba(0,0,0,0.4);
  transition: transform 0.2s ease-in-out;
  display: flex;
  flex-direction: column;
  flex-shrink: 0;
}
.slot-card:hover {
  transform: scale(1.05);
}
.slot-card img {
  width: 100%;
  height: 177px;
  object-fit: cover;
  border-radius: 16px 16px 0 0;
}
.slot-name {
  font-size: 12px;
  font-weight: 700;
  color: white;
  text-align: center;
  margin-top: 6px;
  white-space: nowrap;
}
.slot-sub {
  font-size: 10px;
  text-align: center;
  color: #999;
  margin-bottom: 8px;
  white-space: nowrap;
}
/* �于舒 ��亟舒 仆舒 �� */
@media (min-width: 768px) {
  .swiper-wrapper {
    flex-wrap: wrap !important;
  }
  .swiper-slide.slot-card {
    margin-bottom: 12px;
  }
}

.slot-card {
  position: relative;
  overflow: hidden;
}

.slot-overlay {
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.55);
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.3s ease;
}

.slot-card:hover .slot-overlay {
  opacity: 1;
}

.play-btn {
  display: flex;
  align-items: center;
  background: white;
  color: black;
  font-weight: 700;
  font-size: 14px;
  padding: 10px 18px;
  border-radius: 32px;
  border: none;
  cursor: pointer;
  transition: background 0.2s ease;
}

.play-btn:hover {
  background: #f2f2f2;
}



.game-tabs {
  display: flex;
  flex-wrap: nowrap;
  overflow-x: auto;
  gap: 12px;
  padding: 16px 0;
  scrollbar-width: none; /* Firefox */
}

.game-tabs::-webkit-scrollbar {
  display: none; /* Chrome, Safari */
}

.tab {
  flex-shrink: 0;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 16px;
  background: #9bccdb1c;
  color: white;
  border: none;
  border-radius: 12px;
  cursor: pointer;
  transition: background 0.25s ease, transform 0.2s ease;
  white-space: nowrap;
}

.tab.active {
  background: #be58fcbd;
}

.tab:hover {
  background: #444758;
  transform: translateY(-1px);
}

@media (max-width: 768px) {
  .tab {
    font-size: 15px;
    padding: 10px 16px;
  }
}

@media (max-width: 480px) {
  .game-tabs {
    gap: 8px;
  }

  .tab {
    font-size: 14px;
    padding: 8px 14px;
    border-radius: 10px;
  }
}


.games-swiper {
  margin-bottom: 24px;
  overflow: visible;
  position: relative;
  z-index: 1;
}

.games-swiper .swiper-wrapper {
  display: flex;
  gap: 12px;
}

.games-swiper .swiper-slide {
  width: auto !important;
}

.game-btn {
  position: relative;
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 16px 80px;
  border-radius: 18px;
  font-weight: bold;
  font-size: 16px;
  color: white;
  white-space: nowrap;
  flex-shrink: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
  box-shadow: 0 0 12px rgba(255, 255, 255, 0.15);
  overflow: hidden;
  z-index: 1;
}

.game-btn:hover {
  transform: scale(1.05) translateY(-1px);
  filter: brightness(1.1);
  box-shadow: 0 0 16px rgba(255, 255, 255, 0.35);
}

/* �从仂仆从舒 于仆���亳 */
.game-btn img,
.game-btn svg {
  width: 26px;
  height: 26px;
  fill: white; /* 于仂� ��仂 从仍��! */
  flex-shrink: 0;
}

/* ���舒 */
.game-btn::before {
  content: '';
  position: absolute;
  inset: 0;
  background: radial-gradient(circle at center, rgba(255, 255, 255, 0.05), transparent 70%);
  opacity: 0.2;
  animation: pulse 2s infinite;
  border-radius: inherit;
  z-index: 0;
}

@keyframes pulse {
  0%, 100% { opacity: 0.2; }
  50% { opacity: 0.5; }
}

/* �仂�仄亳�亠�从亳亶 �仂仆 亰舒 于�亠仄 �于舒亶仗亠�仂仄 */
.games-swiper::before {
  content: '';
  position: absolute;
  top: -60px;
  left: 10%;
  width: 300px;
  height: 300px;
  background: radial-gradient(ellipse at center, rgba(255, 255, 255, 0.05), transparent);
  filter: blur(80px);
  z-index: 0;
}

/* 丶于亠�仂于�亠 ��亠仄� (仄仂亢仆仂 亳�仗仂仍�亰仂于舒�� 仍�弍�亠) */
.blue {
  background: linear-gradient(135deg, #0f2027, #203a43, #2c5364);
}

.green {
  background: linear-gradient(135deg, #0b6e4f, #0f9b8e);
}

.yellow {
  background: linear-gradient(135deg, #f7971e, #ffd200);
}

.pink {
  background: linear-gradient(135deg, #ff4e50, #f9d423);
}

.purple {
  background: linear-gradient(135deg, #41295a, #2F0743);
}

/* �仍��亠�仆舒�亳于仆�亠 ��亞舒仍舒从�亳�亠�从亳亠�� ��亳仍亳 */
.starburst {
  background: linear-gradient(179deg, #1921385e, #030a1c);
}

.aurora {
  background: linear-gradient(45deg, #00c9ff0d, #030a1c73);
}

.nebula {
  background: linear-gradient(45deg, #00c9ff0d, #030a1c73);
}

.darkmatter {
  background: linear-gradient(45deg, #00c9ff0d, #030a1c73);
}

.supernova {
  background: linear-gradient(45deg, #00c9ff0d, #030a1c73);
}

/* �亟舒仗�舒�亳� 仗仂亟 仄仂弍亳仍从亳 */
@media (max-width: 480px) {
  .game-btn {
    padding: 14px 18px;
    font-size: 14px;
  }

  .game-btn img,
  .game-btn svg {
    width: 22px;
    height: 22px;
  }
}








.jetton-swiper {
  width: 100%;
}
.jetton-section {
  display: flex;
  gap: 24px;
  flex-wrap: wrap;
  max-width: 1420px;
  margin: 10px auto;
  padding: 0 16px;
}
.jetton-slider {
  flex: 2;
  border-radius: 20px;
  position: relative;
  overflow: hidden;
}
.jetton-swiper .swiper-slide {
  padding: 32px;
  min-height: 100px;
  border-radius: 20px;
  color: #fff;
}
.jetton-side {
  flex: 1;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
.jetton-box {
  padding: 24px;
  border-radius: 20px;
  position: relative;
  min-height: 180px;
  overflow: hidden;
  color: #fff;
}
.jetton-badge {
  display: flex;
  gap: 8px;
  margin-bottom: 16px;
}
.jetton-badge span {
  background: #0e1017;
  border: 1px solid #2b2e38;
  border-radius: 999px;
  padding: 6px 14px;
  font-size: 13px;
  font-weight: bold;
}
.jetton-title {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 20px;
}
.jetton-text {
  font-size: 15px;
  opacity: 0.85;
}
.jetton-accent { color: #00cfff; }
.jetton-green { color: #c3ff4a; }
.jetton-btn {
  margin-top: 20px;
  padding: 10px 20px;
  background: #9bccdb;
  color: #000;
  font-weight: bold;
  border-radius: 12px;
  border: none;
  cursor: pointer;
}
.jetton-btn-play {
  background: #bf57fc;
  color: #fff;
  position: absolute;
  bottom: 24px;
  left: 1px;
}
.jetton-controls {
  position: absolute;
  bottom: 20px;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  gap: 12px;
  z-index: 10;
}
.jetton-controls .swiper-button-prev,
.jetton-controls .swiper-button-next {
  position: static;
  width: 42px;
  height: 42px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.1);
  backdrop-filter: blur(4px);
}
.jetton-controls .swiper-button-prev::after,
.jetton-controls .swiper-button-next::after {
  color: #fff;
  font-size: 18px;
}
@media (max-width: 992px) {
  .jetton-section {
    flex-direction: column;
  }
}


.jetton-box.with-dark-bg {
  position: relative;
  overflow: hidden;
  background: #030a1d; /* fallback */
}
.jetton-box.with-dark-bg::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.5); /* 亰舒�亠仄仆亠仆亳亠 */
  z-index: 1;
}
.jetton-bg-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center 30%; /* �仄亠�舒亠仄 于仆亳亰 */
  z-index: 0;
  pointer-events: none;
}

.jetton-box.with-dark-bg > *:not(img) {
  position: relative;
  z-index: 2;
}

/* �仂��亳��亠仄 仆�亢仆仂亠 仗仂于亠亟亠仆亳亠 Swiper-仂弍���从亳 */
.jetton-swiper .swiper-wrapper{
    display:flex !important;      /* �� 从仍��亠于仂亠 */
    flex-wrap:nowrap !important;  /* 仗仂亟���舒�仂于从舒 */
}




.jetton-box.with-dark-bg {
  animation: floaty 8s ease-in-out infinite;
}

@keyframes floaty {
  0%, 100% { transform: translateY(0px); }
  50% { transform: translateY(-5px); }
}

.jetton-green {
  animation: neonGreen 1.5s ease-in-out infinite alternate;
}

@keyframes neonGreen {
  from { text-shadow: 0 0 6px #c3ff4a; }
  to { text-shadow: 0 0 16px #eaff76, 0 0 10px #c3ff4a; }
}

.jetton-box:hover {
  transform: scale(1.015);
  transition: 0.3s ease;
  box-shadow: 0 0 18px rgba(255, 255, 255, 0.05);
}



@keyframes wiggle {
  0%, 100% { transform: rotate(0deg); }
  30% { transform: rotate(1deg); }
  60% { transform: rotate(-1deg); }
}

.jetton-btn-play {
  animation: wiggle 3s ease-in-out infinite;
}

.jetton-box:hover {
  box-shadow: 0 0 20px rgba(0, 255, 255, 0.1);
  transform: translateY(-2px);
  transition: all 0.3s ease;
}


.jetton-float-emoji {
  position: absolute;
  top: -10px;
  right: 10px;
  animation: floatY 3s ease-in-out infinite;
  font-size: 24px;
  opacity: 0.5;
  z-index: 2; /* ��仂弍� 仆亠 �仂亢�舒仍仂 �仂仆仂仄 */
  pointer-events: none;
}

@keyframes floatY {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-6px); }
}


.jetton-swiper .swiper-slide > * {
  opacity: 0;
  transform: translateY(20px);
  transition: all 0.6s ease;
}

.jetton-swiper .swiper-slide-active > * {
  opacity: 1;
  transform: translateY(0);
}


.jetton-slide-glow::before {
  content: "";
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.2), transparent);
  transform: skewX(-20deg);
  animation: slideShine 5s infinite;
  pointer-events: none;
}

@keyframes slideShine {
  0% { left: -75%; }
  100% { left: 125%; }
}



@media (max-width: 700px) {

.jetton-side {
    display: none !important;
  }
}