/* ===========================================================================
 * gamador-livecasino.css — GAMADORBET "Canlı Casino" page (gladiator gold/green)
 * ---------------------------------------------------------------------------
 * Loaded AFTER gamador-home.css, so it inherits the palette/vars
 * (--gold, --gold-soft, --gold-dark, --panel, --line, --text, --muted) and the
 * Cinzel/Rajdhani fonts. This file only adds the live-casino-specific chrome:
 *   .lc-hero            — Cinzel hero/title band
 *   .lc-providers       — provider pill row (chips + working JS filter)
 *   .lc-grid / .lc-card — premium landscape live game cards
 * Everything else (page-shell, section-title, btn-primary, live-badge, reveal)
 * comes from gamador-home.css.
 * ======================================================================== */

/* ── Hero / title band ─────────────────────────────────────────────────── */
.lc-hero {
  position: relative;
  z-index: 2;
  margin: 14px 0 26px;
  padding: clamp(28px, 4vw, 52px) clamp(20px, 4vw, 56px);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(140, 69, 255, 0.42);
  background:
    radial-gradient(120% 160% at 12% 0%, rgba(140, 69, 255, 0.18), transparent 46%),
    radial-gradient(120% 160% at 100% 100%, rgba(255, 67, 201, 0.18), transparent 52%),
    linear-gradient(150deg, #160630 0%, #0c0220 48%, #07000d 100%);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.16),
    0 22px 50px rgba(2, 1, 3, 0.55);
}
/* Greek-key sheen sweep along the top edge */
.lc-hero::before {
  content: "";
  position: absolute;
  inset: 0 0 auto 0;
  height: 3px;
  background: linear-gradient(90deg, transparent, #b45dff 18%, #ff43c9 50%, #b45dff 82%, transparent);
  opacity: 0.85;
}
/* Faint roulette-ring motif, top-right */
.lc-hero::after {
  content: "";
  position: absolute;
  top: -90px;
  right: -70px;
  width: 320px;
  height: 320px;
  border-radius: 50%;
  border: 2px dashed rgba(140, 69, 255, 0.28);
  box-shadow: inset 0 0 0 18px rgba(140, 69, 255, 0.06);
  pointer-events: none;
}
.lc-hero-inner {
  position: relative;
  z-index: 2;
  max-width: 760px;
}
.lc-hero-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0 0 14px;
  padding: 7px 15px;
  border-radius: 999px;
  border: 1px solid rgba(140, 69, 255, 0.5);
  background: rgba(140, 69, 255, 0.1);
  color: var(--gold-text, #ffe08a);
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}
.lc-hero-eyebrow .lc-live-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #ff4d4d;
  box-shadow: 0 0 0 4px rgba(255, 77, 77, 0.22);
  animation: lcLiveDot 1.4s ease-in-out infinite;
}
@keyframes lcLiveDot {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: 0.45; transform: scale(0.8); }
}
.lc-hero h1 {
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-weight: 900;
  font-size: clamp(34px, 5.4vw, 68px);
  line-height: 1.02;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  color: #f5f1e6;
  text-shadow: 0 3px 26px rgba(140, 69, 255, 0.28);
}
.lc-hero h1 .lc-gold {
  background: linear-gradient(180deg, #f3e6ff 0%, #cf9bff 45%, #b45dff 75%, #ffd279 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  color: #b45dff;
}
.lc-hero p {
  margin: 16px 0 0;
  max-width: 620px;
  color: var(--muted, #a9bbb0);
  font-family: "Inter", sans-serif;
  font-size: clamp(15px, 1.4vw, 19px);
  line-height: 1.55;
}
.lc-hero-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 28px;
  margin-top: 24px;
}
.lc-hero-stats .lc-stat {
  display: flex;
  flex-direction: column;
  gap: 2px;
}
.lc-hero-stats .lc-stat strong {
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(20px, 2vw, 28px);
  font-weight: 800;
  color: var(--gold-text, #ffe08a);
  text-shadow: 0 2px 12px rgba(140, 69, 255, 0.3);
}
.lc-hero-stats .lc-stat span {
  font-family: "Inter", sans-serif;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1.2px;
  text-transform: uppercase;
  color: var(--muted, #a9bbb0);
}

/* ── Provider pills ────────────────────────────────────────────────────── */
.lc-providers {
  position: relative;
  z-index: 2;
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 26px;
}
.lc-pill {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 18px;
  border-radius: 999px;
  border: 1px solid rgba(140, 69, 255, 0.34);
  background: linear-gradient(150deg, rgba(22, 8, 40, 0.9), rgba(2, 1, 3, 0.9));
  color: var(--text, #f5f1e6);
  font-family: "Inter", sans-serif;
  font-size: 13.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  cursor: pointer;
  white-space: nowrap;
  transition: border-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease, background 0.2s ease;
}
.lc-pill i {
  font-size: 11px;
  color: var(--gold-soft, #f0c850);
}
.lc-pill:hover {
  transform: translateY(-1px);
  border-color: rgba(140, 69, 255, 0.7);
  box-shadow: 0 6px 16px rgba(140, 69, 255, 0.16);
}
.lc-pill.active {
  background: linear-gradient(180deg, #b45dff 0%, #8c45ff 55%, #4d1399 100%);
  border-color: #8c45ff;
  color: #fff;
  box-shadow: 0 6px 18px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.5);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
}
.lc-pill.active i { color: #fff; }

/* ── Live game grid ────────────────────────────────────────────────────── */
.lc-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 18px;
}
@media (max-width: 1280px) { .lc-grid { grid-template-columns: repeat(3, 1fr); } }
@media (max-width: 880px)  { .lc-grid { grid-template-columns: repeat(2, 1fr); } }
@media (max-width: 540px)  { .lc-grid { grid-template-columns: 1fr; gap: 14px; } }

.lc-card {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  aspect-ratio: 16 / 11;          /* landscape — live cards look richer/wider */
  border-radius: 16px;
  overflow: hidden;
  cursor: pointer;
  border: 1px solid rgba(140, 69, 255, 0.34);
  background: #0a0418;
  box-shadow: 0 14px 30px rgba(2, 1, 3, 0.45);
  transition: transform 0.28s ease, box-shadow 0.28s ease, border-color 0.28s ease;
  will-change: transform;
}
.lc-card:hover,
.lc-card:focus-visible {
  transform: translateY(-5px);
  border-color: rgba(255, 255, 255, 0.85);
  box-shadow: 0 22px 44px rgba(2, 1, 3, 0.6), 0 0 22px rgba(140, 69, 255, 0.22);
  outline: none;
}
.lc-card-img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  z-index: 0;
  transition: transform 0.5s ease, filter 0.4s ease;
}
.lc-card:hover .lc-card-img { transform: scale(1.07); filter: brightness(0.78) saturate(1.08); }
/* Bottom gold-green scrim so the title/CTA always read */
.lc-card::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  background:
    linear-gradient(180deg, rgba(2, 1, 3, 0) 32%, rgba(2, 1, 3, 0.55) 68%, rgba(10, 3, 20, 0.93) 100%);
  pointer-events: none;
}
/* Inner gold hairline */
.lc-card::after {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 3;
  border-radius: inherit;
  box-shadow: inset 0 0 0 1px rgba(140, 69, 255, 0.16);
  pointer-events: none;
}

.lc-card-badges {
  position: absolute;
  top: 12px;
  left: 12px;
  right: 12px;
  z-index: 4;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
  pointer-events: none;
}
.lc-badge-live {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 5px 11px;
  border-radius: 8px;
  background: linear-gradient(180deg, #ff5b5b, #c41e1e);
  color: #fff;
  font-family: "Inter", sans-serif;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 6px 14px rgba(196, 30, 30, 0.45);
}
.lc-badge-live i {
  font-size: 7px;
  animation: lcLiveDot 1.4s ease-in-out infinite;
}
.lc-badge-provider {
  padding: 5px 10px;
  border-radius: 8px;
  background: rgba(2, 1, 3, 0.6);
  border: 1px solid rgba(140, 69, 255, 0.45);
  color: var(--gold-text, #ffe08a);
  font-family: "Inter", sans-serif;
  font-size: 10.5px;
  font-weight: 700;
  letter-spacing: 0.6px;
  text-transform: uppercase;
  backdrop-filter: blur(4px);
}

.lc-card-body {
  position: relative;
  z-index: 4;
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 12px;
  padding: 14px 14px 16px;
}
.lc-card-meta { min-width: 0; }
.lc-card-name {
  margin: 0;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(15px, 1.5vw, 19px);
  font-weight: 700;
  line-height: 1.08;
  color: #f5f1e6;
  text-shadow: 0 2px 12px rgba(2, 1, 3, 0.8);
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.lc-card-sub {
  display: block;
  margin-top: 4px;
  font-family: "Inter", sans-serif;
  font-size: 11.5px;
  font-weight: 600;
  letter-spacing: 0.4px;
  color: var(--muted, #a9bbb0);
}
.lc-card-sub i { color: var(--gold-soft, #f0c850); margin-right: 4px; }

/* "Oyna" plaque — gladiator gold */
.lc-play-btn {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 7px;
  height: 40px;
  padding: 0 18px;
  border-radius: 11px;
  border: 1px solid #8c45ff;
  background: linear-gradient(180deg, #b45dff 0%, #8c45ff 55%, #4d1399 100%);
  color: #fff;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  cursor: pointer;
  white-space: nowrap;
  box-shadow:
    0 6px 16px rgba(0, 0, 0, 0.5),
    inset 0 1px 0 rgba(255, 255, 255, 0.5),
    inset 0 -3px 7px rgba(0, 0, 0, 0.25);
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.6);
  transform: translateY(8px);
  opacity: 0;
  transition: transform 0.28s ease, opacity 0.28s ease, filter 0.2s ease;
}
.lc-card:hover .lc-play-btn,
.lc-card:focus-within .lc-play-btn {
  transform: translateY(0);
  opacity: 1;
}
.lc-play-btn:hover { filter: brightness(1.08); }
.lc-play-btn i { font-size: 11px; }

/* Touch / no-hover devices: always show the CTA */
@media (hover: none) {
  .lc-play-btn { transform: none; opacity: 1; }
  .lc-card-img { filter: brightness(0.86); }
}

/* ── Closing CTA band ──────────────────────────────────────────────────── */
.lc-cta {
  position: relative;
  z-index: 2;
  margin-top: 30px;
  padding: clamp(24px, 3vw, 38px) clamp(20px, 4vw, 48px);
  border-radius: 18px;
  border: 1px solid rgba(140, 69, 255, 0.4);
  background:
    radial-gradient(120% 180% at 100% 0%, rgba(140, 69, 255, 0.16), transparent 50%),
    linear-gradient(150deg, #160630, #0c0220 60%, #07000d);
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.14), 0 18px 40px rgba(2, 1, 3, 0.5);
}
.lc-cta-copy h2 {
  margin: 0 0 6px;
  font-family: "GilroyArwen", "Inter", sans-serif;
  font-size: clamp(20px, 2.2vw, 30px);
  font-weight: 800;
  letter-spacing: 0.8px;
  text-transform: uppercase;
  color: #f5f1e6;
}
.lc-cta-copy p {
  margin: 0;
  max-width: 560px;
  color: var(--muted, #a9bbb0);
  font-family: "Inter", sans-serif;
  font-size: 15px;
  line-height: 1.5;
}

@media (max-width: 600px) {
  .lc-hero::after { display: none; }
  .lc-hero-stats { gap: 18px; }
  .lc-cta { flex-direction: column; align-items: flex-start; }
  .lc-cta .btn-primary { width: 100%; justify-content: center; }
}
