@media (max-width:1050px){
  .slot-grid{
  grid-template-columns:repeat(3,1fr);
}
  .filters{
  grid-template-columns:1fr 1fr;
}
  .checks{
  grid-column:1/-1;
}
  .grid-4{
  grid-template-columns:repeat(2,1fr);
}
  .top-partner-grid{
  grid-template-columns:1fr 1fr;
  gap:28px 20px;
}
  .payment-items{
  grid-template-columns:repeat(5,52px);
}
  .footer-grid{
  grid-template-columns:1fr 1fr;
  gap:32px;
}
  .footer-bottom-grid{
  grid-template-columns:1fr 1fr;
  gap:28px;
}
}
@media (max-width:768px){
  html,body{
  width:100%;
  max-width:100%;
  overflow-x:hidden;
}
  body{
  position:relative;
}
  .container{
  width:calc(100% - 20px);
  max-width:100%;
  margin:0 auto;
}
  img{
  max-width:100%;
}
  .nav{
  width:calc(100% - 20px);
  height:auto;
  min-height:0;
  padding:8px 0 0;
  display:flex;
  flex-wrap:wrap;
  align-items:center;
  justify-content:space-between;
  gap:0;
}
  .brand{
  order:1;
  height:44px;
  flex:0 0 auto;
  display:flex;
  align-items:center;
}
  .brand img{
  width:auto;
  height:29px;
}
  .nav-actions{
  order:2;
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:7px;
  flex:0 0 auto;
}
  .nav-actions > a:first-child{
  font-size:12px;
}
  .btn-register{
  min-width:58px;
  height:34px;
  padding:0 11px;
  font-size:11px;
  border-radius:10px;
}
  .lang{
  display:none;
}
.menu{
  order:3;
  flex:0 0 100%;
  width:100%;
  min-width:100%;
  height:38px;
  display:flex;
  align-items:center;
  justify-content:center;
  gap:11px;
  padding:0;
  overflow:visible;
  border-top:1px solid #f0f1f3;
}
  .menu > a{
  height:38px;
  display:flex;
  align-items:center;
  padding:0;
  font-size:11px;
  line-height:1;
  white-space:nowrap;
  flex:0 0 auto;
}
  .menu-dropdown{
  position:relative;
  height:38px;
  display:flex;
  align-items:center;
  flex:0 0 auto;
}
  .menu-dropdown > a{
  height:38px;
  display:flex;
  align-items:center;
  padding:0;
  font-size:11px;
  line-height:1;
}
  .menu-dropdown > a::after{
  width:5px;
  height:5px;
  margin-left:1px;
  margin-top:-3px;
}
.dropdown-menu{
  top:38px;
  left:50%;
  right:auto;
  min-width:145px;
  max-width:170px;
  padding:5px 0;
  transform:translate(-50%,-6px);
}
.menu-dropdown.open .dropdown-menu{
  opacity:1;
  visibility:visible;
  transform:translate(-50%,0);
  pointer-events:auto;
}
  .hero{
  width:100%;
  height:auto;
  aspect-ratio:1334 / 350;
  background:#5d0606;
}
  .hero-inner,.slot-art,.coin,.god{
  display:none;
}
  .hero-link{
  display:block;
  width:100%;
  height:100%;
}
.hero-link img {
  width:100%;
  height:100%;
  object-fit:fill;
  object-position:center;
  display:block;
}
  .page{
  padding:28px 0;
}
  .breadcrumb{
  margin-bottom:18px;
  font-size:12px;
}
  .panel{
  padding:20px 16px;
  border-radius:12px;
}
  .panel h1{
  margin-bottom:12px;
  font-size:22px;
  line-height:1.35;
}
  .panel p{
  margin-bottom:14px;
  font-size:12px;
  line-height:1.65;
}
  .tags,.quick{
  gap:7px;
}
  .tag{
  padding:5px 8px;
  font-size:10px;
}
  .quick{
  margin-top:12px;
  padding:11px;
  font-size:10px;
  line-height:1.6;
}
  .section{
  padding:24px 0;
  margin-top:20px;
}
  .section h2{
  margin-bottom:10px;
  font-size:18px;
  line-height:1.35;
}
  .section > p{
  margin-bottom:18px;
  font-size:11px;
  line-height:1.55;
}
  .filters{
  grid-template-columns:1fr 1fr;
  gap:8px;
  padding:10px;
  margin-bottom:18px;
}
  .filters select,.filters input{
  width:100%;
  height:36px;
  padding:0 9px;
  font-size:11px;
}
  .checks{
  grid-column:1/-1;
  gap:10px;
  flex-wrap:wrap;
  font-size:10px;
}
  .no-game-result{
  padding:18px 12px;
  margin-bottom:16px;
  font-size:11px;
}
  .slot-grid{
  grid-template-columns:repeat(2,1fr);
  gap:8px;
}
  .slot-card{
  border-radius:10px;
}
  .slot-image-link{
  height:auto;
  aspect-ratio:1 / .92;
}
  .slot-body{
  padding:9px;
}
  .slot-body h3{
  margin-bottom:8px;
  font-size:12px;
  line-height:1.3;
}
  .rtpbar{
  height:11px;
}
  .rtpbar b{
  top:-1px;
  font-size:8px;
}
  .rtptext{
  margin:7px 0;
  font-size:9px;
}
  .chips{
  gap:4px;
  min-height:24px;
}
  .chip{
  padding:4px 6px;
  font-size:8px;
}
  .slot-actions{
  padding:8px 9px;
  gap:6px;
}
  .slot-actions a{
  height:30px;
  border-radius:6px;
  font-size:9px;
}
  .grid-4,.grid-3{
  grid-template-columns:1fr 1fr;
  gap:9px;
}
  .info-card{
  min-height:135px;
  padding:14px 11px;
  border-radius:10px;
}
  .info-card h3{
  margin-bottom:7px;
  font-size:13px;
  line-height:1.3;
}
  .info-card p,.info-card li{
  font-size:10px;
  line-height:1.55;
}
  .info-card ul{
  margin-top:6px;
  padding-left:16px;
}
  .note,.warn{
  padding:10px;
  font-size:10px;
  line-height:1.5;
}
  .cta-row{
  gap:9px;
  margin-top:16px;
}
  .btn{
  min-height:38px;
  padding:0 13px;
  font-size:11px;
}
  .faq-grid{
  grid-template-columns:1fr;
  gap:9px;
}
  .faq-box{
  min-height:0;
  padding:16px 13px;
  border-radius:10px;
}
  .faq-box h3{
  margin-bottom:7px;
  font-size:13px;
  line-height:1.35;
}
  .faq-box p{
  font-size:10px;
  line-height:1.55;
}
  .footer-pro .container{
  width:calc(100% - 24px);
  max-width:100%;
}
  .footer-sponsors{
  padding:22px 0;
}
  .top-partner-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px 14px;
  align-items:start;
}
  .partner-block{
  padding:0 4px;
}
  .partner-block h4,.ecosystem-strip h4{
  margin-bottom:11px;
  font-size:8px;
  line-height:1.3;
  letter-spacing:.8px;
}
  .partner-items{
  display:flex;
  justify-content:center;
  align-items:flex-start;
  flex-wrap:wrap;
  gap:10px 7px;
}
  .partner-item{
  width:48px;
}
  .partner-item img{
  width:31px;
  height:31px;
  margin:0 auto 5px;
}
  .partner-item span{
  font-size:7px;
  line-height:1.2;
  white-space:normal;
}
  .payment-items{
  display:grid;
  grid-template-columns:repeat(4,45px);
  justify-content:center;
  gap:10px 5px;
}
  .payment-items .partner-item{
  width:45px;
}
  .payment-items .partner-item img{
  width:30px;
  height:30px;
}
  .provider-items{
  display:grid;
  grid-template-columns:repeat(3,52px);
  justify-content:center;
  gap:10px 6px;
}
  .provider-item{
  width:52px;
}
  .provider-item img{
  width:45px;
  height:25px;
}
  .provider-item span{
  font-size:7px;
}
  .ecosystem-strip{
  margin-top:22px;
  padding-top:18px;
}
  .ecosystem-items{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:10px;
}
  .ecosystem-item{
  width:auto;
}
  .ecosystem-item img{
  width:28px;
  height:28px;
  margin:auto;
}
  .ecosystem-item span{
  font-size:7px;
  white-space:normal;
}
  .footer-grid{
  display:grid;
  grid-template-columns:1.4fr 1fr;
  gap:24px 18px;
  padding:27px 0;
}
  .footer-brand-logo{
  width:115px;
}
  .footer-about p{
  max-width:none;
  font-size:10px;
  line-height:1.6;
}
  .footer-col h3{
  margin-bottom:12px;
  font-size:13px;
}
  .footer-col li{
  margin-bottom:7px;
}
  .footer-col a{
  font-size:11px;
}
  .footer-security-big{
  gap:10px;
}
  .footer-security-big img{
  width:29px;
  height:29px;
}
  .footer-security-big span{
  font-size:7px;
}
  .footer-bottom-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:22px 16px;
  padding:24px 0;
}
  .footer-bottom-col h4{
  margin-bottom:12px;
  font-size:12px;
}
  .footer-payment{
  gap:9px;
}
  .footer-payment img{
  height:22px;
  max-width:44px;
}
  .footer-social{
  gap:9px;
}
  .footer-social img{
  width:23px;
  height:23px;
}
  .footer-security{
  gap:9px;
}
  .footer-security img{
  width:24px;
  height:24px;
}
  .responsible-list{
  gap:8px;
  font-size:10px;
}
  .age-18{
  width:31px;
  height:31px;
  font-size:10px;
}
  .footer-copy{
  padding:14px 0;
  font-size:10px;
  text-align:center;
}
  }
@media (max-width:360px){
  .menu{
  gap:8px;
}
  .menu > a,.menu-dropdown > a{
  font-size:9.5px;
}
  .brand img{
  height:26px;
}
  .nav-actions > a:first-child{
  font-size:10px;
}
  .btn-register{
  min-width:52px;
  padding:0 8px;
  font-size:9px;
}
  .panel h1{
  font-size:20px;
}
  .filters{
  grid-template-columns:1fr;
}
  .checks{
  grid-column:auto;
}
  .grid-4,.grid-3{
  grid-template-columns:1fr;
}
  .payment-items{
  grid-template-columns:repeat(4,36px);
}
  .provider-items{
  grid-template-columns:repeat(3,42px);
}
}

/* LIVE CHAT - SAMA DENGAN CASINO */
.live-chat-btn{
  position:fixed;
  right:18px;
  bottom:18px;
  width:60px;
  height:60px;
  border-radius:50%;
  background:#1677ff;
  display:flex;
  align-items:center;
  justify-content:center;
  box-shadow:0 10px 25px rgba(0,0,0,.22);
  z-index:9999;
  text-decoration:none;
  transition:transform .2s ease,box-shadow .2s ease;
  animation:liveChatPulse 1.5s ease-out infinite;
}

@keyframes liveChatPulse{
  0%{
    box-shadow:
      0 10px 25px rgba(0,0,0,.22),
      0 0 0 0 rgba(22,119,255,.45);
  }

  70%{
    box-shadow:
      0 10px 25px rgba(0,0,0,.22),
      0 0 0 16px rgba(22,119,255,0);
  }

  100%{
    box-shadow:
      0 10px 25px rgba(0,0,0,.22),
      0 0 0 0 rgba(22,119,255,0);
  }
}

.live-chat-btn:hover{
  transform:translateY(-2px);
  box-shadow:0 14px 28px rgba(0,0,0,.26);
}

.live-chat-btn svg{
  width:38px;
  height:38px;
  fill:#fff;
  display:block;
  margin-top:6px;
}