/* ==================================================================
   SLOT SAYFASI - sablon v2 (Gorev 5)
   Kaynak: Desktop/index/slot.css (SALT OKUNUR). YALNIZ slot lobisinde ve
   filtreli izgarada (arsenal/games/slot-lobby, slot-grid) arsenal.css ve
   casino.css'ten SONRA yuklenir; sablondaki sira (styles.css -> slot.css)
   korunur.

   TASINMAYANLAR (sablonun demo parcalari - sayfa onlari basmiyor):
   .slot-toast, .is-random-pick + keyframes, pulse slider noktalari,
   oyuncu avatarlari ve sayaci, dev "01" rakami, RTP halkasi (yuzde),
   geri sayim satiri, canli nokta, "Canli" raf rozeti ve yanip sonen
   yesil noktalar (veri 24 saatlik - inceleme I-1), oyuncu sayisi /
   volatilite / ilgi artisi satirlari, kart ici hover dugmeleri (.slot-hover), .slot-empty
   (istemci filtresinin bos durumu; sunucunun bos durumu casino.css).

   UYARLAMALAR: sablonun <button>/<label> ogeleri burada gercek
   baglanti/form (a.slot-chip, a.slot-random, form.slot-search,
   a.slot-provider, a.pulse-play); kart sablonun .slot-game'i degil ortak
   dikey kart (.gcard, arsenal.css "ORTAK DIKEY OYUN KARTI"); hero ve RTP
   kartindaki poster yerine katalog gorseli (_oyun-gorsel) dikey bir
   cerceveye KESILMEDEN sigar. Sablonda olmayan "tum oyunlar" bolumu
   (.slot-catalog) raflarla ayni hizaya getirildi.
   ================================================================== */

.slot-page-frame { width: min(1220px, calc(100% - 38px)); margin-top: 16px; }
.slot-main { width: 100%; min-width: 0; }
/* Sablonun `.slot-main button{font:inherit}` kurali TASINMADI (final
   inceleme #17): ozgullugu (0,1,1) .btn / .disco-btn'in (0,1,0) yazisini
   ezip "Daha fazla oyun goster" ve "Tum studyolar"i govde yazisina
   dusuruyordu. Dugme sifirlamasi zaten app.css'te (button, 0,0,1). */
.slot-main input { font: inherit; }


/* ---------------- Komut satiri (slot.css 6-11) ---------------- */
.slot-command {
  position: relative;
  z-index: 8;
  display: grid;
  grid-template-columns: minmax(260px, 1fr) auto auto;
  align-items: center;
  gap: 9px;
  margin-bottom: 14px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(18, 22, 29, .96), rgba(9, 11, 16, .94));
  box-shadow: 0 15px 38px rgba(0, 0, 0, .25), inset 0 1px 0 rgba(255, 255, 255, .025);
}
.slot-search {
  display: flex;
  height: 48px;
  align-items: center;
  gap: 10px;
  margin: 0;
  padding: 0 13px;
  border: 1px solid #27303b;
  border-radius: 10px;
  background: #0e131a;
  color: #73808d;
  transition: border-color .2s, box-shadow .2s;
}
.slot-search:focus-within { border-color: rgba(238, 32, 54, .65); box-shadow: 0 0 0 3px rgba(238, 32, 54, .08); }
.slot-search svg { flex: none; width: 18px; height: 18px; fill: none; stroke: #7b8794; stroke-width: 1.8; }
.slot-search input {
  width: 100%;
  min-width: 0;
  border: 0;
  outline: 0;
  background: transparent;
  color: #eef1f4;
  font-size: 12px;
}
.slot-search input::placeholder { color: #66717e; }

.slot-categories { display: flex; gap: 5px; }
/* a.chip-nav'in (app.css) hap bicimi burada sablonun cipine doner.
   YAZI: sablonda bu ogeler <button> ve `.slot-main button{font:inherit}`
   (0,1,1) kendi 9-10px'lik kuralini (0,1,0) eziyor - sablonda cip,
   "Sansimi Sec", "Hemen Oyna" ve "Tumunu Gor" govde yazisiyla (15px)
   gorunur. Burada <a>'lar ayni sonucu `font: inherit` ile alir. */
.slot-command .slot-chip,
.slot-random {
  display: inline-flex;
  height: 48px;
  align-items: center;
  border: 1px solid #28323d;
  border-radius: 10px;
  background: #151b23;
  color: #939eaa;
  font: inherit;
  line-height: 1;
  text-decoration: none;
  cursor: pointer;
  transition: .2s ease;
}
.slot-command .slot-chip { padding: 0 14px; white-space: nowrap; }
.slot-command .slot-chip:hover,
.slot-command .slot-chip.is-active {
  border-color: rgba(237, 31, 53, .7);
  background: linear-gradient(145deg, #ee2037, #ad0d20);
  color: #fff;
  box-shadow: 0 8px 23px rgba(211, 15, 36, .2);
}
.slot-random {
  justify-content: center;
  gap: 7px;
  padding: 0 15px;
  border-color: rgba(255, 255, 255, .12);
  color: #e8edf2;
  white-space: nowrap;
}
.slot-random svg { width: 15px; height: 15px; color: #ff334a; }
.slot-random:hover { border-color: #e62139; background: #1d1319; color: #e8edf2; transform: translateY(-1px); }


/* ---------------- Kesif: hero + RTP karti (slot.css 13-23) ---------------- */
.slot-discovery {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 300px;
  gap: 14px;
  margin-bottom: 26px;
}
/* RTP listesi bos (ya da hero yok): tek kart tum genislikte. */
.slot-discovery.is-tek { grid-template-columns: minmax(0, 1fr); }

.pulse-stage,
.rtp-leader {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, .105);
  border-radius: 18px;
  background: #0c1016;
  box-shadow: 0 22px 54px rgba(0, 0, 0, .34);
}
.pulse-stage {
  display: grid;
  min-height: 370px;
  grid-template-columns: minmax(0, 1fr) 46%;
  align-items: center;
  padding: 44px 46px;
  background:
    radial-gradient(circle at 76% 53%, rgba(235, 25, 49, .24), transparent 37%),
    linear-gradient(112deg, #10151d 0, #0a0d12 48%, #25080f 100%);
}
.pulse-stage::before {
  content: "";
  position: absolute;
  z-index: -1;
  inset: 0;
  background:
    linear-gradient(115deg, transparent 0 48%, rgba(255, 255, 255, .025) 48.2%, transparent 48.5%),
    repeating-linear-gradient(90deg, transparent 0 79px, rgba(255, 255, 255, .016) 80px);
  pointer-events: none;
}
.pulse-stage::after {
  content: "";
  position: absolute;
  left: 0;
  top: 43px;
  bottom: 43px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: #ef233c;
  box-shadow: 0 0 22px rgba(239, 35, 60, .65);
}
.pulse-copy { position: relative; z-index: 3; min-width: 0; }
.pulse-kicker {
  display: flex;
  align-items: center;
  gap: 8px;
  color: #f15163;
  font-size: 8px;
  font-weight: 900;
  letter-spacing: 1.55px;
}
/* Sablonun yanip sonen yesil "canli" noktasi TASINMADI (inceleme I-1):
   ust satirin verisi 24 saatlik bir sayim, canli bir sinyal degil. */
/* Sablonda h1; sayfanin h1'i gizli sayfa basligi, oyun adi h2. */
.pulse-copy h2 {
  max-width: 540px;
  margin: 13px 0 5px;
  color: #f5f6f7;
  font: 800 clamp(36px, 4.1vw, 61px)/.93 'Barlow Condensed', sans-serif;
  letter-spacing: -.6px;
  overflow-wrap: anywhere;
}
.pulse-copy > p { margin: 0; color: #8c98a5; font-size: 12px; font-weight: 700; }
.pulse-play {
  display: inline-flex;
  height: 43px;
  align-items: center;
  gap: 7px;
  margin-top: 22px;
  padding: 0 20px;
  border: 1px solid #ff4055;
  border-radius: 9px;
  background: linear-gradient(135deg, #ee233a, #bd0d22);
  box-shadow: 0 11px 28px rgba(216, 20, 43, .26);
  color: #fff;
  font: inherit;                     /* bkz. .slot-chip yorumu */
  text-decoration: none;
  transition: .2s;
}
.pulse-play svg { width: 12px; height: 12px; }
.pulse-play:hover { color: #fff; filter: brightness(1.12); transform: translateY(-2px); }

.pulse-art { position: relative; z-index: 2; display: grid; height: 100%; place-items: center; }
.pulse-halo {
  position: absolute;
  width: 270px;
  height: 270px;
  border: 1px solid rgba(237, 35, 59, .16);
  border-radius: 50%;
  box-shadow: 0 0 0 36px rgba(237, 35, 59, .025), 0 0 0 72px rgba(237, 35, 59, .018);
  animation: haloBreathe 4s ease-in-out infinite;
}
/* Sablonun poster <img>'inin cercevesi. Katalog gorselleri dikey degil:
   gorsel cerceveye KESILMEDEN sigar (.gorsel-img contain), bos kalan
   bandi ayni gorselin bulanik kopyasi (.gorsel-bg, app.css) doldurur. */
.pulse-cover {
  position: relative;
  z-index: 2;
  overflow: hidden;
  width: min(205px, 66%);
  aspect-ratio: .73;
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 17px;
  background: #151922;
  box-shadow: 0 26px 52px rgba(0, 0, 0, .58), 0 0 40px rgba(232, 26, 49, .16);
  transform: rotate(3deg);
}
.pulse-cover img.gorsel-img,
.rtp-cover img.gorsel-img {
  position: relative;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.rtp-leader {
  display: flex;
  min-height: 370px;
  flex-direction: column;
  padding: 18px;
  background:
    radial-gradient(circle at 78% 15%, rgba(233, 31, 53, .16), transparent 36%),
    linear-gradient(160deg, #171922, #090c12 72%);
}
.rtp-leader::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: -1;
  background: linear-gradient(90deg, rgba(255, 255, 255, .018) 1px, transparent 1px);
  background-size: 38px 100%;
}
.rtp-leader header { display: flex; align-items: center; gap: 9px; }
.rtp-trophy {
  display: grid;
  flex: none;
  width: 35px;
  height: 35px;
  place-items: center;
  border: 1px solid rgba(238, 36, 58, .28);
  border-radius: 10px;
  background: rgba(238, 36, 58, .1);
  color: #ff4055;
}
.rtp-trophy svg { width: 17px; height: 17px; }
.rtp-leader header div { display: flex; min-width: 0; flex-direction: column; }
.rtp-leader header small { color: #f04357; font-size: 7px; font-weight: 900; letter-spacing: 1.3px; }
.rtp-leader header strong { margin-top: 2px; color: #7c8793; font-size: 8px; }
.rtp-visual { position: relative; display: grid; min-height: 162px; place-items: center; margin: 12px 0 4px; }
.rtp-cover {
  position: relative;
  overflow: hidden;
  width: 105px;
  height: 144px;
  border: 1px solid rgba(255, 255, 255, .16);
  border-radius: 13px;
  background: #151922;
  box-shadow: 0 16px 35px rgba(0, 0, 0, .52);
}
.rtp-copy h2 {
  overflow: hidden;
  margin: 4px 0 2px;
  color: #f5f6f7;
  font: 800 20px/1 'Barlow Condensed', sans-serif;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.rtp-copy p { margin: 0; color: #77838f; font-size: 9px; font-weight: 700; }
/* Sablonun geri sayim satirinin yeri: gercek iki eylem (oyna / listeye in). */
.rtp-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-top: auto;
  padding-top: 12px;
  border-top: 1px solid rgba(255, 255, 255, .075);
}
.rtp-play {
  display: inline-flex;
  height: 34px;
  align-items: center;
  gap: 6px;
  padding: 0 14px;
  border: 1px solid #f13b50;
  border-radius: 8px;
  background: linear-gradient(135deg, #ec253c, #b70c20);
  color: #fff;
  font-size: 12px;
  font-weight: 700;
  text-decoration: none;
}
.rtp-play svg { width: 10px; height: 10px; }
.rtp-play:hover { color: #fff; filter: brightness(1.12); }
.rtp-list { color: #7c8792; font-size: 12px; font-weight: 600; text-decoration: none; }
.rtp-list:hover { color: #f2384e; }


/* ---------------- Bolum basliklari, raflar (slot.css 25, 32) ---------------- */
.provider-lounge,
.slot-shelf { margin-bottom: 27px; }
.slot-section-heading {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 13px;
}
.slot-section-heading > div:first-child { position: relative; min-width: 0; padding-left: 42px; }
.slot-section-heading > div:first-child::before {
  content: "";
  position: absolute;
  left: 0;
  top: 5px;
  width: 31px;
  height: 20px;
  background: url('../img/menu/arsenal-cannon.png') center/contain no-repeat;
  filter: drop-shadow(0 0 8px rgba(239, 32, 55, .23));
}
.slot-section-heading > div:first-child > span {
  display: block;
  margin-bottom: 4px;
  color: #6f7b88;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1.45px;
}
.slot-section-heading h2 {
  margin: 0;
  color: #f5f6f7;
  font: 800 25px/1 'Barlow Condensed', sans-serif;
  letter-spacing: .1px;
}
.slot-section-heading > small { flex: none; color: #687480; font-size: 9px; }
.slot-section-heading.compact { margin-bottom: 10px; }
.slot-section-heading.compact h2 { font-size: 22px; }
.shelf-tools { display: flex; flex: none; align-items: center; gap: 12px; }
/* Sablonun "Canli" raf rozeti (yesil, yanip sonen noktali) TASINMADI
   (inceleme I-1): raf 24 saatlik bir sayim. Ayni kalibin VIP muhru kalir. */
.vip-seal {
  display: flex;
  flex: none;
  align-items: center;
  gap: 7px;
  padding: 8px 10px;
  border: 1px solid rgba(237, 190, 71, .25);
  border-radius: 8px;
  background: rgba(237, 190, 71, .06);
  color: #e9bf55;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: 1px;
  text-transform: uppercase;
}
.vip-seal svg { width: 11px; height: 11px; }
.shelf-link {
  flex: none;
  color: #7c8792;
  font: inherit;                     /* bkz. .slot-chip yorumu */
  text-decoration: none;
  white-space: nowrap;
}
.shelf-link:hover { color: #f2384e; }

.vip-shelf {
  padding: 17px 17px 20px;
  border: 1px solid rgba(225, 176, 53, .12);
  border-radius: 16px;
  background: radial-gradient(circle at 90% 0, rgba(181, 130, 28, .07), transparent 28%), rgba(16, 17, 20, .72);
}


/* ---------------- Saglayici seridi (slot.css 26) ---------------- */
.slot-provider-list {
  display: flex;
  gap: 8px;
  padding: 2px 1px 8px;
  overflow-x: auto;
  scrollbar-width: none;
}
.slot-provider-list::-webkit-scrollbar { display: none; }
.slot-provider {
  position: relative;
  display: flex;
  flex: none;
  min-width: 116px;
  max-width: 160px;
  height: 66px;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 4px;
  padding: 8px;
  border: 1px solid #27303a;
  border-radius: 11px;
  background: linear-gradient(145deg, #151a22, #0d1015);
  color: #dce1e5;
  text-decoration: none;
  transition: .2s;
}
.slot-provider::after {
  content: "";
  position: absolute;
  left: 18%;
  right: 18%;
  bottom: -1px;
  height: 2px;
  border-radius: 4px;
  background: #ef263e;
  opacity: 0;
  box-shadow: 0 0 12px rgba(239, 38, 62, .55);
}
.slot-provider:hover,
.slot-provider.is-active {
  border-color: rgba(238, 39, 62, .4);
  background: linear-gradient(145deg, #23141a, #101318);
  color: #dce1e5;
  transform: translateY(-2px);
}
.slot-provider.is-active::after { opacity: 1; }
.slot-provider img {
  width: 78px;
  max-height: 28px;
  object-fit: contain;
  filter: grayscale(1) brightness(2.4);
  opacity: .82;
}
/* Logosu olmayan saglayicinin adi (uzun adlar tek satirda kesilir). */
.slot-provider > span {
  overflow: hidden;
  max-width: 100%;
  font-size: 11px;
  font-weight: 900;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.slot-provider small { color: #6c7783; font-size: 7px; }


/* ---------------- Raf izgarasi (slot.css 28) ----------------
   Kart ortak dikey kart (.gcard, arsenal.css); burada yalniz izgara. */
.slot-game-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 11px;
}
/* "En cok oynanan" rafi tur verisinden geldiginde sira rozeti (sablonun
   .game-rank'i). Sira oyunlarin DOM sirasi - sunucunun tur sayimi; rakam
   CSS sayacindan, sayfaya ayri bir sayi yazilmiyor. Rozet kartin kendi
   rozetinin (.badge-new) yerini alir: ikisi ayni koseye dusuyordu. */
.slot-game-grid.is-sirali { counter-reset: slot-sira; }
.slot-game-grid.is-sirali > .gcard { counter-increment: slot-sira; }
.slot-game-grid.is-sirali .gcard-art::before {
  content: "#" counter(slot-sira);
  position: absolute;
  z-index: 3;
  top: 8px;
  inset-inline-start: 8px;
  padding: 5px 7px;
  border: 1px solid rgba(255, 255, 255, .15);
  border-radius: 7px;
  background: rgba(7, 10, 14, .75);
  -webkit-backdrop-filter: blur(7px);
          backdrop-filter: blur(7px);
  color: #ff4960;
  font-size: 7px;
  font-weight: 900;
  letter-spacing: .6px;
  line-height: 1;
}
.slot-game-grid.is-sirali .badge-new { display: none; }


/* ---------------- Sablonda olmayan bolumler ----------------
   Devam rayi ve tum oyunlar izgarasi eski temanin .wrap kabini
   tasiyor; burada raflarla ayni hizada dursunlar diye kabin kendi
   genislik siniri ve yan boslugu kalkar. */
.slot-main .wrap { max-width: none; padding-inline: 0; }
.slot-main > [data-recent] { margin: 0 0 27px; }

.slot-catalog { margin-top: 6px; }
.slot-catalog .sec { margin-top: 0; }
/* Filtre cubugu (casino.css) - yapiskan davranisi ayni, gorunumu komut
   satirininki. Lobide kategori cipleri yukarida (komut satiri), cubukta
   arama + saglayici; filtreli izgarada (slot-grid) cubuk kendi ciplerini
   de tasir. */
.slot-catalog .fbar {
  margin: 0 0 14px;
  padding: 9px;
  border: 1px solid rgba(255, 255, 255, .085);
  border-radius: 15px;
  background: linear-gradient(145deg, rgba(18, 22, 29, .96), rgba(9, 11, 16, .94));
  box-shadow: 0 15px 38px rgba(0, 0, 0, .25);
}
.slot-catalog .fbar-in { padding-block: 0; }
.slot-catalog .fbar-tools { flex: 1; min-width: 0; gap: 9px; }
.slot-catalog .fbar-q { flex: 1; min-width: 0; }
.slot-catalog .fbar-q input,
.slot-catalog .fbar-q input:focus {
  width: 100%;
  height: 44px;
  border-radius: 10px;
  border-color: #27303b;
  background: #0e131a;
  color: #eef1f4;
  font-size: 12px;
}
.slot-catalog .fbar-q input:focus { border-color: rgba(238, 32, 54, .65); box-shadow: 0 0 0 3px rgba(238, 32, 54, .08); }
/* Filtreli izgaranin cipleri (.chip-nav, app.css hap bicimi) komut
   satirinin cipi olur; aktif filtre (.is-on) kirmizi. Az cip var, rayin
   sonundaki solma maskesi son cipi silik gosteriyordu. */
.slot-catalog .fbar-chips {
  flex: 0 1 auto;
  gap: 5px;
  -webkit-mask-image: none;
          mask-image: none;
}
.slot-catalog .fbar-chips .chip-nav {
  display: inline-flex;
  height: 44px;
  align-items: center;
  padding: 0 14px;
  border: 1px solid #28323d;
  border-radius: 10px;
  background: #151b23;
  color: #939eaa;
  font: inherit;                     /* bkz. .slot-chip yorumu */
  line-height: 1;
  text-decoration: none;
  white-space: nowrap;
  transition: .2s ease;
}
.slot-catalog .fbar-chips .chip-nav:hover,
.slot-catalog .fbar-chips .chip-nav.is-on {
  border-color: rgba(237, 31, 53, .7);
  background: linear-gradient(145deg, #ee2037, #ad0d20);
  color: #fff;
  box-shadow: 0 8px 23px rgba(211, 15, 36, .2);
}
/* Filtreli izgarada devam rayi cubukla sonuclar arasinda. */
.slot-catalog > [data-recent] { margin: 0 0 27px; }


/* ---------------- Animasyonlar (slot.css 35-36) ---------------- */
@keyframes haloBreathe { 50% { opacity: .55; transform: scale(1.06); } }


/* ---------------- <=1100 (slot.css 39) ---------------- */
@media (max-width: 1100px) {
  .slot-command { grid-template-columns: 1fr auto; }
  .slot-categories { grid-column: 1 / -1; grid-row: 2; overflow-x: auto; }
  .slot-random { grid-column: 2; grid-row: 1; }
  .slot-game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .slot-discovery { grid-template-columns: minmax(0, 1fr) 270px; }
  .slot-discovery.is-tek { grid-template-columns: minmax(0, 1fr); }
  .pulse-stage { padding: 35px; }
  .pulse-copy h2 { font-size: 48px; }
}


/* ---------------- <=780 (slot.css 41-46) ----------------
   Raflar yatay kayan ray, saglayici seridi raflarin altina (order),
   RTP karti gizli (rafi duruyor). Tum oyunlar bolumu en sonda kalir. */
@media (max-width: 780px) {
  .slot-page-frame { width: calc(100% - 16px); margin-top: 0; }
  .slot-main { display: flex; flex-direction: column; }
  .slot-command {
    position: relative;
    top: auto;
    display: grid;
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    margin-bottom: 10px;
    padding: 0;
    border: 0;
    background: transparent;
    box-shadow: none;
  }
  .slot-random { display: none; }
  .slot-categories {
    grid-column: 1;
    grid-row: 1;
    gap: 6px;
    padding: 1px 0 3px;
    overflow-x: auto;
    scrollbar-width: none;
  }
  .slot-categories::-webkit-scrollbar { display: none; }
  .slot-command .slot-chip { flex: 0 0 auto; height: 37px; padding: 0 14px; }
  .slot-catalog .fbar-chips .chip-nav { height: 37px; }
  .slot-search { grid-column: 1; grid-row: 2; height: 44px; }

  .slot-discovery { display: block; margin-bottom: 23px; }
  .pulse-stage {
    min-height: 315px;
    grid-template-columns: minmax(0, 1fr) 42%;
    padding: 27px 20px;
    border-radius: 15px;
  }
  .pulse-stage::after { top: 28px; bottom: 28px; }
  .pulse-copy h2 { font-size: 36px; }
  .pulse-copy > p { font-size: 10px; }
  .pulse-play { height: 39px; margin-top: 16px; padding: 0 15px; }
  .pulse-cover { width: min(132px, 90%); border-radius: 12px; }
  .pulse-halo { width: 154px; height: 154px; }
  .rtp-leader { display: none; }

  .provider-lounge { order: 90; margin-top: 5px; }
  .slot-catalog { order: 100; }
  .slot-section-heading { margin-bottom: 11px; }
  .slot-section-heading > div:first-child { padding-left: 37px; }
  .slot-section-heading h2 { font-size: 23px; }
  .slot-provider { min-width: 106px; height: 61px; }

  .slot-game-grid {
    display: flex;
    gap: 7px;
    padding: 1px 0 9px;
    overflow-x: auto;
    overflow-y: hidden;
    scroll-snap-type: x mandatory;
    scrollbar-width: none;
  }
  .slot-game-grid::-webkit-scrollbar { display: none; }
  .slot-game-grid > .gcard { flex: 0 0 calc((100% - 21px) / 4); scroll-snap-align: start; }
  .slot-game-grid.is-sirali .gcard-art::before {
    top: 5px;
    inset-inline-start: 5px;
    padding: 4px 5px;
    border-radius: 6px;
    font-size: 6px;
  }
  .vip-shelf { padding: 14px 10px 17px; }

  .slot-page .mobile-nav-home { color: #77828e; }
  .slot-page .arsenal-footer { margin-top: 32px; }
}


/* ---------------- <=520 (slot.css 48) ---------------- */
@media (max-width: 520px) {
  .pulse-stage { min-height: 280px; grid-template-columns: 57% 43%; padding: 24px 16px; }
  .pulse-copy h2 { font-size: 31px; }
  .pulse-kicker { font-size: 6px; letter-spacing: 1px; }
  .pulse-cover { width: min(112px, 92%); }
  .pulse-halo { width: 130px; height: 130px; }
  .slot-game-grid { gap: 6px; }
  .slot-game-grid > .gcard { flex-basis: calc((100% - 18px) / 4); }
  .provider-lounge,
  .slot-shelf { margin-bottom: 25px; }
  .slot-section-heading > div:first-child::before { width: 29px; }
}


/* ---------------- Hareket azaltma (slot.css 50) ---------------- */
@media (prefers-reduced-motion: reduce) {
  .pulse-halo { animation: none; }
  .slot-random,
  .slot-provider,
  .pulse-play { transition: none; }
}
