:root{--rtp-hot:#ff9800;--rtp-cold:#31aef4}
.hm-row-bc,
.hm-row-bc-inner{
  width:100%;
}
.casino-live-rtp-row.hm-row-bc{padding:8px 0 18px;}
.casino-live-rtp{width:100%;
  max-width:none;
  margin:0;
  position:relative;
}
.casino-live-rtp__modes,
.casino-live-rtp__tabs{
  display:inline-flex;
  align-items:center;
  flex-wrap:nowrap;
  gap:2px;
  width:auto;
  max-width:100%;
  min-height:0;
  padding:3px;
  margin:0 0 14px;
  border-radius:10px;
  background:rgba(255,255,255,0.04);
  border:1px solid rgba(255,255,255,0.08);
  box-sizing:border-box;
}
.casino-live-rtp__modes{
  display:none;
}
.casino-live-rtp .ds-chip{
  height:30px;
  min-height:30px;
  padding:0 12px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  border-radius:7px;
  background:transparent;
  border:1px solid transparent;
  box-shadow:none;
  cursor:pointer;
  user-select:none;
  transition:background .15s ease, border-color .15s ease, color .15s ease;
  -webkit-tap-highlight-color:transparent;
}
.casino-live-rtp .ds-chip:hover{
  background:rgba(255,255,255,0.05);
  border-color:transparent;
}
.casino-live-rtp .ds-chip--selected{
  background:rgba(255,255,255,0.09);
  border-color:rgba(255,255,255,0.16);
  box-shadow:none;
}
.casino-live-rtp .chip__label{
  font-size:12px;
  line-height:1;
  font-weight:600;
  letter-spacing:0.01em;
  color:rgba(255,255,255,0.52);
  white-space:nowrap;
  -webkit-text-fill-color:rgba(255,255,255,0.52);
}
.casino-live-rtp .ds-chip--selected .chip__label{
  color:#ffffff;
  -webkit-text-fill-color:#ffffff;
}
.casino-live-rtp__mode[data-rtp-mode="hot"].ds-chip--selected{
  background:rgba(255,152,0,0.14);
  border-color:rgba(255,152,0,0.42);
}
.casino-live-rtp__mode[data-rtp-mode="hot"].ds-chip--selected .chip__label{
  color:#ffb347;
  -webkit-text-fill-color:#ffb347;
}
.casino-live-rtp__mode[data-rtp-mode="cold"].ds-chip--selected{
  background:rgba(49,174,244,0.14);
  border-color:rgba(49,174,244,0.42);
}
.casino-live-rtp__mode[data-rtp-mode="cold"].ds-chip--selected .chip__label{
  color:#7fd0ff;
  -webkit-text-fill-color:#7fd0ff;
}
.casino-live-rtp__panels{
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(0,1fr);
  gap:32px;
}
.casino-live-rtp-panel{
  height:536px;
  position:relative;
  border-radius:16px;
  overflow:visible;
  isolation:isolate;
  background:rgba(18,23,34,.42);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 8px 24px rgba(0,0,0,.18);
}
html.is-mobile .casino-live-rtp-panel{
  background:rgba(18,23,34,.38);
  -webkit-backdrop-filter:blur(10px);
  backdrop-filter:blur(10px);
}
.casino-live-rtp-panel::before{
  content:"";
  position:absolute;
  inset:0;
  z-index:-1;
  pointer-events:none;
  background:rgba(255,255,255,.02);
  border-radius:inherit;
}
.casino-live-rtp-panel--hot{
  border:1px solid rgba(255,255,255,.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 8px 24px rgba(0,0,0,.18);
}
.casino-live-rtp-panel--hot::before{
  background:rgba(255,255,255,.02);
}
.casino-live-rtp-panel--cold{
  border:1px solid rgba(255,255,255,.12);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.06),
    0 8px 24px rgba(0,0,0,.18);
}
.casino-live-rtp-panel--cold::before{
  background:rgba(255,255,255,.02);
}
.casino-live-rtp-panel__corner-icon{
  position:absolute;
  width:auto;
  height:90px;
  top:-26px;
  right:-4px;
  object-fit:contain;
  object-position:center;
  pointer-events:none;
  z-index:6;
}
.casino-live-rtp-panel__inner{
  height:100%;
  padding:15px;
  position:relative;
  z-index:1;
  overflow:hidden;
  border-radius:inherit;
}
.casino-live-rtp-panel__title{
  margin:0 0 15px 0;
  font-size:20px;
  line-height:24px;
  font-weight:700;
  letter-spacing:-.15px;
  color:#fff;
}
.casino-live-rtp-panel__grid{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  grid-template-rows:repeat(5,80px);
  gap:16px 8px;
}
.casino-live-rtp-card{
  min-width:0;
  height:80px;
  display:flex;
  align-items:center;
  position:relative;
  border-radius:8px;
  overflow:hidden;
  cursor:pointer;
  background:rgba(18,23,34,.4);
  border:1px solid rgba(255,255,255,.08);
  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.04),
    0 2px 10px rgba(0,0,0,.08);
}
.casino-live-rtp-panel--hot .casino-live-rtp-card,
.casino-live-rtp-panel--cold .casino-live-rtp-card{
  background:rgba(18,23,34,.4);
}
.casino-live-rtp-card__thumb{
  width:64px;
  height:64px;
  flex:0 0 64px;
  margin-left:8px;
  border-radius:5px;
  object-fit:cover;
  display:block;
  background:#171717;
}
.casino-live-rtp-card__info{
  min-width:0;
  padding:7px 38px 7px 8px;
  align-self:stretch;
  display:flex;
  flex-direction:column;
  justify-content:center;
  gap:4px;
}
.casino-live-rtp-card__rtp-wrap{
  display:flex;
  align-items:center;
  min-height:29px;
}
.casino-live-rtp-card__rtp{
  margin:0;
  font-size:24px;
  line-height:29px;
  font-weight:700;
  letter-spacing:-.35px;
  white-space:nowrap;
  color:#fff;
}
.casino-live-rtp-card__name{
  display:block;
  min-width:0;
  overflow:hidden;
  text-overflow:ellipsis;
  white-space:nowrap;
  font-size:15px;
  line-height:18px;
  font-weight:400;
  color:#c8c2bd;
}
.casino-live-rtp-card__other-info{
  position:absolute;
  right:8px;
  top:8px;
}
.casino-live-rtp-card__icon-holder{
  width:24px;
  height:24px;
  border-radius:4px;
  display:flex;
  align-items:center;
  justify-content:center;
  background:rgba(255,255,255,.095);
}
.tooltipIconWrapper{
  width:24px;
  height:24px;
  display:flex;
  align-items:center;
  justify-content:center;
}
.casino-live-rtp-card__arrow{
  width:20px;
  height:20px;
  display:block;
}
.typography-heading{font-family:inherit}
.ds-label{font-family:inherit}
.ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}


/* Hareketli panel çerçevesi */
@property --rtp-border-angle {
  syntax: "<angle>";
  inherits: false;
  initial-value: 0deg;
}
.casino-live-rtp-panel{
  border:1px solid transparent !important;
}
.casino-live-rtp-panel::after{
  content:"";
  position:absolute;
  inset:0;
  z-index:4;
  border-radius:inherit;
  padding:1px;
  pointer-events:none;
  -webkit-mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  -webkit-mask-composite:xor;
  mask:
    linear-gradient(#000 0 0) content-box,
    linear-gradient(#000 0 0);
  mask-composite:exclude;
  animation:rtpBorderSpin 3.2s linear infinite;
}
.casino-live-rtp-panel--hot::after{
  background:conic-gradient(
    from var(--rtp-border-angle),
    rgba(255,255,255,.08) 0deg,
    rgba(255,255,255,.1) 200deg,
    rgba(255,176,80,.55) 250deg,
    rgba(255,152,0,.7) 300deg,
    rgba(255,255,255,.08) 360deg
  );
  filter:drop-shadow(0 0 3px rgba(255,152,0,.25));
}
.casino-live-rtp-panel--cold::after{
  background:conic-gradient(
    from var(--rtp-border-angle),
    rgba(255,255,255,.08) 0deg,
    rgba(255,255,255,.1) 200deg,
    rgba(120,200,255,.5) 250deg,
    rgba(49,174,244,.65) 300deg,
    rgba(255,255,255,.08) 360deg
  );
  filter:drop-shadow(0 0 3px rgba(49,174,244,.22));
}
@keyframes rtpBorderSpin{
  to{--rtp-border-angle:360deg}
}

/* Sağ üst oklar: hover + gerçek tıklama alanı */
.casino-live-rtp-card__other-info{
  z-index:7;
}
.casino-live-rtp-card__icon-holder,
.tooltipIconWrapper{
  cursor:pointer;
}
.casino-live-rtp-card__icon-holder{
  transition:transform .16s ease,background .16s ease,box-shadow .16s ease;
}
.casino-live-rtp-card__arrow{
  transition:transform .16s ease,filter .16s ease;
  pointer-events:none;
}
.casino-live-rtp-card:hover .casino-live-rtp-card__icon-holder{
  background:rgba(255,255,255,.14);
}
.tooltipIconWrapper:hover .casino-live-rtp-card__icon-holder,
.casino-live-rtp-card__icon-holder:hover{
  transform:scale(1.08);
  background:rgba(255,255,255,.18);
  box-shadow:0 0 0 1px rgba(255,255,255,.08),0 4px 12px rgba(0,0,0,.18);
}
.tooltipIconWrapper:hover .casino-live-rtp-card__arrow,
.casino-live-rtp-card__icon-holder:hover .casino-live-rtp-card__arrow{
  transform:translate(1px,-1px) scale(1.04);
  filter:brightness(1.16);
}
.tooltipIconWrapper:focus-visible{
  outline:2px solid rgba(255,255,255,.9);
  outline-offset:2px;
  border-radius:5px;
}
.casino-live-rtp-card.is-opening{
  transform:translateY(-1px);
  filter:brightness(1.08);
}

@media (max-width:1100px){
  .casino-live-rtp-row.hm-row-bc{padding:6px 0 14px}
  .casino-live-rtp{width:100%}
  .casino-live-rtp__panels{grid-template-columns:1fr;gap:14px}
  .casino-live-rtp-panel{height:auto;min-height:0}
}

@media (max-width:820px){
  .casino-live-rtp__modes{display:inline-flex}
  .casino-live-rtp__modes,
  .casino-live-rtp__tabs{
    width:100%;
    margin-bottom:10px;
  }
  .casino-live-rtp .ds-chip{
    flex:1 1 0;
    min-width:0;
    height:34px;
    min-height:34px;
    padding:0 8px;
    border-radius:8px;
  }
  .casino-live-rtp .chip__label{font-size:12px}
  .casino-live-rtp__panels{gap:0}
  .casino-live-rtp[data-rtp-mode="hot"] .casino-live-rtp-panel--cold,
  .casino-live-rtp[data-rtp-mode="cold"] .casino-live-rtp-panel--hot{
    display:none !important;
  }
  .casino-live-rtp-panel{
    height:auto;
    min-height:0;
    border-radius:12px;
  }
  .casino-live-rtp-panel__inner{padding:10px 10px 12px;overflow:visible}
  .casino-live-rtp-panel__title{
    margin:0 0 10px;
    font-size:16px;
    line-height:20px;
    padding-right:72px;
  }
  .casino-live-rtp-panel__corner-icon{
    height:54px;
    width:auto;
    max-width:110px;
    top:-14px;
    right:0;
  }
  .casino-live-rtp-panel__grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
    grid-template-rows:none;
    gap:8px;
  }
  .casino-live-rtp-card{height:64px;border-radius:7px}
  .casino-live-rtp-card__thumb{
    width:48px;
    height:48px;
    flex-basis:48px;
    margin-left:6px;
  }
  .casino-live-rtp-card__info{padding:4px 30px 4px 6px;gap:2px}
  .casino-live-rtp-card__rtp-wrap{min-height:0}
  .casino-live-rtp-card__rtp{font-size:15px;line-height:18px;letter-spacing:-.2px}
  .casino-live-rtp-card__name{font-size:11px;line-height:14px;color:rgba(66,201,94,.78)}
  .casino-live-rtp-card__other-info{right:4px;top:4px}
  .casino-live-rtp-card__icon-holder,
  .tooltipIconWrapper{width:28px;height:28px}
  .casino-live-rtp-card__arrow{width:16px;height:16px}
}

@media (max-width:420px){
  .casino-live-rtp-panel__grid{grid-template-columns:1fr;gap:6px}
  .casino-live-rtp-card{height:58px}
  .casino-live-rtp .chip__label{font-size:11px}
}

.casino-live-rtp .ds-chip{cursor:pointer;user-select:none}
.casino-live-rtp .ds-chip:focus-visible{outline:2px solid rgba(255,255,255,.55);outline-offset:2px}
.casino-live-rtp-panel__grid{transition:opacity .22s ease}
.casino-live-rtp-panel__grid.is-switching{opacity:.2}
.casino-live-rtp-card__rtp{transition:opacity .16s ease}

.casino-live-rtp-card.rtp-card-enter{
  opacity:0;
  transition:opacity 2s cubic-bezier(.22,1,.36,1);
  transition-delay:calc(var(--rtp-i, 0) * var(--rtp-step, 90ms));
}
.casino-live-rtp-card.rtp-card-enter--in{
  opacity:1;
}
html.is-mobile .casino-live-rtp-card.rtp-card-enter{
  transition-duration:2s;
}
@media (prefers-reduced-motion:reduce){
  .casino-live-rtp-card.rtp-card-enter,
  .casino-live-rtp-card.rtp-card-enter--in{
    opacity:1!important;
    transition:none!important;
  }
}