/* STS v5.6.162 - carousel polish: cleaner STS showcase, 5 random live thumbs, no pink name strips */
html body.streamx-v5.twitch-v53 .sts-tv-main{
  min-width:0!important;
}

html body.streamx-v5.twitch-v53 .sts-live-showcase{
  width:min(1680px, calc(100vw - 340px))!important;
  margin:34px auto 54px!important;
  padding:0!important;
}

html body.streamx-v5.twitch-v53 .sts-live-main-card{
  display:grid!important;
  grid-template-columns:minmax(760px, 1fr) 360px!important;
  min-height:520px!important;
  border-radius:28px!important;
  overflow:hidden!important;
  background:linear-gradient(135deg, rgba(4,7,9,.94), rgba(18,10,30,.96))!important;
  border:1px solid rgba(57,255,20,.28)!important;
  box-shadow:
    0 0 0 1px rgba(139,92,246,.24) inset,
    0 0 44px rgba(57,255,20,.12),
    0 0 70px rgba(139,92,246,.22),
    0 28px 90px rgba(0,0,0,.54)!important;
}

html body.streamx-v5.twitch-v53 .sts-live-preview-stack{
  min-height:520px!important;
  background:#030508!important;
}

html body.streamx-v5.twitch-v53 .sts-live-preview,
html body.streamx-v5.twitch-v53 .sts-live-preview img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
}

html body.streamx-v5.twitch-v53 .sts-live-preview img{
  filter:saturate(1.06) contrast(1.05)!important;
  opacity:1!important;
}

html body.streamx-v5.twitch-v53 .sts-live-preview::after{
  background:linear-gradient(180deg, rgba(0,0,0,.03), transparent 55%, rgba(0,0,0,.16))!important;
}

html body.streamx-v5.twitch-v53 .sts-live-details{
  padding:42px 36px!important;
  display:flex!important;
  flex-direction:column!important;
  justify-content:center!important;
  background:
    radial-gradient(circle at 18% 12%, rgba(57,255,20,.15), transparent 30%),
    radial-gradient(circle at 85% 90%, rgba(139,92,246,.25), transparent 45%),
    linear-gradient(180deg, rgba(13,18,26,.96), rgba(7,9,15,.98))!important;
}

html body.streamx-v5.twitch-v53 .sts-watch-earn{
  margin-top:auto!important;
  min-height:58px!important;
  border-radius:16px!important;
  background:linear-gradient(135deg,#39ff14 0%,#7dff58 42%,#8b5cf6 100%)!important;
  color:#04070a!important;
  font-weight:1000!important;
}

html body.streamx-v5.twitch-v53 .sts-live-thumb-rail{
  display:grid!important;
  grid-template-columns:repeat(5, minmax(120px, 1fr))!important;
  gap:12px!important;
  margin:14px 0 0!important;
  width:100%!important;
  max-width:100%!important;
}

html body.streamx-v5.twitch-v53 .sts-live-thumb{
  position:relative!important;
  height:86px!important;
  min-height:86px!important;
  padding:0!important;
  border-radius:14px!important;
  overflow:hidden!important;
  background:#05080d!important;
  border:1px solid rgba(139,92,246,.36)!important;
  opacity:.7!important;
  box-shadow:0 12px 28px rgba(0,0,0,.3)!important;
}

html body.streamx-v5.twitch-v53 .sts-live-thumb img{
  width:100%!important;
  height:100%!important;
  object-fit:cover!important;
  display:block!important;
  filter:saturate(1.03) contrast(1.05)!important;
}

html body.streamx-v5.twitch-v53 .sts-live-thumb::before{
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg, transparent 52%, rgba(0,0,0,.28));
  pointer-events:none;
  z-index:1;
}

html body.streamx-v5.twitch-v53 .sts-live-thumb span,
html body.streamx-v5.twitch-v53 .sts-live-thumb b{
  display:none!important;
}

html body.streamx-v5.twitch-v53 .sts-live-thumb.active{
  opacity:1!important;
  border-color:#39ff14!important;
  box-shadow:0 0 0 2px rgba(57,255,20,.7),0 0 28px rgba(57,255,20,.18),0 0 38px rgba(139,92,246,.28)!important;
}

@media(max-width:1200px){
  html body.streamx-v5.twitch-v53 .sts-live-showcase{width:calc(100vw - 28px)!important;}
  html body.streamx-v5.twitch-v53 .sts-live-main-card{grid-template-columns:1fr!important;min-height:0!important;}
  html body.streamx-v5.twitch-v53 .sts-live-preview-stack{min-height:360px!important;}
  html body.streamx-v5.twitch-v53 .sts-live-details{padding:24px!important;}
}

@media(max-width:760px){
  html body.streamx-v5.twitch-v53 .sts-live-preview-stack{min-height:250px!important;}
  html body.streamx-v5.twitch-v53 .sts-live-thumb-rail{grid-template-columns:repeat(2,minmax(0,1fr))!important;}
  html body.streamx-v5.twitch-v53 .sts-live-thumb{height:74px!important;min-height:74px!important;}
}
