/* ============ Yer6.Bet — ortak stiller ============ */
/* Koyu casino lobisi teması — Yer6 font/renk */
@import url("../fonts/fonts.css");

:root {
  /* —— Yer6 renk token'ları (RGB tuple) —— */
  --b: 10, 10, 10;
  --header: 0, 0, 0;
  --menu: 0, 0, 0;
  --menu-card: 18, 23, 29;
  --mobile-nav: 0, 0, 0;
  --footer: 0, 0, 0;
  --t: 255, 255, 255;
  --sc: 255, 255, 255;
  --primary: 255, 255, 255;
  --secondary: 41, 41, 41;
  --primary-sc: 0, 0, 0;
  --secondary-sc: 255, 255, 255;
  --o-sc: 255, 255, 255;
  --success: 255, 255, 255;
  --danger: 213, 27, 27;
  --info: 6, 96, 255;
  --purple: 187, 0, 249;
  --warning: 252, 189, 18;
  --modal: 0, 0, 0;
  --modal-sc: 255, 255, 255;
  --dropdown: 18, 18, 18;
  --dropdown-sc: 255, 255, 255;
  --scroll: 21, 27, 32;
  --scroll-sc: 255, 255, 255;

  /* —— Layout / tipografi token'ları —— */
  --ls-width: 250px;
  --m-ls-width: 100px;
  --mobile-nav-height: 60px;
  --header-height: 80px;
  --footer-height: 400px;
  --btn-radius: 7px;
  --promo-height: 250px;
  --btn-s: 13px;

  /* —— Yer6 türev / yardımcı alias'lar —— */
  --bg: rgb(var(--b));
  --primary-rgb: var(--primary);
  --primary-text: rgb(var(--primary-sc));
  --text: rgba(var(--t), 0.95);
  --text-muted: rgba(var(--t), 0.55);
  --surface: #121214;
  --surface-border: #2a2a2a;
  --box: #181818;
  --box-border: #2c2c2c;
  --box-hover: #222222;
  --box-text: #8a8a8a;
  --box-strong: #f2f2f2;
  --header-grad: linear-gradient(180deg, #1f1f1f 0%, #000 100%);
  --tab-grad: linear-gradient(180deg, #2c2c2c 0%, #181818 100%);
  --accent: #24ff00;
  --accent-strong: #1acc00;
  --neon: #24ff00;
  --gold-grad: linear-gradient(180deg, #ffffff 0%, #cecece 100%);
  --win: 70, 192, 122;
}

* { box-sizing: border-box; }

html { scroll-behavior: smooth; }

html, body, input, button, select, textarea {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
}

h1, h2, h3, h4, h5, h6 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  margin: 0;
}

h1 { font-size: 18px; }
h2 { font-size: 16px; color: rgba(var(--primary), 1); margin-bottom: 5px; }
h3 { font-size: 14px; }

html { overflow-x: hidden; }
body {
  background: var(--bg);
  color: var(--text);
  margin: 0;
  padding: 0;
  min-height: 100vh;
  max-width: 100vw;
  overflow-x: hidden;
  display: flex;
  flex-direction: column;
  line-height: 1.35;
}

main { flex: 1; }

a { color: inherit; text-decoration: none; }
a:hover { color: rgba(var(--t), 1); }

/* Referans .button sistemi */
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  font-size: 11px;
  font-weight: 700;
  border: none;
  border-radius: var(--btn-radius);
  cursor: pointer;
  text-decoration: none;
  white-space: nowrap;
  font-family: inherit;
  transition: background 0.15s ease, color 0.15s ease, transform 0.15s ease;
}
.button.primary {
  background: rgba(var(--primary), 1);
  color: rgba(var(--primary-sc), 1);
}
.button.secondary {
  background: rgba(var(--secondary), 1);
  color: rgba(var(--secondary-sc), 1);
}
.button.primary:hover { filter: brightness(0.95); }
.button.secondary:hover { filter: brightness(1.12); }

.container {
  max-width: 1610px;
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

/* ============ Header ============ */
.site-header {
  position: relative;
  top: auto;
  z-index: 100;
  background: transparent;
  border-bottom: none;
}

.announce {
  background: var(--surface);
  border-bottom: 1px solid var(--surface-border);
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 0.6rem;
  padding: 0.45rem 1rem;
  font-size: 0.78rem;
  color: var(--text-muted);
  text-align: center;
}
.announce strong { color: var(--accent); font-weight: 600; }
.announce button {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  font-size: 0.9rem;
  line-height: 1;
  padding: 0.1rem;
  flex: none;
}
.announce button:hover { color: var(--text); }

.header-main {
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
  gap: 0.8rem 1.5rem;
  padding: 0.55rem clamp(1rem, 4vw, 3.5rem);
}

.brand {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1.45rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
  white-space: nowrap;
}
.brand .accent-dot {
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
  background: none;
}
.brand-logo {
  width: auto;
  height: 55px;
  max-height: 55px;
  object-fit: contain;
  border-radius: 0;
  flex: none;
}

.search-box {
  flex: 1 1 220px;
  max-width: 460px;
  display: flex;
  align-items: center;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 10px;
  overflow: hidden;
  transition: border-color 0.15s ease;
}
.search-box:focus-within { border-color: var(--accent); }
.search-box input {
  flex: 1;
  background: transparent;
  border: none;
  outline: none;
  color: var(--text);
  font-size: 0.85rem;
  padding: 0.6rem 0.9rem;
  min-width: 0;
}
.search-box input::placeholder { color: var(--text-muted); }
.search-box button {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.55rem 0.8rem;
  display: flex;
  align-items: center;
}
.search-box button:hover { color: var(--accent); }
.search-box svg { width: 17px; height: 17px; }

.header-actions {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

.btn {
  font-size: 0.82rem;
  font-weight: 600;
  padding: 0.55rem 1.1rem;
  border-radius: 8px;
  border: 1px solid var(--surface-border);
  background: transparent;
  color: var(--text);
  cursor: pointer;
  white-space: nowrap;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.45rem;
  transition: border-color 0.15s ease, background 0.15s ease;
}
.btn:hover { border-color: var(--accent); }
.btn-primary {
  background: rgba(var(--primary), 1);
  border-color: rgba(var(--primary), 1);
  color: rgba(var(--primary-sc), 1);
}
.btn-primary:hover {
  background: rgba(var(--primary), 0.92);
  border-color: rgba(var(--primary), 0.92);
  color: rgba(var(--primary-sc), 1);
}
.btn-lg { padding: 0.75rem 1.6rem; font-size: 0.9rem; border-radius: 10px; }
.btn-block { width: 100%; }

.icon-btn {
  position: relative;
  width: 38px;
  height: 38px;
  border-radius: 9px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--text-muted);
  cursor: pointer;
  transition: border-color 0.15s ease, color 0.15s ease;
}
.icon-btn:hover { border-color: var(--accent); color: var(--accent); }
.icon-btn svg { width: 18px; height: 18px; }
.icon-btn .badge {
  position: absolute;
  top: -6px;
  right: -6px;
  min-width: 17px;
  height: 17px;
  padding: 0 4px;
  border-radius: 9px;
  background: rgba(var(--primary), 1);
  color: rgba(var(--primary-sc), 1);
  font-size: 0.65rem;
  font-weight: 700;
  display: flex;
  align-items: center;
  justify-content: center;
  font-variant-numeric: tabular-nums;
}
.icon-btn .badge:empty, .icon-btn .badge[data-zero] { display: none; }

.header-nav { border-top: 1px solid var(--surface-border); }
.header-nav .row-scroll { padding: 0 clamp(1rem, 4vw, 3.5rem); margin: 0; }
.header-nav .row {
  grid-auto-columns: max-content;
  gap: 0.3rem;
  width: max-content;
  min-width: 0;
  padding: 0;
}

.nav-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.3rem;
  padding: 0.65rem 0.9rem 0.55rem;
  color: var(--text-muted);
  font-size: 0.72rem;
  font-weight: 600;
  border-bottom: 2px solid transparent;
  cursor: pointer;
  white-space: nowrap;
  transition: color 0.15s ease, border-color 0.15s ease;
}
.nav-item svg { width: 20px; height: 20px; stroke: currentColor; opacity: 0.85; }
.nav-item:hover, .nav-item.active { color: var(--accent); border-color: var(--accent); }

/* ============ Sayfa iskeleti ============ */
.page-wrap { padding: 2.5rem clamp(1rem, 4vw, 3.5rem) 4rem; }

.page-head {
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  margin-bottom: 2.25rem;
  max-width: 44rem;
}
.eyebrow {
  font-size: 0.72rem;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: var(--accent);
  font-weight: 600;
}
.page-head h1 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: clamp(1.5rem, 2.4vw, 2rem);
  font-weight: 700;
  margin: 0;
  text-wrap: balance;
}
.page-head p {
  color: var(--text-muted);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0;
}

.section-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin: 0 0 1.1rem;
}
.section-head h2 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1.25rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.section-head h2::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  background: var(--accent);
  display: inline-block;
  flex: none;
}
.section-head .more {
  font-size: 0.8rem;
  font-weight: 600;
  color: var(--accent);
  white-space: nowrap;
}
.section-head .more:hover { color: var(--accent-strong); }

/* ============ Hero ============ */
.hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 2rem;
  align-items: center;
  padding: 3rem clamp(1rem, 4vw, 3.5rem) 2.5rem;
}
.hero h1 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: clamp(1.9rem, 4vw, 3rem);
  line-height: 1.15;
  margin: 0.4rem 0 1rem;
  text-wrap: balance;
}
.hero h1 em { color: var(--accent); font-style: normal; }
.hero p {
  color: var(--text-muted);
  font-size: 0.98rem;
  line-height: 1.6;
  margin: 0 0 1.5rem;
  max-width: 34rem;
}
.hero-cta { display: flex; gap: 0.7rem; flex-wrap: wrap; }
.hero-stats {
  display: flex;
  gap: 1.8rem;
  flex-wrap: wrap;
  margin-top: 2rem;
}
.hero-stats .stat b {
  display: block;
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1.35rem;
  color: var(--accent);
}
.hero-stats .stat span { font-size: 0.75rem; color: var(--text-muted); }

.hero-visual {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  padding: 1.4rem;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.7rem;
}
.hero-visual .cell {
  aspect-ratio: 1/1;
  background: var(--box);
  border: 1px solid var(--box-border);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: clamp(1.6rem, 3vw, 2.3rem);
}

/* ============ Kategori kartları ============ */
.cat-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 0.8rem;
}
.cat-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  padding: 1.2rem 1rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  text-align: center;
  transition: border-color 0.15s ease, transform 0.15s ease;
}
.cat-card:hover { border-color: var(--accent); transform: translateY(-2px); }
.cat-card .ic {
  font-size: 1.9rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  color: #fff;
}
.cat-card .ic svg {
  width: 28px;
  height: 28px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.cat-card .ad { font-size: 0.82rem; font-weight: 600; }
.cat-card .n { font-size: 0.7rem; color: var(--text-muted); }

/* ============ Ürün kartları ============ */
.categories { display: flex; flex-direction: column; gap: 1.5rem; }

.category {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  padding: 1.1rem 1.1rem 1.3rem;
  scroll-margin-top: 160px;
}
.category-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 0.85rem;
  padding-left: 0.15rem;
}
.category-head h2 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1.05rem;
  font-weight: 700;
  margin: 0;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.category-head h2::before {
  content: "";
  width: 0.55rem;
  height: 0.55rem;
  border-radius: 2px;
  background: var(--accent);
  display: inline-block;
  flex: none;
}
.category-head .count {
  font-variant-numeric: tabular-nums;
  font-size: 0.78rem;
  color: var(--text-muted);
  white-space: nowrap;
}

.row-scroll { overflow-x: auto; padding-bottom: 0.2rem; margin: 0 -0.15rem; }
.row {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: max-content;
  gap: 0.7rem;
  width: max-content;
  min-width: 100%;
  padding: 0 0.15rem;
}

.p-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(168px, 1fr));
  gap: 0.8rem;
}

.p-card {
  width: 176px;
  background: var(--box);
  border: 1px solid var(--box-border);
  border-radius: 12px;
  padding: 0.8rem 0.8rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  position: relative;
  color: var(--box-strong);
  transition: border-color 0.15s ease, transform 0.15s ease, background 0.15s ease;
}
.p-grid .p-card { width: auto; }
.p-card:hover { border-color: var(--accent); background: var(--box-hover); transform: translateY(-2px); }

.p-card .p-icon {
  font-size: 2.1rem;
  text-align: center;
  padding: 0.7rem 0 0.5rem;
}
.p-card .p-ad {
  font-size: 0.8rem;
  font-weight: 600;
  line-height: 1.3;
  min-height: 2.1em;
}
.p-card .p-birim { font-size: 0.68rem; color: var(--box-text); }
.p-card .p-fiyat {
  display: flex;
  align-items: baseline;
  gap: 0.45rem;
  font-weight: 700;
  font-size: 0.95rem;
  margin-top: 0.15rem;
  font-variant-numeric: tabular-nums;
}
.p-card .p-fiyat .eski {
  font-size: 0.72rem;
  font-weight: 500;
  color: var(--box-text);
  text-decoration: line-through;
}
.p-card .p-add {
  margin-top: 0.55rem;
  background: var(--accent);
  border: none;
  border-radius: 8px;
  color: #1c1408;
  font-size: 0.76rem;
  font-weight: 700;
  padding: 0.5rem;
  cursor: pointer;
  transition: background 0.15s ease;
}
.p-card .p-add:hover { background: var(--accent-strong); }

.p-card .p-fav {
  position: absolute;
  top: 0.55rem;
  right: 0.55rem;
  background: none;
  border: none;
  cursor: pointer;
  color: #c9c1b4;
  padding: 0.15rem;
  line-height: 0;
  transition: color 0.15s ease, transform 0.15s ease;
}
.p-card .p-fav:hover { transform: scale(1.15); color: rgb(var(--danger)); }
.p-card .p-fav.active { color: rgb(var(--danger)); }
.p-card .p-fav svg { width: 18px; height: 18px; }
.p-card .p-fav.active svg { fill: currentColor; }

.p-card .p-badge {
  position: absolute;
  top: 0.55rem;
  left: 0.55rem;
  background: rgb(var(--danger));
  color: #fff;
  font-size: 0.62rem;
  font-weight: 700;
  border-radius: 6px;
  padding: 0.2rem 0.4rem;
}

/* ============ Kampanya kartları ============ */
.promo-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
  gap: 1rem;
}
.promo-grid-imgs {
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 1.1rem;
}
.promo-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin: 0 0 1.25rem;
}
.promo-filter-btn {
  border: 1px solid rgba(255,255,255,0.12);
  background: rgba(255,255,255,0.04);
  color: rgba(255,255,255,0.78);
  border-radius: 999px;
  padding: 0.4rem 0.85rem;
  font-size: 0.78rem;
  cursor: pointer;
}
.promo-filter-btn em {
  font-style: normal;
  opacity: 0.65;
  margin-left: 0.25rem;
}
.promo-filter-btn.active,
.promo-filter-btn:hover {
  background: #fff;
  color: #111;
  border-color: #fff;
}
.promo-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 16px;
  padding: 1.5rem;
  display: flex;
  flex-direction: column;
  gap: 0.6rem;
  position: relative;
  overflow: hidden;
}
.promo-card-img {
  padding: 0 0 1rem;
  gap: 0.45rem;
}
.promo-card-img .promo-thumb {
  aspect-ratio: 1 / 1;
  overflow: hidden;
  background: #0a0a0a;
  border-radius: 16px 16px 0 0;
}
.promo-card-img .promo-thumb img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s ease;
}
.promo-card-img:hover .promo-thumb img {
  transform: scale(1.04);
}
.promo-card-img .tag,
.promo-card-img h3,
.promo-card-img p,
.promo-card-img .code,
.promo-card-img .son,
.promo-card-img .promo-hint {
  margin-left: 1rem;
  margin-right: 1rem;
}
.promo-card-img h3 {
  font-size: 0.95rem;
  line-height: 1.3;
}
.promo-card-img p {
  font-size: 0.78rem;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
.promo-card-img::after { display: none; }
.promo-modal-card .pm-detay {
  font-size: 0.86rem;
  line-height: 1.55;
  color: var(--text-muted);
  max-height: 42vh;
  overflow: auto;
  text-align: left;
  margin: 0.6rem 0 0.8rem;
}
.promo-modal-card .pm-detay strong {
  display: block;
  margin-top: 0.85rem;
  color: #fff;
  font-size: 0.8rem;
  letter-spacing: 0.03em;
}
.promo-card::after {
  content: attr(data-emoji);
  position: absolute;
  right: -0.4rem;
  bottom: -0.8rem;
  font-size: 4.5rem;
  opacity: 0.13;
}
.promo-card .tag {
  align-self: flex-start;
  background: var(--accent);
  color: #1c1408;
  font-size: 0.68rem;
  font-weight: 700;
  padding: 0.25rem 0.55rem;
  border-radius: 6px;
  letter-spacing: 0.05em;
}
.promo-card h3 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1.15rem;
  margin: 0.2rem 0 0;
}
.promo-card p { color: var(--text-muted); font-size: 0.85rem; line-height: 1.55; margin: 0; flex: 1; }
.promo-card .code {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  margin-top: 0.5rem;
}
.promo-card .code span {
  border: 1px dashed var(--accent);
  color: var(--accent);
  font-weight: 700;
  letter-spacing: 0.1em;
  font-size: 0.82rem;
  padding: 0.4rem 0.8rem;
  border-radius: 8px;
  font-family: ui-monospace, Consolas, monospace;
}
.promo-card .son { font-size: 0.72rem; color: var(--text-muted); margin-top: 0.4rem; }

/* ============ Özellik şeridi ============ */
.feature-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  gap: 0.8rem;
}
.feature {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  padding: 1.1rem 1.2rem;
  display: flex;
  gap: 0.85rem;
  align-items: flex-start;
}
.feature .ic { font-size: 1.5rem; line-height: 1; }
.feature b { display: block; font-size: 0.86rem; margin-bottom: 0.2rem; }
.feature span { font-size: 0.76rem; color: var(--text-muted); line-height: 1.45; }

/* ============ Sepet ============ */
.cart-layout {
  display: grid;
  grid-template-columns: 1fr 320px;
  gap: 1.2rem;
  align-items: start;
}
.cart-list { display: flex; flex-direction: column; gap: 0.7rem; }
.cart-item {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 12px;
  padding: 0.85rem 1rem;
  display: grid;
  grid-template-columns: auto 1fr auto auto auto;
  gap: 1rem;
  align-items: center;
}
.cart-item .ic {
  width: 52px;
  height: 52px;
  background: var(--box);
  border: 1px solid var(--box-border);
  border-radius: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
}
.cart-item .ad { font-size: 0.86rem; font-weight: 600; }
.cart-item .birim { font-size: 0.72rem; color: var(--text-muted); display: block; margin-top: 0.15rem; }
.cart-item .tutar { font-weight: 700; font-variant-numeric: tabular-nums; white-space: nowrap; }
.cart-item .sil {
  background: none;
  border: none;
  color: var(--text-muted);
  cursor: pointer;
  padding: 0.3rem;
  line-height: 0;
}
.cart-item .sil:hover { color: rgb(var(--danger)); }
.cart-item .sil svg { width: 17px; height: 17px; }

.qty {
  display: flex;
  align-items: center;
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  overflow: hidden;
}
.qty button {
  background: none;
  border: none;
  color: var(--text);
  width: 30px;
  height: 30px;
  cursor: pointer;
  font-size: 1rem;
}
.qty button:hover { color: var(--accent); }
.qty b {
  min-width: 28px;
  text-align: center;
  font-size: 0.85rem;
  font-variant-numeric: tabular-nums;
}

.summary {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  padding: 1.3rem;
  position: sticky;
  top: 170px;
}
.summary h3 { font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif; margin: 0 0 1rem; font-size: 1.05rem; }
.summary .line {
  display: flex;
  justify-content: space-between;
  font-size: 0.85rem;
  color: var(--text-muted);
  padding: 0.3rem 0;
  font-variant-numeric: tabular-nums;
}
.summary .line.total {
  border-top: 1px solid var(--surface-border);
  margin-top: 0.6rem;
  padding-top: 0.8rem;
  color: var(--text);
  font-weight: 700;
  font-size: 1rem;
}
.summary .free-note { font-size: 0.72rem; color: rgb(var(--win)); margin: 0.3rem 0 0; }

.empty-state {
  text-align: center;
  padding: 4rem 1rem;
  color: var(--text-muted);
}
.empty-state .big { font-size: 3rem; margin-bottom: 0.8rem; }
.empty-state h2 { font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif; color: var(--text); margin: 0 0 0.4rem; }
.empty-state p { font-size: 0.88rem; margin: 0 0 1.4rem; }

/* ============ Formlar ============ */
.form-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 16px;
  padding: 2rem;
  max-width: 420px;
  margin: 0 auto;
}
.form-card.wide { max-width: 640px; margin: 0; }
.form-card h1, .form-card h2 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1.35rem;
  margin: 0 0 0.4rem;
}
.form-card .sub { color: var(--text-muted); font-size: 0.85rem; margin: 0 0 1.4rem; line-height: 1.5; }

.field { margin-bottom: 1rem; }
.field label {
  display: block;
  font-size: 0.76rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--text-muted);
  letter-spacing: 0.03em;
}
.field input, .field textarea, .field select {
  width: 100%;
  background: var(--bg);
  border: 1px solid var(--surface-border);
  border-radius: 9px;
  color: var(--text);
  font-size: 0.88rem;
  padding: 0.65rem 0.85rem;
  outline: none;
  font-family: inherit;
  transition: border-color 0.15s ease;
}
.field input:focus, .field textarea:focus, .field select:focus { border-color: var(--accent); }
.field textarea { resize: vertical; min-height: 110px; }

.form-foot {
  text-align: center;
  font-size: 0.8rem;
  color: var(--text-muted);
  margin-top: 1.2rem;
}
.form-foot a { color: var(--accent); font-weight: 600; }

.check { display: flex; gap: 0.5rem; align-items: flex-start; font-size: 0.78rem; color: var(--text-muted); margin-bottom: 1rem; line-height: 1.45; }
.check input { margin-top: 0.15rem; accent-color: var(--accent); }

/* ============ İçerik / hakkımızda / iletişim ============ */
.prose { max-width: 46rem; color: var(--text-muted); font-size: 0.95rem; line-height: 1.75; }
.prose p { margin: 0 0 1.1rem; }
.prose strong { color: var(--text); }

.stat-row {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
  gap: 0.8rem;
}
.stat-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  padding: 1.3rem;
  text-align: center;
}
.stat-card b {
  display: block;
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1.7rem;
  color: var(--accent);
  margin-bottom: 0.2rem;
}
.stat-card span { font-size: 0.76rem; color: var(--text-muted); }

.info-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 0.8rem;
}
.info-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  padding: 1.2rem;
}
.info-card .ic { font-size: 1.4rem; margin-bottom: 0.5rem; }
.info-card b { display: block; font-size: 0.85rem; margin-bottom: 0.3rem; }
.info-card p { margin: 0; font-size: 0.8rem; color: var(--text-muted); line-height: 1.55; }

.contact-layout {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1.2rem;
  align-items: start;
}

.map-box {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 16px;
  min-height: 260px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
  color: var(--text-muted);
  font-size: 0.85rem;
  background-image: repeating-linear-gradient(45deg, transparent 0 14px, rgba(128,128,128,0.05) 14px 15px);
}
.map-box .pin { font-size: 2.2rem; }

/* ============ Footer ============ */
.footer.site-footer,
.footer {
  margin-top: 2rem;
  margin-left: 0;
  width: 100%;
  background: rgba(var(--footer), 1);
  color: rgba(var(--t), 1);
  position: relative;
  padding: 0 20px;
  border-top: none;
}
.footer:before {
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(var(--t), .05), transparent);
  width: 100%;
  height: 1px;
  display: block;
  border: none;
  top: 0;
  left: 50%;
  position: absolute;
  transform: translateX(-50%);
}
.footer .center {
  display: flex;
  width: 100%;
}
.footer .container {
  padding: 0 !important;
  max-width: 1610px !important;
  width: 100% !important;
  margin: 0 auto;
}
.footer .center .content { padding: 30px 0; width: 100%; }

.footer .row {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -5px;
  width: 100%;
  min-width: 0;
  gap: 0;
  padding: 0;
  grid-auto-flow: unset;
  grid-auto-columns: unset;
}
.footer .col { padding: 0 5px; box-sizing: border-box; }
.footer .col-1 { flex: 0 0 8.333333%; max-width: 8.333333%; }
.footer .col-2 { flex: 0 0 16.666667%; max-width: 16.666667%; }
.footer .col-3 { flex: 0 0 25%; max-width: 25%; }
.footer .mr-7 { margin-right: 2rem !important; }
.footer .mb-1 { margin-bottom: 1rem !important; }
.footer .mt-1 { margin-top: 1rem !important; }
.footer .flex { display: flex; }
.footer .justify-between { display: flex; flex-direction: row; justify-content: space-between; }
.footer .align-center { display: flex; align-items: center; }
.footer .justify-center { display: flex; justify-content: center; }
.footer .flex-wrap { flex-wrap: wrap; }
.footer .direction-column { flex-direction: column !important; }
.footer .d-flex { display: flex; }

.footer .info .logo {
  display: inline-block;
  width: 250px !important;
  max-width: 100%;
}
.footer .footer-brand-text {
  display: inline-block;
  width: 250px !important;
  max-width: 100%;
  text-decoration: none;
  line-height: 1;
  padding: 4px 0 8px;
}
.footer .footer-brand-text .brand-yer6 {
  font-size: 42px;
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #fff;
}
.footer .footer-brand-text .brand-dot {
  font-size: 42px;
  font-weight: 700;
  color: rgba(var(--t), .92);
}
.footer .footer-contact-row {
  flex-wrap: wrap;
  gap: 4px 8px;
  margin-top: 4px;
}
.footer .info .logo img.brand-logo,
.footer .brand-logo {
  display: block;
  width: 100%;
  max-width: 250px;
  height: auto;
  object-fit: contain;
}
.footer .center .content .info .licence { margin-top: 10px; }
.footer .center .content .info .licence p,
.footer .center .content .info p {
  font-size: 11px;
  color: rgba(var(--t), .8);
  margin: 0;
}
.footer .center .content .info .licence p { color: rgba(var(--t), 1); }
.footer .a-link {
  font-size: 12px;
  font-weight: 600;
  color: rgba(var(--sc), 1);
}
.footer .a-link:hover { color: rgba(var(--sc), .8); }
.footer .center .content .info .adult {
  background: rgba(var(--t), .05);
  border: 1px solid rgba(var(--t), .05);
  display: inline-block;
  padding: 5px;
  font-weight: 600;
  border-radius: 10px;
  font-size: 12px;
  flex: none;
}

.footer .routes h3 {
  color: #fff;
  font-size: 14px !important;
  font-weight: 700;
  margin: 0 0 1rem;
}
.footer .routes ul {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  flex-direction: column;
}
.footer .routes ul li a {
  color: rgba(255, 255, 255, .8) !important;
  font-size: 13px !important;
  margin-bottom: 5px !important;
  display: block;
}
.footer .routes ul li a:hover { color: rgba(var(--t), 1) !important; opacity: 0.85; }
.footer .routes ul li a.active { color: rgba(var(--primary-rgb), 1) !important; }

.footer .social-buttons {
  display: flex;
  flex-wrap: wrap;
  margin-left: -5px;
  gap: 0;
  color: inherit;
}
.footer .social-buttons a {
  font-size: 12px;
  font-weight: 700;
  border-radius: var(--btn-radius);
  background: rgba(var(--t), .05);
  box-shadow: inset 0 1px rgba(var(--t), .03);
  margin: 1%;
  width: 48%;
  display: flex;
  align-items: center;
  padding: 10px;
  color: #fff;
}
.footer .social-buttons a:hover { background: rgba(var(--t), .1); color: #fff; }
.footer .social-buttons a svg {
  margin-right: 10px;
  width: 22px;
  height: 22px;
  flex: none;
}
.footer .social-buttons a svg path[fill="#fff"],
.footer .social-buttons a svg path[fill="white"] {
  fill: #fff;
}

.footer .gamecheck-area-container {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5rem;
  padding: 20px 0 10px;
  width: 100%;
}
.footer .gamecheck-seal {
  display: flex;
  justify-content: center;
  padding: 15px 0;
}
.footer .gamecheck-seal #trust-seal-container-a {
  position: relative;
  display: block;
  width: 217.75px;
  max-width: 100%;
  height: 64px;
  cursor: pointer;
  transition: transform 0.3s ease-in-out;
  background-image: url("../assets/gamecheck-seal.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
}
.footer .gamecheck-seal #trust-seal-container-a:hover {
  transform: scale(1.1);
}
.footer .gamecheck-seal #trust-seal-container-a img {
  width: 217.75px;
  max-width: 100%;
  height: auto;
  display: block;
}
.footer .licence-button img {
  width: 88px;
  height: auto;
  display: block;
}
.footer .complaints-area {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  filter: drop-shadow(0 0 18px rgba(255, 255, 255, 0.22));
}
.footer .complaints-area a {
  display: block;
  transition: transform 0.25s ease, filter 0.25s ease;
}
.footer .complaints-area a:hover {
  transform: scale(1.03);
  filter: drop-shadow(0 0 24px rgba(255, 215, 0, 0.35));
}
.footer .complaints-area img {
  width: 200px;
  max-width: 100%;
  height: auto;
  display: block;
}

.footer .licence-area {
  display: flex;
  align-items: center;
  flex-direction: column;
  font-size: 28px;
  justify-content: center;
  padding: 10px 0 20px;
  text-align: center;
}
.demo-legal-banner {
  margin: 0 0 12px;
  padding: 10px 14px;
  max-width: 720px;
  font-size: 13px !important;
  line-height: 1.45;
  text-align: center;
  color: #1a1a1a !important;
  background: #f5c842;
  border-radius: 6px;
  font-weight: 500;
}
.footer .licence-area .title {
  display: flex;
  margin: 5px 0;
  align-items: center;
  justify-content: center;
  filter: drop-shadow(0px 0px 15px #ccc);
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.04em;
  gap: 8px;
  flex-wrap: wrap;
  text-align: center;
  color: #fff;
}
.footer .licence-button a {
  display: block;
  transition: transform 0.2s ease;
}
.footer .licence-button a:hover {
  transform: scale(1.05);
}
.footer .licence-area .title svg {
  margin: 0 5px;
  width: 28px;
  height: 28px;
  color: #fff;
  flex: none;
}
.footer .licence-button {
  margin: 12px 0;
  display: flex;
  justify-content: center;
}
.footer .licence-area p {
  margin: 5px 0;
  font-size: 14px;
  text-align: center;
  color: rgba(var(--t), .85);
  max-width: 900px;
  line-height: 1.5;
}

.footer .regulations {
  display: flex;
  align-items: center;
  margin-bottom: 20px;
  flex-direction: column;
  width: 100%;
}
.footer .regulations h3 {
  text-align: center;
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 16px;
  color: #fff;
}
.footer .regulations p {
  text-align: center;
  font-size: 12px;
  color: rgba(var(--t), .8);
  margin: 12px 0 5px;
  max-width: 1000px;
  line-height: 1.55;
}
.footer .regulations img {
  margin: 12px 0;
  height: auto;
  display: block;
  object-fit: contain;
  max-height: none;
}
.footer .footer-partners-section {
  padding-top: 4px;
}
.footer .footer-providers-grid {
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
}
.footer .footer-providers-grid img {
  width: 100%;
  max-width: 100%;
  margin: 8px 0 20px;
}
.footer .footer-sponsors-title {
  margin: 28px 0 18px;
  text-align: center;
  font-family: Georgia, "Times New Roman", Times, serif;
  font-size: clamp(1.35rem, 3vw, 2rem);
  font-weight: 400;
  letter-spacing: 0.42em;
  text-indent: 0.42em;
  color: #fff;
  text-transform: uppercase;
}
.footer .footer-sponsors-row {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}
.footer .footer-sponsors-row img {
  width: 100%;
  max-width: 700px;
  margin: 0 auto 16px;
}
.footer .footer-disclaimer {
  margin-top: 18px;
}

@media (max-width: 1100px) {
  .footer .col-1,
  .footer .col-2,
  .footer .col-3,
  .footer .col-xs-12 {
    flex: 0 0 50%;
    max-width: 50%;
  }
  .footer .mr-7 { margin-right: 0 !important; }
  .footer .col-3.mr-7 { flex: 0 0 100%; max-width: 100%; }
}
@media (max-width: 640px) {
  .footer { padding: 0 12px; }
  .footer .col-1,
  .footer .col-2,
  .footer .col-3,
  .footer .col-xs-12 {
    flex: 0 0 100%;
    max-width: 100%;
  }
  .footer .info {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    width: 100%;
  }
  .footer .routes { margin-top: 15px; }
  .footer .licence-area .title { font-size: 16px; }
  .footer .footer-sponsors-title {
    letter-spacing: 0.18em;
    text-indent: 0.18em;
    font-size: 1.1rem;
  }
  .footer .footer-brand-text .brand-yer6,
  .footer .footer-brand-text .brand-dot {
    font-size: 34px;
  }
}

/* ============ Toast ============ */
#toast {
  position: fixed;
  left: 50%;
  bottom: 1.6rem;
  transform: translateX(-50%) translateY(20px);
  background: var(--surface);
  border: 1px solid var(--accent);
  color: var(--text);
  font-size: 0.85rem;
  font-weight: 600;
  padding: 0.7rem 1.3rem;
  border-radius: 10px;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
  z-index: 100;
  box-shadow: 0 8px 30px rgba(0,0,0,0.35);
}
#toast.show { opacity: 1; transform: translateX(-50%) translateY(0); }

/* ============ Responsive ============ */
@media (max-width: 900px) {
  .hero { grid-template-columns: 1fr; }
  .hero-visual { max-width: 420px; }
  .cart-layout { grid-template-columns: 1fr; }
  .summary { position: static; }
  .contact-layout { grid-template-columns: 1fr; }
}

@media (max-width: 640px) {
  .p-card { width: 148px; }
  .btn-hide-sm { display: none; }
  .cart-item { grid-template-columns: auto 1fr auto; grid-template-rows: auto auto; }
  .cart-item .qty { grid-column: 2; justify-self: start; }
  .cart-item .tutar { grid-column: 3; }
}

/* ============================================================
   ANİMASYONLAR
   ============================================================ */

/* ---------- sayfa girişi ---------- */
@keyframes pageIn {
  from { opacity: 0; transform: translateY(10px); }
  to   { opacity: 1; transform: none; }
}
@keyframes riseIn {
  from { opacity: 0; transform: translateY(20px); }
}
@keyframes headIn {
  from { opacity: 0; transform: translateY(-14px); }
}

main { animation: pageIn 0.4s ease both; }
.site-header { animation: headIn 0.45s ease both; }
.homepage main,
.homepage .site-header { animation: none; }

/* ---------- hero kademeli giriş ---------- */
.hero .eyebrow  { animation: riseIn 0.55s ease 0.05s both; }
.hero h1        { animation: riseIn 0.60s ease 0.14s both; }
.hero p         { animation: riseIn 0.60s ease 0.24s both; }
.hero-cta       { animation: riseIn 0.60s ease 0.34s both; }
.hero-stats     { animation: riseIn 0.60s ease 0.46s both; }
.hero-visual    { animation: riseIn 0.65s ease 0.30s both; }

@keyframes cellIn {
  from { opacity: 0; transform: scale(0.4); }
}
@keyframes float {
  50% { transform: translateY(-7px); }
}
.hero-visual .cell { animation: cellIn 0.55s cubic-bezier(0.2, 0.7, 0.3, 1.4) both, float 5s ease-in-out infinite; }
.hero-visual .cell:nth-child(1) { animation-delay: 0.35s, 1.0s; }
.hero-visual .cell:nth-child(2) { animation-delay: 0.41s, 2.2s; }
.hero-visual .cell:nth-child(3) { animation-delay: 0.47s, 0.4s; }
.hero-visual .cell:nth-child(4) { animation-delay: 0.53s, 3.1s; }
.hero-visual .cell:nth-child(5) { animation-delay: 0.59s, 1.6s; }
.hero-visual .cell:nth-child(6) { animation-delay: 0.65s, 2.8s; }
.hero-visual .cell:nth-child(7) { animation-delay: 0.71s, 0.9s; }
.hero-visual .cell:nth-child(8) { animation-delay: 0.77s, 2.0s; }
.hero-visual .cell:nth-child(9) { animation-delay: 0.83s, 3.5s; }

/* ---------- kaydırınca beliren öğeler ---------- */
.reveal {
  opacity: 0;
  transform: translateY(22px);
  transition: opacity 0.55s ease, transform 0.55s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.reveal.in { opacity: 1; transform: none; }

/* ---------- buton animasyonları ---------- */
.btn, .p-add {
  position: relative;
  overflow: hidden;
  transition: border-color 0.15s ease, background 0.15s ease,
              transform 0.15s ease, box-shadow 0.2s ease;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary:hover { box-shadow: 0 6px 18px rgba(255, 255, 255, 0.18); }
.p-add:hover { transform: translateY(-1px); box-shadow: 0 4px 12px rgba(193, 125, 46, 0.35); }
.btn:active, .p-add:active, .icon-btn:active, .qty button:active { transform: scale(0.94); }

.icon-btn { transition: border-color 0.15s ease, color 0.15s ease, transform 0.15s ease; }
.icon-btn:hover { transform: translateY(-1px); }

/* tıklama dalgası (ripple) */
@keyframes rippleAnim {
  to { transform: scale(1); opacity: 0; }
}
.ripple-ink {
  position: absolute;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.45);
  transform: scale(0);
  animation: rippleAnim 0.6s ease-out forwards;
  pointer-events: none;
}

/* ---------- sepete uçan ürün + rozet zıplaması ---------- */
.fly {
  position: fixed;
  z-index: 150;
  font-size: 1.5rem;
  line-height: 1;
  pointer-events: none;
  will-change: transform;
  transition: transform 0.65s cubic-bezier(0.35, -0.1, 0.65, 1), opacity 0.65s ease;
}
@keyframes bump {
  30% { transform: scale(1.5); }
}
.icon-btn .badge.bump { animation: bump 0.4s ease; }

/* ---------- favori kalbi ---------- */
@keyframes favPop {
  0%   { transform: scale(1); }
  40%  { transform: scale(1.5) rotate(-12deg); }
  70%  { transform: scale(0.9); }
  100% { transform: scale(1); }
}
.p-fav.pop { animation: favPop 0.45s cubic-bezier(0.2, 0.7, 0.3, 1.4); }

/* ---------- kategori kartı & nav ---------- */
@keyframes wiggle {
  25% { transform: rotate(-9deg) scale(1.18); }
  60% { transform: rotate(7deg); }
}
.cat-card .ic { display: inline-block; }
.cat-card:hover .ic { animation: wiggle 0.5s ease; }
.cat-card, .p-card { transition: border-color 0.15s ease, background 0.15s ease, transform 0.2s ease, box-shadow 0.2s ease; }
.cat-card:hover, .p-card:hover { box-shadow: 0 8px 24px rgba(0, 0, 0, 0.18); }

.nav-item { position: relative; border-bottom: none; padding-bottom: calc(0.55rem + 2px); }
.nav-item::after {
  content: "";
  position: absolute;
  left: 0.9rem;
  right: 0.9rem;
  bottom: 0;
  height: 2px;
  border-radius: 2px;
  background: var(--accent);
  transform: scaleX(0);
  transform-origin: center;
  transition: transform 0.22s ease;
}
.nav-item:hover::after, .nav-item.active::after { transform: scaleX(1); }

/* ---------- açılış (splash) ekranı ---------- */
#splash {
  position: fixed;
  inset: 0;
  z-index: 200;
  background: var(--bg);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.1rem;
  animation: splashOut 0.6s ease 1.55s forwards;
}
#splash .s-brand {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: clamp(1.7rem, 6vw, 2.8rem);
  font-weight: 700;
  letter-spacing: 0.02em;
  display: flex;
  align-items: center;
  gap: 0.55rem;
  overflow: hidden;
}
#splash .s-logo {
  width: auto;
  height: 56px;
  object-fit: contain;
  animation: riseIn 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both;
}
#splash .s-brand span { display: inline-block; animation: riseIn 0.6s cubic-bezier(0.2, 0.7, 0.2, 1) both; }
#splash .s-brand span:nth-child(2) { animation-delay: 0.12s; }
#splash .s-brand span:nth-child(3) { animation-delay: 0.20s; }
#splash .amp { color: var(--accent); }
#splash .s-line {
  width: 140px;
  height: 2px;
  border-radius: 2px;
  background: var(--surface-border);
  position: relative;
  overflow: hidden;
}
#splash .s-line::after {
  content: "";
  position: absolute;
  inset: 0;
  background: var(--accent);
  transform: translateX(-101%);
  animation: sweep 1s cubic-bezier(0.6, 0, 0.3, 1) 0.3s forwards;
}
#splash .s-sub {
  font-size: 0.72rem;
  color: var(--text-muted);
  letter-spacing: 0.16em;
  text-transform: uppercase;
  animation: riseIn 0.6s ease 0.5s both;
}
@keyframes sweep { to { transform: translateX(0); } }
@keyframes splashOut { to { opacity: 0; visibility: hidden; } }

/* splash açıkken sayfa animasyonları beklesin */
.bekle main, .bekle main * { animation-play-state: paused !important; }

/* ============================================================
   LOBİ TASARIMI (referans siteye göre görünüm katmanı)
   ============================================================ */

/* ---------- header: koyu gradient lobisi ---------- */
.site-header {
  background: var(--header-grad);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
}

.brand {
  letter-spacing: 0.06em;
  color: #fff;
  -webkit-text-fill-color: #fff;
  background: none;
  filter: none;
}
.brand .accent-dot {
  color: var(--accent);
  -webkit-text-fill-color: var(--accent);
  background: none;
  filter: none;
}

/* ---------- nav: lobi sekmeleri (pill) ---------- */
.header-nav .row { gap: 0.5rem; padding: 0.6rem 0; }
.nav-item {
  flex-direction: row;
  gap: 0.5rem;
  align-items: center;
  padding: 0.55rem 1.05rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  font-size: 0.78rem;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.nav-item svg { width: 17px; height: 17px; }
.nav-item::after { display: none; }
.nav-item:hover { color: #fff; border-color: #3a3a3a; transform: translateY(-1px); background: #1a1a1a; }
.nav-item.active {
  background: rgba(var(--primary), 1);
  color: rgba(var(--primary-sc), 1);
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.12);
}
.nav-item.active svg { opacity: 1; stroke: currentColor; }

/* ---------- oyun kartı ---------- */
.p-card { padding: 0.55rem 0.55rem 0.8rem; }

.p-art {
  position: relative;
  height: 100px;
  border-radius: 9px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2.7rem;
  overflow: hidden;
  margin-bottom: 0.6rem;
}
.p-art > span {
  transition: transform 0.25s cubic-bezier(0.2, 0.7, 0.3, 1.4);
  filter: drop-shadow(0 8px 14px rgba(0, 0, 0, 0.4));
}
.p-card:hover .p-art > span { transform: scale(1.22) rotate(-5deg); }

.p-art::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255, 255, 255, 0.22) 50%, transparent 60%);
  transform: translateX(-130%);
  pointer-events: none;
}
.p-card:hover .p-art::after { animation: shine 0.7s ease; }
@keyframes shine { to { transform: translateX(130%); } }

/* casino kategori renkleri */
.p-art[data-k="slots"]    { background: linear-gradient(135deg, #f59e0b, #9a3412); }
.p-art[data-k="masa"]     { background: linear-gradient(135deg, #22c55e, #14532d); }
.p-art[data-k="live"]     { background: linear-gradient(135deg, #f43f5e, #9f1239); }
.p-art[data-k="crash"]    { background: linear-gradient(135deg, #38bdf8, #1e3a8a); }
.p-art[data-k="jackpot"]  { background: linear-gradient(135deg, #eab308, #854d0e); }
.p-art[data-k="instant"]  { background: linear-gradient(135deg, #a78bfa, #5b21b6); }

/* gerçek oyun görselleri */
.p-art.has-img {
  height: 150px;
  padding: 0;
  background: #0a0910 !important;
}
.p-art.has-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  transition: transform 0.35s cubic-bezier(0.2, 0.7, 0.3, 1);
}
.p-card:hover .p-art.has-img img { transform: scale(1.08); }
.p-art.has-img .shine {
  position: absolute;
  inset: 0;
  background: linear-gradient(105deg, transparent 40%, rgba(255,255,255,0.28) 50%, transparent 60%);
  transform: translateX(-130%);
  pointer-events: none;
}
.p-card:hover .p-art.has-img .shine { animation: shineEffect 0.75s ease; }
@keyframes shineEffect {
  0% { transform: translateX(-50%); opacity: 0; }
  50% { opacity: 0.55; }
  to { transform: translateX(130%); opacity: 0; }
}

.p-card.game-card {
  transition: transform 0.22s ease, border-color 0.22s ease, box-shadow 0.22s ease;
  top: 0;
  position: relative;
}
.p-card.game-card:hover {
  transform: translateY(-8px);
  border-color: var(--accent);
  box-shadow: 0 16px 36px rgba(224, 164, 92, 0.22), 0 8px 24px rgba(0, 0, 0, 0.4);
}

.p-card:hover {
  border-color: var(--accent);
  box-shadow: 0 12px 32px rgba(224, 164, 92, 0.16), 0 8px 24px rgba(0, 0, 0, 0.35);
}
.p-card .p-fav {
  color: rgba(255, 255, 255, 0.9);
  filter: drop-shadow(0 1px 4px rgba(0, 0, 0, 0.6));
  z-index: 2;
}
.p-card .p-badge { z-index: 2; box-shadow: 0 2px 8px rgba(0, 0, 0, 0.4); }
.p-card .p-add {
  background: var(--gold-grad);
  text-align: center;
  text-decoration: none;
  color: #1c1408;
  border: none;
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 0.82rem;
  padding: 0.55rem;
  border-radius: 8px;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.p-card .p-add:hover { filter: brightness(1.08); box-shadow: 0 4px 14px rgba(224, 164, 92, 0.4); }

/* bakiye chip */
.bal-chip {
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 0.05rem;
  padding: 0.35rem 0.75rem;
  background: var(--surface);
  border: 1px solid var(--accent);
  border-radius: 10px;
  line-height: 1.15;
}
.bal-chip .bal-label {
  font-size: 0.62rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.08em;
}
.bal-chip strong {
  font-size: 0.88rem;
  color: var(--accent);
  font-variant-numeric: tabular-nums;
}
.bal-chip:hover { background: var(--box-hover); }

.jackpot-strip .stat b { color: var(--accent); }

/* görselli banner */
.c-slide.has-bg {
  position: relative;
  min-height: clamp(200px, 32vw, 320px);
  padding: 0;
  overflow: hidden;
}
.c-slide.has-bg .c-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1.02);
  transition: transform 6s ease;
}
.carousel:hover .c-slide.has-bg .c-bg { transform: scale(1.06); }
.c-slide.has-bg .c-shade {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, rgba(8,6,12,0.92) 0%, rgba(8,6,12,0.55) 48%, rgba(8,6,12,0.2) 100%);
  z-index: 1;
}
.c-slide.has-bg .c-content {
  position: relative;
  z-index: 2;
  padding: clamp(1.6rem, 4vw, 3rem) clamp(1.4rem, 5vw, 4rem);
  max-width: 560px;
}
.c-slide.has-bg .c-content h2 {
  font-size: clamp(1.4rem, 3.2vw, 2.2rem);
  margin: 0.4rem 0 0.6rem;
  line-height: 1.15;
}
.c-slide.has-bg .c-content p {
  color: rgba(244,240,233,0.85);
  margin: 0 0 1rem;
  max-width: 36ch;
}

/* son kazananlar marquee */
.winners-bar,
.home-last-winners {
  display: flex;
  align-items: center;
  overflow: hidden;
  height: 60px;
  width: 100%;
  margin: 10px 0;
  padding: 0 0.5rem;
  background: rgb(var(--menu));
  border: 4px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
.home-last-winners .marquee-wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.home-last-winners .item,
.winners-bar .w-item {
  display: flex;
  align-items: center;
  margin-right: 10px;
  white-space: nowrap;
  font-size: 0.78rem;
}
.home-last-winners .item img,
.winners-bar .w-item img {
  width: 36px;
  height: 36px;
  border-radius: 8px;
  object-fit: cover;
  margin-right: 0.45rem;
  flex: none;
}
.winners-bar .w-label {
  flex: none;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--accent);
  white-space: nowrap;
  padding-right: 0.6rem;
  border-right: 1px solid var(--surface-border);
}
.vue3-marquee {
  display: flex;
  position: relative;
  overflow: hidden;
  flex: 1;
  min-width: 0;
}
.vue3-marquee.horizontal { flex-direction: row; width: 100%; }
.vue3-marquee > .marquee {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex: 0 0 auto;
  animation: scrollX 38s linear infinite;
}
.vue3-marquee:hover > .marquee { animation-play-state: paused; }
@keyframes scrollX {
  0% { transform: translateX(0); }
  to { transform: translateX(-50%); }
}
.w-item {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  margin-right: 1.4rem;
  white-space: nowrap;
  font-size: 0.78rem;
  color: var(--text-muted);
}
.w-item img {
  width: 28px;
  height: 28px;
  border-radius: 6px;
  object-fit: cover;
  border: 1px solid var(--surface-border);
}
.w-item b { color: var(--text); font-weight: 600; }
.w-item em { color: rgb(var(--win)); font-style: normal; font-weight: 700; }

/* staggered open */
.p-card.reveal { opacity: 0; transform: translateY(18px); }
.p-card.reveal.in { animation: openCard 0.45s ease forwards; }
@keyframes openCard {
  0% { opacity: 0; transform: translateY(18px); }
  to { opacity: 1; transform: translateY(0); }
}

/* ---------- banner karuseli ---------- */
.carousel {
  position: relative;
  margin: 1.6rem clamp(1rem, 4vw, 3.5rem) 0;
  border-radius: 18px;
  overflow: hidden;
  border: 1px solid var(--surface-border);
}
.c-track {
  display: flex;
  transition: transform 0.55s cubic-bezier(0.3, 0.7, 0.3, 1);
}
.c-slide {
  min-width: 100%;
  min-height: 250px;
  padding: clamp(1.6rem, 4vw, 3rem) clamp(1.4rem, 5vw, 4rem);
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1.5rem;
}
.c-slide .k {
  display: inline-block;
  background: rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.25);
  color: #fff;
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 0.3rem 0.75rem;
  border-radius: 999px;
  margin-bottom: 0.7rem;
}
.c-slide h2 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: clamp(1.4rem, 3.2vw, 2.4rem);
  color: #fff;
  margin: 0 0 0.5rem;
  text-wrap: balance;
  text-shadow: 0 2px 12px rgba(0, 0, 0, 0.3);
}
.c-slide p {
  color: rgba(255, 255, 255, 0.85);
  font-size: 0.92rem;
  line-height: 1.55;
  margin: 0 0 1.2rem;
  max-width: 30rem;
}
.c-slide .big {
  font-size: clamp(3.2rem, 9vw, 6rem);
  line-height: 1;
  filter: drop-shadow(0 14px 26px rgba(0, 0, 0, 0.45));
  animation: float 4.5s ease-in-out infinite;
  flex: none;
}
.c-slide .btn { border-color: rgba(255,255,255,0.4); color: #fff; }
.c-slide .btn-primary { background: #fff; border-color: #fff; color: #1c1408; }
.c-slide .btn-primary:hover { background: #f2e9dc; border-color: #f2e9dc; box-shadow: none; }

.c-dots {
  position: absolute;
  bottom: 0.95rem;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.45rem;
}
.c-dot {
  width: 8px;
  height: 8px;
  border: none;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  cursor: pointer;
  padding: 0;
  transition: width 0.25s ease, background 0.25s ease;
}
.c-dot.active { width: 24px; background: #fff; }

.c-arrow {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  border: 1px solid rgba(255, 255, 255, 0.3);
  background: rgba(0, 0, 0, 0.35);
  color: #fff;
  font-size: 1.1rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background 0.15s ease;
}
.c-arrow:hover { background: rgba(0, 0, 0, 0.6); }
.c-arrow.prev { left: 0.8rem; }
.c-arrow.next { right: 0.8rem; }

/* ---------- istatistik şeridi ---------- */
.stats-strip {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(140px, 1fr));
  gap: 0.8rem;
  margin: 1.4rem clamp(1rem, 4vw, 3.5rem) 0;
}
.stats-strip .stat {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 12px;
  padding: 0.9rem 1.1rem;
  text-align: center;
}
.stats-strip .stat b {
  display: block;
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1.25rem;
  color: var(--accent);
}
.stats-strip .stat span { font-size: 0.72rem; color: var(--text-muted); }

/* ---------- ürünler sayfası: filtre pilleri ---------- */
.filter-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-bottom: 1.8rem;
}
.f-pill,
.pill {
  display: inline-flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 1.1rem;
  border-radius: 999px;
  background: var(--surface);
  border: 1px solid var(--surface-border);
  color: var(--text-muted);
  font-size: 0.8rem;
  font-weight: 600;
  cursor: pointer;
  transition: color 0.15s ease, border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.f-pill:hover,
.pill:hover { color: #fff; border-color: #3a3a3a; transform: translateY(-1px); background: #1a1a1a; }
.f-pill.active,
.pill.active {
  background: #fff;
  color: #0a0a0a;
  border-color: transparent;
  box-shadow: 0 4px 14px rgba(255, 255, 255, 0.12);
}
.pill .ct-ic svg {
  width: 15px;
  height: 15px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
}

@media (max-width: 720px) {
  .c-slide .big { display: none; }
}

/* ============================================================
   YÖNETİCİ PANELİ (admin.html)
   ============================================================ */
.admin-body { background: #0a0910; }

/* giriş kilidi */
.admin-lock {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 2rem 1rem;
}
.lock-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 18px;
  padding: 2.4rem 2rem;
  max-width: 380px;
  width: 100%;
  text-align: center;
}
.lock-card .shield {
  width: 60px; height: 60px;
  margin: 0 auto 1rem;
  border-radius: 16px;
  background: var(--gold-grad);
  display: flex; align-items: center; justify-content: center;
  font-size: 1.8rem;
}
.lock-card h1 { font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif; font-size: 1.4rem; margin: 0 0 0.3rem; }
.lock-card p { color: var(--text-muted); font-size: 0.84rem; margin: 0 0 1.4rem; }

/* panel iskeleti */
.admin-shell { display: flex; min-height: 100vh; }
.admin-side {
  width: 230px;
  flex: none;
  background: #100e17;
  border-right: 1px solid var(--surface-border);
  padding: 1.4rem 0.9rem;
  display: flex;
  flex-direction: column;
  gap: 0.3rem;
  position: sticky;
  top: 0;
  height: 100vh;
}
.admin-side .a-brand {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-weight: 700;
  font-size: 1.1rem;
  letter-spacing: 0.06em;
  padding: 0.4rem 0.7rem 1rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.admin-side .a-brand b { color: var(--accent); }
.a-nav {
  display: flex; align-items: center; gap: 0.7rem;
  padding: 0.7rem 0.85rem;
  border-radius: 10px;
  color: var(--text-muted);
  font-size: 0.86rem;
  font-weight: 600;
  cursor: pointer;
  border: 1px solid transparent;
  text-align: left;
  background: none;
  width: 100%;
  transition: background 0.15s ease, color 0.15s ease;
}
.a-nav:hover { background: var(--surface); color: var(--text); }
.a-nav.active { background: var(--surface); color: var(--accent); border-color: var(--surface-border); }
.a-nav .ic { font-size: 1.05rem; }
.admin-side .a-spacer { flex: 1; }
.admin-side .a-logout {
  color: rgb(var(--danger));
  font-size: 0.82rem;
  border-top: 1px solid var(--surface-border);
  padding-top: 1rem;
  margin-top: 0.5rem;
}

.admin-main { flex: 1; padding: 1.8rem clamp(1rem, 3vw, 2.4rem); min-width: 0; }
.admin-topbar {
  display: flex; align-items: center; justify-content: space-between;
  gap: 1rem; flex-wrap: wrap; margin-bottom: 1.6rem;
}
.admin-topbar h1 { font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif; font-size: 1.5rem; margin: 0; }
.admin-topbar .live {
  display: inline-flex; align-items: center; gap: 0.5rem;
  font-size: 0.75rem; color: var(--text-muted);
  background: var(--surface); border: 1px solid var(--surface-border);
  padding: 0.4rem 0.8rem; border-radius: 999px;
}
.live .dot {
  width: 8px; height: 8px; border-radius: 50%;
  background: rgb(var(--win)); box-shadow: 0 0 0 0 rgba(var(--win), 0.7);
  animation: pulse 1.8s infinite;
}
@keyframes pulse {
  0% { box-shadow: 0 0 0 0 rgba(var(--win), 0.6); }
  70% { box-shadow: 0 0 0 8px rgba(var(--win), 0); }
  100% { box-shadow: 0 0 0 0 rgba(var(--win), 0); }
}

/* kpi kartları */
.kpi-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  gap: 0.9rem;
  margin-bottom: 1.8rem;
}
.kpi {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  padding: 1.2rem 1.3rem;
  position: relative;
  overflow: hidden;
}
.kpi .ic {
  position: absolute; right: 0.9rem; top: 0.9rem;
  font-size: 1.5rem; opacity: 0.5;
}
.kpi .k-label { font-size: 0.76rem; color: var(--text-muted); margin-bottom: 0.4rem; }
.kpi .k-val {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif;
  font-size: 1.9rem;
  font-weight: 700;
  color: var(--text);
  font-variant-numeric: tabular-nums;
  line-height: 1;
}
.kpi .k-val.accent { color: var(--accent); }
.kpi .k-sub { font-size: 0.72rem; color: var(--text-muted); margin-top: 0.35rem; }

/* panel bölümleri */
.admin-panel { display: none; }
.admin-panel.active { display: block; animation: pageIn 0.3s ease both; }

.panel-card {
  background: var(--surface);
  border: 1px solid var(--surface-border);
  border-radius: 14px;
  padding: 1.3rem;
  margin-bottom: 1.3rem;
}
.panel-card h2 {
  font-family: "Roboto Condensed", "Arial Narrow", "Segoe UI", system-ui, Arial, sans-serif; font-size: 1.1rem; margin: 0 0 1rem;
  display: flex; align-items: center; gap: 0.5rem;
}
.panel-card .hint { font-size: 0.78rem; color: var(--text-muted); margin: -0.6rem 0 1rem; line-height: 1.5; }

/* tablo */
.table-wrap { overflow-x: auto; }
table.admin-table { width: 100%; border-collapse: collapse; font-size: 0.83rem; }
.admin-table th {
  text-align: left;
  font-size: 0.72rem;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--text-muted);
  font-weight: 600;
  padding: 0.6rem 0.8rem;
  border-bottom: 1px solid var(--surface-border);
  white-space: nowrap;
}
.admin-table td {
  padding: 0.7rem 0.8rem;
  border-bottom: 1px solid var(--surface-border);
  vertical-align: middle;
}
.admin-table tr:last-child td { border-bottom: none; }
.admin-table tbody tr { transition: background 0.12s ease; }
.admin-table tbody tr:hover { background: rgba(255,255,255,0.03); }

/* kopyalanamayan / gizli veri */
.nocopy {
  user-select: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
}
.masked { font-variant-numeric: tabular-nums; letter-spacing: 0.02em; }
.mono { font-family: ui-monospace, Consolas, monospace; font-variant-numeric: tabular-nums; }

.copy-btn {
  display: inline-flex; align-items: center; gap: 0.35rem;
  background: var(--box); border: 1px solid var(--box-border);
  color: var(--box-strong);
  font-size: 0.75rem; font-weight: 600;
  padding: 0.3rem 0.6rem; border-radius: 7px; cursor: pointer;
  transition: border-color 0.15s ease, transform 0.1s ease;
}
.copy-btn:hover { border-color: var(--accent); }
.copy-btn:active { transform: scale(0.94); }
.copy-btn svg { width: 13px; height: 13px; }

.tag-chip {
  display: inline-block;
  font-size: 0.68rem; font-weight: 700;
  padding: 0.18rem 0.5rem; border-radius: 6px;
  background: rgba(var(--win), 0.15); color: rgb(var(--win));
}
.tag-chip.gri { background: var(--surface-border); color: var(--text-muted); }

.admin-empty { text-align: center; padding: 2.5rem 1rem; color: var(--text-muted); }
.admin-empty .big { font-size: 2.5rem; margin-bottom: 0.6rem; }

.admin-search {
  background: var(--bg);
  border: 1px solid var(--surface-border);
  border-radius: 9px;
  color: var(--text);
  font-size: 0.85rem;
  padding: 0.55rem 0.8rem;
  outline: none;
  min-width: 200px;
}
.admin-search:focus { border-color: var(--accent); }

.danger-zone { border-color: rgba(var(--danger), 0.4); }
.btn-danger { background: rgb(var(--danger)); border-color: rgb(var(--danger)); color: #fff; }
.btn-danger:hover { background: #c53a3f; border-color: #c53a3f; }
.btn-sm { padding: 0.4rem 0.85rem; font-size: 0.76rem; }

@media (max-width: 780px) {
  .admin-side {
    position: static; width: 100%; height: auto;
    flex-direction: row; flex-wrap: wrap;
    border-right: none; border-bottom: 1px solid var(--surface-border);
  }
  .admin-side .a-brand { width: 100%; padding-bottom: 0.6rem; }
  .admin-side .a-spacer { display: none; }
  .admin-side .a-logout { border-top: none; padding-top: 0; margin-top: 0; }
  .admin-shell { flex-direction: column; }
}

/* ---------- cüzdan ---------- */
.wallet-layout {
  display: grid;
  grid-template-columns: 1.4fr 1fr;
  gap: 1.4rem;
  align-items: start;
}
@media (max-width: 800px) {
  .wallet-layout { grid-template-columns: 1fr; }
}
.wallet-card {
  background: var(--box);
  border: 1px solid var(--box-border);
  border-radius: 16px;
  padding: 1.5rem clamp(1.2rem, 3vw, 2rem);
}
.wallet-card .w-label {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.1em;
}
.wallet-card .w-bal {
  font-size: clamp(1.8rem, 4vw, 2.6rem);
  font-weight: 800;
  color: var(--accent);
  margin: 0.35rem 0;
  font-variant-numeric: tabular-nums;
}
.wallet-card .w-note {
  font-size: 0.78rem;
  color: var(--text-muted);
  margin: 0 0 1.2rem;
}
.w-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
}
.wallet-card .field input,
.game-controls input {
  background: var(--bg);
  border: 1px solid var(--surface-border);
  border-radius: 9px;
  color: var(--text);
  padding: 0.55rem 0.8rem;
  font-size: 0.9rem;
  outline: none;
  width: 100%;
}
.wallet-card .field input:focus,
.game-controls input:focus { border-color: var(--accent); }

/* ---------- oyun masası ---------- */
.game-shell {
  background: var(--box);
  border: 1px solid var(--box-border);
  border-radius: 18px;
  padding: clamp(1.2rem, 3vw, 2rem);
  max-width: 720px;
  margin: 0 auto;
}

/* Pragmatic resmi demo iframe */
.pp-wrap { max-width: 1280px; }
.pp-head .pp-toolbar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  margin-top: 0.75rem;
}
.pp-frame-shell {
  position: relative;
  width: 100%;
  min-height: min(78vh, 820px);
  height: min(78vh, 820px);
  background: #0a0a0a;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  overflow: hidden;
}
.pp-frame-shell iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
  background: #000;
}
/* Tam ekran (büyütme) butonu — Pragmatic benzeri */
.pp-fs-btn {
  position: absolute;
  right: 12px;
  bottom: 12px;
  z-index: 3;
  width: 40px;
  height: 40px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  background: rgba(0, 0, 0, 0.55);
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 10px;
  cursor: pointer;
  backdrop-filter: blur(4px);
  -webkit-backdrop-filter: blur(4px);
  transition: background 0.15s ease, transform 0.1s ease;
}
.pp-fs-btn:hover { background: rgba(0, 0, 0, 0.8); }
.pp-fs-btn:active { transform: scale(0.94); }
.pp-fs-btn svg { display: block; }
.pp-frame-shell.is-fullscreen {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  border: 0;
}
.pp-frame-shell:fullscreen {
  width: 100%;
  height: 100%;
  min-height: 0;
  border-radius: 0;
  border: 0;
}
.pp-loading {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  color: rgba(255, 255, 255, 0.7);
  font-size: 0.95rem;
  z-index: 1;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.55);
}
@media (max-width: 700px) {
  .pp-frame-shell {
    min-height: 70vh;
    height: 70vh;
    border-radius: 10px;
  }
}

.pp-picker { margin-top: 1rem; }
.pp-picker-hint {
  color: rgba(255, 255, 255, 0.65);
  margin: 0 0 1rem;
}
.pp-picker-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.85rem;
}
.pp-pick {
  display: flex;
  flex-direction: column;
  gap: 0.45rem;
  text-decoration: none;
  color: #fff;
  font-size: 0.82rem;
  font-weight: 600;
}
.pp-pick img {
  width: 100%;
  aspect-ratio: 3 / 4;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: #111;
}
.pp-pick:hover img {
  border-color: var(--accent, #e8b84a);
}
.game-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-bottom: 1.4rem;
  font-size: 0.95rem;
}
.game-top strong { color: var(--accent); }

.slot-reels {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}
.reel {
  background: linear-gradient(180deg, #1a1520, #0d0b12);
  border: 2px solid var(--accent);
  border-radius: 14px;
  height: 110px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  box-shadow: inset 0 0 24px rgba(0,0,0,0.5);
}

.game-controls { display: flex; flex-direction: column; gap: 1rem; }
.bet-row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.6rem;
}
.bet-row label { font-size: 0.8rem; color: var(--text-muted); }
.bet-row input { width: 100px; }
.bet-btns { display: flex; flex-wrap: wrap; gap: 0.4rem; }
.bet-btns .btn.active {
  background: var(--gold-grad);
  color: #1c1408;
  border-color: transparent;
}
.game-btn { position: relative; overflow: hidden; }
.game-result {
  text-align: center;
  font-weight: 600;
  min-height: 1.4em;
  color: var(--text-muted);
}
.game-result.win { color: rgb(var(--win)); }
.game-result.lose { color: rgb(var(--danger)); }

.roulette-wheel {
  width: min(220px, 70vw);
  height: min(220px, 70vw);
  margin: 0 auto 1.5rem;
  border-radius: 50%;
  background:
    radial-gradient(circle at center, #1a1922 0 42%, transparent 43%),
    conic-gradient(#14532d 0 10deg, #b91c1c 10deg 20deg, #111 20deg 30deg, #b91c1c 30deg 40deg, #111 40deg 50deg, #b91c1c 50deg 60deg, #111 60deg 70deg, #b91c1c 70deg 80deg, #111 80deg 90deg, #b91c1c 90deg 100deg, #111 100deg 110deg, #b91c1c 110deg 120deg, #111 120deg 130deg, #b91c1c 130deg 140deg, #111 140deg 150deg, #b91c1c 150deg 160deg, #111 160deg 170deg, #b91c1c 170deg 180deg, #111 180deg 190deg, #b91c1c 190deg 200deg, #111 200deg 210deg, #b91c1c 210deg 220deg, #111 220deg 230deg, #b91c1c 230deg 240deg, #111 240deg 250deg, #b91c1c 250deg 260deg, #111 260deg 270deg, #b91c1c 270deg 280deg, #111 280deg 290deg, #b91c1c 290deg 300deg, #111 300deg 310deg, #b91c1c 310deg 320deg, #111 320deg 330deg, #b91c1c 330deg 340deg, #111 340deg 350deg, #b91c1c 350deg 360deg);
  border: 4px solid var(--accent);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: relative;
}
.roulette-wheel.spinning {
  animation: wheel-spin 0.9s linear infinite;
}
@keyframes wheel-spin { to { transform: rotate(360deg); } }
.wheel-num {
  font-size: 2.4rem;
  font-weight: 800;
  color: var(--text);
  z-index: 1;
}
.wheel-hint {
  font-size: 0.75rem;
  color: var(--text-muted);
  text-transform: capitalize;
  z-index: 1;
}
.roulette-bets {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
}
.roulette-bets .btn.active {
  background: var(--gold-grad);
  color: #1c1408;
  border-color: transparent;
}

.bj-table {
  background: radial-gradient(ellipse at center, #166534 0%, #0b3d24 70%);
  border: 2px solid var(--accent);
  border-radius: 16px;
  padding: 1.4rem;
  margin-bottom: 1.4rem;
  min-height: 220px;
}
.bj-hand { margin-bottom: 1.2rem; }
.bj-hand:last-child { margin-bottom: 0; }
.bj-label {
  font-size: 0.8rem;
  color: rgba(255,255,255,0.75);
  margin-bottom: 0.5rem;
  font-weight: 600;
}
.bj-cards { display: flex; flex-wrap: wrap; gap: 0.45rem; min-height: 64px; }
.bj-card {
  width: 48px;
  height: 68px;
  background: #f8f5ef;
  color: #111;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 0.95rem;
  box-shadow: 0 4px 10px rgba(0,0,0,0.35);
}
.bj-card.red { color: #c41e3a; }
.bj-card.back {
  background: linear-gradient(135deg, #1e3a8a, #312e81);
  color: #fff;
  border: 1px solid rgba(255,255,255,0.3);
}
.bj-actions { display: flex; flex-wrap: wrap; gap: 0.5rem; }

@media (max-width: 640px) {
  .bal-chip .bal-label { display: none; }
  .header-actions .bal-chip { padding: 0.4rem 0.55rem; }
  .reel { height: 88px; font-size: 2.3rem; }
}

/* ========== Lobby: app-game kartları (referans overlay) ========== */
.app-games {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px 10px;
}
.app-game {
  width: 14.25%;
  flex-basis: 14.25%;
  padding: 10px;
  box-sizing: border-box;
}
@media (max-width: 1200px) { .app-game { width: 16.66%; flex-basis: 16.66%; } }
@media (max-width: 900px)  { .app-game { width: 25%; flex-basis: 25%; } }
@media (max-width: 560px)  { .app-game { width: 33.33%; flex-basis: 33.33%; } }

.app-game .game {
  position: relative;
  overflow: hidden;
  border-radius: 10px;
  background: #0a0a0a;
  border: 1px solid var(--box-border);
}
.app-game .game img {
  width: 100%;
  height: 140px;
  object-fit: cover;
  display: block;
  transition: transform 0.3s ease-in-out;
}
.app-game .game .label {
  position: absolute;
  z-index: 2;
  top: 0; left: 0;
  background: #24ff00 !important;
  color: #000 !important;
  padding: 5px 8px;
  font-size: 11px;
  font-weight: 700;
  border-bottom-right-radius: 10px;
  letter-spacing: 0.04em;
}
.app-game .game .shine {
  position: absolute;
  top: 0;
  left: -50%;
  width: 40%;
  height: 100%;
  background: linear-gradient(120deg, transparent, rgba(255,255,255,0.35), transparent);
  opacity: 0;
  pointer-events: none;
  z-index: 2;
}
.app-game .game:hover .shine { animation: shineEffect 0.75s ease; }
.app-game .game .front {
  position: absolute;
  inset: 0;
  opacity: 0;
  background: rgba(0,0,0,0.72);
  transition: opacity 0.3s ease-in-out;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
  z-index: 3;
}
.app-game .game:hover img { transform: scale(1.1); }
.app-game .game:hover .front { opacity: 1; }
.app-game .front .fav {
  position: absolute;
  top: 8px; right: 8px;
  width: 32px; height: 32px;
  border: none;
  border-radius: 50%;
  background: rgba(0,0,0,0.45);
  color: #fff;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  text-decoration: none;
}
.app-game .front .fav svg { width: 16px; height: 16px; fill: rgba(255,255,255,.45); color: rgba(255,255,255,.45); }
.app-game .front .fav.active,
.app-game .front .fav.active svg { color: #ff4d6d; fill: #ff4d6d; stroke: #ff4d6d; }
.app-game .front .button.primary.play {
  background: #fff;
  color: #0a0a0a;
  border: none;
  border-radius: 8px;
  width: 90px;
  height: 35px;
  font-weight: 800;
  font-size: 0.85rem;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  text-decoration: none;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.app-game .front small {
  text-transform: uppercase;
  font-size: 0.65rem;
  color: rgba(255,255,255,0.7);
  letter-spacing: 0.06em;
}
.app-game .front .button.secondary.free {
  background: rgba(255,255,255,0.12);
  color: #fff;
  border: none;
  border-radius: 6px;
  font-size: 0.72rem;
  padding: 6px 12px;
  margin-top: 2px;
  cursor: pointer;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}
.app-game.reveal { opacity: 0; transform: translateY(18px); }
.app-game.reveal.in { animation: openCard 0.45s ease forwards; }
.g-meta { padding: 0.45rem 0.15rem 0.2rem; }
.g-ad {
  font-size: 0.78rem;
  font-weight: 650;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.g-sub { font-size: 0.68rem; color: var(--text-muted); }

/* yatay oyun şeridi */
.game-row {
  display: flex;
  gap: 0.55rem;
  overflow-x: auto;
  padding-bottom: 0.6rem;
  scroll-snap-type: x mandatory;
  -webkit-overflow-scrolling: touch;
}
.game-row .app-game {
  width: 160px;
  flex: 0 0 160px;
  padding: 0;
  scroll-snap-align: start;
}
.game-row .app-game .game img { height: 120px; }
.game-row::-webkit-scrollbar { height: 6px; }
.game-row::-webkit-scrollbar-thumb { background: var(--surface-border); border-radius: 99px; }

/* özel hızlı menü */
.special-menu {
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  padding: 0.2rem 0 0.4rem;
  -webkit-overflow-scrolling: touch;
}
.special-menu-item {
  flex: 0 0 auto;
  display: flex;
  align-items: center;
  gap: 0.45rem;
  padding: 0.55rem 0.9rem;
  background: var(--tab-grad);
  border: 1px solid var(--box-border);
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 650;
  transition: border-color 0.15s, transform 0.15s, background 0.15s;
  position: relative;
  overflow: hidden;
}
.special-menu-item:hover {
  border-color: #3a3a3a;
  transform: translateY(-2px);
  background: #222;
}
.sm-ic {
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.sm-ic svg {
  width: 18px;
  height: 18px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}
.special-menu-item:hover .sm-ic svg {
  animation: rotateEffectY 1.2s ease, scalePulse 1.2s ease;
}

/* jackpot paneli — pragmatic tarzı dönen çerçeve */
@property --pragmatic-angle {
  syntax: "<angle>";
  initial-value: 0deg;
  inherits: false;
}
@keyframes pragmaticGradientShift {
  0% { background-position: 0% 0%, 0 0; }
  50% { background-position: 100% 100%, 0 0; }
  to { background-position: 0% 0%, 0 0; }
}
@keyframes pragmaticBorderRotate {
  to { --pragmatic-angle: 1turn; }
}
@keyframes pulse_purple {
  0% { transform: scale(0.95); box-shadow: 0 0 30px rgba(var(--purple), 0.55); }
  50% { transform: scale(1); box-shadow: 0 0 30px rgba(var(--purple), 0.55); }
  to { transform: scale(0.95); box-shadow: 0 0 0 rgba(var(--purple), 0); }
}
@keyframes pulse_primary {
  0% { transform: scale(0.95); box-shadow: 0 0 30px rgba(var(--primary-rgb), 0.45); }
  50% { transform: scale(1); box-shadow: 0 0 30px rgba(var(--primary-rgb), 0.45); }
  to { transform: scale(0.95); box-shadow: 0 0 0 rgba(var(--primary-rgb), 0); }
}
@keyframes shineEffect {
  0% { left: -50%; opacity: 0; }
  50% { left: 25%; opacity: 0.5; }
  to { left: 100%; opacity: 0; }
}
@keyframes rotateEffectY {
  0% { transform: rotateY(0); }
  50%, to { transform: rotateY(360deg); }
}
@keyframes scalePulse {
  0%, to { transform: scale(1); }
  50% { transform: scale(1.12); }
}
@keyframes winMove {
  0% { transform: translateY(-10px); opacity: 0; }
  to { transform: translateY(0); opacity: 1; }
}

.jp-panel.pragmatic-jackpot {
  position: relative;
  background:
    linear-gradient(135deg, #ffffff1a, #ffffff05 40%, #ffffff0a 60%, #ffffff1f),
    linear-gradient(180deg, #141414d9, #080808eb, #141414d9);
  background-size: 200% 200%, 100% 100%;
  background-position: 0% 0%, 0 0;
  border: 1px solid rgba(255, 255, 255, 0.06);
  border-radius: 14px;
  padding: 1rem 1.1rem 1.2rem;
  box-shadow: 0 4px 16px #00000059, inset 0 1px #ffffff0f;
  animation: pragmaticGradientShift 9s ease-in-out infinite;
  overflow: hidden;
}
.jp-panel.pragmatic-jackpot::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1.5px;
  background: conic-gradient(
    from var(--pragmatic-angle),
    rgba(var(--primary-rgb), 0) 0deg,
    rgba(var(--primary-rgb), 0.15) 30deg,
    rgba(var(--primary-rgb), 0.5) 60deg,
    rgba(var(--primary-rgb), 1) 90deg,
    rgba(var(--primary-rgb), 0.5) 120deg,
    rgba(var(--primary-rgb), 0.15) 150deg,
    rgba(var(--primary-rgb), 0) 180deg,
    rgba(var(--primary-rgb), 0) 360deg
  );
  -webkit-mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  mask: linear-gradient(#000 0 0) content-box, linear-gradient(#000 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  animation: pragmaticBorderRotate 5s linear infinite;
  pointer-events: none;
  z-index: 1;
}
.jp-panel.pragmatic-jackpot > * { position: relative; z-index: 2; }
.jp-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 0.9rem;
}
.jp-head h2 { margin: 0; font-size: 1.05rem; }
.jp-live {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  font-size: 0.72rem;
  color: var(--neon);
  font-weight: 700;
}
.jp-live .dot {
  width: 7px; height: 7px;
  border-radius: 50%;
  background: var(--neon);
  animation: pulse_primary 1.6s infinite;
}
.jp-grid {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.6rem;
}
@media (max-width: 700px) { .jp-grid { grid-template-columns: 1fr 1fr; } }
.jp-card {
  border-radius: 12px;
  padding: 0.85rem 0.7rem;
  text-align: center;
  border: 1px solid rgba(255,255,255,0.08);
  background: rgba(0,0,0,0.35);
}
.jp-card.grand { background: linear-gradient(160deg, #3a3a3a, #121212); border-color: rgba(255,255,255,0.25); animation: pulse_primary 3.2s ease-in-out infinite; }
.jp-card.major { background: linear-gradient(160deg, #3a2458, #12081a); border-color: #a78bfa; animation: pulse_purple 3.6s ease-in-out infinite; }
.jp-card.minor { background: linear-gradient(160deg, #123a2a, #08140f); border-color: #34d399; }
.jp-card.mini  { background: linear-gradient(160deg, #1e3a5f, #0a121c); border-color: #60a5fa; }
.jp-name {
  font-size: 0.68rem;
  letter-spacing: 0.14em;
  font-weight: 800;
  color: rgba(255,255,255,0.7);
  margin-bottom: 0.35rem;
}
.jp-val {
  font-size: clamp(0.95rem, 2.2vw, 1.25rem);
  font-weight: 800;
  color: #fff;
  font-variant-numeric: tabular-nums;
}

/* sağlayıcılar */
.providers-block .prov-marquee { margin-bottom: 0.8rem; }
.prov-chip {
  flex: 0 0 auto;
  padding: 0.4rem 0.85rem;
  margin-right: 0.5rem;
  border-radius: 999px;
  border: 1px solid var(--surface-border);
  background: var(--surface);
  font-size: 0.72rem;
  color: var(--text-muted);
  white-space: nowrap;
}
.prov-banner, .partners-img {
  border-radius: 0;
  overflow: hidden;
  border: none;
  background: #000;
}
.prov-banner img, .partners-img img {
  width: 100%;
  display: block;
  height: auto;
  max-height: none;
  object-fit: contain;
  object-position: center;
}
.partners-img img { max-height: none; }

/* mobil alt menü */
.mobile-nav {
  display: none;
  position: fixed;
  left: 0; right: 0; bottom: 0;
  z-index: 80;
  height: 60px;
  background: rgba(10,10,10,0.96);
  backdrop-filter: blur(12px);
  border-top: 1px solid var(--surface-border);
  padding: 0 0.4rem calc(env(safe-area-inset-bottom));
  justify-content: space-around;
  align-items: center;
}
.mobile-nav a {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.1rem;
  font-size: 0.62rem;
  color: var(--text-muted);
  padding: 0.3rem 0.5rem;
  min-width: 56px;
}
.mobile-nav a span,
.mobile-nav a .mn-ic {
  font-size: 1.15rem;
  line-height: 1;
  display: flex;
  align-items: center;
  justify-content: center;
}
.mobile-nav a .mn-ic svg {
  width: 22px;
  height: 22px;
  display: block;
}
.mobile-nav a.active { color: #fff; }
@media (max-width: 780px) {
  .mobile-nav { display: flex; }
  body { padding-bottom: 68px; }
  .btn-hide-sm { display: none !important; }
}

/* float canlı destek pill (Comm100 / DBImage) */
.yer6-float-chat {
  position: fixed;
  z-index: 2147483642;
  right: 12px;
  bottom: 0;
  line-height: 0;
}
.yer6-float-chat a {
  display: block;
  line-height: 0;
  transition: transform 0.2s ease, filter 0.2s ease;
}
.yer6-float-chat a:hover {
  transform: translateY(-2px);
  filter: brightness(1.05);
}
.yer6-float-chat img {
  width: auto;
  height: auto;
  max-width: min(220px, 42vw);
  border: none;
  display: block;
}
@media (min-width: 781px) {
  .yer6-float-chat {
    bottom: 0;
    right: 12px;
  }
  .yer6-float-chat img {
    max-width: 240px;
  }
}
@media (max-width: 780px) {
  .yer6-float-chat {
    bottom: calc(var(--mobile-nav-height) - 2px);
    right: 8px;
  }
  .yer6-float-chat img {
    max-width: 180px;
  }
}

/* touch: overlay her zaman hafif görünür */
@media (hover: none) {
  .app-game .game .front {
    opacity: 1;
    background: linear-gradient(transparent 45%, rgba(0,0,0,0.75));
    justify-content: flex-end;
    padding-bottom: 0.55rem;
  }
  .app-game .front .fav { top: 6px; }
}

/* sticky casino menu — referans flex + gradient */
.casino-menu {
  position: sticky;
  top: 90px;
  z-index: 40;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 0.75rem;
  margin-top: 20px;
  margin-bottom: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.casino-menu .left {
  width: auto;
  max-width: calc(100% - 475px);
  min-width: 0;
}
.casino-menu .right,
.casino-menu-tools {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  flex: none;
}
.casino-menu .left .app-menu {
  margin: 0;
  background: linear-gradient(180deg, #2c2c2c, #181818);
  border-radius: 10px;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.casino-menu .menu {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.casino-menu .menu li { flex: 0 0 auto; }
.casino-menu .menu a,
.casino-tab {
  flex: 0 0 auto;
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0 11px;
  min-height: 50px;
  border-radius: 10px;
  font-size: 0.78rem;
  font-weight: 650;
  color: var(--text-muted);
  white-space: nowrap;
  position: relative;
  background: transparent !important;
  border-bottom: none;
  text-decoration: none;
}
.casino-menu .menu a:hover,
.casino-tab:hover {
  color: #fff;
  background: transparent !important;
}
.casino-menu .menu a.active,
.casino-tab.active {
  background: linear-gradient(180deg, #1f1f1f, #141414) !important;
  color: #fff !important;
  border-bottom-color: transparent;
}
.casino-menu .app-search input {
  width: 250px;
  height: 50px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  padding: 0 0.85rem;
  font-size: 0.85rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.casino-menu .provider-filter select,
.casino-menu .app-multi-select .button {
  height: 50px;
  min-width: 140px;
  background: rgba(255, 255, 255, 0.05);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  color: #fff;
  padding: 0 0.85rem;
  font-size: 0.85rem;
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
}
.lobby-buttons-row { margin-top: 0.55rem; }
@media (max-width: 900px) {
  .casino-menu { top: 100px; }
}
.casino-menu-track {
  display: flex;
  gap: 0.15rem;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}
.ct-ic {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.ct-ic svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.7;
  stroke-linecap: round;
  stroke-linejoin: round;
}

/* lobby quick strip under casino menu */
.lobby-strip {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  margin: 0.55rem 0 0.85rem;
}
.lobby-strip a,
.lobby-strip button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.8rem;
  border-radius: 8px;
  border: 1px solid var(--box-border);
  background: var(--box);
  color: var(--text-muted);
  font-size: 0.75rem;
  font-weight: 650;
  cursor: pointer;
  transition: color 0.15s, border-color 0.15s, background 0.15s;
}
.lobby-strip a:hover,
.lobby-strip button:hover {
  color: #fff;
  border-color: #3a3a3a;
  background: #222;
}
.lobby-strip .ls-active {
  background: #fff;
  color: #0a0a0a;
  border-color: #fff;
}

/* legacy footer-rg kept inert — yapı .footer içinde */

/* promo hero */
.promo-hero {
  margin: 0 0 1.4rem;
  border-radius: 14px;
  overflow: hidden;
  border: 1px solid var(--surface-border);
  background: #0a0a0a;
}
.promo-hero img {
  width: 100%;
  display: block;
  max-height: 280px;
  object-fit: cover;
}
.promo-modal-card .pm-hero {
  margin: -0.2rem -0.2rem 1rem;
  border-radius: 12px;
  overflow: hidden;
}
.promo-modal-card .pm-hero img {
  width: 100%;
  display: block;
  max-height: 160px;
  object-fit: cover;
}

/* winners light stagger */
.w-item { animation: winMove 0.45s ease both; }
.w-item:nth-child(2) { animation-delay: 0.05s; }
.w-item:nth-child(3) { animation-delay: 0.1s; }
.w-item:nth-child(4) { animation-delay: 0.15s; }
.w-item:nth-child(5) { animation-delay: 0.2s; }

/* yakında stub */
.yakinda-card {
  max-width: 520px;
  margin: 3rem auto;
  text-align: center;
  padding: 2.2rem 1.5rem;
  background: var(--tab-grad);
  border: 1px solid var(--box-border);
  border-radius: 16px;
}
.yakinda-card h1 { margin: 0.6rem 0 0.5rem; font-size: 1.6rem; }
.yakinda-card p { color: var(--text-muted); margin: 0 0 1.4rem; }

.filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1rem;
  align-items: flex-end;
  margin: 0.8rem 0 1rem;
  padding: 0.85rem 1rem;
  background: var(--box);
  border: 1px solid var(--box-border);
  border-radius: 12px;
}
.fb-group { display: flex; flex-direction: column; gap: 0.25rem; }
.fb-group label {
  font-size: 0.68rem;
  color: var(--text-muted);
  text-transform: uppercase;
  letter-spacing: 0.06em;
}
.fb-group select {
  background: var(--bg);
  border: 1px solid var(--surface-border);
  color: var(--text);
  border-radius: 8px;
  padding: 0.45rem 0.7rem;
  font-size: 0.85rem;
  min-width: 140px;
}
.fb-count {
  margin-left: auto;
  font-size: 0.8rem;
  color: var(--accent);
  font-weight: 700;
  align-self: center;
}

.announce-ticker {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  overflow: hidden;
}
.announce-marquee {
  flex: 1;
  overflow: hidden;
  mask-image: linear-gradient(90deg, transparent, #000 4%, #000 96%, transparent);
}
.announce-marquee .marquee-inner {
  display: flex;
  width: max-content;
  animation: scrollX 28s linear infinite;
  gap: 3rem;
}
.announce-marquee .marquee-inner span {
  white-space: nowrap;
  font-size: 0.78rem;
  color: var(--text-muted);
}

.search-box { position: relative; }
.search-suggest {
  position: absolute;
  left: 0; right: 0;
  top: calc(100% + 6px);
  z-index: 60;
  background: var(--box);
  border: 1px solid var(--box-border);
  border-radius: 12px;
  box-shadow: 0 16px 40px rgba(0,0,0,0.45);
  max-height: 340px;
  overflow: auto;
  padding: 0.35rem;
}
.ss-item {
  display: flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.45rem 0.55rem;
  border-radius: 8px;
}
.ss-item:hover { background: var(--box-hover); }
.ss-item img {
  width: 40px; height: 40px;
  border-radius: 7px;
  object-fit: cover;
}
.ss-item b { display: block; font-size: 0.82rem; }
.ss-item small { color: var(--text-muted); font-size: 0.7rem; }
.ss-empty { padding: 0.8rem; text-align: center; color: var(--text-muted); font-size: 0.85rem; }

.lang-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.3rem 0.55rem;
  border: 1px solid var(--surface-border);
  border-radius: 8px;
  font-size: 0.72rem;
  font-weight: 700;
  color: var(--text-muted);
}
.lang-chip img {
  width: 18px; height: 12px;
  object-fit: cover;
  border-radius: 2px;
}

.img-skel {
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, #1a1922 25%, #2a2836 50%, #1a1922 75%);
  background-size: 200% 100%;
  animation: shimmer 1.1s linear infinite;
  z-index: 1;
}
.app-game .game-img {
  position: relative;
  z-index: 1;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.app-game .game-img.loaded { opacity: 1; }
@keyframes shimmer {
  0% { background-position: 200% 0; }
  to { background-position: -200% 0; }
}

#toast.toast-ok { border-color: rgb(var(--win)); box-shadow: 0 8px 28px rgba(var(--win), 0.25); }
#toast.toast-warn { border-color: rgb(var(--danger)); box-shadow: 0 8px 28px rgba(var(--danger), 0.25); }
#toast.toast-win { border-color: var(--accent); }

.modal-overlay {
  position: fixed;
  inset: 0;
  z-index: 10050;
  background: rgba(0,0,0,0.78);
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 1rem;
  animation: pageIn 0.25s ease both;
}
.modal-card {
  background: #1c1c1e;
  border: 1px solid rgba(255,255,255,0.12);
  border-radius: 18px;
  padding: 1.6rem 1.4rem;
  max-width: 420px;
  width: 100%;
  position: relative;
  text-align: center;
  box-shadow: 0 24px 60px rgba(0,0,0,0.65), 0 2px 0 rgba(255,255,255,0.04) inset;
}
.modal-x {
  position: absolute;
  top: 0.7rem; right: 0.8rem;
  background: none; border: none;
  color: var(--text-muted);
  font-size: 1.1rem;
  cursor: pointer;
}
.age-badge {
  width: 64px; height: 64px;
  margin: 0 auto 0.8rem;
  border-radius: 50%;
  background: var(--gold-grad);
  color: #1c1408;
  font-weight: 900;
  font-size: 1.2rem;
  display: flex;
  align-items: center;
  justify-content: center;
}
.modal-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.55rem;
  justify-content: center;
  margin-top: 1.1rem;
}
.domain-welcome-card {
  max-width: 460px;
  padding: 1.8rem 1.5rem 1.4rem;
}
.domain-welcome-card .dw-brand {
  font-size: 1.35rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  color: #fff;
  margin-bottom: 0.35rem;
}
.domain-welcome-card .dw-domain {
  font-size: 1.15rem;
  margin: 0.6rem 0 0.8rem;
  color: rgba(255, 255, 255, 0.95);
}
.domain-welcome-card .dw-actions {
  margin-top: 1.2rem;
}
/* IBAN kartları (para yükleme modalı) */
.iban-list { display: flex; flex-direction: column; gap: 0.5rem; }
.iban-kart {
  display: flex;
  align-items: center;
  gap: 0.6rem;
  padding: 0.65rem 0.8rem;
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  cursor: pointer;
}
.iban-kart:has(input:checked) {
  border-color: var(--accent, #f5b428);
  background: rgba(245, 180, 40, 0.08);
}
.iban-kart input[type="radio"] { accent-color: var(--accent, #f5b428); flex: none; }
.iban-kart > div { display: flex; flex-direction: column; gap: 2px; min-width: 0; flex: 1; }
.iban-kart .iban-no { font-size: 0.78rem; word-break: break-all; }
.iban-kart small { color: var(--text-muted); font-size: 0.7rem; }
.iban-kart .copy-btn {
  flex: none;
  padding: 0.3rem 0.6rem;
  font-size: 0.72rem;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 8px;
  color: #fff;
  cursor: pointer;
}
.iban-kart .copy-btn:hover { background: rgba(255, 255, 255, 0.16); }

.auth-required-card {
  max-width: 440px;
}
.auth-required-card p {
  color: rgba(255, 255, 255, 0.85);
  line-height: 1.5;
}
.promo-modal-card .pm-emoji { font-size: 2.4rem; margin-bottom: 0.4rem; }
.promo-modal-card .code.big {
  font-size: 1.1rem;
  margin: 0.8rem 0;
  letter-spacing: 0.08em;
}
.promo-card { cursor: pointer; }
.promo-card .promo-hint {
  margin-top: 0.6rem;
  font-size: 0.72rem;
  color: var(--accent);
  font-weight: 600;
}
.yasal-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-bottom: 1.4rem;
}
.yasal-panel { margin-bottom: 2rem; }

@media (max-width: 640px) {
  .lang-chip { display: none; }
  .fb-count { width: 100%; margin-left: 0; }
}

/* ---------- hareket azaltma tercihi ---------- */
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after {
    transition: none !important;
    animation: none !important;
  }
  html { scroll-behavior: auto; }
  .reveal { opacity: 1; transform: none; }
  .vue3-marquee > .marquee { transform: none !important; }
  .announce-marquee .marquee-inner { animation: none !important; }
}

@media (max-width: 560px) {
  .brand-logo { height: 48px; max-height: 48px; }
  .brand { font-size: 1.15rem; }
  .casino-menu { top: 72px; }
  .c-header { top: 0; }
  .c-hc { grid-template-columns: 1fr auto; }
  .h-l { display: none; }
  .header-search { display: none; }
  .tb-l .social-buttons { display: none; }
}

/* ========== Referans birebir: domain ticker + c-header + landing ========== */
.domain-information-container {
  max-width: 1610px;
  width: 100%;
  margin: 10px auto 0;
  padding: 0 15px;
}
.domain-information {
  height: 40px;
  text-align: center;
  background: #ffffff12;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 100;
  font-size: 12px;
  color: #ffffffdb;
  font-weight: 600;
  border: 1px solid rgba(255, 255, 255, 0.07);
  border-radius: 5px;
  overflow: hidden;
}
.domain-information .blob {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background-color: rgba(var(--primary), 0.35);
  opacity: 0.35;
  z-index: 0;
  filter: blur(12px);
  transform: translate(-50%, -50%);
  animation: blob-bounce 3s infinite alternate;
  pointer-events: none;
}
@keyframes blob-bounce {
  from { transform: translate(-50%, -50%) scale(0.9); }
  to { transform: translate(-50%, -50%) scale(1.05); }
}
.domain-information .bg {
  position: absolute;
  inset: 2px;
  z-index: 1;
  background: rgba(var(--b), 0.92);
  backdrop-filter: blur(24px);
  border-radius: 5px;
  pointer-events: none;
}
.domain-carousel {
  position: relative;
  z-index: 2;
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  padding: 0 2rem 0 2.25rem;
}
.domain-information .domain-ticker-text {
  flex: 1;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 0.5rem;
  text-align: center;
}
.domain-information .domain-ticker-text strong { color: #fff; font-weight: 700; }
.domain-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.55);
  padding: 0;
  cursor: default;
  z-index: 3;
}
.domain-nav svg {
  width: 16px;
  height: 16px;
  fill: currentColor;
}
.domain-nav.domain-prev { left: 8px; }
.domain-nav.domain-next { right: 8px; }
.domain-close {
  position: relative;
  z-index: 3;
  flex: none;
  margin-right: 10px;
  background: none;
  border: none;
  color: rgba(255, 255, 255, 0.7);
  cursor: pointer;
  padding: 0;
  width: 20px;
  height: 20px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.domain-close svg {
  width: 16px;
  height: 16px;
  fill: #fff;
}

.c-header {
  position: sticky;
  top: 0;
  z-index: 9999;
  background: #000;
  width: 100%;
  margin-top: 0;
}
.c-header::before {
  content: "";
  background: radial-gradient(50% 50% at 50% 50%, rgba(255,255,255,.05), transparent);
  width: 100%;
  height: 1px;
  position: absolute;
  left: 50%;
  bottom: 0;
  transform: translateX(-50%);
  pointer-events: none;
}
.c-tb {
  background: #000;
  border-bottom: none;
  font-size: 0.78rem;
  padding: 0.45rem 0 0.35rem;
}
.c-tb .container.tb-c {
  max-width: 1610px;
  margin: 0 auto;
  padding-left: 15px;
  padding-right: 15px;
}
.tb-c {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  gap: 0.75rem;
}
.tb-l {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
.tb-r {
  display: flex;
  align-items: center;
  gap: 0.55rem;
  flex-shrink: 0;
}
.social-buttons {
  display: flex;
  gap: 0.45rem;
  color: #fff;
}
.social-buttons a:hover { color: #fff; opacity: 0.92; }
.affiliate-link {
  display: inline-flex !important;
  align-items: center;
  padding: 0.5rem 0.85rem !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  border-radius: 10px;
  background: #1a1a1a !important;
  border: none !important;
  color: #fff !important;
  white-space: nowrap;
}
.social-buttons a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 38px;
  height: 38px;
  padding: 0;
  font-size: 0.72rem;
  color: #fff;
  text-decoration: none;
  background: #1a1a1a;
  border-radius: 10px;
  flex: none;
}
.social-buttons a svg {
  width: 20px;
  height: 20px;
  flex: none;
}
.social-buttons a span { display: none; }

.tv-btn {
  display: inline-flex !important;
  align-items: center;
  gap: 0.4rem;
  padding: 0.5rem 0.85rem !important;
  font-size: 0.78rem !important;
  font-weight: 700;
  border-radius: 10px;
  white-space: nowrap;
  background: #cc0000 !important;
  border: none !important;
  color: #fff !important;
}
.tv-btn .tv-ic {
  width: 16px;
  height: 16px;
  display: inline-flex;
}
.tv-btn .tv-ic svg { width: 16px; height: 16px; }

.lang-dropdown .button {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.55rem;
  font-size: 0.72rem;
  background: transparent;
  border: 1px solid rgba(255,255,255,.1);
  border-radius: 6px;
  color: var(--text-muted);
  text-transform: uppercase;
}
.lang-dropdown .button img {
  width: 18px;
  height: 12px;
  object-fit: cover;
  border-radius: 2px;
}
.lang-dropdown .button svg {
  width: 10px;
  height: 10px;
  opacity: 0.75;
}
.lang-dropdown { position: relative; }
.lang-dropdown.open .lang-toggle svg { transform: rotate(180deg); }
.lang-menu {
  position: absolute;
  right: 0;
  top: calc(100% + 4px);
  min-width: 140px;
  margin: 0;
  padding: 0.25rem;
  list-style: none;
  background: #141414;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  box-shadow: 0 8px 24px rgba(0,0,0,.45);
  z-index: 120;
}
.lang-menu[hidden] { display: none; }
.lang-opt {
  display: flex;
  align-items: center;
  gap: 0.45rem;
  width: 100%;
  padding: 0.4rem 0.55rem;
  border: none;
  border-radius: 6px;
  background: transparent;
  color: var(--text-muted);
  font-size: 0.72rem;
  cursor: pointer;
  text-align: left;
}
.lang-opt img { width: 18px; height: 12px; object-fit: cover; border-radius: 2px; }
.lang-opt:hover,
.lang-opt.active { background: rgba(255,255,255,.08); color: #fff; }

.app-game .front small.provider-slug { text-transform: uppercase; }

.providers-block .partners-img img {
  width: 100%;
  max-width: 700px;
  margin-top: 0.75rem;
}

.mobile-nav .mn-ic { position: relative; }
.mobile-nav .mn-badge {
  position: absolute;
  top: -4px;
  right: -8px;
  min-width: 14px;
  height: 14px;
  padding: 0 3px;
  border-radius: 999px;
  background: var(--accent);
  color: #000;
  font-size: 0.55rem;
  font-weight: 800;
  line-height: 14px;
  text-align: center;
}
.mobile-nav .mn-badge:empty { display: none; }

.auth-pair .button svg {
  width: 16px;
  height: 16px;
  flex: none;
}

.promotions-router { display: list-item; }

.casino-menu-carousel .carousel__viewport {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
  -ms-overflow-style: none;
}
.casino-menu-carousel .carousel__viewport::-webkit-scrollbar { display: none; height: 0; }
.casino-menu .menu::-webkit-scrollbar { display: none; height: 0; }
.casino-menu .menu { scrollbar-width: none; -ms-overflow-style: none; }
.casino-menu-carousel .carousel__track {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  gap: 0.5rem;
  min-width: max-content;
}
.casino-menu-carousel .carousel__slide { flex: 0 0 auto; }
.casino-menu-carousel .menu a {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
}
.casino-menu .ct-ic,
.casino-menu .ct-ic.lottie-ic,
.casino-menu .ct-ic.lottie-fallback,
.casino-menu .casino-menu-icon {
  width: 36px;
  height: 36px;
  flex: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.casino-menu .ct-ic dotlottie-player,
.casino-menu .casino-menu-icon dotlottie-player {
  width: 36px !important;
  height: 36px !important;
  display: block;
}
.casino-menu .ct-ic img,
.casino-menu .ct-ic.lottie-fallback img,
.casino-menu .casino-menu-icon img {
  width: 36px;
  height: 36px;
  display: block;
  object-fit: contain;
}
.casino-menu .ct-ic.lottie-fallback svg,
.casino-menu .ct-ic svg,
.casino-menu .lottie-fallback svg {
  width: 30px;
  height: 30px;
  stroke: none;
  fill: initial;
}

.lottie-ic {
  position: relative;
  width: var(--lottie-size, 36px);
  height: var(--lottie-size, 36px);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: none;
}
.lottie-ic dotlottie-player {
  width: var(--lottie-size, 36px) !important;
  height: var(--lottie-size, 36px) !important;
  display: block;
}
.lottie-ic .lottie-fallback {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.lottie-ic .lottie-fallback[hidden] { display: none; }
.lottie-ic { position: relative; }
.lottie-host {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.lottie-host svg {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
}
.lottie-ic.hdr-lottie .lottie-host {
  width: var(--lottie-size, 20px) !important;
  height: var(--lottie-size, 20px) !important;
}

.tv-btn .tv-ic.lottie-ic,
.tv-btn .tv-ic {
  width: 20px;
  height: 20px;
}
.promo-ic.lottie-ic,
.promo-ic {
  width: 32px;
  height: 32px;
}
.promo-ic.lottie-ic dotlottie-player,
.tv-btn .tv-ic dotlottie-player {
  width: 100% !important;
  height: 100% !important;
}

.jp-play-panel { margin-bottom: 0.5rem; }

.c-tb .time {
  font-variant-numeric: tabular-nums;
  color: var(--text-muted);
  letter-spacing: 0.04em;
}

.c-hc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 10px 15px;
  min-height: 70px;
  max-width: 1610px;
  margin: 0 auto;
}
.h-l {
  justify-self: start;
  display: flex;
  align-items: center;
}
.h-c { justify-self: center; }
.h-r {
  justify-self: end;
  display: flex;
  align-items: center;
  gap: 0.55rem;
}
.logo { display: inline-flex; align-items: center; }
.logo .brand-logo {
  height: 55px !important;
  max-height: 55px !important;
  margin: -20px 0 0;
}
.promo-btn {
  display: inline-flex;
  align-items: center;
}
.promo-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 4px 16px 4px 6px;
  background: linear-gradient(180deg, #2c2c2c, #181818) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.06);
}
.promo-btn a:hover { color: #fff; opacity: 0.92; }
.promo-ic {
  width: 28px;
  height: 28px;
  display: inline-flex;
  flex: none;
}
.promo-ic.lottie-ic dotlottie-player,
.promo-lottie dotlottie-player {
  width: 28px !important;
  height: 28px !important;
}
.promo-ic svg {
  width: 28px;
  height: 28px;
}

.auth-pair {
  display: inline-flex;
  overflow: hidden;
  border-radius: 10px;
}
.auth-pair .auth-btn,
.auth-pair .button {
  padding: 0.55rem 1rem;
  font-size: 0.8rem;
  font-weight: 700;
  border: none;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
}
.auth-pair .button.secondary,
.auth-pair .auth-btn.secondary {
  background: #292929;
  color: #fff;
  border-radius: 10px 0 0 10px !important;
}
.auth-pair .button.primary,
.auth-pair .auth-btn.primary {
  background: #fff;
  color: #0a0a0a;
  border-radius: 0 10px 10px 0 !important;
}
.header-search {
  max-width: 180px;
  flex: 0 1 180px;
}
@media (max-width: 1100px) {
  .header-search { display: none; }
}

/* c-bn — classic router nav (body.t-y2xhc3npyw) */
.c-header .c-bn,
.c-bn {
  background: rgba(var(--t), .03);
  border-top: 1px solid rgba(var(--t), .08);
}
.c-header .c-bn .container,
.c-bn .container {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  padding-left: 0;
  padding-right: 0;
  max-width: 100%;
}
.c-header .c-bn .routers,
.c-bn .routers {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
  align-items: stretch;
  /* Taşınca sol taraf kırpılmasın: destekleyen tarayıcıda ortala, taşınca başa hizala */
  justify-content: center;
  justify-content: safe center;
  flex-wrap: nowrap;
  gap: 0;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  scrollbar-width: none;
}
.c-bn .routers::-webkit-scrollbar { display: none; }
.c-bn .routers li {
  flex: 0 0 auto;
  display: block;
}
/* Özel menü pill stillerini c-bn içinde sıfırla */
.c-bn .special-menu-item {
  padding: 0;
  background: transparent;
  border: none;
  border-radius: 0;
  gap: 0;
  font-size: inherit;
  font-weight: inherit;
  overflow: visible;
  transform: none;
}
.c-bn .special-menu-item:hover {
  border: none;
  transform: none;
  background: transparent;
}
.c-bn .special-menu-item .sm-ic { display: none; }
.c-header .c-bn .routers li a,
.c-bn .routers li a {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 5px;
  padding: 7px 15px;
  min-height: 100%;
  font-size: 13px;
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: 0;
  text-transform: uppercase;
  color: #fff;
  background: transparent;
  border: none;
  border-bottom: 3px solid transparent;
  border-radius: 0;
  white-space: nowrap;
  text-decoration: none;
  text-align: center;
  transition: all .3s ease;
  position: relative;
}
.c-bn .routers li a:hover {
  color: #fff;
  background: rgba(var(--t), .05);
  border-bottom-color: transparent;
}
.c-bn .routers li a.active,
.c-bn .routers li a.router-link-exact-active {
  color: #fff;
  background: linear-gradient(180deg, #2c2c2c, #181818);
  border-bottom-color: transparent;
}
.c-bn .routers li a svg,
.c-bn .menu-svg svg {
  width: 18px;
  height: 18px;
  display: block;
  flex: none;
  fill: #fff;
}
.c-bn .routers li a img,
.c-bn .menu-svg img {
  width: 18px;
  height: 18px;
  display: block;
  flex: none;
  filter: brightness(0) invert(1);
  object-fit: contain;
}
.c-bn .menu-svg {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: none;
}

.homepage .casino-menu {
  top: auto;
  margin-top: 20px;
}

.homepage-slider.banner-carousel,
.promo-height {
  padding: 10px 0;
  border-radius: 0;
  overflow: hidden;
  position: relative;
}
.promo-height .c-bg,
.homepage-slider.promo-height .c-bg {
  height: 250px;
  max-height: 250px;
  object-fit: cover;
}
.homepage-slider .c-track { display: flex; transition: transform 0.45s ease; }
.homepage-slider .c-slide {
  min-width: 100%;
  padding: 0;
  background: transparent;
  border: none;
  min-height: 0;
}
.homepage-slider .c-slide-link {
  display: block;
  border-radius: 20px;
  overflow: hidden;
}
.homepage-slider .c-bg {
  width: 100%;
  height: auto;
  max-height: 320px;
  object-fit: cover;
  display: block;
  border-radius: 20px;
  transform: none !important;
}
.homepage-slider .c-arrow {
  background: rgba(0,0,0,.55);
  width: 30px;
  height: 30px;
  border-radius: 50%;
  font-size: 0.95rem;
}

/* ana sayfa karuseli: .c-slide.has-bg görseli absolute yapıp slaytı 0 yüksekliğe
   düşürüyordu; görsel akışta kalsın ki slayt yüksekliğini görselden alsın */
.homepage-slider .c-slide.has-bg .c-bg {
  position: static;
  width: 100%;
  height: 250px;
  object-fit: cover;
}
@media (max-width: 560px) {
  .homepage-slider .c-slide.has-bg .c-bg { height: 130px; }
}

/* Lobby search + clear */
.under-menu-row {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  align-items: center;
  margin: 0.55rem 0 0.45rem;
}
.app-search .button-input,
.app-search input {
  width: min(320px, 100%);
  background: #141414;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: #fff;
  padding: 0.65rem 0.85rem;
  font-size: 0.85rem;
}
.provider-filter select {
  background: #141414;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 8px;
  color: #fff;
  padding: 0.65rem 0.85rem;
  font-size: 0.85rem;
  min-width: 160px;
}
.buttons-row {
  margin: 0 0 0.85rem;
}
.buttons-row .button.dark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 0.55rem 1rem;
  background: #1a1a1a;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  color: #fff;
  font-size: 0.75rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
}
.buttons-row .button.dark:hover {
  border-color: #fff;
}

/* app-games.slot.lobby order rows */
.app-games.slot.lobby {
  display: block;
  margin: 0;
}
.app-games.slot.lobby .flex.w100.direction-column {
  display: flex;
  flex-direction: column;
  width: 100%;
  margin-bottom: 1rem;
}
.app-games.slot.lobby .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 8px;
  padding: 12px 14px;
  background: linear-gradient(90deg, #0f1112, #262626) !important;
  border-radius: 10px;
  text-transform: uppercase;
}
.app-games.slot.lobby .top h1 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
}
.app-games.slot.lobby > .order_1 {
  margin-top: 10px;
  padding: 10px 20px;
  border-radius: 10px;
  margin-bottom: 10px;
  background: linear-gradient(94deg, #2e2e2e 0%, transparent 100%);
}
.app-games.slot.lobby > .order_1 .top {
  background: transparent !important;
  padding: 0;
}
.app-games.slot.lobby > .order_1 .top h1 svg {
  display: inline-block;
  fill: #ffb700;
  width: 1.1em;
  height: 1.1em;
  vertical-align: -0.15em;
  margin-right: 0.35rem;
}
.app-games.slot.lobby .game-container {
  display: flex;
  flex-wrap: wrap;
  margin: 0 -10px;
}
.app-games.slot.lobby .app-game {
  width: 14.25%;
  flex-basis: 14.25%;
  padding: 10px;
}
.app-games.slot.lobby .app-game .game img { height: 140px; }
.app-template.slot.guest { min-height: 100vh; }
.p-slot .main-content { padding-bottom: 2rem; }
.sr-only {
  position: absolute !important;
  width: 1px; height: 1px;
  padding: 0; margin: -1px;
  overflow: hidden; clip: rect(0,0,0,0);
  white-space: nowrap; border: 0;
}

.landing-games {
  margin: 1.1rem 0 1.4rem;
}
.landing-games .top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 5px 0 8px;
  padding: 12px 14px;
  background: linear-gradient(90deg, #0f1112, #262626) !important;
  border-radius: 10px;
  letter-spacing: 0;
  text-transform: uppercase;
}
.landing-games .top h1 {
  margin: 0;
  font-size: 1rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  display: flex;
  align-items: center;
  gap: 0.4rem;
}
.landing-games .landing-more,
.landing-games .top .button {
  color: #000 !important;
  background: linear-gradient(180deg, #fff, #cecece) !important;
  border: none;
  border-radius: 8px;
  padding: 0.4rem 0.85rem;
  font-size: 0.75rem;
  font-weight: 800;
}
.landing-games .g-meta { display: none; }
.landing-games .app-game .game img { height: 140px; }
.landing-games .app-games {
  margin: 0 -6px;
  display: flex;
  flex-wrap: wrap;
}
.landing-games .app-game {
  width: 14.28%;
  flex-basis: 14.28%;
  padding: 6px;
}
@media (max-width: 1200px) {
  .landing-games .app-game,
  .app-games.slot.lobby .app-game { width: 16.66%; flex-basis: 16.66%; }
}
@media (max-width: 900px) {
  .landing-games .app-game,
  .app-games.slot.lobby .app-game { width: 25%; flex-basis: 25%; }
  .homepage .casino-menu { top: 100px; }
}
@media (max-width: 768px) {
  .c-bn { display: none !important; }
  .casino-menu {
    position: static !important;
    top: auto;
    z-index: auto;
    flex-direction: column;
    align-items: stretch;
    padding: 0;
    margin-top: 0;
  }
  .homepage .casino-menu { top: auto; }
  body.t-y2xhc3npyw .casino-menu .left,
  .casino-menu .left { max-width: 100%; width: 100%; margin-left: 0; }
  .casino-menu .right,
  .casino-menu-tools {
    width: 100%;
    flex-wrap: wrap;
  }
  .casino-menu .app-search input {
    width: 100%;
    min-width: 0;
  }
  .casino-menu .provider-filter select {
    width: 100%;
    min-width: 0;
  }
  .casino-menu .menu a,
  .casino-tab {
    flex-direction: column;
    height: 50px;
    padding: 5px 10px;
    font-size: 11px;
  }
  .casino-menu .ct-ic,
  .casino-menu .ct-ic.lottie-fallback {
    width: 36px;
    height: 36px;
  }
  .casino-menu .ct-ic svg,
  .casino-menu .ct-ic.lottie-fallback svg {
    width: 36px;
    height: 36px;
  }
  .homepage-slider .c-slide.has-bg .c-bg,
  .promo-height .c-bg,
  .homepage-slider.promo-height .c-bg {
    height: 130px;
    max-height: 130px;
  }
  body.t-y2xhc3npyw .domain-information,
  .domain-information {
    height: auto;
    min-height: 36px;
    padding: 8px 12px;
  }
  .domain-information .domain-ticker-text {
    white-space: normal;
    overflow: visible;
    text-overflow: unset;
    line-height: 1.35;
  }
  .domain-carousel {
    padding: 0;
  }
  .domain-nav {
    display: none;
  }
  .domain-close {
    flex: none;
    margin: 0 0 0 8px;
  }
}

@media (max-width: 560px) {
  .landing-games .app-game,
  .app-games.slot.lobby .app-game { width: 50%; flex-basis: 50%; }
  .app-games.slot.lobby .app-game .game img { height: 130px; }
  .landing-games .top,
  .app-games.slot.lobby .top { padding: 10px; }
  .landing-games .top h1,
  .app-games.slot.lobby .top h1 { font-size: 0.85rem; }
  .domain-information { font-size: 11px; }
  .homepage .casino-menu { top: auto; }
  .promo-height .c-bg,
  .homepage-slider.promo-height .c-bg { height: 130px; max-height: 130px; }
}

.app-game .game .label {
  background: #24ff00 !important;
  color: #000 !important;
}

/* ========== REFERANS KALİBRASYON (body.t-y2xhc3npyw) ========== */

/* Domain bandı — 1610 container, 40px yükseklik */
body.t-y2xhc3npyw .domain-information-container {
  max-width: 1610px;
  width: 100%;
  margin: 10px auto 0;
  padding: 0 15px;
}
body.t-y2xhc3npyw .domain-information {
  height: 40px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 5px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: #ffffff12;
  color: #ffffffdb;
  animation: domainBorderPulse 2s infinite alternate;
}
@keyframes domainBorderPulse {
  from { border-color: rgba(255, 255, 255, 0.07); }
  to { border-color: rgba(var(--primary), 0.45); }
}
body.t-y2xhc3npyw .domain-information .domain-ticker-text strong,
body.t-y2xhc3npyw .domain-information strong {
  color: #fff;
}

/* Header gradient */
body.t-y2xhc3npyw .c-header {
  background: linear-gradient(270deg, #121214, #0c0c0c, #121214) !important;
}

body.t-y2xhc3npyw .c-header .c-tb {
  background: transparent !important;
  border: none !important;
}
body.t-y2xhc3npyw .c-header .c-tb .tb-c {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 6px 15px;
  max-width: 1610px;
  margin: 0 auto;
  width: 100%;
  box-sizing: border-box;
}
body.t-y2xhc3npyw .c-header .c-tb .tb-l {
  display: flex;
  flex-direction: row;
  align-items: center;
  flex-wrap: wrap;
  gap: 8px;
  flex: 1;
  min-width: 0;
}
body.t-y2xhc3npyw .c-header .h-l {
  display: flex;
  align-items: center;
  justify-self: start;
}
body.t-y2xhc3npyw .c-header .c-tb .tb-r {
  display: flex;
  align-items: center;
  gap: 12px;
  flex-shrink: 0;
}
body.t-y2xhc3npyw .c-header .c-tb .tb-l .social-buttons {
  display: flex;
  gap: 6px;
}
body.t-y2xhc3npyw .c-header .c-tb .tb-l .social-buttons a {
  width: 32px;
  height: 32px;
  padding: 0;
  background: rgba(var(--t), 0.08);
  border: 1px solid rgba(var(--t), 0.1);
  border-radius: 8px;
  box-sizing: border-box;
}
body.t-y2xhc3npyw .c-header .c-tb .affiliate-link {
  min-height: 32px;
  height: 32px;
  padding: 0 12px !important;
  font-size: 11px !important;
  background: rgba(var(--t), 0.08) !important;
  border: 1px solid rgba(var(--t), 0.1) !important;
  border-radius: 8px !important;
  color: #fff !important;
}
body.t-y2xhc3npyw .c-header .c-tb .tv-btn {
  min-height: 32px;
  height: 32px;
  padding: 0 12px !important;
  font-size: 11px !important;
  border-radius: 8px !important;
}
body.t-y2xhc3npyw .c-header .c-tb .tb-r .text-btn,
body.t-y2xhc3npyw .c-header .c-tb .tb-r .time.text-btn {
  height: 32px;
  padding: 0 14px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  background: rgba(var(--t), 0.08);
  border: 1px solid rgba(var(--t), 0.1);
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  font-variant-numeric: tabular-nums;
}
body.t-y2xhc3npyw .c-header .lang-dropdown .lang-toggle {
  height: 32px;
  min-height: 32px;
  padding: 0 12px;
  background: rgba(var(--t), 0.08) !important;
  border: 1px solid rgba(var(--t), 0.1) !important;
  border-radius: 8px;
  font-size: 12px;
  font-weight: 600;
  color: #fff;
  text-transform: uppercase;
}

/* Logo satırı — orta logo, sağ auth */
body.t-y2xhc3npyw .c-header .h-c {
  justify-self: center;
}
body.t-y2xhc3npyw .auth-pair {
  display: inline-flex;
  align-items: stretch;
  height: 40px;
  border-radius: 10px;
  overflow: hidden;
}
body.t-y2xhc3npyw .auth-pair .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  height: 40px;
  min-height: 40px;
  padding: 0 1rem;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
  box-sizing: border-box;
}
body.t-y2xhc3npyw .auth-pair .button.secondary {
  background: #292929 !important;
  color: #fff !important;
  border-radius: 10px 0 0 10px !important;
}
body.t-y2xhc3npyw .auth-pair .button.primary {
  background: #fff !important;
  color: #0a0a0a !important;
  border-radius: 0 10px 10px 0 !important;
}

/* Üst bar — 32px butonlar, 11px font */
body.t-y2xhc3npyw .c-header .c-tb {
  padding: 8px 0;
  background: transparent !important;
  border: none !important;
}
body.t-y2xhc3npyw .c-header .c-tb a,
body.t-y2xhc3npyw .c-header .c-tb .button {
  font-size: 11px;
  min-height: 32px;
  height: 32px;
}
body.t-y2xhc3npyw .social-buttons a {
  width: 32px;
  height: 32px;
  border-radius: 8px;
}
body.t-y2xhc3npyw .social-buttons a svg {
  width: 18px;
  height: 18px;
}
body.t-y2xhc3npyw .affiliate-link,
body.t-y2xhc3npyw .tv-btn {
  padding: 0 0.65rem !important;
  font-size: 11px !important;
  border-radius: 8px !important;
}
body.t-y2xhc3npyw .c-header .h-l .promo-btn a {
  display: inline-flex;
  align-items: center;
  gap: 10px;
  min-height: 48px;
  padding: 4px 16px 4px 6px;
  background: linear-gradient(180deg, #2c2c2c, #181818) !important;
  border: 1px solid rgba(255, 255, 255, 0.1) !important;
  border-radius: 10px;
  font-size: 13px;
  font-weight: 700;
  color: #fff;
}
body.t-y2xhc3npyw .c-header .h-l .promo-ic,
body.t-y2xhc3npyw .c-header .h-l .promo-ic.lottie-ic,
body.t-y2xhc3npyw .c-header .h-l .promo-ic.lottie-ic dotlottie-player,
body.t-y2xhc3npyw .c-header .h-l .promo-lottie dotlottie-player {
  width: 28px !important;
  height: 28px !important;
}
body.t-y2xhc3npyw .c-header .h-l .promo-ic svg {
  width: 28px;
  height: 28px;
}

/* Logo satırı — referans: 55px yükseklik, -20px margin */
body.t-y2xhc3npyw .c-header .c-hc {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto minmax(0, 1fr);
  align-items: center;
  gap: 30px;
  padding: 6px 15px 8px;
  min-height: unset;
  max-width: 1610px;
  margin: 0 auto;
}
body.t-y2xhc3npyw .c-header .h-c .logo img,
body.t-y2xhc3npyw .logo .brand-logo,
body.t-y2xhc3npyw .logo .brand-logo-hero {
  width: auto !important;
  height: 55px !important;
  max-height: 55px !important;
  max-width: min(280px, 50vw) !important;
  margin: -20px 0 0 !important;
  object-fit: contain;
}

/* Ana nav c-bn — 13px / 18px ikon / 7px 15px padding */
body.t-y2xhc3npyw .c-header .c-bn .container {
  max-width: 1610px;
  margin: 0 auto;
  padding: 0 15px;
}
body.t-y2xhc3npyw .c-header .c-bn .routers li a {
  flex-direction: column !important;
  text-transform: uppercase !important;
  padding: 7px 15px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  gap: 5px !important;
  line-height: 1.15 !important;
}
body.t-y2xhc3npyw .c-header .c-bn .routers li a svg,
body.t-y2xhc3npyw .c-header .c-bn .menu-svg svg {
  width: 18px !important;
  height: 18px !important;
}
body.t-y2xhc3npyw .c-header .c-bn .routers li a.active,
body.t-y2xhc3npyw .c-header .c-bn .routers li a.router-link-exact-active {
  background: linear-gradient(180deg, #2c2c2c, #181818) !important;
}

/* Banner — 250px promo */
body.t-y2xhc3npyw .homepage-slider.banner-carousel,
body.t-y2xhc3npyw .homepage-slider.promo-height {
  padding: 10px 0;
  margin-top: 0;
}
body.t-y2xhc3npyw .homepage-slider .c-bg,
body.t-y2xhc3npyw .promo-height .c-bg {
  height: 250px;
  max-height: 250px;
  border-radius: 20px;
}

/* Kazananlar — 60px */
body.t-y2xhc3npyw .home-last-winners,
body.t-y2xhc3npyw .winners-bar {
  height: 60px;
  margin: 10px 0;
  padding: 0 0.5rem;
  border: 4px solid rgba(255, 255, 255, 0.05);
  border-radius: 10px;
}
body.t-y2xhc3npyw .home-last-winners .item,
body.t-y2xhc3npyw .winners-bar .w-item {
  font-size: 12px;
}
body.t-y2xhc3npyw .home-last-winners .item img,
body.t-y2xhc3npyw .winners-bar .w-item img {
  width: 32px;
  height: 32px;
}
body.t-y2xhc3npyw .home-last-winners .item em,
body.t-y2xhc3npyw .winners-bar .w-item em {
  color: var(--neon);
  font-style: normal;
  font-weight: 700;
}

/* Casino menü — akışta, arama 250×50 */
body.t-y2xhc3npyw.homepage .casino-menu {
  position: static !important;
  top: auto !important;
  margin-top: 10px;
  margin-bottom: 0;
}
body.t-y2xhc3npyw .casino-menu .app-search input {
  width: 250px;
  height: 50px;
  font-size: 13px;
}
body.t-y2xhc3npyw.homepage .provider-filter {
  display: none;
}
body.t-y2xhc3npyw .casino-menu .menu a,
body.t-y2xhc3npyw .casino-menu .casino-tab {
  flex-direction: column;
  min-height: 50px;
  padding: 5px 12px;
  font-size: 11px;
  gap: 4px;
}
body.t-y2xhc3npyw .casino-menu .ct-ic,
body.t-y2xhc3npyw .casino-menu dotlottie-player,
body.t-y2xhc3npyw .casino-menu .lottie-ic,
body.t-y2xhc3npyw .casino-menu .casino-menu-svg,
body.t-y2xhc3npyw .casino-menu .casino-menu-svg img {
  width: 30px !important;
  height: 30px !important;
}
body.t-y2xhc3npyw .casino-menu .left .app-menu {
  padding: 3px 8px;
  overflow: hidden;
}
/* Casino menü kutusu: daha ince (yükseklik) + sağa kaydır */
body.t-y2xhc3npyw .casino-menu .left {
  margin-left: 120px;
}
body.t-y2xhc3npyw .casino-menu .casino-menu-carousel {
  margin: 0 !important;
}
body.t-y2xhc3npyw .casino-menu .menu a,
body.t-y2xhc3npyw .casino-menu .casino-tab {
  min-height: 42px;
}
body.t-y2xhc3npyw .casino-menu .menu a span {
  font-size: 11px;
  line-height: 1.15;
  color: #fff;
  font-weight: 600;
}
body.t-y2xhc3npyw.homepage .lobby-buttons-row {
  display: none;
}

/* Oyun grid — 14.25%, 10px pad, 140px img */
body.t-y2xhc3npyw .app-games.slot.lobby .game-container {
  margin: 0 -10px;
}
body.t-y2xhc3npyw .app-games.slot.lobby .app-game {
  width: 14.25%;
  flex-basis: 14.25%;
  padding: 10px;
}
body.t-y2xhc3npyw .app-games.slot.lobby .app-game .game {
  border-radius: 10px;
}
body.t-y2xhc3npyw .app-games.slot.lobby .app-game .game img {
  height: 140px;
  border-radius: 10px;
}
body.t-y2xhc3npyw .app-game .game .label {
  font-size: 11px;
  padding: 5px 8px;
}
body.t-y2xhc3npyw .app-game .front .button.primary.play {
  width: 90px;
  height: 35px;
  font-size: 12px;
}

/* Tablet / mobil kalibrasyon */
@media (max-width: 1200px) {
  body.t-y2xhc3npyw .app-games.slot.lobby .app-game {
    width: 16.66%;
    flex-basis: 16.66%;
  }
}
@media (max-width: 900px) {
  body.t-y2xhc3npyw .app-games.slot.lobby .app-game {
    width: 25%;
    flex-basis: 25%;
  }
  body.t-y2xhc3npyw .casino-menu .app-search input {
    width: 100%;
    min-width: 0;
  }
}
@media (max-width: 560px) {
  body.t-y2xhc3npyw .app-games.slot.lobby .app-game {
    width: 50%;
    flex-basis: 50%;
    padding: 6px;
  }
  body.t-y2xhc3npyw .app-games.slot.lobby .app-game .game img {
    height: 130px;
  }
  body.t-y2xhc3npyw .homepage-slider .c-bg,
  body.t-y2xhc3npyw .promo-height .c-bg {
    height: 130px;
    max-height: 130px;
  }
  body.t-y2xhc3npyw .logo .brand-logo {
    height: 48px !important;
    max-height: 48px !important;
    margin: 0 !important;
  }
}

/* Sağ alt Comm100 tarzı canlı destek paneli */
.comm-live-panel {
  position: fixed;
  right: 14px;
  bottom: 72px;
  z-index: 9990;
  width: 280px;
  max-width: calc(100vw - 28px);
  background: #1a1a1a;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 10px;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.55);
  overflow: hidden;
  font-size: 12px;
}
.comm-live-panel.is-min {
  height: auto;
}
.comm-live-panel.is-min .comm-messages,
.comm-live-panel.is-min .comm-input-wrap {
  display: none;
}
.comm-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 0.45rem 0.65rem;
  background: linear-gradient(180deg, #2a2a2a, #1a1a1a);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  cursor: pointer;
  user-select: none;
}
.comm-panel-head strong {
  font-size: 11px;
  font-weight: 700;
  color: #fff;
  letter-spacing: 0.02em;
}
.comm-panel-head button {
  background: none;
  border: none;
  color: #ffffff99;
  font-size: 14px;
  cursor: pointer;
  padding: 0 0.2rem;
}
.comm-messages {
  min-height: 72px;
  max-height: 120px;
  overflow: hidden;
  padding: 0.55rem 0.65rem;
  background: #141414;
}
.comm-msg {
  color: #ffffffd9;
  line-height: 1.4;
  font-size: 11px;
  animation: commFade 0.35s ease;
}
.comm-msg em {
  color: var(--neon);
  font-style: normal;
  font-weight: 600;
}
@keyframes commFade {
  from { opacity: 0; transform: translateY(4px); }
  to { opacity: 1; transform: translateY(0); }
}
.comm-input-wrap {
  display: flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.45rem 0.55rem;
  background: #0f0f0f;
  border-top: 1px solid rgba(255, 255, 255, 0.06);
}
.comm-input-wrap input {
  flex: 1;
  min-width: 0;
  height: 34px;
  padding: 0 0.65rem;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 6px;
  background: #1a1a1a;
  color: #fff;
  font-size: 11px;
  font-family: inherit;
  outline: none;
}
.comm-input-wrap input::placeholder {
  color: #ffffff66;
}
.comm-input-wrap input:focus {
  border-color: rgba(36, 255, 0, 0.35);
}
.comm-input-wrap button {
  flex: none;
  width: 34px;
  height: 34px;
  border: none;
  border-radius: 6px;
  background: var(--neon);
  color: #000;
  font-size: 16px;
  font-weight: 700;
  cursor: pointer;
}
.comm-input-wrap button:hover {
  filter: brightness(0.95);
}
@media (max-width: 768px) {
  .comm-live-panel {
    width: 260px;
    right: 10px;
    bottom: 78px;
  }
}
@media (max-width: 560px) {
  .comm-live-panel {
    display: none;
  }
}

@media (max-width: 780px) {
  /* NOT: bu seçiciler .c-header için üstteki body.t-y2xhc3npyw kural bloğuyla
     aynı specificity'de tutulur, aksi halde media query kaybediyor. */
  body.t-y2xhc3npyw .c-header .c-tb .tb-l,
  .c-tb .tb-l { display: none; }
  body.t-y2xhc3npyw .c-header .c-tb .tb-c,
  .c-tb .tb-c { justify-content: flex-end; }
  body.t-y2xhc3npyw .c-header .c-hc,
  .c-hc {
    grid-template-columns: auto 1fr auto;
    min-height: 58px;
  }
  body.t-y2xhc3npyw .c-header .h-c,
  .h-c { justify-self: start; grid-column: 1; }
  body.t-y2xhc3npyw .c-header .h-l,
  .h-l { display: none; }
  body.t-y2xhc3npyw .c-header .h-r,
  .h-r { grid-column: 3; }
  .logo .brand-logo { margin: 0; height: 48px !important; }
}
@media (max-width: 480px) {
  body.t-y2xhc3npyw .logo .brand-logo,
  body.t-y2xhc3npyw .logo .brand-logo-hero {
    max-width: min(150px, 42vw) !important;
  }
  body.t-y2xhc3npyw .auth-pair .button,
  .auth-pair .button {
    padding: 0 0.65rem;
  }
  body.t-y2xhc3npyw .auth-pair .button .btn-label,
  .auth-pair .button .btn-label {
    display: none;
  }
}
