:root {
  font-size: 62.5%;
  --s209-primary: #b8860b;
  --s209-accent: #f0e68c;
  --s209-bg: #10100f;
  --s209-surface: #1a1a1a;
  --s209-surface-soft: #25221b;
  --s209-text: #fff9d8;
  --s209-muted: #d5cda2;
  --s209-border: rgba(240, 230, 140, .22);
  --s209-brown: #8b7355;
  --s209-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .35);
}

* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  overflow-x: hidden;
  background: radial-gradient(circle at 50% 0, #332b14 0, var(--s209-bg) 38rem);
  color: var(--s209-text);
  font: 1.5rem/1.5rem Inter, Arial, sans-serif;
}
body.s209-menu-lock { overflow: hidden; }
a { color: inherit; }
button { font: inherit; }
img { display: block; max-width: 100%; }

.s209-skip {
  position: fixed; left: 1rem; top: -6rem; z-index: 10001;
  padding: 1.2rem; background: var(--s209-accent); color: #17120a;
}
.s209-skip:focus { top: 1rem; }
.s209-container { width: min(100% - 2.4rem, 118rem); margin-inline: auto; }
.s209-wrapper { padding-block: 3.2rem; }
.s209-section { scroll-margin-top: 8.6rem; }
.s209-section + .s209-section { border-top: .1rem solid var(--s209-border); }
.s209-grid { display: grid; gap: 1.2rem; }
.s209-eyebrow { margin: 0 0 .8rem; color: var(--s209-accent); font-size: 1.2rem; font-weight: 800; letter-spacing: .16rem; text-transform: uppercase; }
.s209-title { margin: 0; font: 800 clamp(2.4rem, 7vw, 4.6rem)/1.1 Georgia, serif; }
.s209-subtitle { margin: 1rem 0 0; color: var(--s209-muted); line-height: 2.3rem; }
.s209-section-head { display: flex; align-items: flex-end; justify-content: space-between; gap: 1rem; margin-bottom: 1.6rem; }
.s209-section-head h2 { margin: 0; font: 800 2.4rem/2.8rem Georgia, serif; }
.s209-section-head p { margin: .5rem 0 0; color: var(--s209-muted); line-height: 2.2rem; }

.s209-header {
  position: fixed; inset: 0 0 auto; z-index: 1000;
  min-height: 6.8rem; border-bottom: .1rem solid var(--s209-border);
  background: rgba(16, 16, 15, .94); backdrop-filter: blur(1.4rem);
}
.s209-header-row { min-height: 6.8rem; display: flex; align-items: center; gap: .8rem; }
.s209-brand { display: inline-flex; align-items: center; gap: .8rem; min-width: 0; text-decoration: none; }
.s209-brand-mark {
  width: 3.2rem; height: 3.2rem; display: grid; place-items: center; flex: 0 0 auto;
  border: .1rem solid #ffe67f; border-radius: 50%; background: linear-gradient(135deg, #f0e68c, #b8860b); color: #17120a;
  font: 900 1.7rem/1 Georgia, serif; box-shadow: 0 0 1.5rem rgba(240, 230, 140, .3);
}
.s209-brand-name { overflow: hidden; font: 800 1.8rem/2rem Georgia, serif; white-space: nowrap; text-overflow: ellipsis; }
.s209-header-actions { display: flex; gap: .6rem; margin-left: auto; }
.s209-btn {
  min-height: 4.4rem; display: inline-flex; align-items: center; justify-content: center; gap: .7rem;
  padding: .9rem 1.4rem; border: .1rem solid var(--s209-primary); border-radius: 1rem;
  background: transparent; color: var(--s209-accent); font-weight: 900; text-decoration: none; cursor: pointer;
  transition: transform .2s, background .2s, color .2s, box-shadow .2s;
}
.s209-btn:hover, .s209-btn:focus-visible { transform: translateY(-.2rem); box-shadow: 0 .6rem 1.8rem rgba(184, 134, 11, .26); }
.s209-btn-primary { border-color: var(--s209-accent); background: linear-gradient(135deg, #f0e68c, #b8860b); color: #17120a; }
.s209-btn-compact { min-width: 7.4rem; padding-inline: 1rem; }
.s209-menu-toggle { width: 4.4rem; padding: 0; }
.s209-menu-toggle i { font-size: 2rem; }
.s209-menu-toggle.s209-is-active { background: var(--s209-accent); color: #17120a; }
.s209-desktop-nav { display: none; align-items: center; gap: .4rem; margin-left: auto; }
.s209-desktop-nav a { min-height: 4.4rem; display: inline-flex; align-items: center; padding: 0 1.2rem; color: var(--s209-muted); font-weight: 800; text-decoration: none; }
.s209-desktop-nav a:hover { color: var(--s209-accent); }
.s209-mobile-menu {
  position: fixed; inset: 0; z-index: 9999; display: flex; flex-direction: column;
  padding: 2rem; background: rgba(10, 10, 9, .98); opacity: 0; visibility: hidden; transform: translateY(-2rem);
  transition: opacity .25s, transform .25s, visibility .25s;
}
.s209-mobile-menu.s209-is-open { opacity: 1; visibility: visible; transform: none; }
.s209-menu-head { display: flex; justify-content: space-between; align-items: center; padding-bottom: 1.5rem; border-bottom: .1rem solid var(--s209-border); }
.s209-menu-head strong { font: 800 2rem/2.4rem Georgia, serif; }
.s209-menu-close { width: 4.4rem; height: 4.4rem; border: 0; border-radius: 50%; background: var(--s209-accent); color: #17120a; cursor: pointer; }
.s209-menu-links { display: grid; gap: .8rem; overflow-y: auto; padding: 2rem 0; }
.s209-menu-links a { min-height: 5rem; display: flex; align-items: center; gap: 1rem; padding: 1rem 1.2rem; border: .1rem solid var(--s209-border); border-radius: 1.2rem; background: var(--s209-surface); font-weight: 800; text-decoration: none; }
.s209-menu-links i, .s209-menu-links ion-icon { width: 2.4rem; color: var(--s209-accent); font-size: 2.2rem; text-align: center; }

.s209-main { padding-top: 6.8rem; }
.s209-hero { padding: 1.6rem 0 3.2rem; }
.s209-carousel { position: relative; overflow: hidden; min-height: 30rem; border: .1rem solid var(--s209-border); border-radius: 2rem; background: #090909; box-shadow: var(--s209-shadow); }
.s209-slide { position: absolute; inset: 0; opacity: 0; pointer-events: none; transition: opacity .55s; }
.s209-slide.s209-is-current { opacity: 1; pointer-events: auto; }
.s209-slide::after { content: ''; position: absolute; inset: 0; background: linear-gradient(90deg, rgba(0, 0, 0, .9), rgba(0, 0, 0, .18)); }
.s209-slide img { width: 100%; height: 100%; object-fit: cover; }
.s209-slide-copy { position: absolute; z-index: 1; left: 2rem; right: 4rem; bottom: 4.6rem; max-width: 56rem; }
.s209-slide-copy h2 { margin: 0; font: 900 2.8rem/3.1rem Georgia, serif; }
.s209-slide-copy p { margin: .8rem 0 1.4rem; color: #fff9d8; line-height: 2.1rem; }
.s209-carousel-control { position: absolute; z-index: 2; top: 50%; width: 4.4rem; height: 4.4rem; border: .1rem solid var(--s209-border); border-radius: 50%; background: rgba(10, 10, 9, .78); color: var(--s209-accent); cursor: pointer; transform: translateY(-50%); }
.s209-carousel-prev { left: .7rem; }
.s209-carousel-next { right: .7rem; }
.s209-carousel-dots { position: absolute; z-index: 2; left: 0; right: 0; bottom: 1.2rem; display: flex; justify-content: center; gap: .7rem; }
.s209-carousel-dot { width: 1rem; height: 1rem; min-height: 1rem; padding: 0; border: .1rem solid var(--s209-accent); border-radius: 50%; background: transparent; cursor: pointer; }
.s209-carousel-dot.s209-is-current { background: var(--s209-accent); transform: scale(1.25); }
.s209-intro { padding-top: 2.4rem; }
.s209-intro-actions { display: flex; flex-wrap: wrap; gap: .8rem; margin-top: 1.6rem; }

.s209-category-links { display: flex; gap: .8rem; overflow-x: auto; padding: 0 0 1.2rem; scrollbar-width: thin; }
.s209-category-links a { min-width: max-content; min-height: 4.4rem; display: inline-flex; align-items: center; gap: .6rem; padding: .8rem 1.2rem; border: .1rem solid var(--s209-border); border-radius: 99rem; background: var(--s209-surface); color: var(--s209-muted); font-weight: 800; text-decoration: none; }
.s209-category-links a:hover { border-color: var(--s209-accent); color: var(--s209-accent); }
.s209-category-block { margin-top: 2.6rem; scroll-margin-top: 8.4rem; }
.s209-category-title { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.2rem; font: 800 2.1rem/2.5rem Georgia, serif; }
.s209-category-title i, .s209-category-title ion-icon { color: var(--s209-accent); font-size: 2.4rem; }
.s209-game-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
.s209-card {
  min-width: 0; overflow: hidden; border: .1rem solid var(--s209-border); border-radius: 1.2rem;
  background: linear-gradient(160deg, #26231b, #171716); box-shadow: 0 .6rem 1.8rem rgba(0, 0, 0, .2);
}
.s209-game-card { width: 100%; min-height: 4.4rem; display: block; padding: 0; border: 0; background: transparent; color: var(--s209-text); text-decoration: none; cursor: pointer; transition: transform .2s, border-color .2s; }
.s209-game-card:hover, .s209-game-card:focus-visible { transform: translateY(-.3rem); border-color: var(--s209-accent); }
.s209-game-card img { width: 100%; aspect-ratio: 1; object-fit: cover; background: #0c0c0c; }
.s209-game-name { display: grid; min-height: 4.8rem; place-items: center; padding: .6rem; font-size: 1.15rem; font-weight: 800; line-height: 1.45rem; text-align: center; }

.s209-content-grid { grid-template-columns: 1fr; }
.s209-info-card { padding: 1.6rem; }
.s209-info-card h3 { margin: 0 0 .8rem; color: var(--s209-accent); font: 800 1.9rem/2.2rem Georgia, serif; }
.s209-info-card p, .s209-info-card li { color: var(--s209-muted); line-height: 2.25rem; }
.s209-info-card p:last-child { margin-bottom: 0; }
.s209-number { width: 3.4rem; height: 3.4rem; display: grid; place-items: center; margin-bottom: 1rem; border-radius: 50%; background: var(--s209-accent); color: #17120a; font-weight: 900; }
.s209-promo-link { display: inline; border: 0; padding: 0; background: transparent; color: #ffe467; font-weight: 900; text-decoration: underline; cursor: pointer; }
.s209-promo-link:hover { color: #fff; }
.s209-feature-list { list-style: none; margin: 0; padding: 0; }
.s209-feature-list li { display: flex; gap: .8rem; margin-top: .8rem; }
.s209-feature-list i { margin-top: .3rem; color: var(--s209-accent); }
.s209-trust-strip { grid-template-columns: repeat(2, 1fr); margin-top: 1.2rem; }
.s209-stat { padding: 1.4rem; text-align: center; }
.s209-stat strong { display: block; color: var(--s209-accent); font: 900 2.2rem/2.5rem Georgia, serif; }
.s209-stat span { color: var(--s209-muted); font-size: 1.2rem; }
.s209-review { padding: 1.6rem; }
.s209-stars { color: #f0e68c; letter-spacing: .2rem; }
.s209-review blockquote { margin: 1rem 0; color: var(--s209-muted); line-height: 2.2rem; }
.s209-review cite { font-weight: 800; font-style: normal; }
.s209-payment-row { display: flex; flex-wrap: wrap; gap: .8rem; }
.s209-payment { min-height: 4.4rem; display: inline-flex; align-items: center; gap: .7rem; padding: .8rem 1.1rem; border: .1rem solid var(--s209-border); border-radius: .9rem; background: var(--s209-surface); color: var(--s209-muted); font-weight: 800; }
.s209-cta { position: relative; overflow: hidden; padding: 2.4rem; border: .1rem solid var(--s209-accent); border-radius: 1.8rem; background: linear-gradient(135deg, #47380d, #1a1a1a 60%); }
.s209-cta::after { content: '★'; position: absolute; right: -1rem; bottom: -4rem; color: rgba(240, 230, 140, .08); font-size: 16rem; }
.s209-cta > * { position: relative; z-index: 1; }
.s209-cta h2 { margin: 0; font: 900 2.5rem/2.9rem Georgia, serif; }
.s209-cta p { max-width: 66rem; color: var(--s209-muted); line-height: 2.2rem; }
.s209-faq details { border-bottom: .1rem solid var(--s209-border); }
.s209-faq summary { min-height: 5rem; display: flex; align-items: center; justify-content: space-between; gap: 1rem; padding: 1rem 0; font-weight: 900; cursor: pointer; }
.s209-faq p { margin: 0 0 1.5rem; color: var(--s209-muted); line-height: 2.2rem; }

.s209-footer { border-top: .1rem solid var(--s209-border); background: #0a0a09; }
.s209-footer-grid { display: grid; gap: 2rem; padding-block: 3.2rem; }
.s209-footer h2, .s209-footer h3 { margin-top: 0; font-family: Georgia, serif; }
.s209-footer p { color: var(--s209-muted); line-height: 2.2rem; }
.s209-footer-links, .s209-footer-actions { display: flex; flex-wrap: wrap; gap: .8rem; }
.s209-footer-links a { min-height: 4.4rem; display: inline-flex; align-items: center; color: var(--s209-accent); font-weight: 800; }
.s209-footer-bottom { padding: 1.6rem 0; border-top: .1rem solid var(--s209-border); color: var(--s209-muted); font-size: 1.2rem; text-align: center; }

.s209-bottom-nav {
  position: fixed; z-index: 1000; left: .6rem; right: .6rem; bottom: .6rem; height: 6.2rem;
  display: flex; align-items: stretch; justify-content: space-around; border: .1rem solid rgba(240, 230, 140, .3);
  border-radius: 1.6rem; background: #1a1a1a; box-shadow: 0 -.8rem 2.4rem rgba(0, 0, 0, .45);
}
.s209-bottom-item { min-width: 6rem; min-height: 6rem; display: flex; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: .3rem; border: 0; border-radius: 1.4rem; background: transparent; color: var(--s209-muted); font-size: 1rem; font-weight: 800; text-decoration: none; cursor: pointer; transition: transform .18s, color .18s, background .18s; }
.s209-bottom-item i, .s209-bottom-item ion-icon, .s209-bottom-item .material-icons { font-size: 2.3rem; line-height: 2.4rem; }
.s209-bottom-item:active { transform: scale(.9); }
.s209-bottom-item:hover, .s209-bottom-item.s209-current { background: linear-gradient(180deg, rgba(240, 230, 140, .16), transparent); color: var(--s209-accent); }

@media (max-width: 768px) {
  .s209-main { padding-bottom: 8rem; }
}
@media (max-width: 430px) {
  .s209-container { width: min(100% - 2rem, 41rem); }
  .s209-brand-name { max-width: 8.6rem; font-size: 1.55rem; }
  .s209-header-row { gap: .5rem; }
  .s209-header-actions { gap: .4rem; }
  .s209-btn-compact { min-width: 6.5rem; padding-inline: .7rem; font-size: 1.2rem; }
  .s209-carousel { min-height: 27rem; border-radius: 1.5rem; }
  .s209-slide-copy { left: 1.5rem; right: 3.5rem; bottom: 4rem; }
  .s209-slide-copy h2 { font-size: 2.3rem; line-height: 2.6rem; }
  .s209-slide-copy p { font-size: 1.3rem; line-height: 1.9rem; }
  .s209-game-grid { gap: .8rem; }
  .s209-game-name { min-height: 4.4rem; font-size: 1.05rem; }
  .s209-bottom-nav { left: 0; right: 0; bottom: 0; border-width: .1rem 0 0; border-radius: 1.3rem 1.3rem 0 0; }
}
@media (min-width: 520px) {
  .s209-game-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .s209-content-grid { grid-template-columns: repeat(2, 1fr); }
  .s209-trust-strip { grid-template-columns: repeat(4, 1fr); }
}
@media (min-width: 769px) {
  body { font-size: 1.6rem; line-height: 1.6rem; }
  .s209-bottom-nav { display: none; }
  .s209-menu-toggle { display: none; }
  .s209-desktop-nav { display: flex; }
  .s209-game-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); }
  .s209-footer-grid { grid-template-columns: 1.5fr 1fr 1fr; }
}
@media (min-width: 1024px) {
  .s209-game-grid { grid-template-columns: repeat(8, minmax(0, 1fr)); }
  .s209-content-grid { grid-template-columns: repeat(3, 1fr); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
