:root {
  --ink: #070b12;
  --ink-2: #0c121c;
  --panel: #141b27;
  --panel-2: #1a2332;
  --line: rgba(232, 214, 170, 0.14);
  --line-strong: rgba(232, 214, 170, 0.28);
  --text: #eef2f7;
  --muted: #9aa3b5;
  --copper: #c9a227;
  --copper-2: #e0c35a;
  --copper-dim: rgba(201, 162, 39, 0.16);
  --steel: #8eb4c4;
  --offer: #e0c35a;
  --danger: #d45d6c;
  --radius: 8px;
  --radius-lg: 14px;
  --shadow: 0 18px 50px rgba(0, 0, 0, 0.35);
  --font: "IBM Plex Sans", "Segoe UI", sans-serif;
  --display: "Syne", "IBM Plex Sans", sans-serif;
  --serif: "Newsreader", Georgia, serif;
  --wrap: min(1180px, calc(100% - 2.5rem));
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; }
body {
  margin: 0;
  font-family: var(--font);
  color: var(--text);
  background-color: var(--ink);
  background-image:
    radial-gradient(ellipse 900px 480px at 12% -8%, rgba(201,162,39,.12), transparent 55%),
    radial-gradient(ellipse 700px 420px at 88% 0%, rgba(142,180,196,.08), transparent 50%),
    linear-gradient(180deg, var(--ink) 0%, var(--ink-2) 42%, #0a1018 100%);
  background-attachment: fixed;
  min-height: 100vh;
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
}
body::before {
  content: "";
  position: fixed;
  inset: 0;
  pointer-events: none;
  z-index: 0;
  opacity: .35;
  background-image:
    radial-gradient(circle at 20% 30%, rgba(255,255,255,.035) 0 1px, transparent 1.5px),
    radial-gradient(circle at 70% 60%, rgba(255,255,255,.025) 0 1px, transparent 1.5px);
  background-size: 48px 48px, 72px 72px;
}
a { color: var(--steel); text-decoration: none; transition: color .15s ease; }
a:hover { color: var(--copper-2); }
a:focus-visible, button:focus-visible, input:focus-visible, select:focus-visible, summary:focus-visible {
  outline: 2px solid var(--copper);
  outline-offset: 2px;
}
img { max-width: 100%; height: auto; display: block; }
.wrap { width: var(--wrap); margin-inline: auto; position: relative; z-index: 1; }
.sr-only, .skip { position: absolute; left: -9999px; }
.site-main { position: relative; z-index: 1; }

/* Header — official catalog bar */
.site-header {
  position: sticky; top: 0; z-index: 50;
  backdrop-filter: blur(16px) saturate(1.2);
  background: rgba(7, 11, 18, 0.88);
  border-bottom: 1px solid var(--line);
}
.header-inner {
  display: flex; align-items: center; gap: 1.1rem;
  min-height: 72px; flex-wrap: wrap;
}
.logo {
  display: inline-flex; align-items: center; gap: .65rem;
  color: var(--text); font-family: var(--display);
  font-weight: 700; letter-spacing: -.01em; font-size: 1.05rem;
}
.logo-mark {
  display: grid; place-items: center; width: 38px; height: 38px;
  border-radius: 9px;
  background:
    linear-gradient(145deg, var(--copper-2), var(--copper) 55%, #8a7018);
  color: #120e04; font-size: .72rem; font-weight: 800;
  box-shadow: 0 0 0 1px rgba(255,255,255,.12) inset, 0 8px 20px rgba(201,162,39,.25);
}
.site-nav { display: flex; gap: 1rem; flex-wrap: wrap; margin-left: .25rem; }
.site-nav a {
  color: var(--muted); font-size: .9rem; font-weight: 500;
  letter-spacing: .01em; min-height: 44px; display: inline-flex; align-items: center;
  border-bottom: 2px solid transparent;
}
.site-nav a:hover { color: var(--text); border-bottom-color: var(--copper); }
.header-search { margin-left: auto; }
.header-search input {
  background: var(--panel); border: 1px solid var(--line); color: var(--text);
  border-radius: 999px; padding: .6rem 1rem; min-width: 200px; font: inherit;
}
.header-search input::placeholder { color: #6f788a; }
.nav-toggle { display: none; }
.lang-switch { position: relative; }
.lang-switch summary {
  cursor: pointer; list-style: none; color: var(--muted);
  font-size: .85rem; font-weight: 600; letter-spacing: .06em;
  min-height: 44px; display: inline-flex; align-items: center;
}
.lang-switch ul {
  position: absolute; right: 0; margin: .4rem 0 0; padding: .45rem;
  background: var(--panel-2); border: 1px solid var(--line); border-radius: var(--radius);
  max-height: 280px; overflow: auto; min-width: 170px; z-index: 60;
  box-shadow: var(--shadow);
}
.lang-switch li { list-style: none; }
.lang-switch a { display: block; padding: .4rem .55rem; color: var(--text); border-radius: 4px; }
.lang-switch a:hover { background: var(--copper-dim); color: var(--copper-2); }

/* Hero — one composition, brand first */
.hero {
  position: relative;
  padding: clamp(2.8rem, 7vw, 5rem) 0 2.4rem;
  overflow: hidden;
}
.hero::after {
  content: "";
  position: absolute;
  left: 0; right: 0; bottom: 0; height: 72px;
  background:
    linear-gradient(90deg, transparent, var(--copper-dim), transparent),
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 1200 80' fill='%23c9a227'%3E%3Cpath fill-opacity='.22' d='M0 80V48h40V28h28v20h36V18h44v30h30V36h50v20h40V22h60v34h36V40h48v18h70V30h40v26h55V20h35v36h80V34h45v22h90V26h50v30h70V38h40v18h100V44h48v36z'/%3E%3C/svg%3E")
    center bottom / 100% 72px no-repeat;
  opacity: .9;
  pointer-events: none;
}
.hero-inner { position: relative; z-index: 1; max-width: 40rem; }
.eyebrow {
  display: inline-flex; align-items: center; gap: .5rem;
  font-size: .72rem; letter-spacing: .16em; text-transform: uppercase;
  color: var(--copper-2); font-weight: 600; margin: 0 0 1rem;
}
.eyebrow::before {
  content: ""; width: 18px; height: 1px; background: var(--copper);
}
.brand-hero {
  font-family: var(--display);
  font-size: clamp(2.6rem, 7.5vw, 4.4rem);
  font-weight: 700; line-height: .95; letter-spacing: -.03em;
  margin: 0 0 .85rem; color: var(--text);
}
.brand-hero span {
  background: linear-gradient(105deg, #f4edd8 10%, var(--copper-2) 45%, #9ebfd0 90%);
  -webkit-background-clip: text; background-clip: text; color: transparent;
}
.hero h1 {
  font-family: var(--serif);
  font-size: clamp(1.25rem, 2.6vw, 1.7rem);
  font-weight: 500; font-style: italic;
  margin: 0 0 .9rem; max-width: 22ch;
  color: #d7dde8; line-height: 1.35;
}
.lede { color: var(--muted); max-width: 44ch; line-height: 1.65; margin: 0; }
.hero-cta { display: flex; gap: .75rem; margin-top: 1.6rem; flex-wrap: wrap; }

/* Buttons — restrained, official */
.btn {
  display: inline-flex; align-items: center; justify-content: center; gap: .4rem;
  border-radius: var(--radius); border: 1px solid transparent;
  padding: .78rem 1.25rem; font-weight: 600; cursor: pointer;
  font: inherit; color: inherit; transition: transform .15s ease, background .15s ease, border-color .15s ease;
  min-height: 44px;
}
.btn:hover { transform: translateY(-1px); }
.btn-primary {
  background: linear-gradient(180deg, var(--copper-2), var(--copper));
  color: #141005; border-color: rgba(255,255,255,.15);
  box-shadow: 0 10px 28px rgba(201,162,39,.22);
}
.btn-primary:hover { color: #141005; }
.btn-ghost {
  border-color: var(--line-strong); background: rgba(20,27,39,.55); color: var(--text);
}
.btn-sm { padding: .45rem .85rem; font-size: .88rem; }
.btn-offer {
  background: linear-gradient(180deg, #f0d56a, var(--offer));
  color: #1a1400; width: 100%;
  min-height: 52px; font-size: 1.05rem;
  box-shadow: 0 12px 32px rgba(224,195,90,.28);
  font-weight: 700;
}
.btn-offer.is-disabled { opacity: .45; cursor: not-allowed; box-shadow: none; }
.btn-demo {
  width: min(340px, 100%);
  min-height: 50px;
  border-color: rgba(238,242,247,.35);
  background: rgba(20,27,39,.72); color: var(--text);
  font-weight: 650;
}
.btn-demo:disabled { opacity: .4; cursor: not-allowed; transform: none; }
.btn-demo:not(:disabled):hover {
  border-color: var(--copper); color: var(--copper-2);
}
.btn-action {
  width: 100%; background: var(--panel-2); border-color: var(--line-strong);
  color: var(--text); margin-top: .55rem;
}

/* Sections */
.section { padding: 2.4rem 0; }
.section-head {
  display: flex; justify-content: space-between; align-items: baseline;
  gap: 1rem; margin-bottom: 1.15rem;
  border-bottom: 1px solid var(--line); padding-bottom: .75rem;
}
.section-head h2 {
  margin: 0; font-family: var(--display); font-size: 1.35rem;
  letter-spacing: -.015em; font-weight: 700;
}
.section-head a {
  font-size: .85rem; letter-spacing: .04em; text-transform: uppercase;
  font-weight: 600; color: var(--copper);
}
.section-head a:hover { color: var(--copper-2); }

/* Game catalog grid — SlotCatalog density, premium tiles */
.game-grid {
  list-style: none; margin: 0; padding: 0;
  display: grid; grid-template-columns: repeat(auto-fill, minmax(148px, 1fr)); gap: .9rem;
}
.game-card {
  display: flex; flex-direction: column; gap: .5rem; color: var(--text);
  border-radius: var(--radius); overflow: hidden;
  background: transparent; border: 0;
  transition: transform .2s ease;
}
.game-card:hover { transform: translateY(-4px); color: var(--text); }
.game-card .thumb {
  aspect-ratio: 1; background: var(--panel);
  border-radius: var(--radius); overflow: hidden;
  border: 1px solid var(--line);
  position: relative;
}
.game-card .thumb::after {
  content: "Demo";
  position: absolute; left: .45rem; bottom: .45rem;
  font-size: .65rem; letter-spacing: .08em; text-transform: uppercase;
  font-weight: 700; color: #120e04;
  background: var(--copper-2); padding: .2rem .4rem; border-radius: 4px;
  opacity: 0; transform: translateY(4px); transition: .18s ease;
}
.game-card:hover .thumb::after { opacity: 1; transform: none; }
.game-card img {
  width: 100%; height: 100%; object-fit: cover;
  transition: transform .35s ease;
}
.game-card:hover img { transform: scale(1.05); }
.game-card .meta { padding: .15rem .1rem .2rem; }
.game-card strong {
  display: block; font-size: .9rem; line-height: 1.3;
  font-weight: 600; letter-spacing: -.01em;
}
.game-card small { color: var(--muted); font-size: .78rem; }

.provider-rail, .casino-rail {
  display: grid; grid-template-columns: repeat(auto-fill, minmax(200px, 1fr)); gap: .9rem;
}
.provider-chip, .provider-card, .theme-card, .casino-card {
  background: linear-gradient(180deg, rgba(26,35,50,.92), rgba(20,27,39,.92));
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1rem; color: var(--text);
  transition: border-color .15s ease, transform .15s ease;
}
.provider-chip:hover, .casino-card:hover, .theme-card:hover, .provider-card:hover {
  border-color: var(--line-strong); transform: translateY(-2px);
}
.provider-chip { display: flex; align-items: center; gap: .7rem; }
.provider-chip img, .provider-card img, .casino-card img {
  border-radius: 8px; object-fit: cover; background: #0a1018;
}
.casino-card img { margin-bottom: .65rem; width: 72px; height: 72px; }
.casino-card h2, .casino-card h3 { font-family: var(--display); font-size: 1.05rem; margin: 0 0 .35rem; }

/* Casinos directory — comparison list */
.casinos-intro {
  display: flex; justify-content: space-between; align-items: flex-end;
  gap: 1.5rem; flex-wrap: wrap; margin-bottom: 1.75rem;
}
.casinos-intro-actions, .casino-hero-actions, .casinos-footnote-actions, .casino-row-actions {
  display: flex; flex-wrap: wrap; gap: .55rem;
}
.casino-compare-head {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.3fr) 110px 220px;
  gap: 1rem; align-items: center;
  padding: .55rem 1rem; margin-bottom: .55rem;
  font-size: .72rem; letter-spacing: .12em; text-transform: uppercase;
  color: var(--copper); font-weight: 700;
  border-bottom: 1px solid var(--line);
}
.casino-list { display: grid; gap: .65rem; }
.casino-row {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.3fr) 110px 220px;
  gap: 1rem; align-items: center;
  padding: 1rem 1.05rem;
  border: 1px solid var(--line);
  border-radius: var(--radius-lg);
  background: linear-gradient(180deg, rgba(26,35,50,.92), rgba(16,22,32,.96));
  transition: border-color .15s ease, transform .15s ease;
}
.casino-row:hover { border-color: var(--line-strong); transform: translateY(-1px); }
.casino-row.is-featured {
  border-color: rgba(201,162,39,.35);
  box-shadow: 0 0 0 1px rgba(201,162,39,.12) inset;
}
.casino-row-brand { display: flex; align-items: center; gap: .75rem; min-width: 0; }
.casino-rank {
  font-family: var(--display); font-weight: 700; color: var(--muted);
  font-size: .95rem; width: 1.6rem; flex: none;
}
.casino-row-logo {
  flex: none; width: 64px; height: 64px; border-radius: 10px; overflow: hidden;
  border: 1px solid var(--line); background: #0a1018;
}
.casino-row-logo img { width: 100%; height: 100%; object-fit: contain; }
.casino-row-meta h2 {
  margin: 0; font-family: var(--display); font-size: 1.05rem; letter-spacing: -.01em;
}
.casino-row-meta h2 a { color: var(--text); }
.casino-row-meta h2 a:hover { color: var(--copper-2); }
.casino-bonus-mobile { display: none; margin: .35rem 0 0; color: var(--copper-2); font-size: .88rem; }
.casino-row-bonus strong {
  color: var(--copper-2); font-weight: 600; font-size: .92rem; line-height: 1.35;
}
.casino-row-score { display: flex; align-items: baseline; gap: .25rem; }
.score-badge {
  display: inline-flex; align-items: center; gap: .2rem;
  background: var(--copper-dim); color: var(--copper-2);
  border: 1px solid rgba(201,162,39,.28); border-radius: 999px;
  padding: .28rem .65rem; font-weight: 700; font-size: .92rem;
}
.pill {
  display: inline-flex; margin-top: .3rem;
  font-size: .65rem; letter-spacing: .1em; text-transform: uppercase;
  color: #141005; background: var(--copper); border-radius: 4px;
  padding: .15rem .4rem; font-weight: 700;
}
.casinos-footnote {
  margin-top: 1.75rem; padding: 1.2rem 1.25rem;
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; align-items: center;
  background: rgba(20,27,39,.55);
}
.casino-toc {
  display: flex; flex-wrap: wrap; gap: .75rem; margin: 0 0 1.5rem;
  padding: .75rem 0; border-bottom: 1px solid var(--line);
}
.casino-toc a {
  font-size: .85rem; font-weight: 600; color: var(--muted);
  border-bottom: 2px solid transparent; padding-bottom: .2rem;
}
.casino-toc a:hover, .casino-toc .toc-visit { color: var(--copper-2); border-bottom-color: var(--copper); }
.casino-bottom-cta {
  margin-top: 2.5rem; padding: 1.35rem 1.4rem;
  border: 1px solid var(--line-strong); border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(201,162,39,.1), rgba(20,27,39,.9));
  display: flex; justify-content: space-between; gap: 1.25rem; flex-wrap: wrap; align-items: center;
}
.casino-bottom-cta h2 { margin: 0 0 .35rem; font-family: var(--display); font-size: 1.25rem; }
.score-line { display: flex; align-items: center; gap: .55rem; margin: .35rem 0 .55rem; }
.hide-sm { display: block; }

.filters {
  display: flex; flex-wrap: wrap; gap: .6rem; margin: 1.1rem 0;
  padding: 1rem; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: rgba(20,27,39,.55);
}
.filters input, .filters select {
  background: var(--ink); border: 1px solid var(--line); color: var(--text);
  border-radius: var(--radius); padding: .65rem .85rem; font: inherit;
}
.pager { display: flex; gap: .35rem; flex-wrap: wrap; margin-top: 1.4rem; }
.pager a {
  min-width: 40px; min-height: 40px; display: inline-flex; align-items: center; justify-content: center;
  border: 1px solid var(--line); border-radius: var(--radius); color: var(--text); padding: .35rem .55rem;
}
.pager a.is-active {
  background: var(--copper); color: #141005; border-color: var(--copper); font-weight: 700;
}

/* Player — SlotCatalog IA, premium stage */
.player-layout {
  display: grid; grid-template-columns: minmax(0,1fr) 260px;
  gap: 1.1rem; align-items: start;
}
.player-stage {
  position: relative; min-height: 460px; border-radius: var(--radius-lg); overflow: hidden;
  border: 1px solid var(--line-strong);
  background:
    radial-gradient(circle at 18% 18%, rgba(201,162,39,.1), transparent 42%),
    radial-gradient(circle at 82% 22%, rgba(142,180,196,.08), transparent 38%),
    #0a0f17;
  box-shadow: var(--shadow);
}
.preplay {
  min-height: 460px; display: grid; place-content: center; justify-items: center;
  gap: 1rem; padding: 1.75rem; text-align: center;
}
.preplay-offer {
  width: min(340px, 100%);
  display: grid;
  justify-items: center;
  gap: .85rem;
  padding: 1.35rem 1.25rem 1.25rem;
  border-radius: var(--radius-lg);
  border: 1px solid var(--line-strong);
  background:
    linear-gradient(180deg, rgba(32,42,58,.95), rgba(14,20,30,.98));
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.offer-logo-wrap {
  width: 148px; height: 148px;
  display: grid; place-items: center;
  border-radius: 18px;
  background: #ffffff;
  border: 1px solid rgba(255,255,255,.18);
  padding: .85rem;
  box-shadow: 0 0 0 6px rgba(201,162,39,.08);
}
.offer-logo-wrap.is-empty {
  background: linear-gradient(145deg, #1a2332, #0c121c);
}
.offer-logo {
  width: auto; height: auto;
  max-width: 100%; max-height: 100%;
  object-fit: contain;
  border: 0; border-radius: 8px;
  box-shadow: none;
}
.offer-logo-fallback {
  font-family: var(--display); font-weight: 700; font-size: .95rem;
  color: var(--copper-2); letter-spacing: -.01em;
}
.offer-bonus {
  color: var(--copper-2); font-size: 1rem; font-weight: 650;
  max-width: 28ch; margin: 0; line-height: 1.35;
}
.preplay-legal { margin: .15rem 0 0; font-size: .78rem; }
.demo-frame { position: absolute; inset: 0; display: flex; flex-direction: column; }
.demo-frame iframe { flex: 1; width: 100%; height: 100%; border: 0; background: #000; min-height: 0; }
.demo-theater-bar {
  display: none;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  position: relative;
  min-height: 48px;
  padding: .55rem 3.25rem .55rem .75rem;
  background: #f5c400;
  color: #1a1400;
  z-index: 6;
  box-shadow: 0 2px 0 rgba(0,0,0,.12);
}
.demo-theater-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .4rem;
  color: inherit;
  font-weight: 800;
  font-size: 1rem;
  letter-spacing: -.01em;
  text-decoration: none;
  line-height: 1.2;
  text-align: center;
  max-width: calc(100% - .5rem);
}
.demo-theater-cta.is-disabled { opacity: .85; pointer-events: none; }
.demo-theater-ext { flex: 0 0 auto; opacity: .9; }
.demo-theater-close {
  position: absolute;
  right: .45rem;
  top: 50%;
  transform: translateY(-50%);
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 6px;
  background: #2f9e44;
  color: #fff;
  font-size: 1.45rem;
  line-height: 1;
  font-weight: 700;
  cursor: pointer;
  display: grid;
  place-items: center;
  padding: 0;
  box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.demo-theater-close:focus-visible {
  outline: 2px solid #0b3d16;
  outline-offset: 2px;
}
.is-hidden { display: none !important; }
.gift-fab {
  position: absolute; top: 14px; right: 14px; z-index: 5;
  width: 46px; height: 46px; border-radius: 50%; border: 0; cursor: pointer;
  background: linear-gradient(180deg, #f0d56a, var(--offer)); color: #1a1400;
  box-shadow: 0 8px 22px rgba(0,0,0,.4);
}
.specs-panel {
  background: linear-gradient(180deg, rgba(26,35,50,.95), rgba(16,22,32,.98));
  border: 1px solid var(--line); border-radius: var(--radius-lg);
  padding: 1.1rem 1.15rem; position: sticky; top: 88px;
}
.specs-panel::before {
  content: "Game specs";
  display: block; font-size: .68rem; letter-spacing: .14em; text-transform: uppercase;
  color: var(--copper); font-weight: 700; margin-bottom: .85rem;
}
.specs-panel dl { margin: 0; display: grid; gap: 0; }
.specs-panel dl > div {
  display: grid; grid-template-columns: 1fr auto; gap: .75rem;
  padding: .65rem 0; border-bottom: 1px solid var(--line); align-items: baseline;
}
.specs-panel dl > div:last-child { border-bottom: 0; }
.specs-panel dt { color: var(--muted); font-size: .78rem; margin: 0; }
.specs-panel dd { margin: 0; font-weight: 650; font-size: .92rem; text-align: right; }
.specs-more { display: inline-block; margin-top: .85rem; color: var(--copper); font-weight: 600; font-size: .9rem; }
.rating-bar {
  display: flex; justify-content: space-between; gap: 1rem;
  padding: .9rem 0; color: var(--muted); border-bottom: 1px solid var(--line);
}
.attr-table { width: 100%; border-collapse: collapse; }
.attr-table th, .attr-table td {
  border-bottom: 1px solid var(--line); padding: .7rem 0; text-align: left;
}
.attr-table th { color: var(--muted); font-weight: 500; width: 40%; }

.prose {
  line-height: 1.78; color: #d5dbe6;
  font-family: var(--serif); font-size: 1.05rem;
}
.prose h2, .prose h3 {
  font-family: var(--display); color: var(--text); letter-spacing: -.015em;
}
.prose h2 { margin-top: 2rem; font-size: 1.45rem; }
.prose h3 { margin-top: 1.35rem; font-size: 1.1rem; }
.prose a { color: var(--copper-2); }
.prose ul { padding-left: 1.2rem; }

.site-footer {
  border-top: 1px solid var(--line); margin-top: 3.5rem;
  padding: 1.75rem 0 2.75rem; color: var(--muted); position: relative; z-index: 1;
}
.footer-inner { display: flex; justify-content: space-between; gap: 1rem; flex-wrap: wrap; }
.footer-inner nav { display: flex; gap: 1.1rem; flex-wrap: wrap; }
.footer-inner a { color: var(--muted); }
.footer-inner a:hover { color: var(--copper-2); }

.offer-modal {
  border: 1px solid var(--line-strong); border-radius: var(--radius-lg);
  padding: 1.35rem; background: #121926; color: var(--text);
  width: min(420px, calc(100% - 2rem));
  box-shadow: var(--shadow);
}
.offer-modal::backdrop { background: rgba(4, 8, 14, .72); }
.modal-close {
  position: absolute; top: .55rem; right: .7rem; border: 0; background: transparent;
  color: var(--copper-2); font-size: 1.4rem; cursor: pointer;
}
.modal-offer { text-align: center; margin: .5rem 0 1rem; }
.modal-offer img { margin: 0 auto .6rem; border-radius: 50%; }
.legal { font-size: .75rem; color: var(--muted); }
.muted { color: var(--muted); }
.empty { color: var(--muted); }
.breadcrumb {
  color: var(--muted); font-size: .86rem; padding-top: 1.15rem;
  letter-spacing: .01em;
}
.breadcrumb a { color: var(--muted); }
.breadcrumb a:hover { color: var(--copper-2); }
.slot-title { margin: .55rem auto 1.1rem; }
.slot-title h1 {
  font-family: var(--display); margin: .2rem 0 .45rem;
  font-size: clamp(1.6rem, 3.5vw, 2.2rem); letter-spacing: -.02em;
}
.page-title {
  font-family: var(--display); font-size: clamp(1.7rem, 3.5vw, 2.3rem);
  letter-spacing: -.02em; margin: 0 0 .35rem;
}
.provider-grid, .theme-grid {
  display: grid; grid-template-columns: repeat(auto-fill,minmax(180px,1fr)); gap: .9rem;
}

.blog-list { list-style: none; margin: 0; padding: 0; display: grid; gap: 1rem; }
.blog-card {
  background: rgba(20,27,39,.75); border: 1px solid var(--line);
  border-radius: var(--radius-lg); padding: 1.2rem 1.3rem;
}
.blog-card h2 { margin: 0 0 .4rem; font-family: var(--display); font-size: 1.2rem; }
.blog-card time { color: var(--muted); font-size: .85rem; }

.casino-hero {
  display: flex; gap: 1.15rem; align-items: flex-start; margin-bottom: 1.6rem;
  padding: 1.2rem; border: 1px solid var(--line); border-radius: var(--radius-lg);
  background: linear-gradient(135deg, rgba(26,35,50,.9), rgba(12,18,28,.95));
}
.casino-logo {
  border-radius: 12px; background: #0a1018; object-fit: contain;
  border: 1px solid var(--line); width: 96px; height: 96px;
}
.casino-profile .bonus { color: var(--copper-2); font-weight: 600; }

/* Motion */
@keyframes rise-in {
  from { opacity: 0; transform: translateY(12px); }
  to { opacity: 1; transform: none; }
}
.hero-inner, .section-head, .game-grid, .casino-rail, .provider-rail {
  animation: rise-in .55s ease both;
}
.section:nth-of-type(2) .game-grid { animation-delay: .05s; }
.section:nth-of-type(3) .game-grid { animation-delay: .1s; }

@media (max-width: 860px) {
  .player-layout { grid-template-columns: 1fr; }
  .specs-panel { position: static; }
  .nav-toggle {
    display: inline-flex; margin-left: auto;
    background: var(--panel); border: 1px solid var(--line); color: var(--text);
    border-radius: var(--radius); padding: .5rem .75rem; font: inherit;
  }
  .header-search { margin-left: 0; width: 100%; }
  .header-search input { width: 100%; }
  .site-nav, .header-search { display: none; width: 100%; }
  .site-header.is-open .site-nav, .site-header.is-open .header-search {
    display: flex; flex-direction: column;
  }
  .player-stage, .preplay { min-height: 340px; }
  .hero { padding: 2.2rem 0 1.6rem; }
  .game-grid { grid-template-columns: repeat(auto-fill, minmax(128px, 1fr)); gap: .7rem; }
  .filters { flex-direction: column; }
  .filters input, .filters select { width: 100%; }
  .offer-modal { width: calc(100% - 1rem); }
  .casino-hero { flex-direction: column; }
  .casino-compare-head { display: none; }
  .casino-row {
    grid-template-columns: 1fr;
    gap: .75rem;
  }
  .casino-row-actions { width: 100%; }
  .casino-row-actions .btn { flex: 1; justify-content: center; }
  .casino-bonus-mobile { display: block; }
  .hide-sm { display: none !important; }
  .casinos-intro-actions { width: 100%; }
  .casinos-intro-actions .btn { flex: 1; justify-content: center; }

  /* Mobile demo theater — SlotCatalog-style focus mode */
  html.is-demo-theater,
  body.is-demo-theater {
    overflow: hidden;
    height: 100%;
    overscroll-behavior: none;
  }
  body.is-demo-theater .site-header,
  body.is-demo-theater .site-footer,
  body.is-demo-theater .breadcrumb,
  body.is-demo-theater .slot-title,
  body.is-demo-theater .specs-panel,
  body.is-demo-theater .rating-bar,
  body.is-demo-theater .slot-page > .section,
  body.is-demo-theater .slot-page > .wrap.section,
  body.is-demo-theater .offer-modal {
    display: none !important;
  }
  body.is-demo-theater .site-main {
    padding: 0;
    margin: 0;
  }
  body.is-demo-theater .player-layout {
    display: block;
    margin: 0;
    max-width: none;
    width: 100%;
    padding: 0;
  }
  body.is-demo-theater .player-layout.wrap {
    padding-left: 0;
    padding-right: 0;
  }
  body.is-demo-theater .player-stage {
    position: fixed;
    inset: 0;
    z-index: 10000;
    min-height: 100dvh;
    height: 100dvh;
    width: 100%;
    border: 0;
    border-radius: 0;
    box-shadow: none;
    background: #000;
  }
  body.is-demo-theater .demo-frame {
    position: absolute;
    inset: 0;
  }
  body.is-demo-theater .demo-theater-bar {
    display: flex;
  }
  body.is-demo-theater .gift-fab {
    display: none;
  }
}

@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  .game-card, .game-card img, .btn { transition: none; }
  .hero-inner, .section-head, .game-grid, .casino-rail, .provider-rail { animation: none; }
}
