/* ============================================
   METEORBET88 RTP - TEMA LEBARAN / EID MUBARAK
   Sesuai referensi: hijau zamrud, lentera emas, masjid, floral mandala
   ============================================ */

:root {
  --lebaran-bg: #0a3d2e;
  --lebaran-emerald: #0d4d3d;
  --lebaran-teal: #0f5c4a;
  --lebaran-gold: #FFD700;
  --lebaran-gold-light: #FFE55C;
  --lebaran-cream: #FFFDE7;
  --lebaran-white: #FFF8DC;
  --radius-sm: 12px;
  --radius-md: 16px;
  --radius-lg: 24px;
  --transition: 0.3s ease;
}

* {
  font-family: 'Plus Jakarta Sans', 'Poppins', system-ui, sans-serif;
  box-sizing: border-box;
}

* { scroll-behavior: smooth; }
p { margin: 0; }

/* BACKGROUND - Hijau zamrud gelap + siluet masjid */
body {
  background: #0a3d2e !important;
  background-image: 
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 400 200'%3E%3Cpath d='M50 120 Q75 80 100 120 L100 200 L50 200 Z' fill='%230d4d3d' opacity='0.15'/%3E%3Cpath d='M150 100 Q175 50 200 100 L200 200 L150 200 Z' fill='%230d4d3d' opacity='0.12'/%3E%3Cpath d='M250 100 Q275 50 300 100 L300 200 L250 200 Z' fill='%230d4d3d' opacity='0.15'/%3E%3Cpath d='M350 120 Q375 80 400 120 L400 200 L350 200 Z' fill='%230d4d3d' opacity='0.12'/%3E%3C/svg%3E"),
    linear-gradient(180deg, #0a3d2e 0%, #0d4d3d 30%, #0a3d2e 100%) !important;
  background-size: 100% auto, 100% 100%;
  background-repeat: repeat-x, no-repeat;
  min-height: 100vh;
  -webkit-font-smoothing: antialiased;
  position: relative;
}
body::before {
  content: '';
  position: fixed;
  top: 0; left: 0; right: 0; bottom: 0;
  background: radial-gradient(ellipse 80% 40% at 50% 0%, rgba(255, 215, 0, 0.08), transparent 50%);
  pointer-events: none;
  z-index: 0;
}

/* HEADER LEBARAN - Gambar referensi + overlay */
.lebaran-header-section {
  position: relative;
  min-height: 380px;
  overflow: hidden;
  margin-bottom: 20px;
}
.lebaran-header-bg {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background-size: cover;
  background-position: center top;
  background-repeat: no-repeat;
}
.lebaran-header-overlay {
  position: absolute;
  top: 0; left: 0; right: 0; bottom: 0;
  background: linear-gradient(180deg, rgba(10, 61, 46, 0.3) 0%, rgba(10, 61, 46, 0.7) 100%);
  pointer-events: none;
}
.lebaran-header-content {
  position: relative;
  z-index: 2;
  padding: 30px 20px 25px;
  text-align: center;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.lebaran-greeting {
  margin: 20px auto 25px;
  text-align: center !important;
  width: 100%;
  max-width: 800px;
  background: rgba(0, 0, 0, 0.4);
  padding: 20px;
  border-radius: 16px;
  border: 2px solid rgba(255, 215, 0, 0.3);
}
.lebaran-greeting-main {
  font-size: clamp(1.5rem, 5vw, 2.2rem);
  font-weight: 800;
  color: #FFD700 !important;
  letter-spacing: 0.05em;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.8), 0 3px 15px rgba(0,0,0,0.9), 0 0 60px rgba(255, 215, 0, 0.5);
  margin-bottom: 12px;
  text-align: center !important;
  text-transform: uppercase;
}
.lebaran-greeting-idul {
  font-size: clamp(2rem, 6vw, 3.5rem);
  font-weight: 700;
  color: #FFD700;
  font-style: normal;
  letter-spacing: 0.02em;
  text-shadow: 0 0 30px rgba(255, 215, 0, 0.5), 0 2px 15px rgba(0,0,0,0.5);
  margin: 5px 0;
  text-align: center !important;
}
.lebaran-greeting-year {
  font-size: clamp(1.3rem, 3.5vw, 1.8rem);
  color: #FFF !important;
  font-weight: 700;
  margin: 12px 0 18px;
  letter-spacing: 0.2em;
  text-shadow: 0 0 25px rgba(255, 229, 92, 0.8), 0 3px 12px rgba(0,0,0,0.8), 0 0 50px rgba(255, 215, 0, 0.6);
  text-align: center !important;
  background: linear-gradient(90deg, #FFD700, #FFE55C, #FFD700);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}
.lebaran-greeting-msg {
  font-size: clamp(1rem, 2.8vw, 1.3rem);
  color: #FFF !important;
  font-weight: 600;
  line-height: 1.6;
  max-width: 600px;
  margin: 0 auto;
  text-shadow: 0 0 20px rgba(255, 253, 231, 0.6), 0 3px 10px rgba(0,0,0,0.8), 0 0 40px rgba(255, 215, 0, 0.4);
  text-align: center !important;
}
.lebaran-title {
  margin-top: 10px !important;
  font-style: normal !important;
}

/* Dekorasi lentera & floral - SVG inline */
.lebaran-deco {
  position: absolute;
  pointer-events: none;
  z-index: 1;
  opacity: 0.9;
}
.lebaran-lantern-left {
  top: 20px;
  left: 10px;
  width: 60px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 90'%3E%3Cpath d='M30 5 L32 25 L35 5 L38 25 L40 5' stroke='%23FFD700' stroke-width='1.5' fill='none'/%3E%3Cellipse cx='30' cy='45' rx='12' ry='18' fill='%23FFD700' opacity='0.9'/%3E%3Cellipse cx='30' cy='45' rx='8' ry='12' fill='%23FFE55C'/%3E%3Cpath d='M18 63 L30 75 L42 63' stroke='%23FFD700' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.lebaran-lantern-right {
  top: 20px;
  right: 10px;
  width: 60px;
  height: 90px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 60 90'%3E%3Cpath d='M30 5 L32 25 L35 5 L38 25 L40 5' stroke='%23FFD700' stroke-width='1.5' fill='none'/%3E%3Cellipse cx='30' cy='45' rx='12' ry='18' fill='%23FFD700' opacity='0.9'/%3E%3Cellipse cx='30' cy='45' rx='8' ry='12' fill='%23FFE55C'/%3E%3Cpath d='M18 63 L30 75 L42 63' stroke='%23FFD700' stroke-width='2' fill='none'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}
.lebaran-floral-bottom-left {
  bottom: 0;
  left: 0;
  width: 120px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100'%3E%3Cpath d='M0 100 Q30 70 50 80 Q70 90 80 70 Q90 50 70 40 Q50 30 30 50 Q10 70 0 100' fill='%23FFD700' opacity='0.4'/%3E%3Cpath d='M20 90 Q40 60 60 70 Q80 80 85 60' stroke='%23FFD700' stroke-width='1.5' fill='none' opacity='0.6'/%3E%3Ccircle cx='25' cy='75' r='8' fill='%23FFD700' opacity='0.5'/%3E%3Ccircle cx='45' cy='65' r='6' fill='%23FFE55C' opacity='0.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom left;
}
.lebaran-floral-bottom-right {
  bottom: 0;
  right: 0;
  width: 120px;
  height: 100px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 100'%3E%3Cpath d='M120 100 Q90 70 70 80 Q50 90 40 70 Q30 50 50 40 Q70 30 90 50 Q110 70 120 100' fill='%23FFD700' opacity='0.4'/%3E%3Cpath d='M100 90 Q80 60 60 70 Q40 80 35 60' stroke='%23FFD700' stroke-width='1.5' fill='none' opacity='0.6'/%3E%3Ccircle cx='95' cy='75' r='8' fill='%23FFD700' opacity='0.5'/%3E%3Ccircle cx='75' cy='65' r='6' fill='%23FFE55C' opacity='0.5'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: bottom right;
}
@media (max-width: 576px) {
  .lebaran-header-section { min-height: 320px; }
  .lebaran-lantern-left, .lebaran-lantern-right { width: 40px; height: 60px; top: 10px; }
  .lebaran-floral-bottom-left, .lebaran-floral-bottom-right { width: 80px; height: 70px; }
}

/* PERNAK-PERNIK LEBARAN - Dekorasi di seluruh halaman */
.lebaran-crescent {
  position: absolute;
  width: 24px;
  height: 24px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 A10 10 0 0 1 12 22 A10 10 0 0 1 12 2' fill='none' stroke='%23FFD700' stroke-width='2'/%3E%3Cpath d='M12 6 A6 6 0 0 0 12 18' fill='%230a3d2e'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.7;
  pointer-events: none;
}
.lebaran-star {
  position: absolute;
  width: 16px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 L14 10 L22 12 L14 14 L12 22 L10 14 L2 12 L10 10 Z' fill='%23FFD700' opacity='0.9'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.8;
  pointer-events: none;
}
/* Borda dekoratif emas - floral corner */
.bg-glass-swipper {
  position: relative;
}
.bg-glass-swipper::after {
  content: '';
  position: absolute;
  inset: -2px;
  border-radius: var(--radius-md);
  background: linear-gradient(135deg, transparent 60%, rgba(255, 215, 0, 0.15) 100%);
  pointer-events: none;
  z-index: 0;
}
/* Section - corner floral subtle */
.wrapper {
  position: relative;
}
.wrapper::before {
  content: '';
  position: absolute;
  top: -8px;
  left: -8px;
  width: 80px;
  height: 60px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 80 60'%3E%3Cpath d='M0 60 Q15 45 30 50 Q45 55 50 40' fill='%23FFD700' opacity='0.1'/%3E%3Ccircle cx='20' cy='45' r='4' fill='%23FFD700' opacity='0.15'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  pointer-events: none;
  z-index: 0;
}
/* Container utama - dekorasi bulan sabit & bintang */
.container {
  position: relative;
}
.container::before {
  content: '';
  position: fixed;
  top: 15%;
  right: 5%;
  width: 30px;
  height: 30px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 A10 10 0 0 1 12 22 A10 10 0 0 1 12 2' fill='none' stroke='%23FFD700' stroke-width='1.5'/%3E%3Cpath d='M12 6 A6 6 0 0 0 12 18' fill='%230a3d2e'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.25;
  pointer-events: none;
  z-index: 0;
}
.container::after {
  content: '';
  position: fixed;
  bottom: 25%;
  left: 3%;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2 L14 10 L22 12 L14 14 L12 22 L10 14 L2 12 L10 10 Z' fill='%23FFD700' opacity='0.6'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  opacity: 0.3;
  pointer-events: none;
  z-index: 0;
}
@media (max-width: 768px) {
  .container::before, .container::after { display: none; }
}

a:hover { text-decoration: none; color: var(--lebaran-cream) !important; }
.container { width: 100%; margin-left: auto; margin-right: auto; padding-left: 12px; padding-right: 12px; }
.logo-center { text-align: center; padding-bottom: 20px; }
.logo-center a { display: inline-block; transition: transform var(--transition); }
.logo-center a:hover { transform: scale(1.05); }
.logo-mobile { 
  max-width: 220px; height: auto; 
  filter: drop-shadow(0 4px 20px rgba(255, 215, 0, 0.4)) drop-shadow(0 0 30px rgba(34, 139, 34, 0.3));
  border: 2px solid rgba(255, 215, 0, 0.3);
  border-radius: 12px;
  padding: 8px;
  background: rgba(0,0,0,0.2);
}
.title { display: flex; justify-content: center; }
.title-text { color: var(--lebaran-gold) !important; font-size: clamp(1.25rem, 4vw, 2.5rem); font-weight: 700; text-shadow: 0 0 20px rgba(255, 215, 0, 0.5); }
.text-big { font-size: clamp(1rem, 2.5vw, 1.5rem) !important; font-weight: 700; font-style: normal !important; color: var(--lebaran-gold) !important; text-shadow: 0 0 15px rgba(255, 215, 0, 0.4), 0 2px 10px rgba(0,0,0,0.5); line-height: 1.3; text-align: center; }
.word { color: #C8E6C9 !important; font-size: clamp(0.8rem, 2vw, 0.95rem); }
.text-shadow { text-shadow: 0 2px 8px rgba(0, 0, 0, 0.3); }

.footerrtp > div, .whatsapp > div, .Whatsapp > div, .facebook > div, .instagram > div, .APK > div {
  position: fixed !important; left: 8px !important; z-index: 1000 !important; opacity: 0.98; transition: transform var(--transition);
}
.footerrtp > div { bottom: 90px !important; }
.whatsapp > div, .Whatsapp > div { bottom: 150px !important; }
.facebook > div, .instagram > div { bottom: 210px !important; }
.APK > div { bottom: 270px !important; }
.footerrtp a:hover, .whatsapp a:hover, .Whatsapp a:hover, .facebook a:hover, .instagram a:hover, .APK a:hover {
  transform: scale(1.08);
}
body > div[style*="position: fixed"][style*="bottom: 20px"][style*="right"] a,
body > div[style*="position: fixed"][style*="right: 5px"] a { display: inline-flex; border-radius: 50%; transition: transform var(--transition); }
body > div[style*="position: fixed"][style*="right"] a:hover { transform: scale(1.1); }

@media (max-width: 768px) {
  .footerrtp > div { bottom: 82px !important; }
  .whatsapp > div, .Whatsapp > div { bottom: 138px !important; }
  .facebook > div, .instagram > div { bottom: 194px !important; }
  .APK > div { bottom: 250px !important; }
}
@media (max-width: 480px) {
  .footerrtp > div { bottom: 76px !important; }
  .whatsapp > div, .Whatsapp > div { bottom: 128px !important; }
  .facebook > div, .instagram > div { bottom: 180px !important; }
  .APK > div { bottom: 232px !important; }
}

/* SLIDER PROVIDER - Bingkai emas */
.bg-glass-swipper {
  background: linear-gradient(145deg, rgba(27, 94, 32, 0.95) 0%, rgba(34, 139, 34, 0.9) 100%) !important;
  backdrop-filter: blur(16px);
  border: 3px solid #FFD700 !important;
  border-radius: var(--radius-md) !important;
  box-shadow: 0 8px 32px rgba(0,0,0,0.4), 0 0 40px rgba(255, 215, 0, 0.3), inset 0 1px 0 rgba(255,255,255,0.2) !important;
  position: relative;
}
.bg-glass-swipper::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.15) 0%, transparent 50%, rgba(255, 215, 0, 0.1) 100%);
  pointer-events: none;
}
.swiper-slide {
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  width: auto;
  overflow: hidden;
  border-radius: var(--radius-sm);
  transition: all var(--transition);
  background: rgba(0,0,0,0.2);
  border: 1px solid rgba(255, 215, 0, 0.3);
}
.swiper-slide:hover {
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.25), rgba(34, 139, 34, 0.3)) !important;
  transform: translateY(-4px) scale(1.02);
  border-color: #FFD700;
  box-shadow: 0 8px 25px rgba(255, 215, 0, 0.4);
}
.swiper-slide small { color: #C8E6C9; font-size: 0.75rem; font-weight: 600; }
.swiper-slide:hover small { color: #FFD700 !important; text-shadow: 0 0 15px rgba(255, 215, 0, 0.8); }
.img-provider { max-height: 40px; width: auto; object-fit: contain; transition: transform var(--transition); }
/* Swiper Navigation Arrows - Gold Lebaran Style */
.swiper-button-next,
.swiper-button-prev {
  display: flex !important;
  width: 50px !important;
  height: 50px !important;
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.95), rgba(255, 165, 0, 0.9)) !important;
  border-radius: 50% !important;
  border: 3px solid rgba(255, 255, 255, 0.8) !important;
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4), 0 0 25px rgba(255, 215, 0, 0.4) !important;
  transition: all 0.3s ease !important;
  z-index: 15 !important;
  cursor: pointer !important;
  opacity: 1 !important;
}

.swiper-button-next::after,
.swiper-button-prev::after {
  font-size: 22px !important;
  font-weight: 900 !important;
  color: #0a3d2e !important;
  text-shadow: 0 1px 3px rgba(255, 255, 255, 0.5);
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
  background: linear-gradient(145deg, rgba(255, 165, 0, 1), rgba(255, 215, 0, 1)) !important;
  transform: scale(1.15) !important;
  box-shadow: 0 6px 30px rgba(0, 0, 0, 0.5), 0 0 35px rgba(255, 215, 0, 0.6) !important;
  border-color: #fff !important;
}

.swiper-button-disabled {
  opacity: 0.3 !important;
  cursor: not-allowed !important;
}

/* Positioning */
.swiper-button-next {
  right: 5px !important;
}

.swiper-button-prev {
  left: 5px !important;
}

/* Mobile responsive */
@media (max-width: 768px) {
  .swiper-button-next,
  .swiper-button-prev {
    width: 40px !important;
    height: 40px !important;
  }
  
  .swiper-button-next::after,
  .swiper-button-prev::after {
    font-size: 18px !important;
  }
}

/* TOMBOL LOGIN/DAFTAR - Emas Lebaran */
.btn-light {
  background: linear-gradient(145deg, #FFD700 0%, #FFA500 50%, #DAA520 100%) !important;
  color: #1b5e20 !important;
  font-weight: 800 !important;
  border: 2px solid #fff !important;
  padding: 14px 24px !important;
  border-radius: 50px !important;
  box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.5) !important;
  text-shadow: 0 1px 2px rgba(255,255,255,0.5) !important;
}
.btn-light:hover {
  transform: translateY(-3px) scale(1.02);
  box-shadow: 0 10px 35px rgba(255, 215, 0, 0.7) !important;
  color: #1b5e20 !important;
}
.btn-outline-light {
  background: transparent !important;
  color: #FFD700 !important;
  font-weight: 700 !important;
  border: 2px solid #FFD700 !important;
  padding: 14px 24px !important;
  border-radius: 50px !important;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3) !important;
}
.btn-outline-light:hover {
  background: rgba(255, 215, 0, 0.2) !important;
  transform: translateY(-3px);
  box-shadow: 0 0 30px rgba(255, 215, 0, 0.5) !important;
  color: #FFD700 !important;
}

.notif-marque {
  background: linear-gradient(145deg, rgba(27, 94, 32, 0.9), rgba(34, 139, 34, 0.8)) !important;
  border: 2px solid #FFD700 !important;
  border-radius: var(--radius-sm);
  color: #FFF8DC !important;
  box-shadow: 0 4px 20px rgba(255, 215, 0, 0.2);
}
.notif-marque i { color: #FFD700 !important; }
.ticker-wrapper { overflow: hidden; white-space: nowrap; width: 100%; }
.ticker-content { display: inline-flex; align-items: center; white-space: nowrap; animation: ticker-scroll 30s linear infinite; color: #FFF8DC; }
.ticker-content span { padding-right: 40px; }
.notif-marque:hover .ticker-content { animation-play-state: paused; }
@keyframes ticker-scroll { 0% { transform: translateX(0); } 100% { transform: translateX(-50%); } }
marquee { display: none; }

.slot { display: block; }
.slot .slot-sidebar { padding-right: 10px; padding-left: 0; margin-top: 5px; background-color: transparent; float: none !important; width: 100% !important; flex: none !important; max-width: 100% !important; }
.slot-sidebar-nav { display: flex; flex-wrap: nowrap; padding-left: 0; margin-bottom: 0; list-style: none; gap: 4px; overflow-x: auto; -webkit-overflow-scrolling: touch; }
.slot-sidebar-nav > li {
  padding: 6px 10px;
  background: linear-gradient(145deg, rgba(27, 94, 32, 0.8), rgba(34, 139, 34, 0.6));
  border: 2px solid rgba(255, 215, 0, 0.4);
  border-radius: var(--radius-sm);
  transition: all var(--transition);
}
.slot-sidebar-nav > li > a { color: #FFF8DC !important; font-size: 13px; font-weight: 600; }
.slot-sidebar-nav > li:hover, .slot-sidebar-nav > li.active {
  background: linear-gradient(145deg, rgba(255, 215, 0, 0.3), rgba(34, 139, 34, 0.5)) !important;
  border-color: #FFD700 !important;
  box-shadow: 0 0 20px rgba(255, 215, 0, 0.3);
}
.slot-sidebar-nav > li.active {
  background: linear-gradient(145deg, #FFD700, #FFA500) !important;
  color: #1b5e20 !important;
  border-color: #fff !important;
}
.slot-sidebar-nav > li.active a { color: #1b5e20 !important; font-weight: 800; }
.btn-provider { text-align: center; display: block; }
.enter { display: none; }
.slot .content { float: none; width: 100%; padding: 0; flex: 0 0 100%; max-width: 100%; background-color: transparent; }

.wrapper { width: 100%; padding: 0; display: grid; grid-template-columns: repeat(2, 1fr); gap: 12px; position: relative; z-index: 0; }
@media (min-width: 576px) { .wrapper { grid-template-columns: repeat(2, 1fr); gap: 14px; } }
@media (min-width: 768px) { .wrapper { grid-template-columns: repeat(3, 1fr); gap: 16px; } }
@media (min-width: 992px) { .wrapper { grid-template-columns: repeat(4, 1fr); gap: 18px; } }
@media (min-width: 1200px) { .wrapper { grid-template-columns: repeat(5, 1fr); gap: 20px; } }

/* KARTU GAME - Bingkai emas Lebaran */
.card {
  float: none;
  width: 100% !important;
  background: linear-gradient(145deg, rgba(27, 94, 32, 0.95) 0%, rgba(34, 139, 34, 0.9) 50%, rgba(26, 71, 42, 0.95) 100%) !important;
  text-align: center;
  border-radius: var(--radius-md);
  overflow: hidden;
  border: 2px solid #FFD700 !important;
  box-shadow: 0 8px 30px rgba(0,0,0,0.4), 0 0 25px rgba(255, 215, 0, 0.2), inset 0 1px 0 rgba(255,255,255,0.1) !important;
  transition: all var(--transition);
  position: relative;
}
.card::before {
  content: '';
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background: linear-gradient(135deg, rgba(255, 215, 0, 0.1) 0%, transparent 50%, rgba(255, 215, 0, 0.05) 100%);
  opacity: 0;
  transition: opacity var(--transition);
  pointer-events: none;
}
.card:hover {
  transform: translateY(-8px) scale(1.02);
  border-color: #FFA500 !important;
  box-shadow: 0 15px 50px rgba(0,0,0,0.5), 0 0 40px rgba(255, 215, 0, 0.4), 0 0 60px rgba(34, 139, 34, 0.3) !important;
}
.card:hover::before { opacity: 1; }
.card, .card-content { border: none; position: relative; }
.card-content { margin: 0; padding: 10px; color: #FFF8DC !important; font-size: 12px; overflow: hidden; }
.card-content a { display: block; }
.card-content img.img-zoom {
  width: 100% !important;
  max-width: 100%;
  height: auto;
  border-radius: var(--radius-sm);
  margin: 6px 0 !important;
  transition: transform 0.4s ease;
  min-height: 100px;
  object-fit: cover;
  border: 2px solid rgba(255, 215, 0, 0.3);
  box-shadow: 0 4px 15px rgba(0,0,0,0.3);
}
img.img-zoom.img-broken { opacity: 0.9; }

.percent {
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  line-height: 1;
  font-size: 0.75rem;
  background: rgba(0,0,0,0.3);
  position: relative;
  z-index: 1;
  border-radius: 14px;
  width: 92%;
  margin: 8px auto;
  border: 2px solid rgba(255, 215, 0, 0.4);
}
.percent p { 
  z-index: 15; 
  position: absolute; 
  text-align: center; 
  width: 100%; 
  font-size: 13px; 
  font-weight: 700; 
  line-height: 28px;
  margin: 0;
  padding: 0;
  top: 50%;
  transform: translateY(-50%);
  color: #FFD700 !important; 
  text-shadow: 0 1px 3px rgba(0,0,0,0.8); 
}
.percent-bar { display: flex; flex-direction: column; justify-content: center; overflow: hidden; color: #fff; text-align: center; white-space: nowrap; transition: width 0.6s ease; z-index: 10; border-radius: 14px; }
.percent-bar.yellow { background: linear-gradient(90deg, #FFD700, #FFA500); }
.percent-bar.green { background: linear-gradient(90deg, #228B22, #32CD32); }
.percent-bar.red { background: linear-gradient(90deg, #c62828, #e53935); }
.jamBg { background-image: linear-gradient(45deg, rgba(255, 215, 0, 0.2) 25%, transparent 25%, transparent 50%, rgba(255, 215, 0, 0.2) 50%, rgba(255, 215, 0, 0.2) 75%, transparent 75%, transparent); background-size: 0.5rem 0.5rem; animation: progress-bar-stripes 1s linear infinite; }
@keyframes progress-bar-stripes { 0% { background-position: 0 0; } 100% { background-position: 0.5rem 0; } }

.jamgacor {
  background: linear-gradient(145deg, #1b5e20 0%, #228B22 100%) !important;
  border: 2px solid #FFD700 !important;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  margin-bottom: 6px;
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.2);
}
.jamgacor h5 { font-size: clamp(0.85em, 2vw, 1.1em); font-weight: 700; margin: 0; color: #FFD700 !important; }
.pola {
  background: linear-gradient(145deg, #228B22 0%, #2e7d32 100%) !important;
  border: 2px solid rgba(255, 215, 0, 0.5) !important;
  padding: 8px 10px;
  border-radius: var(--radius-sm);
  box-shadow: 0 4px 15px rgba(255, 215, 0, 0.15);
}
.pola h5 { font-size: clamp(0.85em, 2vw, 1.1em); font-weight: 700; margin: 0 0 4px 0; color: #FFD700 !important; }
.pola p { font-size: 0.75em; margin: 2px 0; color: rgba(255, 248, 220, 0.95) !important; }
.jam { margin-bottom: 0; padding: 4px 0; color: #FFD700; font-weight: bold; }

.hover-btn { position: absolute; opacity: 0; background: rgba(0, 0, 0, 0.85); transition: opacity var(--transition); z-index: 10; width: 100%; height: 50%; bottom: 0; left: 0; display: flex; align-items: center; justify-content: center; }
.card:hover .hover-btn { opacity: 1; }
.hover-btn:hover ~ .img-zoom, .wrap-pulse .pulse1 { position: relative; }

/* TOMBOL MAIN - Emas Lebaran */
.play-btn {
  font-size: 14px;
  text-decoration: none;
  color: #1b5e20 !important;
  text-align: center;
  padding: 12px 28px;
  display: inline-block;
  background: linear-gradient(145deg, #FFD700 0%, #FFA500 50%, #DAA520 100%) !important;
  border-radius: 50px;
  transition: all var(--transition);
  font-weight: 800;
  border: 2px solid #fff;
  box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.5);
  text-shadow: 0 1px 2px rgba(255,255,255,0.5);
  animation: play-btn-glow 2s ease-in-out infinite;
}
.play-btn:hover {
  background: linear-gradient(145deg, #FFA500 0%, #FFD700 100%) !important;
  color: #1b5e20 !important;
  transform: scale(1.1);
  box-shadow: 0 10px 35px rgba(255, 215, 0, 0.7) !important;
  animation: none;
}
@keyframes play-btn-glow {
  0%, 100% { box-shadow: 0 6px 25px rgba(255, 215, 0, 0.5), inset 0 1px 0 rgba(255,255,255,0.5); }
  50% { box-shadow: 0 8px 30px rgba(255, 215, 0, 0.7), inset 0 1px 0 rgba(255,255,255,0.5); }
}

.maintenance { position: absolute; background: rgba(0, 0, 0, 0.7); z-index: 10; width: 100%; height: 100%; color: #fff; text-align: center; margin: -10px; border-radius: var(--radius-md); display: flex; align-items: center; justify-content: center; }
.maintenance p { position: relative; font-size: 13px; padding: 12px; }

.gradient-border {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  background: linear-gradient(145deg, rgba(27, 94, 32, 0.9), rgba(34, 139, 34, 0.8)) !important;
  border-radius: var(--radius-md);
  border: 2px solid #FFD700 !important;
  padding: 1.25rem;
  box-shadow: 0 8px 30px rgba(255, 215, 0, 0.2);
}
.card-c.h-100.gradient-border { backdrop-filter: blur(8px); }
.card-body { flex: 1 1 auto; min-height: 1px; padding: 1.25rem; }
.card-body h3 { color: #FFD700 !important; font-size: clamp(1.1rem, 3vw, 1.35rem); font-weight: 700; }
.card-body p, .p-justify { color: #C8E6C9 !important; font-size: clamp(0.875rem, 2vw, 1rem); line-height: 1.6; }
.card-body a { color: #FFD700 !important; text-decoration: none; font-weight: 600; }
.card-body a:hover { color: #FFA500 !important; text-shadow: 0 0 10px rgba(255, 215, 0, 0.5); }
.h2-center { text-align: center; }
.text-white { color: #fff !important; }
.border-radius-10 { border-radius: var(--radius-sm) !important; }
.h-100 { height: 100% !important; }

* ::-webkit-scrollbar { width: 8px; height: 8px; background: rgba(27, 94, 32, 0.5); border-radius: 4px; }
* ::-webkit-scrollbar-thumb { border-radius: 10px; background: linear-gradient(180deg, #FFD700, #FFA500); }
* ::-webkit-scrollbar-thumb:hover { background: linear-gradient(180deg, #FFA500, #FFD700); }

@media (max-width: 992px) { .logo-mobile { max-width: 200px; } .slot .slot-sidebar, .slot .content { float: none !important; width: 100% !important; flex: none !important; max-width: 100% !important; } .card { width: 100% !important; } .hover-btn { display: flex; } .hover-btn:hover ~ .img-zoom { transform: scale(1); } .slot-sidebar-nav li a p { font-size: 0.7em; } .slot-sidebar-nav li a img { height: 18px !important; } .jamgacor > h5, .pola > h5 { font-size: 0.95em; } .pola > p { font-size: 0.75em; } }
@media (max-width: 576px) { .wrapper { gap: 10px; padding: 0 4px; } .card-content { padding: 8px; } .percent { width: 96%; margin: 6px auto; } .pola > p { font-size: 0.7em !important; } .container { padding-left: 10px; padding-right: 10px; } }

.adv { justify-content: center; display: flex; flex-wrap: wrap; }
img { vertical-align: middle; border-style: none; }
.next-btn { background: linear-gradient(145deg, rgba(27, 94, 32, 0.9), rgba(34, 139, 34, 0.8)); border: 2px solid #FFD700; color: #FFD700; }
.mySlides { display: none; }
.short { display: none; }
@media (min-width: 576px) { .container { max-width: 540px; } }
@media (min-width: 768px) { .container { max-width: 720px; } }
@media (min-width: 992px) { .container { max-width: 960px; } }
@media (min-width: 1200px) { .container { max-width: 1140px; } }
.bg-light-blue, .element { background: linear-gradient(145deg, rgba(27, 94, 32, 0.3), rgba(34, 139, 34, 0.2)) !important; border: 2px solid rgba(255, 215, 0, 0.4) !important; }
.element { box-shadow: 0 8px 32px rgba(0, 0, 0, 0.3); backdrop-filter: blur(4px); border-radius: var(--radius-sm); }
.bg-glass, .bg-glass-swipper { border: 1px solid rgba(255, 215, 0, 0.5); }
.content, .size1, .wrapper { width: 100%; }
.bg-glass { backdrop-filter: blur(8px); box-shadow: 0 4px 20px rgba(255, 215, 0, 0.2); }
.bg-glass:hover { background: rgba(255, 215, 0, 0.15) !important; border-color: #FFD700 !important; box-shadow: 0 0 30px rgba(255, 215, 0, 0.3); }
.border-radius-20 { border-radius: var(--radius-lg) !important; }
.ygg-img { border: 4px solid #FFD700; border-radius: var(--radius-sm); }
