:root {
  --bg-900: #121016;
  --bg-850: #1a1522;
  --bg-800: #221b2e;
  --bg-750: #2d2440;
  --text-100: #f9f7ff;
  --text-300: #d7d1ea;
  --text-400: #aba2c6;
  --brand-blue: #8b5cf6;
  --brand-cyan: #a78bfa;
  --brand-orange: #fb7185;
  --success: #22c55e;
  --radius-md: 14px;
  --radius-lg: 18px;
  --shadow-soft: 0 10px 24px rgba(0, 0, 0, 0.35);
  --sticky-cta-height: 58px;
  --sticky-cta-gap: 12px;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html,
body {
  margin: 0;
  padding: 0;
  width: 100%;
  overflow-x: hidden;
}

body {
  font-family: "Trebuchet MS", "Segoe UI", Arial, sans-serif;
  background: linear-gradient(180deg, var(--bg-850) 0%, var(--bg-900) 100%);
  color: var(--text-100);
  min-height: 100vh;
}

/* =========================
   Top Bar
========================= */
.topbar {
  position: sticky;
  top: 0;
  z-index: 50;
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 10px 12px;
  background: linear-gradient(90deg, #111a2f, #1c2d4d);
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.28);
}

.topbar-logo {
  display: inline-flex;
  align-items: center;
  text-decoration: none;
  min-width: 0;
}

.topbar-logo-img {
  display: block;
  width: clamp(130px, 24vw, 185px);
  height: auto;
  aspect-ratio: 360 / 42;
  max-height: 30px;
  object-fit: contain;
}

.topbar-offer {
  margin: 0;
  min-width: 0;
  text-align: center;
  font-size: 12px;
  font-weight: 600;
  color: var(--text-300);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.topbar-cta {
  text-decoration: none;
  white-space: nowrap;
  color: #fff;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 14px;
  min-height: 42px;
  border-radius: 999px;
  background: linear-gradient(135deg, var(--brand-orange), #fb923c);
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.35);
  transition: transform 0.18s ease, box-shadow 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.topbar-cta:hover {
  transform: translateY(-1px);
  box-shadow: 0 12px 20px rgba(0, 0, 0, 0.45);
}

/* =========================
   Layout
========================= */
.page {
  width: min(1120px, calc(100% - 16px));
  margin-inline: auto;
  padding: 14px 0 calc(var(--sticky-cta-height) + var(--sticky-cta-gap) + env(safe-area-inset-bottom, 0px) + 72px);
}

.section {
  margin-top: 10px;
}

.cluster {
  display: flex;
  flex-direction: column;
  gap: 8px;
  padding: 10px;
  border-radius: var(--radius-lg);
  border: 1px solid rgba(255, 255, 255, 0.08);
  background: linear-gradient(165deg, rgba(20, 31, 53, 0.86), rgba(14, 23, 40, 0.9));
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.cluster-header {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 8px 12px;
  border-radius: 999px;
  background: linear-gradient(145deg, rgba(17, 24, 39, 0.9), rgba(17, 24, 39, 0.7));
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.cluster-header--secondary {
  background: linear-gradient(145deg, rgba(15, 118, 110, 0.24), rgba(15, 23, 42, 0.9));
}

.cluster-header--muted {
  background: linear-gradient(145deg, rgba(17, 24, 39, 0.7), rgba(17, 24, 39, 0.6));
}

.cluster-title {
  margin: 0;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0.5px;
  text-transform: uppercase;
}

.cluster-icon {
  font-size: 12px;
  color: #facc15;
}

/* =========================
   Hero
========================= */
.hero {
  background: linear-gradient(145deg, rgba(29, 40, 63, 0.95), rgba(24, 33, 53, 0.95));
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-lg);
  padding: 12px;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.22);
  text-align: center;
}

.hero-badge {
  display: inline-flex;
  padding: 5px 10px;
  border-radius: 999px;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.4px;
  color: #111827;
  background: linear-gradient(135deg, #fbbf24, #f59e0b);
}

.hero h1 {
  margin: 8px 0 4px;
  font-size: 18px;
  line-height: 1.2;
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
}

.hero p {
  margin: 0;
  font-size: 12px;
  color: var(--text-300);
  line-height: 1.4;
  max-width: 560px;
  margin-inline: auto;
}

/* =========================
   Featured Casino Cards
========================= */
.featured-list {
  display: grid;
  gap: 8px;
  min-height: 420px;
}

.casino-card {
  display: flex;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  background: linear-gradient(155deg, #182239 0%, #13203b 100%);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: var(--radius-md);
  padding: 8px;
  min-height: 74px;
  min-width: 0;
  transition: transform 0.18s ease, border-color 0.18s ease, box-shadow 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.casino-card:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.2);
  box-shadow: var(--shadow-soft);
}

.casino-card--highlight {
  border-color: rgba(245, 158, 11, 0.65);
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.35);
}

.rank-pill {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  flex-shrink: 0;
  position: relative;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 12px;
  font-weight: 800;
  color: #dbe3f8;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.08);
}

.logo-wrap {
  width: 108px;
  height: 48px;
  aspect-ratio: 9 / 4;
  border-radius: 10px;
  padding: 2px 4px;
  background: rgba(255, 255, 255, 0.04);
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.logo-wrap img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  display: block;
  background: rgba(255, 255, 255, 0.02);
}

.card-content {
  flex: 1;
  min-width: 0;
}

.card-head {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 2px;
  min-width: 0;
}

.card-title {
  font-size: 15px;
  font-weight: 800;
  line-height: 1.1;
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tag {
  font-size: 10px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  border-radius: 999px;
  padding: 4px 7px;
  color: #bbd4ff;
  background: rgba(46, 163, 255, 0.12);
  border: 1px solid rgba(46, 163, 255, 0.2);
  flex-shrink: 0;
}

.card-bonus {
  font-size: 12px;
  line-height: 1.2;
  color: var(--text-300);
  margin: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.card-cta {
  flex-shrink: 0;
  color: #fff;
  font-weight: 800;
  font-size: 12px;
  border-radius: 999px;
  padding: 10px 14px;
  min-height: 38px;
  background: linear-gradient(135deg, var(--brand-blue), var(--brand-cyan));
  box-shadow: 0 8px 16px rgba(0, 0, 0, 0.32);
}

/* =========================
   For Sale List (Different Style)
========================= */
.for-sale-section {
  margin-top: 12px;
}

.for-sale-list {
  display: grid;
  gap: 8px;
  min-height: 332px;
}

.sale-row {
  display: grid;
  grid-template-columns: 28px 1fr auto;
  align-items: center;
  gap: 8px;
  text-decoration: none;
  color: inherit;
  padding: 12px 10px;
  min-height: 58px;
  border-radius: var(--radius-md);
  border: 1px dashed rgba(255, 255, 255, 0.16);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.02), rgba(255, 255, 255, 0.01));
  backdrop-filter: blur(2px);
  transition: transform 0.18s ease, border-color 0.18s ease, background 0.18s ease;
  -webkit-tap-highlight-color: transparent;
}

.sale-row:hover {
  transform: translateY(-1px);
  border-color: rgba(255, 255, 255, 0.28);
  background: linear-gradient(145deg, rgba(255, 255, 255, 0.04), rgba(255, 255, 255, 0.02));
}

.sale-row--secondary {
  border-style: dotted;
  background: linear-gradient(145deg, rgba(15, 23, 42, 0.8), rgba(15, 23, 42, 0.7));
  opacity: 0.9;
}

.sale-rank {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  position: relative;
  overflow: visible;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 11px;
  font-weight: 800;
  color: rgba(255, 255, 255, 0.75);
  background: rgba(255, 255, 255, 0.05);
}

.rank-pill--leader,
.sale-rank--leader {
  color: #fff7d6;
  background: linear-gradient(140deg, #f59e0b, #f97316);
  border: 1px solid rgba(251, 191, 36, 0.7);
  box-shadow: 0 0 0 1px rgba(251, 191, 36, 0.2);
}

.leader-crown {
  position: absolute;
  top: -15px;
  left: 50%;
  transform: translateX(-50%);
  width: 18px;
  height: 14px;
  flex-shrink: 0;
  filter: drop-shadow(0 2px 4px rgba(0, 0, 0, 0.45));
  pointer-events: none;
}

.leader-crown svg {
  width: 100%;
  height: 100%;
  display: block;
}

.sale-main {
  min-width: 0;
}

.sale-title {
  font-size: 13px;
  font-weight: 700;
  color: rgba(255, 255, 255, 0.82);
}

.sale-sub {
  font-size: 11px;
  color: rgba(202, 210, 231, 0.72);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.sale-right {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  flex-shrink: 0;
}

.sale-chip {
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.62);
  background: rgba(255, 255, 255, 0.04);
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 999px;
  padding: 5px 8px;
}

.sale-cta {
  font-size: 11px;
  font-weight: 700;
  color: #9fd1ff;
  background: rgba(46, 163, 255, 0.1);
  border: 1px solid rgba(46, 163, 255, 0.2);
  border-radius: 999px;
  padding: 7px 10px;
  min-height: 32px;
}

/* =========================
   Forum Section
========================= */
.forum-section {
  margin-top: 14px;
}

.forum-intro {
  margin: 2px 4px 5px;
  color: rgba(201, 214, 242, 0.78);
  font-size: 11px;
  letter-spacing: 0.2px;
}

.forum-topics {
  display: grid;
  gap: 8px;
}

.forum-topic {
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background: linear-gradient(155deg, rgba(23, 34, 56, 0.94), rgba(16, 25, 42, 0.92));
  overflow: hidden;
}

.forum-topic.is-open {
  border-color: rgba(46, 163, 255, 0.26);
}

.forum-topic-button {
  width: 100%;
  border: 0;
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: center;
  gap: 10px;
  text-align: left;
  color: inherit;
  background: transparent;
  padding: 12px 11px;
  cursor: pointer;
  transition: transform 0.12s ease, filter 0.12s ease;
  -webkit-tap-highlight-color: transparent;
}

.forum-topic-button:active {
  transform: scale(0.99);
  filter: brightness(1.06);
}

.forum-topic-button:focus-visible {
  outline: 2px solid rgba(159, 209, 255, 0.55);
  outline-offset: 2px;
}

.forum-topic-main {
  min-width: 0;
}

.forum-topic-title {
  display: block;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 700;
  color: #f6f8ff;
}

.forum-topic-desc {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 1.35;
  color: rgba(204, 215, 240, 0.84);
}

.forum-topic-cta {
  display: block;
  margin-top: 0;
  font-size: 10px;
  font-weight: 800;
  letter-spacing: 0.2px;
  color: #9fd1ff;
  text-transform: uppercase;
  opacity: 0.92;
  white-space: nowrap;
}

.forum-topic-side {
  justify-self: end;
  display: inline-flex;
  flex-direction: column;
  align-items: flex-end;
  gap: 8px;
}

.forum-participants {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: 4px;
}

.forum-participant {
  width: 22px;
  height: 22px;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 9px;
  font-weight: 700;
  color: #e5ecff;
  background: linear-gradient(135deg, rgba(15, 23, 42, 0.92), rgba(46, 163, 255, 0.38));
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.forum-topic-metrics {
  display: inline-flex;
  align-items: center;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: flex-end;
}

.forum-metric {
  font-size: 12px;
  color: rgba(203, 214, 239, 0.92);
  white-space: nowrap;
}

.forum-metric--views {
  color: #f4b24d;
  font-weight: 700;
}

.forum-topic-panel {
  border-top: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(10, 18, 31, 0.55);
  overflow: hidden;
  max-height: 0px;
  opacity: 0;
  transform: translateY(-4px);
  transition: max-height 260ms ease, opacity 180ms ease, transform 220ms ease;
  will-change: max-height, opacity, transform;
}

.forum-topic.is-open .forum-topic-panel {
  max-height: 900px; /* Icerigin sinirini asmayacak kadar buyuk */
  opacity: 1;
  transform: translateY(0);
}

@media (prefers-reduced-motion: reduce) {
  .forum-topic-panel {
    transition: none;
    transform: none;
  }
}

.forum-replies {
  display: grid;
  gap: 7px;
  padding: 10px 11px 11px;
}

.forum-reply {
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.09);
  background: rgba(14, 24, 41, 0.85);
  padding: 8px 9px;
}

.forum-reply[data-role="starter"] {
  border-color: rgba(46, 163, 255, 0.3);
  background: rgba(13, 37, 66, 0.62);
}

.forum-reply-head {
  display: flex;
  align-items: center;
  gap: 7px;
  margin-bottom: 4px;
}

.forum-reply-author {
  font-size: 12px;
  color: #f2f6ff;
}

.forum-reply-role {
  font-size: 9px;
  text-transform: uppercase;
  letter-spacing: 0.3px;
  color: #99c8ff;
  border: 1px solid rgba(46, 163, 255, 0.25);
  border-radius: 999px;
  padding: 2px 6px;
}

.forum-reply-time {
  margin-left: auto;
  font-size: 10px;
  color: rgba(173, 187, 215, 0.72);
}

.forum-reply-text {
  margin: 0;
  color: rgba(220, 230, 248, 0.92);
  font-size: 12px;
  line-height: 1.45;
}

/* =========================
   SEO Content
========================= */
.seo-links {
  margin-top: 18px;
}

.link-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
}

.link-grid a {
  text-decoration: none;
  color: rgba(202, 210, 231, 0.72);
  background: rgba(255, 255, 255, 0.01);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  padding: 5px 9px;
  min-height: 32px;
  display: inline-flex;
  align-items: center;
  font-size: 11px;
  font-weight: 500;
  line-height: 1.2;
  transition: color 0.18s ease, border-color 0.18s ease, background 0.18s ease;
}

.link-grid a:hover {
  color: rgba(219, 231, 255, 0.9);
  background: rgba(46, 163, 255, 0.08);
  border-color: rgba(46, 163, 255, 0.26);
}

.seo-links--minimal {
  opacity: 1;
  border-top: 1px dashed rgba(255, 255, 255, 0.18);
  padding-top: 8px;
  transition: border-color 0.2s ease;
}

.seo-links--minimal:hover {
  border-top-color: rgba(46, 163, 255, 0.35);
}

.seo-links-title {
  margin: 0 0 6px;
  font-size: 10px;
  letter-spacing: 0.3px;
  text-transform: uppercase;
  color: rgba(158, 170, 197, 0.75);
}

.link-grid--minimal a {
  font-size: 11px;
  color: rgba(219, 231, 255, 0.92);
  background: rgba(255, 255, 255, 0.03);
  border-color: rgba(255, 255, 255, 0.2);
  padding: 5px 9px;
}

.article-shell {
  gap: 12px;
}

.article-content {
  color: var(--text-300);
  font-size: 14px;
  line-height: 1.72;
  padding: 6px 4px 8px;
}

.article-content h2,
.article-content h3 {
  font-family: system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  color: #f2f6ff;
  margin: 0;
}

.article-content h2 {
  margin-top: 18px;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
}

.article-content h3 {
  margin-top: 14px;
  margin-bottom: 6px;
  font-size: 16px;
  line-height: 1.35;
}

.article-content p {
  margin: 0 0 12px;
}

.article-content ul {
  margin: 0 0 12px 20px;
  padding: 0;
}

.article-content li {
  margin-bottom: 6px;
}

.article-content strong {
  color: #f6fbff;
}

.article-content a {
  color: #8dc8ff;
}

/* =========================
   Floating Actions
========================= */

.mobile-sticky-cta {
  position: fixed;
  left: 10px;
  right: 10px;
  bottom: 10px;
  z-index: 45;
  text-align: center;
  text-decoration: none;
  color: #fff;
  font-size: 14px;
  font-weight: 800;
  border-radius: 12px;
  padding: 13px 14px;
  min-height: var(--sticky-cta-height);
  padding-bottom: calc(13px + env(safe-area-inset-bottom, 0px));
  background: linear-gradient(135deg, #16a34a, var(--success));
  box-shadow: 0 14px 28px rgba(0, 0, 0, 0.44);
  -webkit-tap-highlight-color: transparent;
}

@media (hover: none) and (pointer: coarse) {
  .topbar-cta:active,
  .mobile-sticky-cta:active,
  .casino-card:active,
  .sale-row:active {
    transform: scale(0.985);
    filter: brightness(1.05);
  }
}

/* =========================
   Tablet
========================= */
@media (min-width: 768px) {
  .topbar {
    padding: 12px 18px;
    gap: 12px;
  }

  .topbar-logo {
    min-width: 140px;
  }

  .topbar-offer {
    font-size: 13px;
  }

  .topbar-cta {
    font-size: 13px;
    padding: 10px 16px;
  }

  .page {
    width: min(1120px, 100% - 28px);
    padding-top: 14px;
  }

  .hero {
    padding: 14px 16px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .hero p {
    font-size: 14px;
  }

  .featured-list,
  .for-sale-list {
    gap: 10px;
  }

  .link-grid {
    gap: 8px;
  }

  .article-content {
    font-size: 15px;
    line-height: 1.8;
    padding: 8px 6px 10px;
  }

  .article-content h2 {
    font-size: 22px;
  }

  .article-content h3 {
    font-size: 18px;
  }

  .cluster {
    padding: 10px;
  }

  .cluster-title {
    font-size: 15px;
  }

  .casino-card {
    min-height: 86px;
    padding: 10px;
    gap: 10px;
  }

  .rank-pill {
    width: 30px;
    height: 30px;
    font-size: 12px;
  }

  .logo-wrap {
    width: 144px;
    height: 56px;
  }

  .featured-list {
    min-height: 480px;
  }

  .for-sale-list {
    min-height: 400px;
  }

  .card-title {
    font-size: 17px;
  }

  .card-bonus {
    font-size: 13px;
  }

  .card-cta {
    font-size: 13px;
    padding: 10px 16px;
  }

  .sale-row {
    grid-template-columns: 30px 1fr auto;
    padding: 13px 12px;
    min-height: 62px;
  }

  .sale-sub {
    font-size: 12px;
  }

  .forum-topics {
    gap: 10px;
  }

  .forum-topic-button {
    padding: 13px 13px;
  }

  .forum-topic-title {
    font-size: 18px;
  }

  .forum-topic-desc,
  .forum-reply-text {
    font-size: 13px;
  }

  .forum-topic-cta {
    font-size: 11px;
    margin-top: 7px;
  }

  .forum-participant {
    width: 23px;
    height: 23px;
  }

  .forum-reply {
    padding: 9px 10px;
  }
}

/* =========================
   Small Phones (320-430)
========================= */
@media (max-width: 430px) {
  :root {
    --sticky-cta-height: 52px;
    --sticky-cta-gap: 8px;
  }

  .topbar {
    grid-template-columns: auto minmax(0, 1fr) auto;
    padding: 8px 9px;
    gap: 6px;
  }

  .topbar-logo {
    min-width: 104px;
  }

  .topbar-logo-img {
    width: clamp(98px, 28vw, 138px);
    max-height: 22px;
  }

  .topbar-offer {
    font-size: 11px;
  }

  .topbar-cta {
    font-size: 11px;
    padding: 9px 12px;
    min-height: 38px;
  }

  .page {
    width: calc(100% - 12px);
    padding-top: 8px;
  }

  .cluster {
    padding: 6px;
    gap: 5px;
  }

  .cluster-header {
    padding: 7px 8px;
  }

  .cluster-title {
    font-size: 12px;
    letter-spacing: 0.3px;
  }

  .hero {
    padding: 10px;
  }

  .hero h1 {
    font-size: 16px;
  }

  .hero p {
    font-size: 11px;
  }

  .featured-list {
    gap: 6px;
    min-height: 372px;
  }

  .casino-card {
    gap: 6px;
    padding: 7px;
    min-height: 66px;
  }

  .rank-pill {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    font-size: 11px;
  }

  .logo-wrap {
    width: 92px;
    height: 42px;
    border-radius: 8px;
    padding: 2px 3px;
  }

  .card-title {
    font-size: 13px;
  }

  .tag {
    font-size: 8px;
    padding: 3px 6px;
  }

  .card-bonus {
    font-size: 11px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .card-trust {
    margin-top: 2px;
    font-size: 10px;
  }

  .card-cta {
    font-size: 11px;
    padding: 9px 12px;
    min-height: 34px;
  }

  .sale-row {
    grid-template-columns: 24px 1fr auto;
    gap: 6px;
    padding: 10px 8px;
    min-height: 52px;
  }

  .sale-rank {
    width: 24px;
    height: 24px;
    border-radius: 7px;
    font-size: 10px;
  }

  .leader-crown {
    top: -12px;
    width: 15px;
    height: 12px;
  }

  .sale-title {
    font-size: 12px;
  }

  .sale-sub {
    font-size: 10px;
  }

  .sale-chip {
    display: none;
  }

  .sale-cta {
    font-size: 10px;
    padding: 7px 10px;
    min-height: 30px;
  }

  .forum-intro {
    margin-inline: 2px;
    font-size: 10px;
  }

  .forum-topic-button {
    grid-template-columns: minmax(0, 1fr);
    gap: 8px;
    padding: 9px 8px;
  }

  .forum-topic-title {
    font-size: 15px;
  }

  .forum-topic-desc {
    font-size: 11px;
  }

  .forum-topic-cta {
    font-size: 10px;
    margin-top: 6px;
  }

  .forum-topic-side {
    width: 100%;
    align-items: flex-start;
    justify-self: start;
    gap: 6px;
  }

  .forum-topic-metrics {
    justify-content: flex-start;
    gap: 9px;
  }

  .forum-metric {
    font-size: 11px;
  }

  .forum-participant {
    width: 20px;
    height: 20px;
    font-size: 8px;
  }

  .forum-replies {
    padding: 8px;
  }

  .forum-reply-text {
    font-size: 12px;
  }

  .mobile-sticky-cta {
    left: 8px;
    right: 8px;
    bottom: 8px;
    font-size: 13px;
    padding: 11px 12px;
  }

  .seo-links-title {
    font-size: 9px;
  }

  .link-grid a {
    font-size: 10px;
    padding: 6px 10px;
    min-height: 32px;
  }

  .article-content {
    font-size: 13px;
    line-height: 1.66;
    padding: 4px 2px 8px;
  }

  .article-content h2 {
    font-size: 18px;
  }

  .article-content h3 {
    font-size: 15px;
  }
}

/* =========================
   Desktop
========================= */
@media (min-width: 1024px) {
  .topbar {
    padding: 14px 24px;
  }

  .topbar-logo-img {
    width: 190px;
    max-height: 34px;
  }

  .topbar-offer {
    font-size: 14px;
  }

  .hero {
    padding: 16px 18px;
  }

  .hero h1 {
    font-size: 24px;
  }

  .hero p {
    font-size: 15px;
  }

  .link-grid {
    gap: 10px;
  }

  .link-grid--minimal a {
    font-size: 11px;
  }

  .article-content {
    font-size: 16px;
    line-height: 1.82;
  }

  .article-content h2 {
    font-size: 24px;
  }

  .article-content h3 {
    font-size: 19px;
  }

  .casino-card {
    min-height: 94px;
    padding: 12px;
  }

  .rank-pill {
    width: 34px;
    height: 34px;
    font-size: 13px;
  }

  .logo-wrap {
    width: 198px;
    height: 72px;
    border-radius: 12px;
  }

  .featured-list {
    min-height: 520px;
  }

  .for-sale-list {
    min-height: 440px;
  }

  .card-title {
    font-size: 19px;
  }

  .card-bonus {
    font-size: 14px;
  }

  .card-cta {
    font-size: 14px;
    padding: 12px 20px;
  }

  .sale-row {
    padding: 13px 14px;
  }

  .forum-topic-button {
    padding: 14px;
  }

  .forum-topic-title {
    font-size: 19px;
  }

  .forum-topic-desc,
  .forum-reply-text {
    font-size: 13px;
  }

  .mobile-sticky-cta {
    display: none;
  }
}




/* site bazli tema varyasyonu */
:root{
  --site-accent-from:#3b82f6;
  --site-accent-to:#60a5fa;
  --site-topbar-from:#0f1a33;
  --site-topbar-to:#1a2b54;
}
body{
  font-family:"Lato",system-ui,-apple-system,"Segoe UI",Roboto,Arial,sans-serif;
}
h1,h2,h3,.cluster-title{
  font-family:"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif;
}
.page{
  width:min(1110px,calc(100% - 16px));
}
.section{
  margin-top:11px;
}
.cluster,.forum-section{
  border-radius:18px;
}
.hero{
  border-radius:16px;
}
.topbar{
  background:linear-gradient(90deg,var(--site-topbar-from),var(--site-topbar-to));
}
.topbar-cta,.hero-badge{
  background:linear-gradient(135deg,var(--site-accent-from),var(--site-accent-to));
}
.topbar-cta,.mobile-sticky-cta{
  border-radius:999px;
}
