body {
  margin: 0;
  font-family: 'Space Grotesk', sans-serif;
  background: linear-gradient(rgba(24, 24, 24, 0.767), rgba(0, 0, 0, 0.6)),
              url('/images/banners/bg-citibet88.jpeg') no-repeat center center;
  background-size: cover;
  background-attachment: fixed;
}

/*header-start*/ 
      .amp-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        background: #020f32;
        border-bottom: #ff00b2 4px solid;
        padding: 5px 15px;
      }

      .header-left, .header-center, .header-right {
        display: flex;
        align-items: center;
      }

      .header-left a {
        display: flex;
      }

      .header-right button {
        background: none;
        border: none;
        font-size: 24px;
        color: #fff;
        cursor: pointer;
      }

    amp-sidebar {
        background: #111;
        color: #fff;
        width: 260px;
    }
    .sidebar-content {
        padding: 20px;
    }
    .sidebar-content h4 {
        margin-top: 20px;
        margin-bottom: 10px;
        border-bottom: 1px solid #444;
        padding-bottom: 5px;
        font-size: 14px;
        text-transform: uppercase;
        color: #aaa;
    }
    .nav-list {
        list-style: none;
        margin: 0;
        padding: 0;
    }
    .nav-list li {
        margin: 14px 0;
        position: relative;
        padding-right: 30px;
    }
    .nav-list li::after {
        content: '★';
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        font-size: 12px;
        color: rgba(255, 255, 255, 0.2);
        pointer-events: none;
    }
    .nav-list li a {
        display: flex;
        align-items: center;
        color: #fff;
        text-decoration: none;
        font-size: 12px;
        gap: 10px;
        padding: 6px 0;
    }
    .icon-bg {
        padding: 6px;
        border-radius: 6px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .nav-list li a amp-img {
        width: 16px;
        height: 16px;
        flex-shrink: 0;
    }
    .nav-list li a span {
        line-height: 18px;
        font-size: 13px;
    }
    .nav-list li a:hover {
        opacity: 0.8;
    }
    .nav-list li:nth-child(1) .icon-bg { background: #d32f2f; }
    .nav-list li:nth-child(2) .icon-bg { background: #1976d2; }
    .nav-list li:nth-child(3) .icon-bg { background: #388e3c; }
    .nav-list li:nth-child(4) .icon-bg { background: #f57c00; }
    .nav-list:nth-of-type(2) li:nth-child(1) .icon-bg { background: #0088cc; }
.nav-list:nth-of-type(2) li:nth-child(2) .icon-bg {background: #000;}
    .nav-list:nth-of-type(2) li:nth-child(3) .icon-bg { background: #ff0000; }
.nav-list:nth-of-type(2) li:nth-child(4) .icon-bg {
  background: #ff0000;
  backdrop-filter: blur(6px);
  transition: all 0.3s ease;
}
    .nav-list:nth-of-type(2) li:nth-child(5) .icon-bg { background: #b600bd; }
        .nav-list:nth-of-type(2) li:nth-child(6) .icon-bg { background: #e66f00; }
/*header-end*/ 

    /*conten Start*/
.section-title {
  color: #21f8ff;
  font-weight: 700;
  margin: 20px auto;
  text-align: center;
  font-size: 24px;
  max-width: 500px;
}

@keyframes glowPulse {
  0% {
    box-shadow: 0 0 10px #ff00ff;
  }
  50% {
    box-shadow: 0 0 30px #ff00ff;
  }
  100% {
    box-shadow: 0 0 10px #ff00ff;
  }
}

.banner-wrapper {
  max-width: 450px;
  margin: 5px auto;
  overflow: hidden;
  box-shadow: 0 0 10px #ff00ea;
  animation: glowPulse rgb(255, 0, 234)nite ease-in-out;
}

  .section-desc {
    max-width: 450px;
    margin: 0 auto;
    font-size: 1rem;
    margin-top: 15px;
    color: #ffffff;
    text-align: center;
  }
.btn-wiggle {
  display: inline-block;
  font-size: 15px;
  padding: 10px 32px;
  font-weight: bold;
  text-transform: uppercase;
  color: #fff;
  text-decoration: none;
  border: 2px solid transparent;
  background: linear-gradient(to right,#a844fb 0%,#3ebbf3 100%);
  background-size: 200% 200%;
  animation: wiggle 1.5s infinite;
  transform-origin: center;
}

@keyframes wiggle {
  0%, 80% { transform: rotate(0deg); }
  85% { transform: rotate(-5deg); }
  95% { transform: rotate(5deg); }
  100% { transform: rotate(0deg); }
}


.btn-wiggle-delay {
  animation: wiggle 1.5s infinite;
  animation-delay: 0.75s;
}
/*conten End*/

/*card games start*/
  .spin-card {
  max-width: 500px;
  font-family: 'Space Grotesk', sans-serif;
  font-size: 14px;
  margin: 20px auto;
  padding: 20px;
background: linear-gradient(145deg,
  #1d0033 0%,
  #1d0033 30%,
  #000438 70%,
  #1d0033 100%
);
  border: 1px solid #ea00ff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  text-align: center;
  transition: transform 0.3s ease;
  color: #fff;
  animation: flickerShadow 3s infinite alternate ease-in-out;
}
@media (max-width: 480px) {
  .spin-card {
    max-width: 300px;
    padding: 12px;
    font-size: 12px;
  }

  .spin-subtitle {
    font-size: 13px;
  }

  .spin-title, p {
    font-size: 12px;
  }

  .spin-button {
    font-size: 12px;
    padding: 10px;
  }

  .spin-rtp-fill span {
    font-size: 10px;
  }

  .spin-table th, .spin-table td {
    font-size: 10px;
  }

  .spin-desc {
    font-size: 11px;
    line-height: 1.5;
  }
}

.spin-subtitle {   font-size: 20px;  font-weight: 600; color: #21f8ff; margin: 10px; letter-spacing: 1px; text-transform: uppercase; }
.spin-title, p {
  font-size: 18px;
  font-weight: 700;
  margin: 10px 0;
}

.spin-img-wrapper {
  position: relative;
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.spin-img-wrapper img {
  width: 100%;
  height: 100%;
  border-radius: 12px;
  object-fit: cover;
  position: relative;
  z-index: 2;
  box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.5);
  animation: borderFlash 1.5s infinite alternate;
}

@keyframes borderFlash {
  0% {
    box-shadow: 0 0 0 2px rgba(255, 0, 0, 0.2);
  }
  100% {
    box-shadow: 0 0 10px #00bfff;
  }
}

.spin-info { font-size: 12px; margin: 10px 0; color: #ccc; }
.spin-rtp-bar {
  width: 100%;
  height: 24px;
  background: #2e2e60;
  overflow: hidden;
  position: relative;
}
.spin-rtp-fill {
  height: 100%;
  width: 0%;
background: linear-gradient(
  45deg,
  #1fa190 25%,
  #145f58 25%,
  #145f58 50%,
  #1fa190 50%,
  #1fa190 75%,
  #145f58 75%,
  #145f58 100%
);
  background-size: 40px 40px;
  position: relative;
  animation: moveStripe 2s linear infinite;
  transition: width 0.8s ease-in-out;
}

@keyframes moveStripe {
  from { background-position: 0 0; }
  to { background-position: 40px 0; }
}

.spin-rtp-fill span {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 0;
  left: 0;
  font-weight: bold;
  color: #ffffff;
  line-height: 24px;
  font-size: 14px;
  text-shadow: 1px 1px 2px rgba(0,0,0,0.7);
  letter-spacing: 0.5px;
}


#polaMode {
  font-size: 12px;
  font-weight: 600;
  color: #ffcc66;
  margin: 10px 0;
  background: rgba(255, 255, 255, 0.05);
  padding: 6px 12px;
  border-radius: 8px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.spin-table {
  width: 100%;
  background: rgb(255, 255, 255);
  color: #000000;
  border-radius: 6px;
  margin: 10px 0;
  overflow: hidden;
    border-collapse: separate;
    
}
.spin-table th, .spin-table td {
  padding: 8px 10px;
  font-size: 12px;
  border-bottom: 1px solid rgba(122, 122, 122, 0.281);
}
.spin-table td span {
  font-size: 16px;
  font-weight: bold;
}

.spin-status-ok {
  color: #00ff00;
}

.spin-status-no {
  color: #ff3b3b;
}

.spin-table tr:last-child td { border-bottom: none; }
.spin-rungkad {
  color: #ffb84d;
  margin: 10px 0;
  font-weight: bold;
    font-size: 13px;
  background: rgba(255, 255, 255, 0.08);
  padding: 8px;
  border-radius: 8px;
}
.spin-button {
  background: linear-gradient(to right, #e100ff, #00d8ff);
  color: #fff;
  padding: 14px;
  text-decoration: none;
  border-radius: 14px;
  font-weight: bold;
  font-size: 15px;
  letter-spacing: 0.5px;
  display: block;
  margin-top: 12px;
  text-align: center;
  background-size: 200% auto;
  transition: background-position 0.5s ease, transform 0.2s ease;
}

.spin-button:hover {
  background-position: right center;
  transform: translateY(2px) scale(1.02);
}
.spin-desc {
  margin-top: 15px;
  font-size: 13px;
  color: #ddd;
  text-align: justify;
  line-height: 1.7;
}
/*card games end*/


/* */
  .banner-text {
    font-size: 11px;
    font-weight: 600;
    color: #fff;
    padding: 6px 12px;
    border-radius: 8px;
    margin: 5px auto 20px auto;
    max-width: 300px;
    text-align: center;
  }

  .btn-citibet {
  flex: 1;
  padding: 14px;
  border-radius: 12px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  color: #fff;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-size: 200% 200%;
  animation: gradientFlow 6s ease infinite;
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  box-shadow: 0 0 12px rgba(0,0,0,0.4), inset 0 1px 2px rgba(255,255,255,0.1);
}

.btn-citibet.daftar {
  background: linear-gradient(to right, #8f00ff, #e00028);
}

.btn-citibet.login {
  background: linear-gradient(to right, #0030a6, #00b0cc);
}

.btn-citibet:hover {
  transform: translateY(1.5px);
}

/* Efek gradasi berjalan */
@keyframes gradientFlow {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes pulse {
  0% { transform: scale(1); }
  50% { transform: scale(1.05); }
  100% { transform: scale(1); }
}
.pulse-effect {
  animation: pulse 2s infinite ease-in-out;
}
/* */
/*winner start*/
#liveWinnerList {
  position: fixed;
  right: 10px;
  bottom: 10px;
  background: rgba(17, 17, 34, 0.75);
  padding: 6px 12px;
  border-radius: 8px;
  color: #fff;
  font-size: 12px;
  max-width: 90%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4);
  z-index: 9999;
  transition: opacity 0.5s ease;
  opacity: 1;
  display: flex;
  align-items: center;
    letter-spacing: 0.5px;
}

#liveWinnerList img {
  width: 28px;
  height: 28px;
  object-fit: cover;
  vertical-align: middle;
  border-radius: 4px;
  margin-right: 8px;
  flex-shrink: 0;
}

.winner-item {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}

.winner-item b {
  font-weight: 600;
  color: #ffd700;
  font-size: 12px;
}

.winner-item span {
  color: #ccc;
  font-size: 11px;
}

@media (max-width: 480px) {
  #liveWinnerList {
    font-size: 11px;
    padding: 6px 10px;
  }

  #liveWinnerList img {
    width: 24px;
    height: 24px;
    margin-right: 6px;
  }

  .winner-item b {
    font-size: 11px;
  }
}
a[href*="vpn108.com"]:hover {
  transform: translateY(2px);
  box-shadow: 0 2px 4px rgba(0,0,0,0.3), inset 0 1px 2px rgba(255,255,255,0.1);
}
/*Winner End*/

 :root {
    --accent-color: #ffffff;
    --base-color: #7c00e1;
    --hamburg-gradient: linear-gradient(180deg,#ce00e1 0%,#bb00e1 50%,#2c0041 100%);

  }

.hamburg{
  position: fixed;
  right: 20px;
  bottom: 16%;
  width: 30px;
  padding: .3rem;
  background: var(--hamburg-gradient);
  border-radius: 10px;
  z-index: 80;
}

.ard-sosmed{
  position: fixed;
  right: 20px;
  bottom: 22%;
  display: block;
  cursor: pointer;

  z-index: 79;

}

  .ard-sosmed ul {
    margin: 0;
    padding: 0;
  }

  .ard-sosmed ul li {
    position: absolute;
    text-decoration: none;
    list-style: none;
    transform: translate(0, 0) rotate(360deg);
    transition: all .5s ease;
    opacity: 0;
    border: #0059e1 2px solid;
    border-radius: 35px;
  }

  .ard-sosmed.open ul li:nth-child(1) {
    transform: translate(20px,-300px);
    transition-delay: .20s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(2) {
    transform: translate(20px, -225px);
    transition-delay: .16s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(3) {
    transform: translate(20px, -150px);
    transition-delay: .12s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(4) {
    transform: translate(20px, -75px);
    transition-delay: .08s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(5) {
    transform: translate(20px, -65px);
    transition-delay: .04s;
    opacity: 1;
  }

  .ard-sosmed.open ul li:nth-child(6) {
    transform: translateX(200px);
    transition-delay: 0s;
    opacity: 1;
  }

  .ard-sosmed ul li a img {
    width: 80%;
    height: auto;
  }

  .ard-sosmed ul li a {
    display: flex;
    width: 55px;
    height: 55px;
    border: solid 2px var(--accent-color);
    border-radius: 10px;
    justify-content: center;
    align-items: center;
    transition: all .3s ease-in;
    border-radius: 50px;
  }

  .bar1,
  .bar2,
  .bar3 {
    width: 60%;
    height: 5px;
    background-color: var(--accent-color);
    margin: 6px auto;
    transition: .4s;
    position: relative;
    transform: translateY(-1px);
  }

  .open .bar1 {
    transform: translate(0, 10px) rotate(-230deg);
  }

  .open .bar2 {
    opacity: 0;
    transform: translate(0, -6px) rotate(-225deg);
  }

  .open .bar3 {
    transform: translate(0, -12px) rotate(-315deg);
  }

  .ard-sosmed ul li div {
    position: absolute;
    transition: all .3s ease;
    opacity: 0;
    scale: .1;

    font-size: large;
    background: rgba(0, 0, 0, 1);
    color: var(--accent-color);
    text-align: center;
    text-wrap: nowrap;
  }

  .ard-sosmed ul li:hover div {
    opacity: 1;
    scale: 1;
  }

  .ard-sosmed ul li:nth-child(1) div {
    transform: translateY(-240px);
  }

  .ard-sosmed ul li:nth-child(1):hover div {
    transform: translateY(-95px);
  }

  .ard-sosmed ul li:nth-child(2) div {
    transform: translateY(-175px);
  }

  .ard-sosmed ul li:nth-child(2):hover div {
    transform: translate(30px, -95px);
  }

  .ard-sosmed ul li:nth-child(3) div {
    transform: translateY(-150px);
  }

  .ard-sosmed ul li:nth-child(3):hover div {
    transform: translate(50px, -90px);
  }

  .ard-sosmed ul li:nth-child(4) div {
    transform: translateX(160px);
  }

  .ard-sosmed ul li:nth-child(4):hover div {
    transform: translate(50px, -90px);
  }

  .ard-sosmed ul li:nth-child(5) div {
    transform: translate(110px, 70px);
  }

  .ard-sosmed ul li:nth-child(5):hover div {
    transform: translate(62px, -80px);
  }

  .ard-sosmed ul li:nth-child(6) div {
    transform: translate(55px, 135px);
  }

  .ard-sosmed ul li:nth-child(6):hover div {
    transform: translate(65px, -65px);
  }

.ard-sosmed ul li a img:hover {
  filter: drop-shadow(0 0 6px rgb(255, 0, 0));
  transform: scale(1.1);
  transition: all 0.3s ease-in-out;
}

.attention {
    position: relative;
    -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 49% 75%, 22% 100%, 22% 75%, 0% 75%);
    clip-path: polygon(0% 0%, 100% 0%, 100% 75%, 49% 75%, 50% 100%, 22% 75%, 0% 75%);
    width: 80px;
    text-wrap: nowrap;
    height: 30px;
    margin-bottom: 5px;
    left: 15px;
    background-color: var(--base-color);
    cursor: default;
    color: var(--accent-color);
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 10px;
    opacity: 0;
    font-weight: 800;
  }

  .whore {
    animation: flicker .6s infinite;

    &:hover {
      animation-duration: 10s;
    }
  }

  @keyframes flicker {
    0% {
      opacity: 1;
    }

    50% {
      opacity: 0;
    }

    100% {
      opacity: 1;
    }
  }

  @media screen and (max-width: 600px) {
    .ard-sosmed {
      bottom: 22%;
    }
  }


/*rtp start*/
/* ==== GLOBAL LAYOUT ==== */
.grid-container {
  max-width: 900px;
  margin: 0 auto;
  padding: 10px 5px;
}


.popup {
  display: none;
  position: fixed;
  z-index: 9999;
  left: 0; top: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.75);
  justify-content: center;
  align-items: center;
}

/* ==== SECTION: RTP INFO DI ATAS ==== */
.rtp-live-info {
  max-width: 500px;
  margin: 0 auto 20px;
  text-align: left;
  color: #fff;
  padding: 0 20px;
}

.rtp-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 8px;
  color: #21f8ff;
    text-align: center;
}

.rtp-desc {
  font-size: 14px;
  line-height: 1.6;
  margin-bottom: 6px;
  color: #ffffff;
}

/* ==== SECTION: PROVIDER SLIDER ==== */
.provider-slider-wrapper {
  max-width: 1000px;
  margin: 30px auto;
  padding: 5px 15px;
  background: linear-gradient(135deg, #001e44, #040030);
  border-radius: 18px;
  box-shadow: 0 0 20px rgba(0, 0, 0, 0.4);
  position: relative;
  overflow: hidden;
  border: 1px solid #0066ff;
  display: flex;
  align-items: center;
}

.provider-slider {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  scroll-behavior: smooth;
  padding: 6px 0;
  scroll-snap-type: x mandatory;
    scroll-padding-left: 0; 
}

.provider-item {
  flex: 0 0 auto;
  width: 160px;
  height: 90px;
  padding: 6px 10px;
  background: #1a1a2f;
  border-radius: 12px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  box-shadow: inset 0 0 0 rgba(0, 0, 0, 0);
  border: 1px solid #2e2f50;
  transition: all 0.25s ease;
  cursor: pointer;
  scroll-snap-align: start;
  overflow: hidden;
}

.provider-item:hover {
  background: #232448;
  transform: translateY(-2px);
  box-shadow: 0 0 12px rgba(255, 0, 144, 0.3);
  border-color: #ff0090;
}

.provider-item img {
  width: 100%;
  height: auto;
  max-height: 48px;
  object-fit: contain;
  margin-bottom: 6px;
  transition: transform 0.3s ease;
  filter: brightness(1.05);
}

.provider-item:hover img {
  transform: scale(1.1);
  filter: brightness(1.2);
}

.provider-name {
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  opacity: 0.85;
}

/* ==== SECTION: GAME GRID & CARD ==== */
.grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}

@media (min-width: 480px) {
  .grid {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (min-width: 768px) {
  .grid {
    grid-template-columns: repeat(6, 1fr);
  }
}

.game-card {
  background: #1a1a2f;
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.5);
  transition: transform 0.2s ease;
  border:rgb(225, 0, 255) 2px solid;
}

.game-card:hover {
  transform: scale(1.05);
}
.game-card:hover .badge {
  color: rgba(0, 0, 0, 0.5);
  text-shadow: none;
  transition: color 0.2s ease;
}
.img-wrapper {
  position: relative;
  overflow: hidden;

}

.img-wrapper img {
  width: 100%;
  aspect-ratio: 1/1;
  object-fit: cover;
  display: block;
  transition: filter 0.4s ease-in-out, transform 0.4s ease-in-out;
  will-change: filter, transform;
}

.img-wrapper:hover img {
  filter: brightness(0.6) saturate(1.2);
  transform: scale(1.05);
}

/* Hover Actions (Main, Pola) */
.hover-actions {
  position: absolute;
  inset: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 8px;
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.3s ease, transform 0.3s ease;
  pointer-events: none;
    z-index: 3;
}

.img-wrapper:hover .hover-actions {
  opacity: 1;
  transform: translateY(0);
  pointer-events: all;
}

.hover-actions a,
.hover-actions button {
  background: linear-gradient(to bottom, #ff0090, #c7006f);
  border: none;
  color: #fff;
  font-size: 12px;
  font-weight: bold;
  padding: 8px 16px;
  border-radius: 8px;
  cursor: pointer;
  text-decoration: none;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.4);
  transition: all 0.2s ease-in-out;
}

.hover-actions a:hover,
.hover-actions button:hover {
  background: linear-gradient(to bottom, #ff3daa, #d10078);
  transform: translateY(-2px) scale(1.03);
}

/* ====== BADGE ====== */
.badge {
  position: absolute;
  top: 0;
  right: 0;
  width: 40px;
  padding: 18px 0;
  text-align: center;
  font-size: 10px;
  font-weight: 900;
  font-family: 'Segoe UI', 'Arial Black', sans-serif;
  color: #fff;
  background: #ff005d;
  text-transform: uppercase;
  text-shadow: 0 0 1px rgba(0, 0, 0, 0.5);
  box-shadow:
    0 2px 6px rgba(0, 0, 0, 0.4),
    0 0 6px rgba(255, 255, 255, 0.1);
  clip-path: polygon(0 0, 100% 0, 100% 80%, 50% 100%, 0 80%);
  z-index: 2;
    border: 1px solid rgba(255, 255, 255, 0.1);
      pointer-events: none;


}

.badge::after {
  content: '';
  position: absolute;
  top: 0;
  left: -75%;
  width: 50%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  transform: skewX(-25deg);
  animation: shineBadge 2.5s ease-in-out infinite;
  pointer-events: none;
}

@keyframes shineBadge {
  0%   { left: -75%; }
  100% { left: 125%; }
}



.badge.hot {
  background: linear-gradient(45deg, #ff3e3e, #c70039);
}

.badge.gacor {
  background: linear-gradient(45deg, #ff0099, #7e00c7);
}

.badge.limited {
  background: linear-gradient(45deg, #ffb200, #ff5722);
}

.badge.trend {
  background: linear-gradient(45deg, #00d4ff, #0072ff);
}

@media (min-width: 768px) {
  .badge {
    width: 50px;
    font-size: 11px;
  }
}

.rtp-wrap {
  display: flex;
  align-items: center;
  gap: 6px;
  font-size: 11px;
  margin-top: 4px;
}

.rtp-label {
  display: block;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  margin-bottom: 4px;
  padding: 2px 6px;
  background: #ffffff10;
  border-radius: 4px;
  width: fit-content;
}
.rtp-bar-container {
  display: flex;
  align-items: center;
  gap: 6px;
  flex: 1;
}
.rtp-value {
  font-weight: bold;
  min-width: 40px;
  text-align: right;
  color: #00ff99;
  text-shadow: 0 0 3px #000;
  font-size: 12px;
}

/* ====== CARD FOOTER ====== */
.card-footer {
  padding: 8px;
  background: #121221;
}

.title {
  font-size: 12px;
  font-weight: 600;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #fff;
  margin-bottom: 4px;
}

.rtp-bar {
  width: 100%;
  height: 12px;
  background: #2d2d40;
  border-radius: 6px;
  overflow: hidden;
  position: relative;
}

.rtp-bar-fill {
  height: 100%;
  border-radius: 6px;
  position: relative;
  font-size: 11px;
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
  text-shadow: 0 0 3px rgba(0, 0, 0, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  overflow: hidden;
}


/* === WARNA HIJAU === */
.rtp-bar-fill.green {
  background: linear-gradient(to right, #009966, #006644, #00b373);
  box-shadow:
    inset 0 0 2px rgba(255, 255, 255, 0.2),
    0 0 3px rgba(0, 255, 0, 0.3);
  color: #ffffff;
}

/* === WARNA ORANGE === */
.rtp-bar-fill.orange {
  background: linear-gradient(to right, #cc9900, #cc6600, #ff6600); /* gelapin tone orange */
  box-shadow:
    inset 0 0 2px rgba(255, 255, 255, 0.2),
    0 0 3px rgba(255, 140, 0, 0.3);
  color: #fff;
}

/* === WARNA MERAH === */
.rtp-bar-fill.red {
  background: linear-gradient(to right, #990000, #cc0000, #ff3333);
  box-shadow:
    inset 0 0 2px rgba(255, 255, 255, 0.2),
    0 0 3px rgba(255, 0, 0, 0.3);
  color: #fff;
}


.rtp-bar-fill::after {
  content: '';
  position: absolute;
  top: 0;
  left: -60%;
  width: 60%;
  height: 100%;
  background: linear-gradient(
    120deg,
    rgba(255, 255, 255, 0) 0%,
    rgba(255, 255, 255, 0.2) 50%,
    rgba(255, 255, 255, 0) 100%
  );
  animation: rtpShine 2.5s ease-in-out infinite;
  transform: skewX(-20deg);
  pointer-events: none;
}

@keyframes rtpShine {
  0%   { left: -60%; }
  100% { left: 100%; }
}


/* ====== POPUP ====== */


.popup.open {
  display: flex;
}

.popup-content {
  background: radial-gradient(circle at top left, #292f73, #1e1e2f);
  padding: 20px;
  border-radius: 12px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.7);
  color: #fff;
  max-width: 360px;
  width: 90%;
  position: relative;
  animation: scaleIn 0.3s ease;
}

@keyframes scaleIn {
  from { transform: scale(0.8); opacity: 0; }
  to { transform: scale(1); opacity: 1; }
}

.popup-content h3,
.popup-content h4 {
  margin: 5px 0;
  color: #ff0090;
  text-align: center;
}

.popup-content ul {
  list-style: disc;
  padding-left: 20px;
  margin: 10px 0;
}

.popup-content table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}

.popup-content td {
  padding: 6px;
  border-bottom: 1px solid #444;
  vertical-align: top;
  font-size: 13px;
}

.popup-content td:first-child {
  font-weight: bold;
  color: #fff;
  white-space: nowrap;
}

.popup-buttons {
  display: flex;
  gap: 10px;
  justify-content: space-between;
  margin-top: 15px;
  flex-direction: row-reverse;
}

.popup-buttons a,
.popup-buttons button {
  flex: 1;
  color: white;
  font-size: 14px;
  font-weight: bold;
  padding: 12px 0;
  border-radius: 10px;
  text-align: center;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.1),
    inset 0 -1px 0 rgba(0, 0, 0, 0.3);
  border: 1px solid;
}

/* Main Sekarang – Neon Turquoise */
.popup-buttons a {
  background-image: linear-gradient(to bottom, #00ffbf, #00b389);
  border-color: #00997a;
}

/* Tutup – Magenta Gradient */
.popup-buttons button {
  background-image: linear-gradient(to bottom, #ff4d8b, #c41f5c);
  border-color: #a4184b;
}


/* ====== TABLE POLA ====== */
.pola-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  color: #fff;
}

.pola-table tr td:first-child {
  font-weight: bold;
  white-space: nowrap;
  width: 70px;
}

.pola-table td {
  padding: 6px 8px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  font-size: 13px;
}

/* ====== SECTION TITLE ====== */
.section-title-h3 {
  color: #ff0090;
  margin: 10px 0 5px;
  font-size: 15px;
  border-bottom: 1px solid #ff0090;
  display: inline-block;
}

/* ====== MAIN BUTTONS ====== */
.btn-main {
  background: limegreen;
  color: #fff;
  padding: 6px 16px;
  font-weight: bold;
  border-radius: 6px;
  text-decoration: none;
  display: inline-block;
}



.btn-main-popup {
  flex: 1;
  text-align: center;
  background: #2ecc71;
  color: white;
  padding: 10px;
  border-radius: 6px;
  font-weight: bold;
  text-decoration: none;
}

.btn-close-popup {
  flex: 1;
  background: #e74c3c;
  color: white;
  border: none;
  padding: 10px;
  border-radius: 6px;
  font-weight: bold;
  cursor: pointer;
}

@media (max-width: 480px) {
  .provider-item {
    width: 120px;
    padding: 6px 4px;
  }

  .provider-name {
    font-size: 11px;
  }

  .provider-slider-wrapper {
    padding: 10px 10px;
  }

}

@media (max-width: 480px) {
  .rtp-value {
    font-size: 13px;
    color: #00ffcc !important;
  }

  .rtp-label {
    font-size: 11px;
    padding: 2px 8px;
    background: #ffffff15;
  }
}
.title,
.rtp-label,
.rtp-value,
.provider-name {
  text-shadow: 0 1px 2px rgba(0,0,0,0.8);
}
.img-wrapper img {
  max-height: 140px;
}

@media (max-width: 480px) {
  .grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
  }
}
/* rtp end*/
 
/*buktiwd start*/ 
.bukti-wd-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 5px;
  max-width: 800px;
  margin: 0 auto;
}

.jp-h2 {
  text-align: center;
  color: #21f8ff;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
  margin-bottom: 20px;
  font-size: 24px;
}

@media (min-width: 768px) {
  .bukti-wd-grid {
    grid-template-columns: repeat(3, 1fr);
  }
}

.bukti-wd-grid figure {
  margin: 0;
}

.jp-wd-frame {
  background: linear-gradient(180deg, #111 0%, #222 100%);
border: 4px solid #a020f0;
  border-radius: 18px;
  box-shadow: 0 0 20px rgba(255, 204, 0, 0.5), inset 0 0 10px rgba(255, 255, 255, 0.1);
  position: relative;
  aspect-ratio: 1 / 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.jp-wd-frame::before,
.jp-wd-frame::after {
  content: "";
  position: absolute;
  width: 20px;
  height: 20px;
background: linear-gradient(180deg, #a020f0, transparent);
}

.jp-wd-frame::before {
  top: -4px;
  left: -4px;
  border-top-left-radius: 50px;
}

.jp-wd-frame::after {
  bottom: -4px;
  right: -4px;
  border-bottom-right-radius: 12px;
}

.jp-wd-frame img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 12px;
  display: block;
  cursor: pointer;
}

.bukti-wd-grid figcaption {
  margin-top: 4px;
  font-size: 11px;
  color: #ccc;
  text-align: center;
}

.bukti-wd-lightbox {
  position: fixed;
  inset: 0;
  background: rgba(0, 0, 0, 0.85);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transition: opacity 0.3s ease, visibility 0.3s ease;
}

.bukti-wd-lightbox.active {
  opacity: 1;
  visibility: visible;
}
.bukti-wd-lightbox #zoomedFrame {
  max-width: 80%;
  max-height: 90%;
  transform: scale(0.7);
  transition: transform 0.3s ease;
}

.bukti-wd-lightbox.active #zoomedFrame {
  transform: scale(1);
}
.bukti-wd-lightbox .jp-wd-frame {
  border: 5px solid #00d9ff;
  border-radius: 20px;
  background: linear-gradient(to bottom, #111, #222);
  box-shadow:
    0 0 30px rgba(255, 204, 0, 0.4),
    0 0 50px rgba(255, 0, 0, 0.3);
}

@keyframes gradientBorder {
  0% { border-image-source: linear-gradient(270deg, #ffcc00, #ff0000, #ffcc00); }
  50% { border-image-source: linear-gradient(90deg, #ffcc00, #00ff00, #ffcc00); }
  100% { border-image-source: linear-gradient(270deg, #ffcc00, #ff0000, #ffcc00); }
}

.bukti-wd-buttons {
  margin-top: 20px;
  text-align: center;
  display: flex;
  justify-content: center;
  gap: 10px;
  flex-wrap: wrap;
}

.btn-wd-action,
.btn-wd-outline {
  width: 200px;
  padding: 12px 0;
  border-radius: 8px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  text-align: center;
  font-size: 12px;
  transition: all 0.3s ease;
  box-sizing: border-box;
}

/* Tombol Aksi - CITIBET88 */
.btn-wd-action {
  background: linear-gradient(to right, #00cfff, #0066cc); 
  color: #ffffff;
  border: none;
  transition: all 0.3s ease;
}

.btn-wd-action:hover {
  background: #002b55;
  color: #00cfff;
  border: 2px solid #00cfff;
}


.btn-wd-outline {
  border: 2px solid #00cfff;
  color: #00cfff;
  background: transparent;
  transition: all 0.3s ease;
}

.btn-wd-outline:hover {
  background: #00cfff;
  color: #ffffff;
  box-shadow: 0 4px 12px rgba(0, 207, 255, 0.3);
}


.jp-desc {
  text-align: center;
  color: #ffffff;
  max-width: 600px;
  margin: 0 auto 20px;
  font-size: 14px;
  line-height: 1.6;
}

.bukti-wd-subtext {
  text-align: center;
  color: #ccc;
  margin-top: 15px;
  font-size: 12px;
}
/*buktiwd End*/

/*FAQ-section Start  */
.faq-section {
  max-width: 700px;
  margin: 30px auto;
  padding: 24px;
  border-radius: 16px;
  background: linear-gradient(180deg, #0e0e25, #1a1a35);
  border: 1px solid rgba(0, 200, 200, 0.15);
  box-shadow: 0 0 10px rgba(0, 200, 200, 0.05);
}

.faq-container details {
  border: 1px solid rgba(255, 255, 255, 0.05);
  margin-bottom: 12px;
  border-radius: 10px;
  overflow: hidden;
  transition: all 0.3s ease;
  background: rgba(255, 255, 255, 0.01);
}

.faq-container summary {
  padding: 14px 20px;
  cursor: pointer;
  font-weight: bold;
  font-size: 15px;
  color: #99f6ff;
  list-style: none;
  background: rgba(153, 246, 255, 0.05);
  text-shadow: none;
}

.faq-container summary::marker {
  display: none;
}

.faq-container .faq-content {
  padding: 14px 20px;
  color: #ddd;
  font-size: 14px;
  line-height: 1.7;
  border-top: 1px solid rgba(255, 255, 255, 0.04);
  background: rgba(255, 255, 255, 0.01);
}

.faq-container details[open] summary {
  background: linear-gradient(90deg, #3b0a69, #13315c);
  color: #ffffff;
  box-shadow: inset 0 0 6px rgba(255, 255, 255, 0.1);
  text-shadow: none;
}
/*FAQ-section End*/


/*footer start - CITIBET88 style*/
.jp-footer {
  background: linear-gradient(to right, #0b0f24, #14183a);
  color: #ccd6f6;
  padding: 20px 20px 10px;
  font-size: 13px;
  line-height: 1.6;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.7);
  font-family: 'Space Grotesk', sans-serif;
}

.footer-content {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 24px;
  max-width: 1200px;
  margin: 0 auto;
}

.footer-col h4 {
  color: #00f0ff;
  margin-bottom: 12px;
  font-size: 14px;
  text-transform: uppercase;
  padding-bottom: 6px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-col ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

.footer-col ul li {
  margin-bottom: 8px;
}

.footer-col ul li a {
  color: #ccd6f6;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  font-size: 13px;
}

.footer-col ul li a:hover {
  color: #00f0ff;
  transform: translateX(4px);
}

.footer-desc {
  font-size: 13px;
  color: #b3c5f0;
  margin: 0;
  line-height: 1.6;
}

.footer-bottom {
  max-width: 1200px;
  margin: 20px auto 40px;
  text-align: center;
  padding-top: 20px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.footer-bottom p {
  font-size: 12px;
  color: #99aacb;
  margin: 0;
}

.footer-bottom a {
  color: #00e5ff;
  text-decoration: none;
}

.footer-bottom a:hover {
  text-decoration: underline;
}

@media (max-width: 480px) {
  .footer-content {
    grid-template-columns: 1fr;
    gap: 16px;
  }
}
/*footer end - CITIBET88*/


/*float start*/
.jp-float-icons {
  position: fixed;
  right: 5px;
  bottom: 60px;
  display: flex;
  flex-direction: column;
  gap: 12px;
  z-index: 9999;
}

.jp-float-icons .icon-link img {
  width: 75px;
  height: auto;
  transition: transform 0.3s ease;
}

.jp-float-icons .icon-link img:hover {
  transform: scale(1.1);
}
/*float end*/


/*about-site start */
.jp-about-section {
  padding: 40px 20px;
  color: #ffffff;
}

.jp-about-content {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.about-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.visi-misi-wrapper {
  display: grid;
  grid-template-columns: 1fr;
  gap: 20px;
  text-align: left;
}

.visi-item, .misi-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
}

.visi-item h3, .misi-item h3 {
  color: #ffcc00;
  margin-bottom: 10px;
  text-align: center;
}

.visi-item p, .misi-item p {
  color: #ffffff;
  font-size: 13px;
}

.misi-item ul {
  padding-left: 20px;
  font-size: 13px;
}

.misi-item ul li {
  margin-bottom: 8px;
}

.about-buttons {
  margin-top: 20px;
}

.about-buttons a {
  padding: 12px 24px;
  border-radius: 8px;
  margin: 8px;
  display: inline-block;
  text-decoration: none;
  font-weight: bold;
  text-transform: uppercase;
  transition: all 0.3s ease;
}

.about-buttons .btn-wd-action {
  background: linear-gradient(to right, #ff0000, #cc0000);
  color: #fff;
}

.about-buttons .btn-wd-outline {
  border: 2px solid #ffcc00;
  color: #ffcc00;
  background: transparent;
}

.about-buttons .btn-wd-action:hover {
  background: #fff;
  color: #cc0000;
}

.about-buttons .btn-wd-outline:hover {
  background: #ffcc00;
  color: #111;
  box-shadow: 0 4px 12px rgba(255, 204, 0, 0.4);
}

@media (min-width: 768px) {
  .visi-misi-wrapper {
    grid-template-columns: repeat(2, 1fr);
  }
}
/*about-site-end */

/*contactus-start*/
.jp-contact-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(10, 10, 10, 0.95));
  padding: 40px 20px;
  color: #ccc;
  text-align: center;
}

.jp-contact-content {
  max-width: 800px;
  margin: 0 auto;
}

.jp-contact-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 30px;
}

.contact-info {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
}

.contact-item {
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.1);
  padding: 20px;
  border-radius: 12px;
  text-align: left;
}

.contact-item h3 {
  color: #ffcc00;
  margin-bottom: 8px;
  font-size: 16px;
}

.contact-item a {
  color: #fff;
  text-decoration: none;
  font-weight: bold;
  display: inline-block;
  margin-top: 6px;
}

.contact-item p {
  font-size: 12px;
  margin-top: 8px;
  color: #aaa;
}

.contact-item a:hover {
  color: #ffcc00;
}

.contact-note {
  margin-top: 20px;
  font-size: 12px;
  color: #aaa;
  text-align: left;
}

.contact-note p {
    font-size: 13px;
    text-align: center;
}

@media (max-width: 480px) {
  .contact-item {
    text-align: center;
  }
} 
/*contactus-end*/

/*linkupdate-start */
.jp-link-update-section {
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.9), rgba(10, 10, 10, 0.95));
  padding: 40px 20px;
  color: #ccc;
  text-align: center;
}

.jp-link-update-content {
  max-width: 800px;
  margin: 0 auto;
}

.link-update-desc {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 20px;
}

.jp-link-list {
  list-style: none;
  padding: 0;
  margin: 20px 0;
}

.jp-link-list li {
  margin-bottom: 10px;
}

.jp-link-list a {
  color: #ffcc00;
  text-decoration: none;
  font-weight: bold;
  word-break: break-word;
}

.jp-link-list a:hover {
  color: #fff;
}

.link-update-note {
  margin-top: 20px;
  font-size: 12px;
  color: #aaa;
}
/*linkupdate-end */