.download-apk-container {
  width: 100%;
  padding: 20px 0;
  position: relative;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  min-height: auto;
}
.download-apk-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.55);
  z-index: 0;
}
.download-apk-container .container {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 15px;
  position: relative;
  z-index: 1;
}
.download-apk-container .row {
  display: flex;
  flex-wrap: wrap;
}
.download-apk-container .col-md-12 {
  width: 100%;
}
.download-apk {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 20px;
  padding: 20px;
  border-radius: 0;
  background: transparent;
}
.download-apk > div {
  flex: 1;
  min-width: 250px;
  text-align: center;
}
.download-apk img.img-responsive {
  max-width: 100%;
  height: auto;
  display: inline-block;
}
.download-apk .h2 {
  font-size: 24px;
  font-weight: 700;
  margin-bottom: 10px;
  color: #fff;
  text-shadow: 1px 1px 2px #000;
}
.download-apk .h2 strong {
  color: #0011ff;
  display: block;
  font-size: 22px;
}
.download-apk .h3 {
  font-size: 14px;
  margin-bottom: 15px;
  color: #fff;
  text-shadow: 1px 1px 1px #000;
}
.download-apk-info {
  display: flex;
  justify-content: center;
}
.download-apk-section {
  text-align: center;
}
.download-apk-qr-code {
  background: transparent;
  padding: 0;
  border-radius: 0;
  display: inline-block;
}
.download-apk-qr-code img {
  border-radius: 0;
}
.download-apk-detail {
  margin-top: 8px;
}
.download-apk-detail div {
  color: #fff;
  font-weight: 700;
  margin-bottom: 5px;
}
.download-apk-detail .btn {
  display: inline-block;
  background: linear-gradient(90deg, #0011ff, #003ae6);
  color: #000;
  padding: 6px 15px;
  border-radius: 20px;
  text-decoration: none;
  font-weight: 700;
  font-size: 12px;
  transition: 0.3s;
}
.download-apk-detail .btn:hover {
  background: linear-gradient(90deg, #003ae6, #cca300);
}
.download-apk-section span {
  color: #fff;
  font-size: 11px;
  display: block;
  margin-top: 8px;
}
.animate-left {
  opacity: 0;
  transform: translateX(-30px);
  transition: all 0.6s ease-out;
}
.animate-right {
  opacity: 0;
  transform: translateX(30px);
  transition: all 0.6s ease-out;
}
.modal.download-popup-modal {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: none;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  background: rgba(0, 0, 0, 0.7);
}
.modal.download-popup-modal.show {
  display: flex;
}
.modal-dialog {
  width: 90%;
  max-width: 380px;
}
.modal-content {
  background: #0a0a0a;
  border-radius: 16px;
  border: 1px solid #333;
}
.modal-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 12px 15px;
  border-bottom: 1px solid #333;
}
.modal-header .close {
  background: transparent;
  border: none;
  font-size: 24px;
  color: #fff;
  cursor: pointer;
}
.modal-header .close:hover {
  color: #f55;
}
.modal-title {
  font-size: 18px;
  font-weight: 700;
  color: #0011ff;
}
.modal-body {
  padding: 15px;
  color: #ccc;
  font-size: 13px;
}
.modal-body ol {
  padding-left: 18px;
  margin: 10px 0;
}
.modal-body li {
  margin: 5px 0;
}
.download-32-bit-cntr {
  margin-top: 10px;
  padding-top: 8px;
  border-top: 1px solid #333;
  font-size: 12px;
}
.download-32-bit-cntr a {
  color: #0011ff;
  text-decoration: none;
}

.gan89-slot-machine {
  position: relative;
  display: flex;
  width: min(calc(100% - 68px), 480px);
  min-height: 378px;
  margin: 0 68px 0 auto;
  padding: 38px 30px 28px;
  box-sizing: border-box;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  overflow: visible;
  border: 3px solid #d89200;
  border-radius: 28px;
  background:
    radial-gradient(circle at 50% -15%, rgba(255, 215, 94, 0.3), transparent 52%),
    linear-gradient(145deg, #271605 0%, #100903 45%, #050301 100%);
  box-shadow:
    0 16px 32px rgba(0, 0, 0, 0.46),
    0 0 28px rgba(255, 173, 0, 0.2),
    inset 0 0 0 2px rgba(255, 221, 128, 0.08),
    inset 0 0 34px rgba(255, 184, 0, 0.1);
}

.gan89-slot-machine::before,
.gan89-slot-machine::after {
  content: "";
  position: absolute;
  right: 23px;
  left: 23px;
  height: 8px;
  pointer-events: none;
  background: radial-gradient(circle, #fff8c9 0 2px, #ffb900 3px, transparent 4px)
    0 0 / 21px 8px repeat-x;
  filter: drop-shadow(0 0 4px rgba(255, 195, 42, 0.75));
}

.gan89-slot-machine::before {
  top: 12px;
}

.gan89-slot-machine::after {
  bottom: 12px;
}

.gan89-slot-machine.is-winning {
  animation: gan89-jackpot-cabinet 0.7s ease-in-out 3 alternate;
}

.gan89-slot-title {
  position: relative;
  color: #ffdc6c;
  font-size: 27px;
  font-weight: 900;
  line-height: 1.15;
  letter-spacing: 0.8px;
  text-shadow:
    0 2px 0 #6d3100,
    0 0 12px rgba(255, 185, 29, 0.35);
}

.gan89-slot-subtitle {
  max-width: 380px;
  margin: 10px auto 21px;
  color: #fff1c6;
  font-size: 13px;
  line-height: 1.4;
}

.gan89-slot-reels {
  display: grid;
  width: 100%;
  box-sizing: border-box;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
  padding: 13px;
  border: 3px solid #8d5100;
  border-radius: 18px;
  background:
    linear-gradient(180deg, rgba(255, 191, 40, 0.08), transparent 28%),
    #030201;
  box-shadow:
    inset 0 0 22px #000,
    0 0 18px rgba(255, 183, 0, 0.2),
    0 5px 12px rgba(0, 0, 0, 0.5);
}

.gan89-slot-reel {
  position: relative;
  display: flex;
  min-height: 112px;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 2px solid #f0b721;
  border-radius: 13px;
  background:
    linear-gradient(180deg, rgba(120, 61, 0, 0.28), transparent 20% 80%, rgba(120, 61, 0, 0.3)),
    linear-gradient(90deg, #b56b08 0%, #fff1a0 12%, #fffdf0 50%, #fff1a0 88%, #b56b08 100%);
  color: #5b0900;
  font-family: Arial, sans-serif;
  font-size: clamp(38px, 6vw, 62px);
  font-weight: 900;
  line-height: 1;
  text-shadow:
    0 2px 0 #fff4a0,
    0 0 2px rgba(66, 13, 0, 0.5);
  box-shadow:
    inset 0 10px 14px rgba(88, 39, 0, 0.28),
    inset 0 -10px 14px rgba(88, 39, 0, 0.3),
    inset 0 0 10px rgba(255, 255, 255, 0.74),
    0 0 10px rgba(255, 210, 54, 0.42);
}

.gan89-slot-reel.is-spinning {
  animation: gan89-reel-pulse 0.12s linear infinite;
}

.gan89-slot-lever {
  position: absolute;
  top: 50%;
  right: -68px;
  width: 68px;
  height: 176px;
  padding: 0;
  border: 0;
  outline: 0;
  background: transparent;
  cursor: pointer;
  transform: translateY(-50%);
  z-index: 2;
}

.gan89-lever-shaft {
  position: absolute;
  top: 26px;
  left: 43px;
  width: 9px;
  height: 119px;
  border: 1px solid #fff3ad;
  border-radius: 8px;
  background: linear-gradient(90deg, #7b4700 0%, #fff4b5 45%, #b66b00 100%);
  box-shadow: 0 0 8px rgba(255, 196, 44, 0.5);
}

.gan89-lever-handle {
  position: absolute;
  top: 0;
  left: 29px;
  width: 38px;
  height: 38px;
  border: 2px solid #ffe888;
  border-radius: 50%;
  background: radial-gradient(circle at 35% 28%, #fff7b4 0%, #ffc42c 35%, #b75a00 78%);
  box-shadow:
    0 0 13px rgba(255, 190, 21, 0.72),
    inset -4px -5px 8px rgba(86, 28, 0, 0.45);
  transition: transform 0.42s cubic-bezier(0.4, 0, 0.2, 1);
  z-index: 2;
}

.gan89-lever-base {
  position: absolute;
  top: 50%;
  left: 0;
  width: 31px;
  height: 76px;
  border: 2px solid #e6a900;
  border-left: 0;
  border-radius: 0 14px 14px 0;
  background:
    radial-gradient(circle at 70% 50%, #e8a900 0 4px, transparent 5px),
    linear-gradient(90deg, #100902 0%, #3b2104 100%);
  box-shadow:
    inset 0 0 8px #000,
    3px 0 10px rgba(255, 184, 0, 0.25);
  transform: translateY(-50%);
}

.gan89-lever-base::after {
  content: "";
  position: absolute;
  top: 32px;
  right: -16px;
  width: 18px;
  height: 8px;
  border-block: 1px solid #fff0a1;
  background: linear-gradient(180deg, #f7cf5b, #8c5000);
}

.gan89-slot-lever:hover .gan89-lever-handle {
  filter: brightness(1.15);
}

.gan89-slot-lever.is-pulled .gan89-lever-handle {
  transform: translateY(107px);
}

.gan89-slot-lever:disabled {
  cursor: wait;
}

.gan89-slot-result {
  width: 92%;
  min-height: 34px;
  margin-top: 17px;
  padding: 8px 12px;
  box-sizing: border-box;
  border: 1px solid rgba(216, 146, 0, 0.5);
  border-radius: 999px;
  background: linear-gradient(180deg, rgba(52, 29, 4, 0.9), rgba(9, 5, 1, 0.94));
  color: #ffe7a0;
  font-size: 13px;
  font-weight: 700;
  line-height: 16px;
  box-shadow: inset 0 0 9px rgba(0, 0, 0, 0.75);
}

.gan89-slot-machine.is-winning .gan89-slot-result {
  border-color: #ffdf70;
  color: #fff6c3;
  box-shadow:
    0 0 13px rgba(255, 190, 29, 0.42),
    inset 0 0 9px rgba(255, 183, 0, 0.14);
}

@keyframes gan89-reel-pulse {
  0% {
    transform: translateY(-3px) scale(0.96);
    filter: blur(0.6px) brightness(1.12);
  }
  50% {
    transform: translateY(3px) scale(1.03);
    filter: blur(0) brightness(0.92);
  }
  100% {
    transform: translateY(-3px) scale(0.96);
    filter: blur(0.6px) brightness(1.12);
  }
}

@keyframes gan89-jackpot-cabinet {
  from {
    box-shadow:
      0 16px 32px rgba(0, 0, 0, 0.46),
      0 0 22px rgba(255, 173, 0, 0.24),
      inset 0 0 34px rgba(255, 184, 0, 0.1);
  }
  to {
    box-shadow:
      0 16px 32px rgba(0, 0, 0, 0.46),
      0 0 42px rgba(255, 215, 88, 0.72),
      inset 0 0 42px rgba(255, 194, 38, 0.24);
  }
}

@media (max-width: 600px) {
  .gan89-slot-machine {
    width: calc(100% - 48px);
    min-height: 350px;
    margin-right: 48px;
    padding: 35px 17px 27px;
  }

  .gan89-slot-lever {
    right: -49px;
    width: 48px;
  }

  .gan89-lever-handle {
    left: 11px;
    width: 34px;
    height: 34px;
  }

  .gan89-lever-shaft {
    left: 25px;
  }

  .gan89-lever-base {
    left: 0;
    width: 24px;
  }

  .gan89-slot-title {
    font-size: 20px;
  }

  .gan89-slot-reels {
    gap: 6px;
    padding: 9px;
  }

  .gan89-slot-reel {
    min-height: 88px;
    font-size: clamp(32px, 12vw, 48px);
  }
}
