/* Katalog grid her zaman gorunur (reveal animasyonu mobilde takilmasin) */
#slot-games.game-section {
  opacity: 1 !important;
  transform: none !important;
}

/* ===========================================================================
   gamador-slot.css — GAMADORBET "Casino / Slot Oyunları" page.
   Layered on top of /assets/gamador/gamador-home.css (reuses its gold/green
   palette tokens: --gold, --gold-soft, --secondary, --panel-strong, --line,
   --line-soft, --text, --muted). Gladiator gold-on-deep-green vibe.
   =========================================================================== */

/* ── Page hero / title band ─────────────────────────────────────────────── */
.slot-hero {
  position: relative;
  overflow: hidden;
  margin: 14px 0 30px;
  padding: clamp(34px, 5vw, 64px) clamp(20px, 4vw, 56px);
  border-radius: 20px;
  border: 1px solid var(--line);
  background:
    radial-gradient(120% 160% at 12% -20%, rgba(212, 175, 55, 0.22), transparent 46%),
    radial-gradient(120% 160% at 100% 120%, rgba(212, 175, 55, 0.14), transparent 50%),
    linear-gradient(135deg, #00190c 0%, #002b12 55%, #001a0b 100%);
  box-shadow:
    0 24px 60px rgba(0, 8, 0, 0.55),
    inset 0 1px 0 rgba(245, 241, 230, 0.06);
}

/* faint laurel / gladiator glyph watermark on the right */
.slot-hero::after {
  content: "\f521"; /* fa-helmet-battle (decorative) */
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  position: absolute;
  right: clamp(-30px, -2vw, -10px);
  top: 50%;
  transform: translateY(-50%);
  font-size: clamp(160px, 22vw, 300px);
  line-height: 1;
  color: rgba(240, 200, 80, 0.07);
  pointer-events: none;
  z-index: 0;
}

.slot-hero-inner {
  position: relative;
  z-index: 1;
  max-width: 760px;
}

.slot-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 16px;
  padding: 7px 16px;
  border-radius: 999px;
  border: 1px solid rgba(212, 175, 55, 0.45);
  background: rgba(212, 175, 55, 0.1);
  color: var(--gold-text);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.slot-hero-eyebrow i {
  color: var(--gold-soft);
}

.slot-hero-title {
  margin: 0;
  font-family: "Cinzel", serif;
  font-weight: 900;
  font-size: clamp(40px, 6vw, 78px);
  line-height: 0.96;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--text);
  background: linear-gradient(100deg, #f5f1e6 0%, #f5f1e6 30%, #f0c850 70%, #d4af37 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: 0 0 28px rgba(240, 200, 80, 0.2);
}

/* gold gladiator accent underline */
.slot-hero-rule {
  width: 132px;
  height: 4px;
  margin: 20px 0 18px;
  border-radius: 4px;
  background: linear-gradient(90deg, #d4af37, #f0c850 55%, rgba(212, 175, 55, 0));
  box-shadow: 0 0 14px rgba(240, 200, 80, 0.55);
}

.slot-hero-sub {
  margin: 0;
  max-width: 620px;
  color: var(--muted);
  font-family: "Rajdhani", sans-serif;
  font-size: clamp(15px, 1.5vw, 18px);
  line-height: 1.5;
}

.slot-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 26px;
  margin-top: 26px;
}
.slot-hero-stats .stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.slot-hero-stats .stat strong {
  font-family: "Cinzel", serif;
  font-weight: 800;
  font-size: clamp(22px, 2.4vw, 30px);
  color: var(--gold-soft);
  line-height: 1;
}
.slot-hero-stats .stat span {
  font-family: "Rajdhani", sans-serif;
  font-size: 12px;
  letter-spacing: 1px;
  text-transform: uppercase;
  color: var(--muted);
}

/* ── Toolbar: filter pills + search ─────────────────────────────────────── */
.slot-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 20px;
}

.slot-toolbar-filters {
  flex: 1 1 520px;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.slot-filter-pills {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(148px, 1fr));
  gap: 8px;
  max-height: 88px;
  overflow: hidden;
  padding: 2px;
  transition: max-height 0.32s ease;
  position: relative;
}

.slot-filter-pills.is-expanded {
  max-height: min(380px, 52vh);
  overflow-y: auto;
  scrollbar-width: thin;
  scrollbar-color: rgba(212, 175, 55, 0.45) transparent;
}

.slot-filter-pills.is-expanded::-webkit-scrollbar {
  width: 6px;
  height: 6px;
}

.slot-filter-pills.is-expanded::-webkit-scrollbar-thumb {
  background: rgba(212, 175, 55, 0.45);
  border-radius: 999px;
}

.slot-filter-toggle {
  align-self: flex-start;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 6px 12px;
  border: 1px solid rgba(212, 175, 55, 0.28);
  border-radius: 999px;
  background: rgba(0, 26, 11, 0.72);
  color: #ffe08a;
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 12px;
  letter-spacing: 0.3px;
  cursor: pointer;
  transition: border-color 0.2s ease, background 0.2s ease;
}

.slot-filter-toggle:hover {
  border-color: rgba(212, 175, 55, 0.55);
  background: rgba(212, 175, 55, 0.1);
}

.slot-filter-toggle i {
  font-size: 11px;
  transition: transform 0.25s ease;
}

.slot-filter-toggle.is-expanded i {
  transform: rotate(180deg);
}

.slot-pill {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  width: 100%;
  min-height: 38px;
  padding: 8px 12px;
  border-radius: 10px;
  border: 1px solid var(--line-soft);
  background: rgba(0, 43, 18, 0.6);
  color: var(--muted);
  font-family: "Rajdhani", sans-serif;
  font-weight: 600;
  font-size: 12px;
  letter-spacing: 0.2px;
  cursor: pointer;
  transition: color 0.2s ease, border-color 0.2s ease, background 0.2s ease, box-shadow 0.2s ease;
  text-align: left;
}

.slot-pill .pill-label {
  flex: 1 1 auto;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.slot-pill:hover {
  color: var(--text);
  border-color: rgba(212, 175, 55, 0.5);
  background: rgba(212, 175, 55, 0.08);
}
.slot-pill .pill-count {
  flex: 0 0 auto;
  font-size: 11px;
  font-weight: 700;
  color: rgba(245, 241, 230, 0.45);
}
.slot-pill.is-active {
  color: #1a1205;
  border-color: var(--gold-soft);
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  box-shadow: 0 6px 18px rgba(212, 175, 55, 0.32);
}
.slot-pill.is-active .pill-count {
  color: rgba(26, 18, 5, 0.6);
}

.slot-search {
  position: relative;
  flex: 0 1 280px;
  min-width: min(100%, 240px);
}

@media (max-width: 768px) {
  .slot-toolbar {
    flex-direction: column;
    align-items: stretch;
    gap: 12px;
  }

  .slot-toolbar-filters {
    flex: 1 1 auto;
    width: 100%;
  }

  .slot-filter-pills {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    overflow-y: hidden;
    max-height: none;
    gap: 8px;
    padding-bottom: 4px;
    -webkit-overflow-scrolling: touch;
    scroll-snap-type: x proximity;
    scrollbar-width: none;
  }

  .slot-filter-pills::-webkit-scrollbar {
    display: none;
  }

  .slot-filter-pills.is-expanded {
    flex-wrap: wrap;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: min(300px, 42vh);
    scroll-snap-type: none;
  }

  .slot-pill {
    flex: 0 0 auto;
    width: auto;
    min-width: 132px;
    max-width: 168px;
    scroll-snap-align: start;
  }

  .slot-search {
    width: 100%;
    flex: 1 1 auto;
  }
}
.slot-search i {
  position: absolute;
  left: 14px;
  top: 50%;
  transform: translateY(-50%);
  color: rgba(245, 241, 230, 0.4);
  font-size: 14px;
}
.slot-search input {
  width: 100%;
  padding: 11px 16px 11px 40px;
  border-radius: 999px;
  border: 1px solid var(--line-soft);
  background: rgba(0, 18, 8, 0.7);
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-size: 14px;
  outline: none;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.slot-search input::placeholder {
  color: rgba(245, 241, 230, 0.4);
}
.slot-search input:focus {
  border-color: rgba(212, 175, 55, 0.6);
  box-shadow: 0 0 0 3px rgba(212, 175, 55, 0.14);
}

/* ── Slot grid ──────────────────────────────────────────────────────────── */
.slot-grid {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 16px;
}

.slot-card {
  position: relative;
  display: block;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--line-soft);
  background: linear-gradient(180deg, var(--panel-strong), var(--secondary));
  cursor: pointer;
  text-decoration: none;
  aspect-ratio: 768 / 450;   /* AES kapaklari ~768x450 — kutuyu kapagin gercek oranina esitle (yan boslugu sifirla) */
  transition: transform 0.24s ease, box-shadow 0.24s ease, border-color 0.24s ease;
}
.slot-card:hover {
  transform: translateY(-5px);
  border-color: rgba(212, 175, 55, 0.5);
  box-shadow: 0 16px 30px rgba(0, 8, 0, 0.5);
}

.slot-card-media {
  position: absolute;
  inset: 0;
}
.slot-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* gorsel kutuyu tam doldursun — yan/alt boslugu (pillarbox) olmasin */
  display: block;
  transition: transform 0.3s ease, filter 0.3s ease;
}
.slot-card:hover .slot-card-media img {
  transform: scale(1.05);
  filter: brightness(0.5);
}

/* provider badge (top-left) */
.slot-card-provider {
  position: absolute;
  top: 9px;
  left: 9px;
  z-index: 3;
  padding: 3px 9px;
  border-radius: 6px;
  background: rgba(0, 8, 0, 0.62);
  border: 1px solid rgba(212, 175, 55, 0.4);
  color: var(--gold-text);
  font-family: "Rajdhani", sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
  pointer-events: none;
  max-width: calc(100% - 18px);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

/* hot/popüler ribbon (top-right, first few) */
.slot-card-hot {
  position: absolute;
  top: 9px;
  right: 9px;
  z-index: 3;
  padding: 3px 9px;
  border-radius: 6px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #1a1205;
  font-family: "Rajdhani", sans-serif;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.4px;
  text-transform: uppercase;
  box-shadow: 0 4px 12px rgba(212, 175, 55, 0.4);
  pointer-events: none;
}

/* overlay with name + play */
.slot-card-overlay {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  gap: 9px;
  padding: 12px;
  background: linear-gradient(transparent 38%, rgba(0, 8, 0, 0.92));
  opacity: 0;
  transition: opacity 0.25s ease;
}
.slot-card:hover .slot-card-overlay,
.slot-card:focus-visible .slot-card-overlay {
  opacity: 1;
}

.slot-card-name {
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 13px;
  line-height: 1.2;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-shadow: 0 2px 8px rgba(0, 0, 0, 0.6);
}

.slot-card-play {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  width: 100%;
  padding: 9px 0;
  border: 0;
  border-radius: 9px;
  background: linear-gradient(135deg, var(--gold-soft), var(--gold));
  color: #1a1205;
  font-family: "Rajdhani", sans-serif;
  font-weight: 800;
  font-size: 13px;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease;
}
.slot-card-play:hover {
  filter: brightness(1.08);
  transform: translateY(-1px);
}

/* persistent name strip under the cover (always visible, premium feel) */
.slot-card-footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
  padding: 26px 12px 11px;
  background: linear-gradient(transparent, rgba(0, 8, 0, 0.85) 62%);
  color: var(--text);
  font-family: "Rajdhani", sans-serif;
  font-weight: 700;
  font-size: 12.5px;
  letter-spacing: 0.2px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  transition: opacity 0.25s ease;
}
.slot-card:hover .slot-card-footer {
  opacity: 0;
}

/* empty state */
.slot-empty {
  grid-column: 1 / -1;
  text-align: center;
  padding: 70px 20px;
  color: var(--muted);
}
.slot-empty i {
  display: block;
  font-size: 44px;
  margin-bottom: 14px;
  color: rgba(212, 175, 55, 0.5);
}
.slot-empty p {
  margin: 0;
  font-family: "Rajdhani", sans-serif;
  font-size: 15px;
}

/* ── Responsive ─────────────────────────────────────────────────────────── */
@media (max-width: 1400px) {
  .slot-grid { grid-template-columns: repeat(5, 1fr); }
}
@media (max-width: 1100px) {
  .slot-grid { grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 820px) {
  .slot-grid { grid-template-columns: repeat(3, 1fr); gap: 12px; }
  .slot-toolbar { flex-direction: column; align-items: stretch; }
  .slot-search { min-width: 0; }
}
@media (max-width: 520px) {
  .slot-grid { grid-template-columns: repeat(2, 1fr); gap: 10px; }
  .slot-card-overlay { padding: 9px; }
  .slot-hero-stats { gap: 18px; }
}
