/* TOTOSLOTJP — Live Casino visual catalog
   Isolated view; existing API modules are not modified.
*/
body.casino-view{
  background:#000;
  min-height:100vh;
  padding-bottom:48px;
}

/* Keep the same header/navigation; replace only the home content below it. */
body.casino-view .jp-hero,
body.casino-view .jp-results-strip,
body.casino-view .coupon-widget,
body.casino-view .football-widget,
body.casino-view .jp-info-visual,
body.casino-view .jp-safe-note,
body.casino-view .home-extra,
body.casino-view .jp-service-art,
body.casino-view > main.page,
body.casino-view > footer.footer{
  display:none !important;
}

body.casino-view .jp-mainnav{
  margin-bottom:0;
}

body.casino-view .jp-mainnav .jp-nav-item[href="#casino"]{
  color:#17110a;
  background:linear-gradient(180deg,#ffe36a 0%,#f7c43d 45%,#c88d18 100%);
  border-right-color:#ffe98a;
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.65),
    inset 0 -2px 0 rgba(116,73,0,.35),
    0 0 10px rgba(247,196,61,.18);
}

body.casino-view .jp-mainnav .jp-nav-item[href="#casino"] img{
  filter:brightness(.45) drop-shadow(0 0 3px rgba(255,255,255,.55));
}
body.casino-view .jp-mainnav .jp-nav-item[href="#casino"] span{
  color:#17110a;
}

body.casino-view .jp-contact-tab{
  display:flex;
}

#casinoCatalog{
  display:none;
  width:100%;
  max-width:840px;
  margin:0 auto;
  padding:0 0 45px;
  color:#fff;
}

body.casino-view #casinoCatalog{
  display:block;
}

.casino-catalog-head{
  margin:0;
  padding:13px 10px 0;
}
.casino-catalog-head h1{
  margin:0;
  color:#dce7f5;
  font-size:23px;
  line-height:1.2;
  font-weight:900;
}

.casino-sections{
  padding:0 10px;
}

.casino-provider-section{
  margin:22px 0 28px;
}

.casino-provider-title{
  display:flex;
  align-items:center;
  gap:8px;
  margin:0 0 20px;
  min-height:34px;
  color:#dfe8f3;
  font-size:25px;
  line-height:1.1;
  font-weight:900;
}

.casino-provider-title img{
  width:30px;
  height:38px;
  object-fit:contain;
  border-radius:50%;
  flex:0 0 auto;
}

.casino-provider-dot{
  color:#ffb52e;
  font-size:20px;
  line-height:1;
}

.casino-game-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:24px 40px;
  align-items:start;
}

.casino-game{
  min-width:0;
  cursor:pointer;
  text-align:center;
  outline:0;
  transition:transform .16s ease,filter .16s ease;
}

.casino-game-media{
  position:relative;
  width:100%;
  aspect-ratio:1.56/1;
  overflow:hidden;
  border-radius:7px;
  background:#121212;
}

.casino-game-media img{
  width:100%;
  height:100%;
  display:block;
  object-fit:cover;
}

.casino-game-name{
  padding:8px 2px 0;
  min-height:31px;
  color:#e9edf3;
  font-size:14px;
  line-height:1.25;
  font-weight:500;
}

.casino-game-hover{
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:4px;
  opacity:0;
  background:rgba(0,0,0,.42);
  transition:opacity .16s ease;
}

.casino-game-hover span{
  width:42px;
  height:42px;
  display:grid;
  place-items:center;
  border:2px solid #fff;
  border-radius:50%;
  color:#fff;
  font-size:16px;
  padding-left:3px;
}
.casino-game-hover b{
  color:#fff;
  font-size:9px;
  letter-spacing:1px;
}

.casino-game:hover,
.casino-game:focus-visible{
  transform:translateY(-3px);
  filter:brightness(1.06);
}
.casino-game:hover .casino-game-hover,
.casino-game:focus-visible .casino-game-hover{
  opacity:1;
}

.casino-game:hover .casino-game-name,
.casino-game:focus-visible .casino-game-name{
  color:#ffc735;
}

.casino-placeholder{
  width:100%;
  height:100%;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  gap:6px;
  padding:10px;
  background:
    radial-gradient(circle at 30% 25%,rgba(126,38,180,.7),transparent 42%),
    linear-gradient(145deg,#35104e,#090909);
}
.casino-play-badge{
  width:32px;
  height:32px;
  display:grid;
  place-items:center;
  border:1px solid rgba(255,255,255,.85);
  border-radius:50%;
  font-size:7px;
}
.casino-placeholder strong{
  max-width:95%;
  color:#fff;
  font-size:11px;
  line-height:1.2;
}
.casino-placeholder small{
  color:#bbb;
  font-size:7px;
  text-transform:uppercase;
}

.casino-game-pulse{
  transform:scale(.985) !important;
}

@media(max-width:900px){
  #casinoCatalog{max-width:820px}
  .casino-game-grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:24px 18px}
  .casino-provider-title{font-size:21px}
}

@media(max-width:600px){
  #casinoCatalog{padding-bottom:28px}
  .casino-catalog-head{padding:11px 10px 0}
  .casino-catalog-head h1{font-size:19px}
  .casino-sections{padding:0 10px}
  .casino-provider-section{margin:18px 0 23px}
  .casino-provider-title{font-size:18px;margin-bottom:13px}
  .casino-game-grid{grid-template-columns:repeat(2,minmax(0,1fr));gap:18px 12px}
  .casino-game-name{font-size:11px}
}
