/* Ausgelagert aus gamenight.html Zeile 44962 (Block 78). */
:root{
  --rbc708-reel-left:url("assets/matchomat_reel_left_v708.png?v=708");
  --rbc708-reel-center:url("assets/matchomat_reel_center_v708.png?v=708");
  --rbc708-reel-right:url("assets/matchomat_reel_right_v708.png?v=708");
}

/* Hauptasset bleibt sichtbar und oben */
#panel-luckyslot .rbc683-single-img{
  z-index:60!important;
  pointer-events:none!important;
  filter:drop-shadow(0 28px 46px rgba(0,0,0,.58)) saturate(1.06) contrast(1.03)!important;
}
#panel-luckyslot .rbc638-reels{
  z-index:30!important;
  pointer-events:none!important;
  overflow:visible!important;
}

/* Alle 3 Fenster bleiben Clips, aber jede Walze bekommt eigene leichte Perspektive */
#panel-luckyslot .rbc638-reel{
  overflow:hidden!important;
  border:0!important;
  background:transparent!important;
  box-shadow:inset 0 0 20px rgba(0,0,0,.22)!important;
}
#panel-luckyslot .rbc638-reel:nth-child(1){
  border-radius:12px 9px 10px 13px!important;
  clip-path:polygon(4% 0%,100% 2%,96% 100%,0% 98%)!important;
}
#panel-luckyslot .rbc638-reel:nth-child(2){
  border-radius:10px!important;
  clip-path:polygon(1% 0%,99% 0%,100% 100%,0% 100%)!important;
}
#panel-luckyslot .rbc638-reel:nth-child(3){
  border-radius:9px 12px 13px 10px!important;
  clip-path:polygon(0% 2%,96% 0%,100% 98%,4% 100%)!important;
}

/* Glas/Schatten über dem Fenster */
#panel-luckyslot .rbc638-reel::before{
  content:""!important;
  position:absolute!important;
  inset:0!important;
  z-index:2!important;
  pointer-events:none!important;
  display:block!important;
  background:
    linear-gradient(180deg, rgba(22,10,5,.32) 0%, rgba(22,10,5,0) 18%, rgba(22,10,5,0) 82%, rgba(22,10,5,.30) 100%),
    linear-gradient(90deg, rgba(0,0,0,.24), transparent 18%, transparent 82%, rgba(0,0,0,.24))!important;
}
#panel-luckyslot .rbc638-reel::after{
  content:""!important;
  position:absolute!important;
  left:8%!important;
  right:8%!important;
  top:50%!important;
  height:1px!important;
  z-index:3!important;
  pointer-events:none!important;
  display:block!important;
  background:linear-gradient(90deg, transparent, rgba(136,82,34,.32), rgba(255,235,170,.30), rgba(136,82,34,.32), transparent)!important;
  box-shadow:0 -50px 0 rgba(127,74,30,.15), 0 50px 0 rgba(127,74,30,.13)!important;
}

#panel-luckyslot .rbc638-reel-window{
  position:relative!important;
  z-index:5!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  padding:0!important;
  overflow:hidden!important;
  background:transparent!important;
}

/* Gemeinsames Zell-Layout */
#panel-luckyslot .rbc638-reel-window > .rbc638-item,
#panel-luckyslot .rbc644-reel-cell .rbc638-item{
  position:relative!important;
  z-index:5!important;
  width:100%!important;
  height:100%!important;
  min-height:0!important;
  box-sizing:border-box!important;
  display:flex!important;
  flex-direction:column!important;
  align-items:center!important;
  justify-content:center!important;
  gap:7px!important;
  padding:16px 10px 13px!important;
  overflow:hidden!important;
  background-repeat:no-repeat!important;
  background-position:center center!important;
  background-size:128% 122%!important;
  background-color:transparent!important;
  border-radius:13px!important;
}

/* JEDE WALZE EIGENES ASSET */
#panel-luckyslot .rbc638-reel:nth-child(1) .rbc638-reel-window > .rbc638-item,
#panel-luckyslot .rbc638-reel:nth-child(1) .rbc644-reel-cell .rbc638-item{
  background-image:var(--rbc708-reel-left)!important;
  background-position:49% 50%!important;
  transform-origin:56% 50%!important;
}
#panel-luckyslot .rbc638-reel:nth-child(2) .rbc638-reel-window > .rbc638-item,
#panel-luckyslot .rbc638-reel:nth-child(2) .rbc644-reel-cell .rbc638-item{
  background-image:var(--rbc708-reel-center)!important;
  background-position:50% 50%!important;
}
#panel-luckyslot .rbc638-reel:nth-child(3) .rbc638-reel-window > .rbc638-item,
#panel-luckyslot .rbc638-reel:nth-child(3) .rbc644-reel-cell .rbc638-item{
  background-image:var(--rbc708-reel-right)!important;
  background-position:51% 50%!important;
  transform-origin:44% 50%!important;
}

/* Spin-Zellen klarer trennen */
#panel-luckyslot .rbc644-reel-cell{
  width:100%!important;
  display:grid!important;
  place-items:center!important;
  box-sizing:border-box!important;
  overflow:hidden!important;
  background:transparent!important;
  border-top:1px solid rgba(255,255,255,.42)!important;
  border-bottom:1px solid rgba(120,72,28,.18)!important;
}
#panel-luckyslot .rbc644-reel-cell + .rbc644-reel-cell{
  box-shadow:inset 0 2px 0 rgba(132,78,30,.11)!important;
}

/* Inhalt über der Walzenkarte */
#panel-luckyslot .rbc638-avatar,
#panel-luckyslot .rbc638-mapicon,
#panel-luckyslot .rbc638-name,
#panel-luckyslot .rbc638-meta{
  position:relative!important;
  z-index:8!important;
}
#panel-luckyslot .rbc638-avatar{
  width:55px!important;
  height:55px!important;
  margin:0 0 5px!important;
  transform:none!important;
  box-shadow:0 0 0 3px rgba(52,24,12,.78),0 0 0 5px rgba(255,190,78,.34),0 8px 15px rgba(0,0,0,.24)!important;
}
#panel-luckyslot .rbc638-mapicon{
  width:62px!important;
  height:52px!important;
  margin:0 0 6px!important;
  transform:none!important;
  box-shadow:0 0 0 3px rgba(52,24,12,.74),0 0 0 5px rgba(255,190,78,.28),0 8px 15px rgba(0,0,0,.20)!important;
}
#panel-luckyslot .rbc638-name{
  font-size:13px!important;
  line-height:1.04!important;
  color:#170f0a!important;
  text-shadow:0 1px 0 rgba(255,255,255,.38)!important;
  letter-spacing:.025em!important;
  max-width:98%!important;
  margin:0!important;
}
#panel-luckyslot .rbc638-map .rbc638-name{
  font-size:11.2px!important;
  line-height:1.05!important;
  max-height:38px!important;
  overflow:hidden!important;
}
#panel-luckyslot .rbc638-meta{
  margin-top:3px!important;
  font-size:6px!important;
  line-height:1!important;
  letter-spacing:.13em!important;
  color:rgba(38,28,20,.70)!important;
}

/* Drehen: Walzen und Inhalt bewegen, Hauptasset bleibt ruhig */
#panel-luckyslot .rbc638-machine.rbc644-real-spin .rbc644-reel-strip{filter:blur(.28px)!important;}
#panel-luckyslot .rbc638-machine.rbc644-real-spin .rbc638-reel{box-shadow:inset 0 0 26px rgba(255,205,80,.14),0 3px 12px rgba(0,0,0,.30)!important;}

/* Klickzonen unsichtbar lassen */
#panel-luckyslot #rbc638Refresh,
#panel-luckyslot #rbc638Spin{
  opacity:0!important;color:transparent!important;background:transparent!important;border:0!important;box-shadow:none!important;text-shadow:none!important;font-size:0!important;line-height:0!important;text-indent:-9999px!important;overflow:hidden!important;pointer-events:auto!important;
}
#panel-luckyslot #rbc638Payout{display:none!important;visibility:hidden!important;pointer-events:none!important;}
