/* Live Casino Lobby - Beauty Optimized v1.4.0 */

.lclo-grid{
  --lclo-columns: 2;
  --lclo-gap: 20px;
  display:grid;
  grid-template-columns: repeat(var(--lclo-columns), minmax(0, 1fr));
  gap: var(--lclo-gap);
  align-items: stretch;
  width:100%;
}

.lclo-grid > .swiper-slide,
.lclo-grid > .lclo-swiper-slide{
  width: auto !important;
  margin-right: 0 !important;
}

.swiper-slide .lclo-slideItem,
.lclo-slideItem{
  display:block;
  width:100%;
}

.lclo-third-game-live,
.third-game-live.lclo-third-game-live{
  list-style:none;
  padding:0;
  margin:0;
  width:100%;
}

.lclo-liveItem{
  position:relative;
  isolation:isolate;
  overflow:hidden;
  width:100%;
  min-height:238px;
  border-radius:26px;
  background:
    radial-gradient(circle at 75% 20%, rgba(255,255,255,.72), rgba(255,255,255,0) 28%),
    linear-gradient(135deg, #fff5dc 0%, #f5c775 46%, #9b5e1b 100%);
  border:1px solid rgba(255,255,255,.58);
  box-shadow:
    0 18px 42px rgba(59,28,0,.18),
    inset 0 1px 0 rgba(255,255,255,.72);
  transform: translateZ(0);
  transition: transform .22s ease, box-shadow .22s ease, filter .22s ease;
}

.lclo-liveItem::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:1;
  background:
    linear-gradient(90deg, rgba(26,12,2,.03), rgba(255,255,255,.18) 45%, rgba(48,20,0,.12)),
    radial-gradient(circle at 8% 88%, rgba(255,206,86,.3), rgba(255,206,86,0) 34%);
  pointer-events:none;
}

.lclo-liveItem::after{
  content:"";
  position:absolute;
  inset:1px;
  z-index:5;
  border-radius:25px;
  border:1px solid rgba(255,255,255,.34);
  pointer-events:none;
}

.lclo-liveItem:hover{
  transform: translateY(-5px);
  filter: saturate(1.04) contrast(1.02);
  box-shadow:
    0 24px 54px rgba(72,34,0,.24),
    0 0 0 1px rgba(255,211,111,.5),
    inset 0 1px 0 rgba(255,255,255,.8);
}

.lclo-imgs{
  position:absolute;
  inset:0;
  z-index:0;
}

.lclo-foreground{
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover;
  transform: scale(1.02);
}

.lclo-croupier{
  position:absolute;
  z-index:2;
  left:4%;
  bottom:-14px;
  width:min(42%, 205px);
  height:auto;
  max-height:116%;
  object-fit:contain;
  filter: drop-shadow(0 18px 20px rgba(38,16,0,.38));
  transition: transform .22s ease, filter .22s ease;
}

.lclo-liveItem:hover .lclo-croupier{
  transform: translateY(-4px) scale(1.035);
  filter: drop-shadow(0 22px 24px rgba(38,16,0,.46));
}

.lclo-playInfo{
  position:relative;
  z-index:3;
  min-height:238px;
  margin-left:40%;
  padding:28px 30px 26px 12px;
  display:flex;
  flex-direction:column;
  justify-content:center;
  align-items:flex-start;
  gap:10px;
}

.lclo-playInfo::before{
  content:"";
  position:absolute;
  z-index:-1;
  top:22px;
  right:22px;
  bottom:22px;
  left:-10px;
  border-radius:24px;
  background:rgba(255,255,255,.48);
  border:1px solid rgba(255,255,255,.42);
  box-shadow: inset 0 1px 0 rgba(255,255,255,.65);
  backdrop-filter: blur(3px);
}

.lclo-platLogo{
  display:block;
  width:auto;
  height:36px;
  max-width:154px;
  object-fit:contain;
  filter: drop-shadow(0 4px 8px rgba(0,0,0,.12));
}

.lclo-playCode{
  margin:0;
  max-width:100%;
  font-size: clamp(25px, 3.8vw, 39px);
  line-height:1.02;
  font-weight:950;
  letter-spacing:-.8px;
  color:#2b1605;
  text-transform:uppercase;
  text-shadow: 0 1px 0 rgba(255,255,255,.55);
}

.lclo-playRebateWp{
  display:inline-flex;
  align-items:center;
  width:auto;
}

.lclo-playRebate{
  display:inline-flex;
  align-items:center;
  gap:6px;
  padding:6px 12px;
  border-radius:999px;
  font-size:14px;
  line-height:1.25;
  font-weight:800;
  color:#7b3e00;
  background:rgba(255,245,221,.86);
  border:1px solid rgba(146,83,10,.12);
}

.lclo-playRebate::before{
  content:"★";
  font-size:12px;
  color:#c78311;
}

.lclo-playButton{
  position:relative;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:fit-content;
  margin-top:8px;
  min-height:44px;
  padding:12px 24px;
  border-radius:999px;
  overflow:hidden;
  background:linear-gradient(135deg, #2b1708 0%, #7a3e0b 48%, #d99b36 100%);
  color:#fff !important;
  font-size:15px;
  line-height:1;
  font-weight:900;
  text-decoration:none !important;
  letter-spacing:.1px;
  box-shadow:
    0 12px 22px rgba(85,41,0,.28),
    inset 0 1px 0 rgba(255,255,255,.38);
  transition: transform .18s ease, box-shadow .18s ease, filter .18s ease;
}

.lclo-playButton::before{
  content:"";
  position:absolute;
  top:0;
  bottom:0;
  left:-55%;
  width:42%;
  transform:skewX(-20deg);
  background:linear-gradient(90deg, rgba(255,255,255,0), rgba(255,255,255,.55), rgba(255,255,255,0));
  transition:left .48s ease;
}

.lclo-playButton:hover{
  transform:translateY(-2px);
  filter:brightness(1.08);
  box-shadow:
    0 15px 26px rgba(85,41,0,.36),
    inset 0 1px 0 rgba(255,255,255,.42);
}

.lclo-playButton:hover::before{
  left:120%;
}

/* Type accents */
.lclo-type-ag .lclo-playButton{ background:linear-gradient(135deg, #29210f 0%, #a16c1c 52%, #f3bf48 100%); }
.lclo-type-bbin .lclo-playButton{ background:linear-gradient(135deg, #1c2c5a 0%, #5a54d7 52%, #a879ff 100%); }
.lclo-type-ae .lclo-playButton{ background:linear-gradient(135deg, #0f3a31 0%, #1f9c7b 50%, #65e5bb 100%); }
.lclo-type-astar .lclo-playButton{ background:linear-gradient(135deg, #4c1530 0%, #d14e83 52%, #ff9bc1 100%); }

@media (max-width: 1024px){
  .lclo-grid{ grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .lclo-liveItem{ min-height:220px; }
  .lclo-playInfo{ min-height:220px; margin-left:39%; padding-right:22px; }
  .lclo-croupier{ width:min(44%, 190px); }
}

@media (max-width: 720px){
  .lclo-grid{ grid-template-columns: 1fr; }
  .lclo-liveItem{ min-height:350px; border-radius:24px; }
  .lclo-liveItem::after{ border-radius:23px; }
  .lclo-croupier{
    left:50%;
    bottom:-18px;
    width:min(78%, 290px);
    transform:translateX(-50%);
  }
  .lclo-liveItem:hover .lclo-croupier{
    transform:translateX(-50%) translateY(-4px) scale(1.025);
  }
  .lclo-playInfo{
    min-height:350px;
    margin-left:0;
    padding:22px 20px 190px 20px;
    align-items:center;
    justify-content:flex-start;
    text-align:center;
  }
  .lclo-playInfo::before{
    top:16px;
    left:16px;
    right:16px;
    bottom:auto;
    height:148px;
    border-radius:22px;
  }
  .lclo-platLogo{ height:32px; max-width:140px; }
  .lclo-playCode{ font-size:28px; letter-spacing:-.4px; }
  .lclo-playRebate{ font-size:13px; }
  .lclo-playButton{ min-height:42px; padding:12px 22px; }
}

@media (max-width: 420px){
  .lclo-liveItem{ min-height:330px; }
  .lclo-playInfo{ min-height:330px; padding-bottom:174px; }
  .lclo-croupier{ width:86%; }
  .lclo-playCode{ font-size:24px; }
}
