@import url('https://fonts.googleapis.com/css2?family=Barlow+Condensed:wght@400;500;600;700;800&family=Noto+Sans+Bengali:wght@400;500;600;700&display=swap');

:root {
  --layer866b9-ink: #17222d;
  --layer866b9-navy: #263746;
  --layer866b9-slate: #34495e;
  --layer866b9-paper: #fff7e7;
  --layer866b9-cream: #ffdead;
  --layer866b9-copper: #a0522d;
  --layer866b9-orange: #d2691e;
  --layer866b9-gold: #f0b54a;
  --layer866b9-mint: #8fd4b4;
  --layer866b9-danger: #ff806f;
  --layer866b9-line: rgba(255, 222, 173, 0.2);
  --layer866b9-soft-line: rgba(52, 73, 94, 0.14);
  --layer866b9-shadow: 0 12px 34px rgba(15, 24, 32, 0.26);
  --layer866b9-header-height: 116px;
  --layer866b9-bottom-height: 70px;
  --layer866b9-font-title: 'Barlow Condensed', 'Noto Sans Bengali', sans-serif;
  --layer866b9-font-body: 'Noto Sans Bengali', sans-serif;
}

* {
  box-sizing: border-box;
}

html {
  min-width: 320px;
  scroll-behavior: smooth;
  background: #121b23;
}

body {
  min-width: 320px;
  max-width: 430px;
  min-height: 100vh;
  margin: 0 auto;
  overflow-x: hidden;
  color: var(--layer866b9-paper);
  background:
    radial-gradient(circle at 92% 5%, rgba(210, 105, 30, 0.22), transparent 25%),
    linear-gradient(160deg, var(--layer866b9-navy) 0%, var(--layer866b9-ink) 48%, #202f3b 100%);
  box-shadow: 0 0 70px rgba(0, 0, 0, 0.55);
  font-family: var(--layer866b9-font-body);
  line-height: 1.58;
  -webkit-font-smoothing: antialiased;
}

body.layer866b9-menu-open {
  overflow: hidden;
}

button,
a,
input {
  font: inherit;
}

button,
a {
  -webkit-tap-highlight-color: transparent;
}

button {
  border: 0;
}

img {
  display: block;
  max-width: 100%;
}

a {
  color: inherit;
  text-decoration: none;
}

button:focus-visible,
a:focus-visible {
  outline: 3px solid var(--layer866b9-cream);
  outline-offset: 2px;
}

.layer866b9-skip {
  position: fixed;
  z-index: 200;
  top: 8px;
  left: 50%;
  width: max-content;
  max-width: calc(100% - 24px);
  padding: 9px 14px;
  border-radius: 999px;
  color: var(--layer866b9-ink);
  background: var(--layer866b9-cream);
  transform: translate(-50%, -150%);
  transition: transform 0.18s ease;
}

.layer866b9-skip:focus {
  transform: translate(-50%, 0);
}

.layer866b9-site-header {
  position: fixed;
  z-index: 80;
  top: 0;
  left: 50%;
  width: min(100%, 430px);
  min-height: var(--layer866b9-header-height);
  border-bottom: 1px solid var(--layer866b9-line);
  background: rgba(23, 34, 45, 0.96);
  box-shadow: 0 7px 24px rgba(8, 14, 19, 0.34);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.layer866b9-brand-row {
  display: flex;
  min-height: 59px;
  align-items: center;
  gap: 10px;
  padding: 8px 12px 7px;
  border-bottom: 1px solid var(--layer866b9-line);
}

.layer866b9-brand {
  display: flex;
  min-width: 0;
  flex: 1;
  align-items: center;
  gap: 9px;
}

.layer866b9-brand img {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
  border: 2px solid var(--layer866b9-cream);
  border-radius: 13px;
  object-fit: cover;
  box-shadow: 0 0 0 3px rgba(210, 105, 30, 0.22);
}

.layer866b9-brand-name {
  overflow: hidden;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: clamp(1.35rem, 7vw, 1.78rem);
  font-weight: 800;
  letter-spacing: 0.025em;
  line-height: 0.95;
  text-overflow: ellipsis;
  text-transform: uppercase;
  white-space: nowrap;
}

.layer866b9-menu-toggle {
  position: relative;
  width: 46px;
  height: 44px;
  flex: 0 0 46px;
  cursor: pointer;
  border: 1px solid rgba(255, 222, 173, 0.42);
  border-radius: 14px;
  color: var(--layer866b9-cream);
  background: rgba(255, 255, 255, 0.04);
  transition: background 0.18s ease, border-color 0.18s ease, transform 0.18s ease;
}

.layer866b9-menu-toggle:active {
  transform: scale(0.95);
}

.layer866b9-menu-lines,
.layer866b9-menu-lines::before,
.layer866b9-menu-lines::after {
  position: absolute;
  left: 50%;
  width: 21px;
  height: 2px;
  border-radius: 4px;
  background: currentColor;
  transform: translateX(-50%);
  transition: transform 0.2s ease, opacity 0.2s ease;
}

.layer866b9-menu-lines {
  top: 20px;
}

.layer866b9-menu-lines::before,
.layer866b9-menu-lines::after {
  content: '';
}

.layer866b9-menu-lines::before {
  top: -7px;
}

.layer866b9-menu-lines::after {
  top: 7px;
}

.layer866b9-menu-toggle[aria-expanded='true'] .layer866b9-menu-lines {
  background: transparent;
}

.layer866b9-menu-toggle[aria-expanded='true'] .layer866b9-menu-lines::before {
  top: 0;
  transform: translateX(-50%) rotate(45deg);
}

.layer866b9-menu-toggle[aria-expanded='true'] .layer866b9-menu-lines::after {
  top: 0;
  transform: translateX(-50%) rotate(-45deg);
}

.layer866b9-action-row {
  display: grid;
  min-height: 56px;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  padding: 6px 12px;
}

.layer866b9-action,
.layer866b9-primary-cta,
.layer866b9-secondary-cta,
.layer866b9-text-cta {
  display: inline-flex;
  min-height: 44px;
  align-items: center;
  justify-content: center;
  gap: 7px;
  cursor: pointer;
  border-radius: 999px;
  font-weight: 700;
  line-height: 1.2;
  text-align: center;
  transition: filter 0.18s ease, transform 0.18s ease, box-shadow 0.18s ease;
}

.layer866b9-action:active,
.layer866b9-primary-cta:active,
.layer866b9-secondary-cta:active,
.layer866b9-text-cta:active {
  transform: scale(0.97);
}

.layer866b9-action-register,
.layer866b9-primary-cta {
  color: #1d2730;
  background: linear-gradient(135deg, var(--layer866b9-cream), var(--layer866b9-gold));
  box-shadow: 0 7px 18px rgba(240, 181, 74, 0.18);
}

.layer866b9-action-login,
.layer866b9-secondary-cta {
  border: 1px solid rgba(255, 222, 173, 0.68);
  color: var(--layer866b9-cream);
  background: transparent;
}

.layer866b9-action:hover,
.layer866b9-primary-cta:hover,
.layer866b9-secondary-cta:hover,
.layer866b9-text-cta:hover {
  filter: brightness(1.08);
}

.layer866b9-menu-panel {
  position: fixed;
  z-index: 70;
  top: var(--layer866b9-header-height);
  left: 50%;
  width: min(100%, 430px);
  height: calc(100dvh - var(--layer866b9-header-height));
  overflow-y: auto;
  padding: 16px 14px calc(var(--layer866b9-bottom-height) + 24px);
  visibility: hidden;
  background:
    linear-gradient(rgba(23, 34, 45, 0.97), rgba(38, 55, 70, 0.98)),
    repeating-linear-gradient(135deg, transparent 0 10px, rgba(255, 222, 173, 0.04) 10px 11px);
  opacity: 0;
  transform: translate(-50%, -14px);
  transition: opacity 0.2s ease, transform 0.2s ease, visibility 0.2s;
}

.layer866b9-menu-panel.layer866b9-is-open {
  visibility: visible;
  opacity: 1;
  transform: translate(-50%, 0);
}

.layer866b9-menu-lead {
  margin: 0 0 12px;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: 1.55rem;
  font-weight: 700;
  letter-spacing: 0.02em;
}

.layer866b9-menu-list {
  display: grid;
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.layer866b9-menu-list a {
  display: flex;
  min-height: 48px;
  align-items: center;
  justify-content: space-between;
  padding: 10px 13px;
  border: 1px solid rgba(255, 222, 173, 0.16);
  color: var(--layer866b9-paper);
  background: rgba(255, 255, 255, 0.035);
  transition: color 0.18s ease, background 0.18s ease, border-color 0.18s ease;
}

.layer866b9-menu-list a::after {
  content: '›';
  color: var(--layer866b9-orange);
  font-size: 1.45rem;
}

.layer866b9-menu-list a:hover,
.layer866b9-menu-list a[aria-current='page'] {
  border-color: rgba(255, 222, 173, 0.45);
  color: var(--layer866b9-cream);
  background: rgba(160, 82, 45, 0.26);
}

.layer866b9-main {
  position: relative;
  padding-top: calc(var(--layer866b9-header-height) + 12px);
  padding-bottom: calc(var(--layer866b9-bottom-height) + 18px + env(safe-area-inset-bottom));
}

.layer866b9-main::before {
  position: absolute;
  z-index: 0;
  top: 150px;
  right: -64px;
  width: 180px;
  height: 180px;
  content: '';
  border: 1px solid rgba(255, 222, 173, 0.1);
  border-radius: 50%;
  box-shadow: inset 0 0 0 24px rgba(210, 105, 30, 0.035), inset 0 0 0 48px rgba(210, 105, 30, 0.025);
  pointer-events: none;
}

.layer866b9-content,
.layer866b9-games-band,
.layer866b9-after-games,
.layer866b9-home-footer {
  position: relative;
  z-index: 1;
}

.layer866b9-hero {
  padding: 20px 16px 15px;
}

.layer866b9-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  margin: 0 0 8px;
  color: var(--layer866b9-gold);
  font-family: var(--layer866b9-font-title);
  font-size: 0.82rem;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.layer866b9-eyebrow::before {
  width: 24px;
  height: 2px;
  content: '';
  background: var(--layer866b9-orange);
}

.layer866b9-hero h1 {
  max-width: 370px;
  margin: 0;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: clamp(2.25rem, 12vw, 3.55rem);
  font-weight: 800;
  letter-spacing: -0.015em;
  line-height: 0.94;
}

.layer866b9-hero-copy {
  margin: 12px 0 0;
  color: rgba(255, 247, 231, 0.82);
  font-size: 0.91rem;
}

.layer866b9-hero-actions {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 9px;
  margin-top: 15px;
}

.layer866b9-primary-cta,
.layer866b9-secondary-cta {
  padding: 10px 14px;
}

.layer866b9-trust-strip {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  margin: 4px 12px 16px;
  border: 1px solid var(--layer866b9-line);
  background: rgba(255, 255, 255, 0.035);
}

.layer866b9-trust-item {
  min-width: 0;
  padding: 10px 6px;
  text-align: center;
}

.layer866b9-trust-item + .layer866b9-trust-item {
  border-left: 1px solid var(--layer866b9-line);
}

.layer866b9-trust-item strong {
  display: block;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: 1.18rem;
  line-height: 1;
}

.layer866b9-trust-item span {
  display: block;
  margin-top: 4px;
  overflow: hidden;
  color: rgba(255, 247, 231, 0.66);
  font-size: 0.64rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layer866b9-slider-wrap {
  padding: 0 12px 19px;
}

.layer866b9-slider {
  position: relative;
  overflow: hidden;
  border: 1px solid rgba(255, 222, 173, 0.22);
  background: #121b23;
  box-shadow: var(--layer866b9-shadow);
}

.layer866b9-slide-track {
  display: flex;
  transition: transform 0.45s cubic-bezier(0.22, 0.75, 0.24, 1);
}

.layer866b9-slide {
  position: relative;
  min-width: 100%;
  cursor: pointer;
  background: #17222d;
}

.layer866b9-slide img {
  width: 100%;
  aspect-ratio: 16 / 7;
  object-fit: cover;
}

.layer866b9-slide::after {
  position: absolute;
  inset: 50% 0 0;
  content: '';
  background: linear-gradient(transparent, rgba(12, 18, 23, 0.78));
  pointer-events: none;
}

.layer866b9-slider-dots {
  position: absolute;
  z-index: 3;
  right: 11px;
  bottom: 10px;
  display: flex;
  gap: 5px;
}

.layer866b9-slider-dot {
  width: 20px;
  height: 5px;
  padding: 0;
  cursor: pointer;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.45);
  transition: width 0.18s ease, background 0.18s ease;
}

.layer866b9-slider-dot.layer866b9-is-active {
  width: 31px;
  background: var(--layer866b9-cream);
}

.layer866b9-jumpbar {
  display: flex;
  gap: 7px;
  margin: 0;
  padding: 0 12px 17px;
  overflow-x: auto;
  list-style: none;
  scrollbar-width: none;
}

.layer866b9-jumpbar::-webkit-scrollbar {
  display: none;
}

.layer866b9-jumpbar a {
  display: inline-flex;
  min-height: 44px;
  flex: 0 0 auto;
  align-items: center;
  padding: 8px 13px;
  border: 1px solid rgba(255, 222, 173, 0.22);
  border-radius: 999px;
  color: rgba(255, 247, 231, 0.8);
  background: rgba(255, 255, 255, 0.035);
  font-size: 0.79rem;
  font-weight: 600;
}

.layer866b9-jumpbar a:hover {
  color: var(--layer866b9-ink);
  background: var(--layer866b9-cream);
}

.layer866b9-games-band {
  padding: 0 10px;
}

.layer866b9-game-group {
  margin-bottom: 22px;
  border-top: 1px solid rgba(255, 222, 173, 0.2);
}

.layer866b9-group-heading {
  display: flex;
  align-items: end;
  justify-content: space-between;
  gap: 9px;
  padding: 13px 3px 10px;
}

.layer866b9-group-heading h2 {
  margin: 0;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: 1.78rem;
  font-weight: 800;
  line-height: 1;
}

.layer866b9-group-heading span {
  color: rgba(255, 247, 231, 0.54);
  font-family: var(--layer866b9-font-title);
  font-size: 0.72rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.layer866b9-game-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px 6px;
}

.layer866b9-game-card {
  display: block;
  min-width: 0;
  cursor: pointer;
  padding: 0 0 5px;
  color: var(--layer866b9-paper);
  background: transparent;
  text-align: left;
  transition: color 0.17s ease, transform 0.17s ease;
}

.layer866b9-game-card:active {
  transform: scale(0.96);
}

.layer866b9-game-image {
  position: relative;
  overflow: hidden;
  aspect-ratio: 1 / 1;
  border: 1px solid rgba(255, 222, 173, 0.16);
  background: linear-gradient(145deg, #263746, #17222d);
}

.layer866b9-game-image::after {
  position: absolute;
  inset: 0;
  content: '';
  border: 1px solid transparent;
  pointer-events: none;
  transition: border-color 0.17s ease, box-shadow 0.17s ease;
}

.layer866b9-game-card:hover .layer866b9-game-image::after,
.layer866b9-game-card:focus-visible .layer866b9-game-image::after {
  border-color: var(--layer866b9-gold);
  box-shadow: inset 0 0 18px rgba(240, 181, 74, 0.18);
}

.layer866b9-game-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.22s ease;
}

.layer866b9-game-card:hover .layer866b9-game-image img {
  transform: scale(1.045);
}

.layer866b9-game-name {
  display: -webkit-box;
  min-height: 2.55em;
  margin-top: 5px;
  overflow: hidden;
  font-size: 0.68rem;
  font-weight: 600;
  line-height: 1.28;
  overflow-wrap: anywhere;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}

.layer866b9-game-card:hover .layer866b9-game-name {
  color: var(--layer866b9-cream);
}

.layer866b9-after-games {
  padding: 5px 12px 24px;
}

.layer866b9-answer-panel {
  position: relative;
  margin-bottom: 17px;
  overflow: hidden;
  padding: 18px 16px;
  border-left: 4px solid var(--layer866b9-orange);
  color: var(--layer866b9-ink);
  background: var(--layer866b9-cream);
}

.layer866b9-answer-panel::after {
  position: absolute;
  top: -44px;
  right: -42px;
  width: 120px;
  height: 120px;
  content: '';
  border: 18px solid rgba(160, 82, 45, 0.12);
  border-radius: 50%;
}

.layer866b9-answer-panel h2,
.layer866b9-content-block h2,
.layer866b9-review-strip h2,
.layer866b9-winner-board h2,
.layer866b9-payment-route h2 {
  margin: 0 0 9px;
  font-family: var(--layer866b9-font-title);
  font-size: 1.72rem;
  font-weight: 800;
  letter-spacing: 0.005em;
  line-height: 1.05;
}

.layer866b9-answer-panel p,
.layer866b9-content-block p,
.layer866b9-payment-route p,
.layer866b9-review-strip p {
  margin: 0 0 10px;
  font-size: 0.88rem;
}

.layer866b9-answer-panel p:last-child,
.layer866b9-content-block p:last-child,
.layer866b9-payment-route p:last-child,
.layer866b9-review-strip p:last-child {
  margin-bottom: 0;
}

.layer866b9-content-block {
  margin-bottom: 17px;
  padding: 17px 15px;
  border: 1px solid rgba(255, 222, 173, 0.15);
  background: rgba(255, 255, 255, 0.035);
}

.layer866b9-content-block h2,
.layer866b9-payment-route h2,
.layer866b9-review-strip h2,
.layer866b9-winner-board h2 {
  color: var(--layer866b9-cream);
}

.layer866b9-content-block ul,
.layer866b9-payment-route ol,
.layer866b9-safety-list {
  margin: 12px 0 0;
  padding: 0;
  list-style: none;
}

.layer866b9-content-block li,
.layer866b9-payment-route li,
.layer866b9-safety-list li {
  position: relative;
  margin-bottom: 8px;
  padding-left: 19px;
  color: rgba(255, 247, 231, 0.83);
  font-size: 0.82rem;
}

.layer866b9-content-block li::before,
.layer866b9-payment-route li::before,
.layer866b9-safety-list li::before {
  position: absolute;
  top: 0.52em;
  left: 1px;
  width: 7px;
  height: 7px;
  content: '';
  background: var(--layer866b9-orange);
  transform: rotate(45deg);
}

.layer866b9-inline-link {
  color: var(--layer866b9-cream);
  text-decoration: underline;
  text-decoration-color: var(--layer866b9-orange);
  text-decoration-thickness: 2px;
  text-underline-offset: 3px;
}

.layer866b9-text-cta {
  min-height: 44px;
  margin-top: 10px;
  padding: 8px 16px;
  border: 1px solid rgba(255, 222, 173, 0.52);
  color: var(--layer866b9-cream);
  background: rgba(160, 82, 45, 0.18);
}

.layer866b9-winner-board {
  margin-bottom: 17px;
  padding: 17px 0 0;
  border-top: 1px solid rgba(255, 222, 173, 0.2);
}

.layer866b9-winner-list {
  display: grid;
  gap: 1px;
  margin: 0;
  padding: 0;
  background: rgba(255, 222, 173, 0.12);
  list-style: none;
}

.layer866b9-winner-item {
  display: grid;
  min-height: 48px;
  grid-template-columns: 25px 1fr auto;
  align-items: center;
  gap: 8px;
  padding: 8px 10px;
  background: #243441;
}

.layer866b9-winner-rank {
  color: var(--layer866b9-gold);
  font-family: var(--layer866b9-font-title);
  font-size: 1.15rem;
  font-weight: 800;
}

.layer866b9-winner-game {
  min-width: 0;
  font-size: 0.79rem;
  font-weight: 600;
}

.layer866b9-winner-status {
  color: var(--layer866b9-mint);
  font-family: var(--layer866b9-font-title);
  font-size: 0.71rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.layer866b9-payment-route {
  margin-bottom: 17px;
  padding: 17px 15px;
  color: var(--layer866b9-ink);
  background:
    linear-gradient(115deg, rgba(255, 255, 255, 0.75), transparent),
    var(--layer866b9-cream);
}

.layer866b9-payment-route h2 {
  color: var(--layer866b9-ink);
}

.layer866b9-payment-route li {
  color: #273541;
}

.layer866b9-payment-route li::before {
  background: var(--layer866b9-copper);
}

.layer866b9-review-strip {
  margin-bottom: 17px;
  padding: 17px 15px;
  border: 1px solid rgba(255, 222, 173, 0.18);
  background: linear-gradient(145deg, rgba(160, 82, 45, 0.22), rgba(255, 255, 255, 0.025));
}

.layer866b9-review-quotes {
  display: grid;
  gap: 9px;
  margin-top: 12px;
}

.layer866b9-review-quote {
  margin: 0;
  padding: 11px 12px;
  border-left: 2px solid var(--layer866b9-gold);
  background: rgba(0, 0, 0, 0.15);
  font-size: 0.8rem;
}

.layer866b9-review-quote cite {
  display: block;
  margin-top: 5px;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: 0.74rem;
  font-style: normal;
  font-weight: 700;
  letter-spacing: 0.05em;
}

.layer866b9-home-footer {
  padding: 21px 14px 22px;
  border-top: 4px solid var(--layer866b9-orange);
  color: var(--layer866b9-ink);
  background: var(--layer866b9-paper);
}

.layer866b9-footer-brand {
  display: flex;
  align-items: center;
  gap: 10px;
  padding-bottom: 15px;
  border-bottom: 1px solid var(--layer866b9-soft-line);
}

.layer866b9-footer-brand img {
  width: 46px;
  height: 46px;
  border-radius: 12px;
  object-fit: cover;
}

.layer866b9-footer-brand strong {
  display: block;
  font-family: var(--layer866b9-font-title);
  font-size: 1.45rem;
  line-height: 1;
  text-transform: uppercase;
}

.layer866b9-footer-brand p {
  margin: 4px 0 0;
  color: #53606b;
  font-size: 0.75rem;
}

.layer866b9-footer-heading {
  margin: 18px 0 9px;
  color: var(--layer866b9-copper);
  font-family: var(--layer866b9-font-title);
  font-size: 1.16rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.layer866b9-footer-directory {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  margin: 0;
  padding: 1px;
  background: rgba(52, 73, 94, 0.13);
  list-style: none;
}

.layer866b9-footer-directory a {
  display: flex;
  min-height: 46px;
  align-items: center;
  gap: 7px;
  padding: 8px 9px;
  color: #263746;
  background: var(--layer866b9-paper);
  font-size: 0.74rem;
  font-weight: 600;
}

.layer866b9-footer-directory a::before {
  width: 7px;
  height: 7px;
  flex: 0 0 7px;
  content: '';
  background: var(--layer866b9-orange);
  transform: rotate(45deg);
}

.layer866b9-promo-list {
  display: grid;
  gap: 7px;
}

.layer866b9-promo-link {
  display: grid;
  min-height: 48px;
  grid-template-columns: 34px 1fr auto;
  align-items: center;
  gap: 8px;
  cursor: pointer;
  border: 1px solid rgba(52, 73, 94, 0.16);
  color: var(--layer866b9-ink);
  background: transparent;
  text-align: left;
}

.layer866b9-promo-icon {
  display: grid;
  width: 34px;
  height: 34px;
  place-items: center;
  color: var(--layer866b9-paper);
  background: var(--layer866b9-copper);
  font-family: var(--layer866b9-font-title);
  font-size: 0.88rem;
  font-weight: 800;
}

.layer866b9-promo-link::after {
  padding-right: 9px;
  content: '›';
  color: var(--layer866b9-orange);
  font-size: 1.4rem;
}

.layer866b9-disclaimer {
  margin: 18px 0 0;
  padding: 13px;
  border: 1px dashed rgba(160, 82, 45, 0.42);
  color: #4a5660;
  background: rgba(255, 222, 173, 0.22);
  font-size: 0.75rem;
}

.layer866b9-site-footer {
  padding: 16px 14px calc(var(--layer866b9-bottom-height) + 22px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 222, 173, 0.16);
  color: rgba(255, 247, 231, 0.62);
  background: #131d25;
  font-size: 0.72rem;
  text-align: center;
}

.layer866b9-site-footer p {
  margin: 0;
}

.layer866b9-bottom-nav {
  position: fixed;
  z-index: 90;
  bottom: 0;
  left: 50%;
  display: grid;
  width: min(100%, 430px);
  min-height: var(--layer866b9-bottom-height);
  grid-template-columns: repeat(5, 1fr);
  padding: 5px 4px calc(5px + env(safe-area-inset-bottom));
  border-top: 1px solid rgba(255, 222, 173, 0.28);
  background: rgba(19, 29, 37, 0.98);
  box-shadow: 0 -9px 27px rgba(0, 0, 0, 0.32);
  transform: translateX(-50%);
  backdrop-filter: blur(12px);
}

.layer866b9-bottom-item {
  position: relative;
  display: flex;
  min-width: 0;
  min-height: 58px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  cursor: pointer;
  border-radius: 12px;
  color: rgba(255, 247, 231, 0.64);
  background: transparent;
  transition: color 0.17s ease, background 0.17s ease, transform 0.17s ease;
}

.layer866b9-bottom-item:active {
  transform: scale(0.93);
}

.layer866b9-bottom-item[aria-current='page'],
.layer866b9-bottom-item:hover {
  color: var(--layer866b9-cream);
  background: rgba(210, 105, 30, 0.12);
}

.layer866b9-bottom-item[aria-current='page']::before {
  position: absolute;
  top: -5px;
  width: 25px;
  height: 3px;
  content: '';
  border-radius: 0 0 4px 4px;
  background: var(--layer866b9-orange);
  box-shadow: 0 0 11px rgba(210, 105, 30, 0.7);
}

.layer866b9-bottom-icon {
  display: grid;
  width: 23px;
  height: 23px;
  place-items: center;
}

.layer866b9-bottom-icon svg {
  width: 22px;
  height: 22px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.8;
}

.layer866b9-bottom-label {
  max-width: 100%;
  overflow: hidden;
  font-family: var(--layer866b9-font-title);
  font-size: 0.62rem;
  font-weight: 700;
  line-height: 1;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.layer866b9-back-top {
  position: fixed;
  z-index: 75;
  right: max(12px, calc((100vw - 430px) / 2 + 12px));
  bottom: calc(var(--layer866b9-bottom-height) + 16px + env(safe-area-inset-bottom));
  display: grid;
  width: 43px;
  height: 43px;
  cursor: pointer;
  visibility: hidden;
  place-items: center;
  border: 1px solid rgba(255, 222, 173, 0.45);
  border-radius: 50%;
  color: var(--layer866b9-cream);
  background: rgba(23, 34, 45, 0.92);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.25);
  opacity: 0;
  transform: translateY(8px);
  transition: opacity 0.18s ease, transform 0.18s ease, visibility 0.18s;
}

.layer866b9-back-top.layer866b9-is-visible {
  visibility: visible;
  opacity: 1;
  transform: translateY(0);
}

.layer866b9-noscript {
  margin: calc(var(--layer866b9-header-height) + 10px) 12px 0;
  padding: 12px;
  border: 1px solid var(--layer866b9-danger);
  color: var(--layer866b9-paper);
  background: rgba(255, 128, 111, 0.14);
  font-size: 0.8rem;
}

@media (min-width: 375px) {
  .layer866b9-game-grid {
    grid-template-columns: repeat(5, minmax(0, 1fr));
  }

  .layer866b9-game-name {
    font-size: 0.67rem;
  }

  .layer866b9-hero {
    padding-right: 20px;
    padding-left: 20px;
  }
}

@media (min-width: 430px) {
  body {
    border-right: 1px solid rgba(255, 222, 173, 0.1);
    border-left: 1px solid rgba(255, 222, 173, 0.1);
  }

  .layer866b9-site-header,
  .layer866b9-menu-panel,
  .layer866b9-bottom-nav {
    width: 430px;
  }
}

@media (max-width: 430px) {
  .layer866b9-content,
  .layer866b9-games-band,
  .layer866b9-after-games,
  .layer866b9-home-footer {
    min-width: 0;
  }
}

@media (max-width: 340px) {
  :root {
    --layer866b9-header-height: 112px;
  }

  .layer866b9-brand-row {
    min-height: 56px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .layer866b9-action-row {
    min-height: 55px;
    padding-right: 9px;
    padding-left: 9px;
  }

  .layer866b9-brand img {
    width: 39px;
    height: 39px;
    flex-basis: 39px;
  }

  .layer866b9-brand-name {
    font-size: 1.3rem;
  }

  .layer866b9-game-grid {
    gap: 7px 5px;
  }

  .layer866b9-game-name {
    font-size: 0.62rem;
  }

  .layer866b9-bottom-label {
    font-size: 0.56rem;
  }
}

/* Help pages use a reading rhythm distinct from the homepage game library. */
.layer866b9-help-lead {
  margin: 0 14px 14px;
  padding: 18px 15px 17px;
  border-bottom: 3px solid var(--layer866b9-orange);
  background: linear-gradient(135deg, rgba(255, 222, 173, 0.12), rgba(160, 82, 45, 0.2));
}

.layer866b9-help-lead h1 {
  margin: 0;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: clamp(2.2rem, 11vw, 3.25rem);
  font-weight: 800;
  line-height: 0.95;
}

.layer866b9-help-lead p {
  margin: 12px 0 0;
  color: rgba(255, 247, 231, 0.82);
  font-size: 0.87rem;
}

.layer866b9-help-actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 8px;
  margin-top: 14px;
}

.layer866b9-help-actions button,
.layer866b9-help-actions a {
  padding: 9px 10px;
}

.layer866b9-help-section {
  margin: 0 12px 18px;
}

.layer866b9-help-section > h2,
.layer866b9-review-section > h2 {
  margin: 0 0 10px;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: 1.65rem;
  font-weight: 800;
  line-height: 1.06;
}

.layer866b9-faq-stack {
  display: grid;
  gap: 7px;
}

.layer866b9-faq-item {
  border: 1px solid rgba(255, 222, 173, 0.2);
  background: rgba(255, 255, 255, 0.045);
}

.layer866b9-faq-item summary {
  display: flex;
  min-height: 52px;
  align-items: center;
  justify-content: space-between;
  gap: 9px;
  cursor: pointer;
  padding: 11px 12px;
  color: var(--layer866b9-cream);
  font-size: 0.86rem;
  font-weight: 700;
  list-style: none;
}

.layer866b9-faq-item summary::-webkit-details-marker {
  display: none;
}

.layer866b9-faq-item summary::after {
  content: '+';
  flex: 0 0 auto;
  color: var(--layer866b9-orange);
  font-family: var(--layer866b9-font-title);
  font-size: 1.5rem;
}

.layer866b9-faq-item[open] summary::after {
  content: '−';
}

.layer866b9-faq-answer {
  margin: 0;
  padding: 0 12px 13px;
  color: rgba(255, 247, 231, 0.78);
  font-size: 0.82rem;
}

.layer866b9-check-grid {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
  counter-reset: help-check;
}

.layer866b9-check-grid li {
  counter-increment: help-check;
  position: relative;
  min-height: 58px;
  padding: 10px 10px 10px 43px;
  border-left: 3px solid var(--layer866b9-orange);
  color: rgba(255, 247, 231, 0.84);
  background: rgba(255, 255, 255, 0.04);
  font-size: 0.81rem;
}

.layer866b9-check-grid li::before {
  position: absolute;
  top: 10px;
  left: 11px;
  content: counter(help-check, decimal-leading-zero);
  color: var(--layer866b9-gold);
  font-family: var(--layer866b9-font-title);
  font-size: 1.2rem;
  font-weight: 800;
}

.layer866b9-help-note {
  margin: 0;
  padding: 14px 15px;
  border: 1px dashed rgba(255, 222, 173, 0.38);
  color: rgba(255, 247, 231, 0.82);
  background: rgba(210, 105, 30, 0.14);
  font-size: 0.83rem;
}

.layer866b9-help-promo-row {
  display: flex;
  gap: 8px;
  overflow-x: auto;
  margin: 12px 0 0;
  padding-bottom: 3px;
  scrollbar-width: none;
}

.layer866b9-help-promo-row::-webkit-scrollbar {
  display: none;
}

.layer866b9-help-promo-row button {
  min-width: 132px;
  min-height: 48px;
  padding: 8px 11px;
  border: 1px solid rgba(255, 222, 173, 0.32);
  border-radius: 12px;
  color: var(--layer866b9-cream);
  background: rgba(160, 82, 45, 0.22);
  cursor: pointer;
  font-size: 0.76rem;
  font-weight: 700;
  text-align: left;
}

.layer866b9-review-lead {
  margin: 0 12px 16px;
  padding: 18px 15px;
  border: 1px solid rgba(255, 222, 173, 0.2);
  background: #22323f;
}

.layer866b9-review-lead h1 {
  margin: 0;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: clamp(2.15rem, 11vw, 3.2rem);
  font-weight: 800;
  line-height: 0.95;
}

.layer866b9-review-lead p {
  margin: 11px 0 0;
  color: rgba(255, 247, 231, 0.8);
  font-size: 0.86rem;
}

.layer866b9-review-stamp {
  display: inline-flex;
  min-height: 30px;
  align-items: center;
  margin-bottom: 11px;
  padding: 5px 10px;
  border: 1px solid var(--layer866b9-gold);
  border-radius: 999px;
  color: var(--layer866b9-gold);
  font-family: var(--layer866b9-font-title);
  font-size: 0.74rem;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.layer866b9-review-section {
  margin: 0 12px 18px;
}

.layer866b9-review-columns {
  display: grid;
  gap: 8px;
}

.layer866b9-review-column {
  padding: 13px 14px;
  border-top: 3px solid var(--layer866b9-orange);
  background: rgba(255, 255, 255, 0.045);
}

.layer866b9-review-column h3 {
  margin: 0 0 7px;
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: 1.22rem;
  line-height: 1;
}

.layer866b9-review-column p {
  margin: 0;
  color: rgba(255, 247, 231, 0.78);
  font-size: 0.81rem;
}

.layer866b9-score-line {
  display: grid;
  grid-template-columns: 1fr auto;
  gap: 8px;
  align-items: center;
  margin: 8px 0;
  padding: 9px 10px;
  border-bottom: 1px solid rgba(255, 222, 173, 0.16);
  color: rgba(255, 247, 231, 0.84);
  font-size: 0.8rem;
}

.layer866b9-score-line strong {
  color: var(--layer866b9-gold);
  font-family: var(--layer866b9-font-title);
  font-size: 1.1rem;
}

.layer866b9-review-qa {
  display: grid;
  gap: 7px;
}

.layer866b9-review-qa div {
  padding: 11px 12px;
  border-left: 2px solid var(--layer866b9-cream);
  background: rgba(160, 82, 45, 0.16);
}

.layer866b9-review-qa dt {
  color: var(--layer866b9-cream);
  font-size: 0.82rem;
  font-weight: 700;
}

.layer866b9-review-qa dd {
  margin: 5px 0 0;
  color: rgba(255, 247, 231, 0.75);
  font-size: 0.79rem;
}

.layer866b9-review-table {
  width: 100%;
  border-collapse: collapse;
  color: rgba(255, 247, 231, 0.82);
  font-size: 0.75rem;
}

.layer866b9-review-table th,
.layer866b9-review-table td {
  padding: 9px 7px;
  border-bottom: 1px solid rgba(255, 222, 173, 0.16);
  text-align: left;
  vertical-align: top;
}

.layer866b9-review-table th {
  color: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
  font-size: 0.86rem;
}

.layer866b9-review-steps {
  display: grid;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.layer866b9-review-steps li {
  display: grid;
  grid-template-columns: 33px 1fr;
  gap: 9px;
  align-items: start;
  color: rgba(255, 247, 231, 0.8);
  font-size: 0.81rem;
}

.layer866b9-review-steps b {
  display: grid;
  width: 29px;
  height: 29px;
  place-items: center;
  border-radius: 50%;
  color: var(--layer866b9-ink);
  background: var(--layer866b9-cream);
  font-family: var(--layer866b9-font-title);
}

@media (min-width: 375px) {
  .layer866b9-review-columns {
    grid-template-columns: 1fr 1fr;
  }
}

@media (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }

  *,
  *::before,
  *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}
