@font-face {
  font-family: Rubik;
  src: url("../fonts/rubik-regular.woff2") format("woff2");
  font-style: normal;
  font-weight: 400;
  font-display: swap;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/rubik-semibold.woff2") format("woff2");
  font-style: normal;
  font-weight: 600;
  font-display: swap;
}
@font-face {
  font-family: Rubik;
  src: url("../fonts/rubik-bold.woff2") format("woff2");
  font-style: normal;
  font-weight: 700;
  font-display: swap;
}

:root {
  --bg: #111112;
  --panel: #1b1b1d;
  --raised: #232326;
  --border: #333336;
  --text: #f4f4f2;
  --muted: #b6b6b9;
  --yellow: #ffda00;
  --yellow-light: #ffed73;
  --sidebar: 218px;
  --header: 80px;
  color-scheme: dark;
  font-family: Rubik, Arial, sans-serif;
}

* {
  box-sizing: border-box;
}
html {
  scroll-behavior: smooth;
  scroll-padding-top: 106px;
}
body {
  margin: 0;
  color: var(--text);
  background: var(--bg);
  font-size: 16px;
  line-height: 1.6;
}
a {
  color: inherit;
  text-decoration: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button,
select {
  cursor: pointer;
}
button,
input,
select,
textarea {
  color: inherit;
}
button {
  border: 0;
}
button:disabled {
  opacity: 0.45;
  cursor: default;
}
img {
  max-width: 100%;
  display: block;
}
button,
a,
input,
select,
summary,
textarea {
  -webkit-tap-highlight-color: transparent;
}
:focus-visible {
  outline: 2px solid var(--yellow);
  outline-offset: 4px;
}
::selection {
  color: #111;
  background: var(--yellow);
}
[hidden] {
  display: none !important;
}
h1,
h2,
h3,
p {
  margin-top: 0;
}
h1,
h2,
h3 {
  line-height: 1.18;
  letter-spacing: -0.035em;
}
h1 {
  font-size: clamp(2rem, 3.4vw, 3.1rem);
  font-weight: 700;
}
h2 {
  font-size: clamp(1.45rem, 2.1vw, 2rem);
  margin-bottom: 20px;
}
h3 {
  font-size: 1.15rem;
}
p {
  color: var(--muted);
}
.icon {
  width: 21px;
  height: 21px;
  flex: 0 0 21px;
  vertical-align: middle;
}
.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.skip-link {
  position: fixed;
  z-index: 200;
  top: -100px;
  left: 10px;
  padding: 12px 20px;
  background: var(--yellow);
  color: #111;
}
.skip-link:focus {
  top: 10px;
}
.eyebrow {
  display: block;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.09em;
  line-height: 1.5;
  color: var(--yellow);
  margin-bottom: 10px;
}
.button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  min-height: 46px;
  border-radius: 8px;
  padding: 11px 20px;
  font-size: 0.875rem;
  line-height: 1.35;
  font-weight: 600;
  transition:
    background 0.18s,
    border-color 0.18s,
    transform 0.18s;
  border: 1px solid transparent;
  text-align: center;
}
.button.primary {
  background: var(--yellow);
  color: #171500;
  border-color: var(--yellow);
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.15);
}
.button.primary:hover {
  background: var(--yellow-light);
  border-color: var(--yellow-light);
  transform: translateY(-1px);
}
.button.quiet {
  color: var(--text);
  background: #2a2a2d;
  border-color: #3b3b3e;
}
.button.quiet:hover {
  background: #363639;
  border-color: #5a5a5d;
}
.button .icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}
.icon-button {
  display: inline-flex;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  border: 1px solid var(--border);
  border-radius: 8px;
  background: #222225;
}
.text-link {
  display: inline-flex;
  gap: 10px;
  align-items: center;
  color: var(--yellow);
  font-size: 0.875rem;
  font-weight: 600;
  background: transparent;
  padding: 0;
}
.text-link:hover {
  color: var(--yellow-light);
}
.text-link .icon {
  width: 18px;
  height: 18px;
  flex-basis: 18px;
}
.site-header {
  position: sticky;
  z-index: 40;
  top: 0;
  display: flex;
  align-items: center;
  height: var(--header);
  background: #1a1a1c;
  border-bottom: 1px solid #2b2b2e;
}
.brand-area {
  width: var(--sidebar);
  padding: 0 28px;
  flex-shrink: 0;
  display: flex;
  align-items: center;
}
.brand {
  display: inline-flex;
  align-items: center;
}
.brand img {
  width: 97px;
  height: 40px;
  object-fit: contain;
}
.menu-toggle {
  display: none;
}
.header-nav {
  display: flex;
  gap: 29px;
  padding-left: 28px;
  align-items: center;
  font-size: 0.875rem;
  font-weight: 600;
}
.header-nav a {
  color: #c0c0c4;
  position: relative;
  padding: 29px 0;
  white-space: nowrap;
}
.header-nav a:hover,
.header-nav a[aria-current] {
  color: var(--yellow);
}
.header-nav a[aria-current]::after {
  content: "";
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 3px;
  background: var(--yellow);
}
.header-actions {
  display: flex;
  gap: 10px;
  align-items: center;
  margin-left: auto;
  padding: 0 28px;
}
.header-currency {
  font-size: 0.8rem;
  color: var(--muted);
  margin-right: 12px;
  white-space: nowrap;
}
.header-actions .button .icon {
  display: none;
}
.sidebar {
  width: var(--sidebar);
  position: fixed;
  top: var(--header);
  bottom: 0;
  padding: 16px 13px;
  z-index: 35;
  background: #1a1a1c;
  border-right: 1px solid #2b2b2e;
  overflow-y: auto;
  scrollbar-width: thin;
}
.nav-group {
  padding-bottom: 11px;
  margin-bottom: 11px;
  border-bottom: 1px solid #2d2d30;
}
.nav-group > p {
  font-size: 0.75rem;
  color: #898990;
  font-weight: 600;
  letter-spacing: 0.1em;
  margin: 0 12px 6px;
}
.nav-link {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 9px 12px;
  min-height: 41px;
  font-size: 0.875rem;
  color: #d2d2d5;
  border-radius: 7px;
}
.nav-link > .icon {
  color: #a0a0a8;
  width: 19px;
  height: 19px;
  flex-basis: 19px;
}
.nav-link .nav-chevron {
  width: 13px;
  height: 13px;
  flex-basis: 13px;
  margin-left: auto;
  opacity: 0;
}
.nav-link:hover {
  background: #29292c;
  color: #fff;
}
.nav-link.active {
  color: var(--yellow);
  background: linear-gradient(90deg, #423b0e, #29271b);
}
.nav-link.active .icon {
  color: var(--yellow);
}
.nav-link.active .nav-chevron {
  opacity: 1;
}
.sidebar-top {
  display: none;
}
.sidebar-app {
  display: flex;
  padding: 13px 10px;
  border: 1px solid #4a4220;
  gap: 9px;
  align-items: center;
  background: #29261a;
  border-radius: 9px;
  font-size: 0.8rem;
}
.sidebar-app > .icon {
  color: var(--yellow);
}
.sidebar-app small {
  display: block;
  color: var(--muted);
  font-size: 0.75rem;
}
.sidebar-app > .icon:last-child {
  margin-left: auto;
  width: 14px;
  flex-basis: 14px;
}
.sidebar-bottom {
  margin: 22px 4px 5px;
  display: flex;
  gap: 10px;
  align-items: center;
  font-size: 0.75rem;
  color: #929299;
}
.age-mark {
  border: 1px solid #626269;
  border-radius: 50%;
  min-width: 34px;
  width: 34px;
  height: 34px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  color: #c7c7cd;
  font-size: 0.75rem;
}
.main-shell {
  margin-left: var(--sidebar);
  padding: 28px 28px 0;
  max-width: 1740px;
}
.hero-grid {
  display: grid;
  grid-template-columns: minmax(0, 2.2fr) minmax(250px, 1fr);
  gap: 18px;
  margin-bottom: 20px;
}
.hero-main {
  min-height: 290px;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  background:
    radial-gradient(
      ellipse at 82% 72%,
      #57421c 0%,
      #30261a 29%,
      transparent 60%
    ),
    linear-gradient(110deg, #222021 0%, #242121 50%, #171718 100%);
  border: 1px solid #383333;
}
.hero-main::before {
  content: "";
  position: absolute;
  width: 280px;
  height: 280px;
  border: 1px solid #cfa91e30;
  transform: rotate(-25deg);
  right: 30px;
  bottom: -110px;
  border-radius: 35px;
}
.hero-copy {
  position: relative;
  z-index: 2;
  padding: 28px 30px;
  max-width: 68%;
}
.hero-copy h1 {
  font-size: clamp(1.9rem, 3vw, 3rem);
  letter-spacing: -0.045em;
  margin: 12px 0 13px;
  line-height: 1.07;
}
.hero-copy h1 span {
  display: block;
  color: var(--yellow);
}
.hero-copy > p:not(.eyebrow) {
  font-size: 0.9375rem;
  color: #dad9d4;
  margin-bottom: 21px;
}
.hero-actions {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.hero-caption {
  display: flex;
  gap: 11px;
  align-items: center;
  margin-top: 19px;
  font-size: 0.75rem;
  color: #b7b3a9;
}
.hero-caption > span:first-child {
  border: 1px solid #726e58;
  padding: 1px 4px;
  border-radius: 3px;
}
.hero-art {
  position: absolute;
  bottom: -48px;
  right: -2px;
  width: 242px;
  height: 367px;
  object-fit: contain;
  filter: drop-shadow(0 12px 20px #0006);
}
.hero-side {
  padding: 25px;
  background: linear-gradient(135deg, #fff170, #ffda00 60%, #eec200);
  color: #211c00;
  border-radius: 14px;
  display: flex;
  flex-direction: column;
}
.hero-side-top {
  display: flex;
  align-items: center;
  gap: 9px;
  margin-bottom: 23px;
}
.hero-side-top .eyebrow {
  color: #65551a;
  margin: 0;
  font-size: 0.75rem;
  letter-spacing: 0.09em;
}
.hero-side-top .icon {
  width: 22px;
  height: 22px;
}
.hero-side h2 {
  font-size: clamp(1.5rem, 2.2vw, 2.2rem);
  max-width: 240px;
  margin-bottom: 10px;
  line-height: 1.07;
}
.hero-side p {
  color: #534710;
  font-size: 0.875rem;
  line-height: 1.5;
  margin-bottom: 20px;
}
.hero-side-link {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 600;
  font-size: 0.875rem;
  margin-top: auto;
}
.hero-side-link > span {
  width: 35px;
  height: 35px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  margin-left: auto;
  background: #1c1b10;
  color: var(--yellow);
  transition: transform 0.2s;
}
.hero-side:hover .hero-side-link > span {
  transform: translateX(3px);
}
.quick-links {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  margin-bottom: 30px;
  border: 1px solid var(--border);
  border-radius: 10px;
  background: #1b1b1d;
}
.quick-links a {
  display: flex;
  padding: 14px 18px;
  align-items: center;
  gap: 13px;
  font-size: 0.875rem;
  line-height: 1.5;
}
.quick-links a + a {
  border-left: 1px solid var(--border);
}
.quick-links a > .icon {
  color: var(--yellow);
  width: 24px;
  height: 24px;
  flex-basis: 24px;
}
.quick-links small {
  display: block;
  font-size: 0.75rem;
  color: #9999a1;
}
.quick-links a:hover {
  background: #252527;
}
.section-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 20px;
  margin-bottom: 20px;
}
.section-heading h2 {
  margin: 0;
}
.section-heading .eyebrow {
  font-size: 0.75rem;
  color: #9c9ca5;
  margin-bottom: 7px;
}
.section-heading .text-link {
  padding-bottom: 2px;
  white-space: nowrap;
}
.catalog-section {
  margin-bottom: 44px;
}
.catalog-toolbar {
  margin-bottom: 18px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
  justify-content: space-between;
}
.filter-tabs {
  display: flex;
  align-items: center;
  gap: 6px;
  flex-wrap: wrap;
}
.filter {
  display: inline-flex;
  gap: 7px;
  align-items: center;
  justify-content: center;
  background: #222225;
  border: 1px solid #323235;
  border-radius: 7px;
  font-size: 0.8rem;
  padding: 9px 12px;
  min-height: 42px;
  color: #c4c4ca;
}
.filter .icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  color: #9d9da5;
}
.filter:hover {
  background: #333336;
}
.filter.active {
  background: var(--yellow);
  color: #171500;
  border-color: var(--yellow);
}
.filter.active .icon {
  color: #171500;
}
.catalog-controls {
  display: flex;
  gap: 8px;
  flex: 1 1 320px;
  max-width: 440px;
}
.search-input {
  display: flex;
  align-items: center;
  gap: 9px;
  background: #1d1d20;
  border: 1px solid #37373c;
  border-radius: 7px;
  padding: 0 12px;
  min-width: 0;
  flex: 1;
  color: #8d8d96;
}
.search-input input {
  background: transparent;
  border: 0;
  outline: 0;
  min-width: 0;
  width: 100%;
  padding: 10px 0;
  font-size: 0.8rem;
  color: #eee;
}
.search-input:focus-within {
  border-color: var(--yellow);
}
.provider-label select {
  height: 42px;
  width: 162px;
  border: 1px solid #37373c;
  background: #1d1d20;
  border-radius: 7px;
  padding: 7px 12px;
  font-size: 0.8rem;
}
.games-grid {
  display: grid;
  grid-template-columns: repeat(6, minmax(0, 1fr));
  gap: 18px 14px;
}
.game-card {
  min-width: 0;
}
.game-media {
  display: block;
  position: relative;
  overflow: hidden;
  border-radius: 9px;
  aspect-ratio: 315/236;
  background: #242428;
}
.game-media > img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.3s;
}
.game-hover {
  position: absolute;
  inset: 0;
  background: #000a;
  display: flex;
  flex-direction: column;
  gap: 6px;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity 0.18s;
  font-size: 0.75rem;
}
.game-media:hover .game-hover,
.game-media:focus-visible .game-hover {
  opacity: 1;
}
.game-media:hover > img {
  transform: scale(1.055);
}
.play-circle {
  width: 43px;
  height: 43px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: var(--yellow);
  color: #151100;
}
.play-circle .icon {
  fill: currentColor;
  width: 18px;
  margin-left: 3px;
}
.game-tag {
  position: absolute;
  top: 8px;
  left: 8px;
  background: var(--yellow);
  color: #161100;
  font-size: 0.75rem;
  font-weight: 600;
  border-radius: 4px;
  padding: 3px 6px;
}
.game-caption {
  padding: 8px 22px 0 1px;
  position: relative;
}
.game-caption h3 {
  font-size: 0.875rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 600;
  margin: 0 0 3px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.game-caption > span {
  font-size: 0.75rem;
  color: #8c8c96;
  line-height: 1.4;
  display: block;
}
.game-more {
  position: absolute;
  top: 11px;
  right: 0;
  background: transparent;
  color: #888890;
  padding: 0;
}
.game-more .icon {
  width: 15px;
  height: 15px;
}
.catalog-bottom {
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
.catalog-bottom:has(> [hidden]:only-child) {
  display: none;
}
.load-more {
  min-width: 190px;
}
.result-count {
  color: var(--muted);
  font-size: 0.875rem;
}
.empty-state {
  padding: 32px 20px;
  background: var(--panel);
  border: 1px dashed var(--border);
  text-align: center;
  border-radius: 10px;
}
.guide-hub {
  padding-top: 28px;
  border-top: 1px solid #303034;
  margin-bottom: 30px;
}
.section-note {
  color: #9d9da5;
  font-size: 0.75rem;
}
.guide-top {
  display: grid;
  grid-template-columns: minmax(0, 1.7fr) minmax(250px, 1fr);
  gap: 22px;
}
.guide-intro {
  padding: 26px 28px;
  border-left: 3px solid var(--yellow);
  background: linear-gradient(115deg, #252528, #1b1b1d);
  border-radius: 2px 10px 10px 2px;
}
.guide-number {
  display: block;
  font-size: 0.75rem;
  letter-spacing: 0.07em;
  color: #9a9aa3;
  margin-bottom: 13px;
}
.guide-intro h3,
.guide-steps h3,
.guide-payments h3 {
  font-size: 1.4rem;
  margin-bottom: 14px;
}
.guide-hub p {
  font-size: 0.9375rem;
  line-height: 1.75;
  margin-bottom: 15px;
}
.guide-offer {
  border: 1px solid #595027;
  border-radius: 10px;
  padding: 25px;
  background:
    radial-gradient(ellipse at 100% 0%, #504620, transparent 75%), #22221d;
  display: flex;
  flex-direction: column;
}
.guide-offer > div {
  display: flex;
  align-items: center;
  gap: 9px;
  font-size: 0.75rem;
  letter-spacing: 0.08em;
  color: var(--yellow);
  margin-bottom: 23px;
}
.guide-offer h3 {
  font-size: 1.65rem;
  line-height: 1.2;
}
.guide-offer em {
  font-style: normal;
  color: var(--yellow);
}
.guide-offer .text-link {
  margin-top: auto;
}
.guide-bottom {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 30px;
  border: 1px solid var(--border);
  border-radius: 10px;
  margin-top: 22px;
  padding: 28px;
  background: #1a1a1c;
}
.guide-bottom > div + div {
  border-left: 1px solid var(--border);
  padding-left: 30px;
}
.inline-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 22px;
  margin-top: 23px;
}
.inline-links a {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 0.875rem;
  color: var(--yellow);
  font-weight: 600;
  line-height: 1.5;
}
.inline-links .icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
}
.inline-links a:hover {
  text-decoration: underline;
  text-underline-offset: 4px;
}
.compact-steps {
  counter-reset: steps;
  list-style: none;
  padding: 0;
  margin: 20px 0;
}
.compact-steps li {
  counter-increment: steps;
  display: flex;
  gap: 12px;
  align-items: baseline;
  font-size: 0.875rem;
  color: #d3d3d7;
  margin-bottom: 13px;
}
.compact-steps li::before {
  content: counter(steps);
  min-width: 23px;
  font-size: 0.75rem;
  font-weight: 600;
  color: var(--yellow);
}
.mobile-strip {
  background:
    radial-gradient(ellipse at 85% 80%, #554623, transparent 52%), #242320;
  border: 1px solid #4a422e;
  border-radius: 12px;
  display: flex;
  align-items: center;
  position: relative;
  overflow: hidden;
  margin: 32px 0;
  min-height: 280px;
  padding: 30px 35px;
}
.mobile-strip > div {
  max-width: 70%;
  position: relative;
  z-index: 1;
}
.mobile-strip h2 {
  font-size: 1.8rem;
  margin-bottom: 14px;
}
.mobile-strip p {
  max-width: 640px;
  font-size: 0.9375rem;
}
.mobile-strip > img {
  position: absolute;
  right: 30px;
  bottom: -66px;
  width: 225px;
  height: 342px;
  object-fit: contain;
}
.home-faq {
  max-width: 980px;
  margin: 38px 0 44px;
}
.breadcrumbs {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.75rem;
  color: #a2a2ab;
  margin: 0 0 26px;
}
.breadcrumbs a {
  color: var(--yellow);
}
.breadcrumbs .icon {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
}
.page-heading {
  max-width: 900px;
  margin-bottom: 35px;
}
.page-heading .eyebrow {
  font-size: 0.75rem;
}
.page-heading h1 {
  margin: 12px 0 18px;
}
.page-heading > p {
  max-width: 790px;
  line-height: 1.8;
  font-size: 1.0625rem;
}
.reading-layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 32px;
  align-items: start;
}
.article-content {
  min-width: 0;
  max-width: 930px;
}
.content-section {
  margin-bottom: 24px;
  background: #1c1c1f;
  border: 1px solid #303035;
  padding: 28px;
  border-radius: 11px;
}
.content-section h2 {
  font-size: 1.5rem;
  line-height: 1.25;
  margin: 0 0 18px;
}
.content-section p {
  margin-bottom: 16px;
  line-height: 1.85;
  color: #c8c8ce;
}
.content-section > p:last-child {
  margin-bottom: 0;
}
.content-section strong {
  color: #f1f1f3;
  font-weight: 600;
}
.reading-aside {
  position: sticky;
  top: calc(var(--header) + 25px);
}
.toc {
  padding: 20px;
  border: 1px solid #38383c;
  border-radius: 10px;
}
.toc .eyebrow {
  color: #b0b0b9;
  font-size: 0.75rem;
  margin-bottom: 16px;
}
.toc a {
  display: flex;
  gap: 11px;
  padding: 9px 0;
  color: #d0d0d7;
  font-size: 0.8125rem;
  line-height: 1.5;
}
.toc a > span {
  color: #72727d;
  font-size: 0.75rem;
  padding-top: 2px;
}
.toc a:hover {
  color: var(--yellow);
}
.aside-help {
  margin-top: 18px;
  padding: 22px;
  border-radius: 10px;
  background: #27251c;
  border: 1px solid #484128;
}
.aside-help > .icon {
  color: var(--yellow);
  width: 28px;
  height: 28px;
  margin-bottom: 15px;
}
.aside-help h3 {
  font-size: 1.1rem;
  margin-bottom: 12px;
}
.aside-help p {
  font-size: 0.875rem;
}
.table-scroll {
  overflow-x: auto;
  margin: 22px 0;
  border: 1px solid #42423d;
  border-radius: 8px;
  scrollbar-width: thin;
}
table {
  border-collapse: collapse;
  width: 100%;
  font-size: 0.875rem;
  line-height: 1.65;
  text-align: left;
}
th,
td {
  padding: 13px 15px;
  border-bottom: 1px solid #343437;
  vertical-align: top;
  min-width: 115px;
}
thead th {
  color: #e8d966;
  background: #34311f;
  font-weight: 600;
}
tbody th {
  color: #ededf0;
  font-weight: 400;
}
tbody td {
  color: #bfbfc6;
}
tbody tr:nth-child(even) {
  background: #232326;
}
tbody tr:last-child th,
tbody tr:last-child td {
  border-bottom: 0;
}
.step-list {
  list-style: none;
  counter-reset: steps;
  margin: 22px 0;
  padding: 0;
}
.step-list li {
  counter-increment: steps;
  display: flex;
  align-items: flex-start;
  gap: 15px;
  margin: 0 0 12px;
  padding: 13px 0;
  border-bottom: 1px solid #323237;
}
.step-list li:last-child {
  border-bottom: 0;
}
.step-list li::before {
  content: counter(steps, decimal-leading-zero);
  border: 1px solid #5c5223;
  background: #38321c;
  color: var(--yellow);
  width: 35px;
  height: 35px;
  min-width: 35px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 7px;
  font-size: 0.8rem;
  font-weight: 600;
}
.step-list li > div {
  padding-top: 3px;
  color: #d1d1d7;
}
.bullet-list {
  padding-left: 22px;
}
.bullet-list li {
  padding: 6px 0;
  color: #cacad1;
}
.bullet-list li::marker {
  color: var(--yellow);
}
.note {
  display: flex;
  gap: 14px;
  padding: 18px;
  border-left: 3px solid var(--yellow);
  background: #302e20;
  border-radius: 0 7px 7px 0;
  margin: 22px 0;
}
.note > .icon {
  margin-top: 4px;
  color: var(--yellow);
}
.note > p {
  margin: 0;
  font-size: 0.9rem;
  color: #e2deca;
}
.screenshot-details {
  margin: 22px 0;
  border: 1px solid #3d3d42;
  border-radius: 8px;
  background: #202023;
  overflow: hidden;
}
.screenshot-details summary {
  display: flex;
  gap: 10px;
  align-items: center;
  cursor: pointer;
  padding: 13px 16px;
  font-size: 0.875rem;
  color: #dddde3;
  list-style: none;
}
.screenshot-details summary::-webkit-details-marker {
  display: none;
}
.screenshot-details summary > .icon:first-child {
  color: var(--yellow);
}
.screenshot-details summary > .icon:last-child {
  margin-left: auto;
  width: 15px;
}
.screenshot-details[open] summary > .icon:last-child {
  transform: rotate(90deg);
}
.screenshot-details figure {
  margin: 0;
  padding: 16px;
  border-top: 1px solid #35353a;
}
.screenshot-details img {
  max-height: 630px;
  width: auto;
  margin: auto;
  border-radius: 6px;
}
.screenshot-details figcaption {
  color: var(--muted);
  margin: 12px 0 0;
  font-size: 0.75rem;
  text-align: center;
}
.section-cta {
  margin-top: 22px;
}
.address-panel {
  margin: 24px 0;
  padding: 18px;
  display: flex;
  align-items: center;
  gap: 14px;
  border: 1px solid #59522b;
  background: #302d1b;
  border-radius: 8px;
  flex-wrap: wrap;
}
.address-panel > .icon {
  color: var(--yellow);
  width: 27px;
  height: 27px;
}
.address-panel > div {
  flex: 1;
}
.address-panel span {
  display: block;
  font-size: 0.75rem;
  color: #b7b096;
}
.address-panel strong {
  font-size: 1rem;
  overflow-wrap: anywhere;
}
.address-panel a {
  font-size: 0.8rem;
  color: var(--yellow);
}
.address-panel a .icon {
  width: 16px;
}
.welcome-panel {
  display: grid;
  grid-template-columns: 1fr 1fr;
  border-radius: 10px;
  overflow: hidden;
  margin: 24px 0;
  background: var(--yellow);
  color: #282100;
}
.welcome-panel > div {
  padding: 23px;
}
.welcome-panel .eyebrow {
  color: #665819;
  font-size: 0.75rem;
}
.welcome-panel strong {
  display: block;
  font-size: 3rem;
  color: #282100;
  line-height: 1.2;
}
.welcome-panel strong > span {
  font-size: 1.5rem;
}
.welcome-panel p {
  color: #554918;
  margin-bottom: 0;
  font-size: 0.875rem;
  line-height: 1.6;
}
.welcome-rule {
  background: #eacb22;
}
.welcome-rule > .icon {
  width: 32px;
  height: 32px;
  margin-bottom: 14px;
}
.promo-panel {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
  padding: 20px;
  background: #34301c;
  border: 1px dashed var(--yellow);
  border-radius: 9px;
}
.promo-panel > span {
  font-size: 0.8rem;
  width: 100%;
}
.promo-panel > strong {
  font-size: 1.8rem;
  letter-spacing: 0.03em;
  margin-right: auto;
}
.promo-panel > p {
  width: 100%;
  margin: 0;
}
.android-steps {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin: 24px 0;
}
.android-steps img {
  width: 100%;
  height: auto;
}
.contact-grid {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 13px;
  margin: 24px 0;
}
.contact-grid > a {
  padding: 20px;
  border: 1px solid #454332;
  background: #2a281f;
  border-radius: 9px;
}
.contact-grid > a > .icon {
  color: var(--yellow);
  margin-bottom: 18px;
}
.contact-grid h3 {
  font-size: 1rem;
  margin-bottom: 12px;
}
.contact-grid p {
  font-size: 0.8rem;
  overflow-wrap: anywhere;
}
.contact-grid a > span {
  font-size: 0.75rem;
  color: var(--yellow);
}
.contact-grid a > span .icon {
  width: 17px;
}
.review-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 15px;
}
.review {
  margin: 0;
  padding: 20px;
  border: 1px solid #3d3d42;
  background: #242427;
  border-radius: 9px;
}
.review > div {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
  margin-bottom: 15px;
  font-size: 0.875rem;
}
.review > div > span {
  color: var(--yellow);
  white-space: nowrap;
  font-size: 0.8rem;
}
.review .icon {
  width: 14px;
  height: 14px;
}
.review p {
  font-size: 0.875rem;
  margin: 0;
}
.faq-section {
  margin-top: 36px;
}
.faq-section h2 {
  margin-bottom: 20px;
}
.faq-section details {
  border-top: 1px solid #3a3a3f;
}
.faq-section details:last-child {
  border-bottom: 1px solid #3a3a3f;
}
.faq-section summary {
  list-style: none;
  cursor: pointer;
  font-size: 1rem;
  line-height: 1.5;
  padding: 19px 0;
  font-weight: 600;
  display: flex;
  align-items: center;
  gap: 25px;
}
.faq-section summary::-webkit-details-marker {
  display: none;
}
.faq-section summary > span {
  margin-left: auto;
  color: var(--yellow);
  font-weight: 400;
  font-size: 1.4rem;
}
.faq-section details[open] summary > span {
  transform: rotate(45deg);
}
.faq-section details p {
  padding: 0 35px 20px 0;
  margin: 0;
  font-size: 0.9375rem;
  line-height: 1.85;
}
.related-section {
  border-top: 1px solid #323237;
  margin-top: 45px;
  padding-top: 30px;
}
.related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 16px;
}
.related-grid > a {
  padding: 22px;
  border: 1px solid #3a3a3e;
  border-radius: 9px;
  background: #222224;
  position: relative;
}
.related-grid h3 {
  color: var(--yellow);
  margin-bottom: 10px;
}
.related-grid p {
  font-size: 0.8rem;
  margin: 0 25px 0 0;
}
.related-grid > a > .icon {
  position: absolute;
  right: 18px;
  bottom: 20px;
}
.related-grid > a:hover {
  border-color: #706329;
}
.site-footer {
  margin-top: 50px;
  padding: 30px 0 22px;
  border-top: 1px solid #3b3b40;
}
.footer-top {
  display: flex;
  align-items: center;
  gap: 25px;
}
.footer-top .brand img {
  width: 78px;
  height: 33px;
}
.footer-tagline {
  font-size: 0.75rem;
  color: #a7a7b0;
}
.footer-top nav {
  display: flex;
  flex-wrap: wrap;
  gap: 13px 25px;
  margin-left: auto;
  font-size: 0.8rem;
  color: #d5d5da;
}
.footer-top nav a:hover,
.footer-legal a:hover {
  color: var(--yellow);
}
.footer-bottom {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin: 28px 0 20px;
}
.footer-bottom .age-mark {
  flex: 0 0 34px;
}
.footer-bottom p {
  color: #9696a0;
  font-size: 0.75rem;
  line-height: 1.8;
  margin: 0;
  max-width: 1000px;
}
.footer-legal {
  display: flex;
  gap: 12px 25px;
  flex-wrap: wrap;
  font-size: 0.75rem;
  color: #82828d;
  padding-top: 18px;
  border-top: 1px solid #29292e;
}
.footer-legal > span {
  margin-right: auto;
}
.toast {
  position: fixed;
  bottom: 25px;
  left: 50%;
  transform: translateX(-50%);
  z-index: 120;
  max-width: calc(100% - 32px);
  background: #f6dd45;
  color: #28220c;
  padding: 14px 22px;
  border-radius: 9px;
  font-size: 0.875rem;
  box-shadow: 0 8px 40px #0009;
}
.game-dialog {
  color: var(--text);
  background: #252528;
  border: 1px solid #615526;
  border-radius: 15px;
  padding: 0;
  width: min(500px, calc(100% - 32px));
  max-height: calc(100dvh - 40px);
  overflow-y: auto;
}
.game-dialog::backdrop {
  background: #070707cf;
  backdrop-filter: blur(7px);
}
.game-dialog > img {
  width: 100%;
  height: auto;
  max-height: 270px;
  object-fit: cover;
}
.dialog-close {
  position: absolute;
  top: 12px;
  right: 12px;
  background: #111c;
  z-index: 2;
}
.game-dialog-content {
  padding: 25px;
}
.game-dialog-content h2 {
  font-size: 1.8rem;
}
.game-dialog-content p {
  font-size: 0.9375rem;
}
.dialog-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}
.error-actions {
  display: flex;
  gap: 15px;
  min-height: 300px;
  align-items: flex-start;
}

@media (min-width: 1800px) {
  .main-shell {
    margin-right: auto;
    padding-left: 42px;
    padding-right: 42px;
  }
  .hero-main {
    min-height: 350px;
  }
  .hero-copy {
    padding: 40px;
  }
  .hero-art {
    width: 290px;
    height: 440px;
    right: 60px;
  }
  .hero-side {
    padding: 35px;
  }
}
@media (max-width: 1240px) {
  :root {
    --sidebar: 195px;
  }
  .header-nav {
    gap: 18px;
    padding-left: 22px;
  }
  .header-actions {
    padding: 0 22px;
  }
  .header-currency {
    display: none;
  }
  .main-shell {
    padding: 22px 22px 0;
  }
  .hero-grid {
    grid-template-columns: minmax(0, 1fr) 260px;
    gap: 14px;
  }
  .hero-copy {
    padding: 25px;
    max-width: 75%;
  }
  .hero-copy h1 {
    font-size: 2.35rem;
  }
  .hero-art {
    width: 200px;
    height: 304px;
    right: -35px;
    bottom: -20px;
    opacity: 0.82;
  }
  .hero-side {
    padding: 22px;
  }
  .hero-actions .button {
    padding: 11px 14px;
  }
  .hero-caption {
    font-size: 0.75rem;
  }
  .games-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr));
  }
  .quick-links a {
    padding: 12px;
    gap: 8px;
  }
  .quick-links small {
    font-size: 0.75rem;
  }
  .quick-links a > .icon {
    width: 20px;
    height: 20px;
    flex-basis: 20px;
  }
  .reading-layout {
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 20px;
  }
  .content-section {
    padding: 23px;
  }
  .guide-intro,
  .guide-offer {
    padding: 23px;
  }
}
@media (max-width: 1020px) {
  :root {
    --sidebar: 0px;
    --header: 72px;
  }
  .brand-area {
    width: auto;
    padding: 0 22px;
    gap: 15px;
  }
  .menu-toggle {
    display: inline-flex;
  }
  .header-nav {
    padding-left: 5px;
  }
  .header-nav a:last-child {
    display: none;
  }
  .header-actions {
    padding-left: 15px;
  }
  .sidebar {
    width: 265px;
    transform: translateX(-100%);
    transition: transform 0.2s;
    top: 0;
    z-index: 70;
  }
  .sidebar.is-open {
    transform: translateX(0);
  }
  .sidebar-top {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0 5px 18px;
  }
  .nav-backdrop {
    position: fixed;
    inset: 0;
    background: #0009;
    z-index: 65;
    backdrop-filter: blur(3px);
  }
  .nav-open {
    overflow: hidden;
  }
  .hero-main {
    min-height: 310px;
  }
  .hero-art {
    width: 230px;
    height: 349px;
    bottom: -38px;
  }
  .hero-copy {
    max-width: 75%;
  }
}
@media (max-width: 760px) {
  :root {
    --header: 68px;
  }
  .brand-area {
    padding: 0 16px;
    gap: 10px;
  }
  .brand img {
    width: 83px;
    height: 35px;
  }
  .menu-toggle {
    border: 0;
    background: transparent;
    width: 27px;
  }
  .header-nav {
    display: none;
  }
  .header-actions {
    padding: 0 16px 0 0;
    gap: 7px;
  }
  .header-actions .button {
    font-size: 0.8rem;
    padding: 10px 13px;
    min-height: 40px;
  }
  .main-shell {
    padding: 18px 16px 0;
  }
  .hero-grid {
    grid-template-columns: 1fr;
    gap: 12px;
    margin-bottom: 16px;
  }
  .hero-main {
    min-height: 295px;
  }
  .hero-copy {
    padding: 24px;
    max-width: 72%;
  }
  .hero-copy h1 {
    font-size: 2.25rem;
    margin-top: 13px;
  }
  .hero-copy > p:not(.eyebrow) {
    font-size: 0.875rem;
    max-width: 280px;
  }
  .hero-copy .eyebrow {
    font-size: 0.75rem;
  }
  .hero-caption {
    max-width: 250px;
    margin-top: 16px;
  }
  .hero-art {
    width: 220px;
    height: 335px;
    right: -25px;
    bottom: -30px;
    opacity: 0.8;
  }
  .hero-side {
    padding: 15px 18px;
    display: grid;
    grid-template-columns: 1fr auto;
    gap: 4px 15px;
    border-radius: 10px;
    background: linear-gradient(105deg, #34301b, #25241c);
    border: 1px solid #5b5024;
    color: var(--text);
  }
  .hero-side-top {
    grid-column: 1;
    gap: 7px;
    margin: 0 0 5px;
  }
  .hero-side-top > .icon {
    color: var(--yellow);
    width: 18px;
    height: 18px;
  }
  .hero-side-top .eyebrow {
    color: #b8a54c;
    font-size: 0.75rem;
  }
  .hero-side h2 {
    font-size: 1.2rem;
    margin: 0;
    max-width: unset;
    grid-column: 1;
  }
  .hero-side > p {
    display: none;
  }
  .hero-side-link {
    grid-column: 2;
    grid-row: 1/3;
    font-size: 0;
    margin: 0;
    gap: 0;
  }
  .hero-side-link > span {
    color: #191500;
    background: var(--yellow);
    width: 38px;
    height: 38px;
  }
  .quick-links {
    grid-template-columns: 1fr 1fr;
    margin-bottom: 26px;
  }
  .quick-links a {
    padding: 13px;
    font-size: 0.8rem;
  }
  .quick-links a:nth-child(3) {
    border-left: 0;
  }
  .quick-links a:nth-child(n + 3) {
    border-top: 1px solid var(--border);
  }
  .quick-links small {
    font-size: 0.75rem;
  }
  .section-heading {
    margin-bottom: 17px;
    gap: 12px;
  }
  .section-heading h2 {
    font-size: 1.5rem;
  }
  .section-heading .text-link {
    font-size: 0.75rem;
  }
  .section-heading .eyebrow {
    font-size: 0.75rem;
  }
  .catalog-toolbar {
    gap: 12px;
  }
  .filter-tabs {
    display: flex;
    flex-wrap: nowrap;
    overflow-x: auto;
    gap: 6px;
    width: 100%;
    scrollbar-width: thin;
    padding-bottom: 3px;
  }
  .filter {
    padding: 9px 8px;
    gap: 5px;
    font-size: 0.75rem;
    white-space: nowrap;
  }
  .filter > .icon {
    width: 15px;
    height: 15px;
    flex-basis: 15px;
  }
  .catalog-controls {
    max-width: none;
    flex-basis: 100%;
  }
  .provider-label select {
    width: 150px;
  }
  .games-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px 12px;
  }
  .game-caption h3 {
    font-size: 0.875rem;
  }
  .guide-top,
  .guide-bottom {
    grid-template-columns: 1fr;
  }
  .guide-top {
    gap: 14px;
  }
  .guide-intro,
  .guide-offer {
    padding: 22px;
  }
  .guide-offer > div {
    margin-bottom: 15px;
  }
  .guide-offer h3 br {
    display: none;
  }
  .guide-offer h3 {
    font-size: 1.4rem;
  }
  .guide-offer h3 em::before {
    content: " ";
  }
  .guide-bottom {
    gap: 24px;
    padding: 22px;
    margin-top: 16px;
  }
  .guide-bottom > div + div {
    padding-left: 0;
    border-left: 0;
    border-top: 1px solid var(--border);
    padding-top: 24px;
  }
  .section-note {
    display: none;
  }
  .guide-hub p {
    font-size: 1rem;
  }
  .mobile-strip {
    padding: 25px;
    min-height: 310px;
  }
  .mobile-strip > div {
    max-width: 76%;
  }
  .mobile-strip h2 {
    font-size: 1.5rem;
  }
  .mobile-strip p {
    font-size: 0.875rem;
  }
  .mobile-strip > img {
    width: 170px;
    height: 258px;
    right: -35px;
    bottom: -34px;
    opacity: 0.8;
  }
  .mobile-strip .button {
    padding: 11px 14px;
    font-size: 0.8rem;
  }
  .breadcrumbs {
    margin-bottom: 20px;
  }
  .page-heading {
    margin-bottom: 25px;
  }
  .page-heading h1 {
    font-size: 2rem;
  }
  .page-heading > p {
    font-size: 1rem;
    line-height: 1.75;
  }
  .reading-layout {
    display: flex;
    flex-direction: column;
    gap: 20px;
  }
  .reading-aside {
    order: -1;
    position: static;
    width: 100%;
  }
  .aside-help {
    display: none;
  }
  .toc {
    padding: 16px 18px;
    display: flex;
    flex-wrap: wrap;
    gap: 8px 18px;
    background: #1b1b1e;
  }
  .toc .eyebrow {
    width: 100%;
    margin-bottom: 4px;
  }
  .toc a {
    padding: 3px 0;
    font-size: 0.8rem;
  }
  .toc a > span {
    display: none;
  }
  .content-section {
    padding: 22px;
    border-radius: 10px;
  }
  .content-section h2 {
    font-size: 1.35rem;
  }
  .content-section p {
    font-size: 1rem;
  }
  .related-grid {
    grid-template-columns: 1fr;
    gap: 10px;
  }
  .related-grid > a {
    padding: 19px;
  }
  .footer-top {
    flex-wrap: wrap;
    gap: 18px;
  }
  .footer-top nav {
    width: 100%;
    margin-left: 0;
  }
  .footer-bottom p {
    font-size: 0.75rem;
  }
  .footer-legal {
    font-size: 0.75rem;
    gap: 12px 20px;
  }
  .footer-legal > span {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .header-login {
    display: none;
  }
  .hero-copy {
    padding: 21px;
    max-width: 86%;
  }
  .hero-copy h1 {
    font-size: 2.15rem;
  }
  .hero-copy > p:not(.eyebrow) {
    max-width: 225px;
    padding-right: 3px;
  }
  .hero-art {
    width: 180px;
    height: 273px;
    right: -45px;
    bottom: 24px;
    opacity: 0.55;
  }
  .hero-actions {
    gap: 8px;
  }
  .hero-actions .button {
    font-size: 0.8rem;
    padding: 11px 14px;
  }
  .hero-actions .button .icon {
    width: 15px;
    flex-basis: 15px;
  }
  .hero-caption {
    font-size: 0.75rem;
  }
  .games-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px 12px;
  }
  .game-caption h3 {
    font-size: 0.875rem;
  }
  .game-caption > span {
    font-size: 0.75rem;
  }
  .filter {
    font-size: 0.875rem;
    padding: 9px 12px;
    flex: 0 0 auto;
  }
  .filter > .icon {
    display: none;
  }
  .provider-label select {
    width: 132px;
    font-size: 0.75rem;
  }
  .search-input {
    padding: 0 9px;
    gap: 6px;
  }
  .search-input input {
    font-size: 0.75rem;
  }
  .guide-intro,
  .guide-offer,
  .guide-bottom {
    padding: 20px;
  }
  .mobile-strip {
    padding: 22px;
  }
  .mobile-strip > div {
    max-width: 85%;
  }
  .mobile-strip > img {
    opacity: 0.3;
    right: -55px;
  }
  .mobile-strip p {
    max-width: 280px;
  }
  .mobile-strip .button {
    width: max-content;
    max-width: 100%;
  }
  .content-section {
    padding: 20px 17px;
  }
  .content-section h2 {
    font-size: 1.3rem;
  }
  th,
  td {
    padding: 12px;
    font-size: 0.8rem;
  }
  .welcome-panel {
    grid-template-columns: 1fr;
  }
  .welcome-rule {
    display: flex;
    gap: 13px;
    align-items: center;
  }
  .welcome-rule > .icon {
    flex-basis: 30px;
    margin: 0;
  }
  .welcome-panel strong {
    font-size: 2.8rem;
  }
  .contact-grid,
  .review-grid {
    grid-template-columns: 1fr;
  }
  .android-steps {
    gap: 5px;
  }
  .section-cta .button {
    width: 100%;
  }
  .faq-section summary {
    font-size: 0.9375rem;
  }
}
@media (max-width: 359px) {
  .main-shell {
    padding-left: 12px;
    padding-right: 12px;
  }
  .brand-area {
    padding-left: 12px;
  }
  .header-actions {
    padding-right: 12px;
  }
  .header-actions .button {
    font-size: 0.75rem;
    padding: 9px 11px;
  }
  .hero-copy {
    max-width: 100%;
    padding: 19px;
  }
  .hero-art {
    right: -70px;
    opacity: 0.32;
  }
  .hero-copy h1 {
    font-size: 2rem;
  }
  .hero-caption {
    gap: 7px;
  }
  .quick-links a {
    padding: 11px 9px;
    gap: 7px;
  }
  .quick-links small {
    font-size: 0.75rem;
  }
  .section-heading h2 {
    font-size: 1.35rem;
  }
  .provider-label select {
    width: 118px;
  }
}
@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition: none !important;
    animation: none !important;
  }
}

/* V2: centered lobby and original R7 banner composition. */
.main-shell {
  width: calc(100% - var(--sidebar));
  max-width: 1800px;
  margin-left: max(var(--sidebar), calc((100% + var(--sidebar) - 1800px) / 2));
  margin-right: auto;
}
.promo-rail {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
  margin-bottom: 24px;
}
.promo-banner {
  position: relative;
  isolation: isolate;
  min-width: 0;
  min-height: 360px;
  padding: 24px;
  overflow: hidden;
  border-radius: 20px;
  background-size: cover;
  background-position: left top;
  color: #101010;
}
.promo-gold {
  background-image: url("../images/banner-gold.jpg");
}
.promo-silver {
  background-image: url("../images/banner-silver.webp");
}
.promo-copy {
  position: relative;
  z-index: 2;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  min-height: 312px;
  width: 68%;
}
.promo-label {
  display: inline-block;
  font-size: 13px;
  line-height: 1.3;
  font-weight: 600;
  padding: 8px 10px;
  border-radius: 7px;
  background: #ffffff6b;
  color: #111;
}
.promo-copy h2 {
  font-size: clamp(26px, 2.15vw, 39px);
  line-height: 1.08;
  letter-spacing: -0.035em;
  font-weight: 700;
  text-transform: uppercase;
  margin: 32px 0 12px;
  color: #101010;
}
.promo-copy p {
  font-size: 14px;
  line-height: 1.4;
  color: #222;
  margin: 0 0 14px;
  max-width: 170px;
}
.promo-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  margin-top: auto;
  min-height: 44px;
  padding: 12px 20px;
  border-radius: 10px;
  background: #111;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  transition: background 0.2s;
}
.promo-cta:hover {
  background: #333;
  color: #fff;
}
.promo-cta .icon {
  width: 16px;
  height: 16px;
}
.promo-banner > img {
  position: absolute;
  z-index: 1;
  right: 0;
  bottom: 0;
  width: 45%;
  height: 100%;
  object-fit: contain;
  object-position: right bottom;
  pointer-events: none;
}
.lobby-links {
  display: flex;
  gap: 28px;
  align-items: center;
  overflow-x: auto;
  padding: 0 4px 18px;
  margin-bottom: 24px;
  border-bottom: 1px solid #303034;
  scrollbar-width: thin;
}
.lobby-links a {
  display: flex;
  align-items: center;
  gap: 9px;
  white-space: nowrap;
  color: #eee;
  font-size: 15px;
  font-weight: 600;
  min-height: 40px;
}
.lobby-links a:first-child,
.lobby-links a:hover {
  color: var(--yellow, #ffda00);
}
.lobby-links .icon {
  width: 22px;
  height: 22px;
}
.guide-hub #guide-title {
  font-size: clamp(26px, 3vw, 36px);
  line-height: 1.2;
  margin: 4px 0 0;
}
@media (min-width: 1800px) {
  .promo-banner {
    min-height: 410px;
  }
  .promo-copy {
    min-height: 362px;
  }
}
@media (max-width: 1240px) and (min-width: 1021px) {
  .promo-banner {
    padding: 18px;
    min-height: 310px;
  }
  .promo-copy {
    min-height: 274px;
  }
  .promo-copy h2 {
    font-size: 25px;
  }
  .promo-label {
    font-size: 11px;
    padding: 6px;
  }
  .promo-banner > img {
    width: 43%;
  }
}
@media (max-width: 1020px) {
  .main-shell {
    width: 100%;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }
  .promo-banner {
    padding: 20px;
    min-height: 310px;
  }
  .promo-copy {
    min-height: 270px;
  }
  .promo-copy h2 {
    font-size: 26px;
  }
}
@media (max-width: 760px) {
  .promo-rail {
    display: flex;
    gap: 12px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    scrollbar-width: thin;
    scrollbar-color: #776800 #292929;
    padding-bottom: 10px;
    margin-bottom: 14px;
  }
  .promo-banner {
    flex: 0 0 86%;
    min-height: 255px;
    padding: 18px;
    border-radius: 14px;
    scroll-snap-align: start;
  }
  .promo-copy {
    min-height: 219px;
    width: 67%;
  }
  .promo-copy h2 {
    font-size: 30px;
    margin-top: 24px;
  }
  .promo-label {
    font-size: 12px;
    padding: 6px 8px;
  }
  .promo-copy p {
    font-size: 13px;
  }
  .promo-banner > img {
    width: 43%;
  }
  .promo-cta {
    min-height: 40px;
    font-size: 13px;
    padding: 10px 16px;
  }
  .lobby-links {
    gap: 22px;
    padding-bottom: 10px;
    margin-bottom: 20px;
  }
  .lobby-links a {
    font-size: 13px;
  }
}
@media (max-width: 380px) {
  .promo-banner {
    flex-basis: 94%;
    padding: 16px;
  }
  .promo-copy h2 {
    font-size: 27px;
  }
  .promo-label {
    font-size: 11px;
  }
}

/* Shared article width keeps breadcrumbs, heading, text and contents aligned. */
.main-shell {
  --shell-max: 1800px;
  max-width: var(--shell-max);
  margin-left: max(
    var(--sidebar),
    calc((100% + var(--sidebar) - var(--shell-max)) / 2)
  );
}
.main-shell.reading-shell {
  --shell-max: 1320px;
}
.reading-layout {
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 28px;
  max-width: 1210px;
}
.article-content {
  width: 100%;
  max-width: none;
}
.reading-shell .page-heading {
  max-width: 930px;
}
.lobby-shell .reading-layout {
  margin-inline: auto;
}
.guide-entry {
  margin-top: 22px;
}
.game-link {
  display: block;
  color: inherit;
  text-decoration: none;
  border-radius: 10px;
}
.game-link:hover .game-hover,
.game-link:focus-visible .game-hover {
  opacity: 1;
}
.promo-banner {
  display: block;
  text-decoration: none;
}
.promo-banner:hover,
.promo-banner:focus-visible {
  color: #101010;
}
.promo-banner:hover .promo-cta,
.promo-banner:focus-visible .promo-cta {
  background: #333;
  color: #fff;
}
@media (min-width: 761px) and (max-width: 1240px) {
  .reading-layout {
    grid-template-columns: minmax(0, 1fr) 210px;
    gap: 20px;
  }
}
@media (max-width: 1020px) {
  .main-shell {
    margin-left: 0;
  }
}
@media (max-width: 760px) {
  .reading-layout {
    gap: 20px;
  }
  .reading-shell .page-heading {
    max-width: none;
  }
}

/* New-domain edition: a compact brand answer above the original-style banners. */
.lobby-intro {display:flex;align-items:center;justify-content:space-between;gap:24px;margin-bottom:22px;}
.lobby-intro h1 {font-size:clamp(25px,2.2vw,34px);line-height:1.2;margin:0 0 8px;letter-spacing:-.035em;}
.lobby-intro p {margin:0;max-width:850px;font-size:15px;line-height:1.55;color:var(--muted);}
.lobby-entry {flex-shrink:0;}
.home-editorial {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
  width: 100%;
  max-width: none;
  margin: 40px 0 0;
  align-items: start;
}
.home-editorial .content-section {height:100%;margin:0;padding:28px;}
.home-editorial .content-section:first-child {grid-column:1/-1;}
.home-editorial .content-section:first-child>p {max-width:1050px;}
.home-editorial .content-section:last-child {grid-column:1/-1;}
.page-home #casino table {
  table-layout: fixed;
}
.page-home #casino th:first-child {
  width: 24%;
}
.page-home #casino th,
.page-home #casino td {
  min-width: 0;
  overflow-wrap: anywhere;
}
.home-faq {
  width: 100%;
  max-width: none;
  margin: 36px 0;
}
.page-actions {display:flex;align-items:center;gap:18px;margin-top:22px;}
.page-actions>span {color:var(--muted);font-size:12px;}
.reviews-tools {display:flex;align-items:center;flex-wrap:wrap;gap:16px;margin:0 0 24px;padding-bottom:20px;border-bottom:1px solid var(--border);font-size:13px;}
.reviews-tools label {display:flex;align-items:center;gap:8px;}
.reviews-tools select {background:var(--raised);color:var(--text);border:1px solid #49494f;border-radius:7px;padding:9px;max-width:100%;}
.reviews-tools input {accent-color:var(--yellow);}
#reviews-count {margin-left:auto;color:var(--muted);}
.review-topic {display:block;color:var(--yellow);margin:9px 0;font-size:12px;}
.review p {font-size:14px;line-height:1.75;}
@media(max-width:760px){
 .page-home #casino th:first-child {width:36%;}
 .page-home #casino th,
 .page-home #casino td {padding:11px 12px;font-size:13px;}
 .lobby-intro {display:block;margin-bottom:18px;}.lobby-entry{display:none;}
 .lobby-intro h1{font-size:26px;}.lobby-intro p{font-size:14px;}
 .home-editorial{grid-template-columns:1fr;gap:16px;margin-top:28px;}
 .home-editorial .content-section{padding:20px;}.home-faq{margin:28px 0;}
 .page-actions{flex-wrap:wrap;gap:10px;}.page-actions .button{width:100%;}
 .reviews-tools {align-items:flex-start;gap:12px;}#reviews-count{margin-left:0;}
 .reviews-tools label:first-child{width:100%;}.reviews-tools select{flex:1;min-width:0;}
}
