:root {
  font-size: 62.5%;
  --gfe3-primary: #ff7f50;
  --gfe3-secondary: #ffb347;
  --gfe3-accent: #ffa500;
  --gfe3-bg: #101010;
  --gfe3-panel: #1a1a1a;
  --gfe3-panel-soft: #24201e;
  --gfe3-text: #f8f8ff;
  --gfe3-muted: #c9c3bf;
  --gfe3-success: #42d392;
  --gfe3-border: rgba(255, 179, 71, .25);
  --gfe3-shadow: 0 1.2rem 3rem rgba(0, 0, 0, .34);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; overflow-x: hidden; }
body {
  margin: 0;
  min-width: 32rem;
  overflow-x: hidden;
  color: var(--gfe3-text);
  background: radial-gradient(circle at 50% -10%, #4b251b 0, var(--gfe3-bg) 35rem);
  font-family: Inter, "Segoe UI", Arial, sans-serif;
  font-size: 1.5rem;
  line-height: 2.4rem;
}
body.gfe3-no-scroll { overflow: hidden; }
a { color: inherit; text-decoration: none; }
button { color: inherit; font: inherit; }
img { display: block; max-width: 100%; }
.gfe3-container { width: min(100% - 2.4rem, 112rem); margin-inline: auto; }
.gfe3-wrapper { position: relative; }
.gfe3-header {
  position: fixed;
  inset: 0 0 auto;
  z-index: 1000;
  min-height: 6.4rem;
  border-bottom: .1rem solid var(--gfe3-border);
  background: rgba(16, 16, 16, .94);
  backdrop-filter: blur(1.6rem);
}
.gfe3-header-row { display: flex; min-height: 6.4rem; align-items: center; gap: .8rem; }
.gfe3-brand { display: inline-flex; min-width: 0; align-items: center; gap: .7rem; font-weight: 900; }
.gfe3-brand-mark {
  display: grid;
  width: 3.2rem;
  height: 3.2rem;
  flex: 0 0 auto;
  place-items: center;
  border-radius: 1rem;
  color: #1a1a1a;
  background: linear-gradient(135deg, var(--gfe3-secondary), var(--gfe3-primary));
  box-shadow: 0 0 1.8rem rgba(255, 127, 80, .38);
}
.gfe3-brand-text { overflow: hidden; font-size: 1.8rem; letter-spacing: .04em; text-overflow: ellipsis; }
.gfe3-brand-text strong { color: var(--gfe3-secondary); }
.gfe3-header-actions { display: flex; margin-left: auto; align-items: center; gap: .6rem; }
.gfe3-btn {
  display: inline-flex;
  min-height: 4.4rem;
  align-items: center;
  justify-content: center;
  gap: .6rem;
  border: .1rem solid transparent;
  border-radius: 1.2rem;
  padding: .8rem 1.2rem;
  cursor: pointer;
  font-weight: 800;
  transition: transform .2s ease, filter .2s ease, border-color .2s ease;
}
.gfe3-btn:active { transform: scale(.96); }
.gfe3-btn:hover { filter: brightness(1.1); }
.gfe3-btn-primary { color: #1a1a1a; background: linear-gradient(135deg, var(--gfe3-secondary), var(--gfe3-primary)); }
.gfe3-btn-outline { border-color: var(--gfe3-primary); color: var(--gfe3-primary); background: transparent; }
.gfe3-menu-trigger { width: 4.4rem; padding: 0; border-color: var(--gfe3-border); background: var(--gfe3-panel); }
.gfe3-desktop-nav { display: none; align-items: center; gap: .4rem; }
.gfe3-desktop-link { min-height: 4.4rem; padding: 1.4rem 1rem; color: var(--gfe3-muted); font-weight: 700; }
.gfe3-desktop-link:hover { color: var(--gfe3-secondary); }
.gfe3-mobile-menu {
  position: fixed;
  z-index: 9999;
  inset: 0 0 0 auto;
  width: min(86vw, 34rem);
  padding: 2rem;
  transform: translateX(105%);
  background: #171412;
  box-shadow: -1rem 0 3rem rgba(0, 0, 0, .55);
  transition: transform .28s ease;
}
.gfe3-mobile-menu.gfe3-menu-open { transform: translateX(0); }
.gfe3-menu-head { display: flex; align-items: center; justify-content: space-between; margin-bottom: 2rem; }
.gfe3-menu-title { margin: 0; color: var(--gfe3-secondary); font-size: 2rem; }
.gfe3-menu-close { width: 4.4rem; min-height: 4.4rem; padding: 0; background: var(--gfe3-panel-soft); }
.gfe3-mobile-menu nav { display: grid; gap: .8rem; }
.gfe3-mobile-link { display: flex; min-height: 4.8rem; align-items: center; gap: 1rem; border: .1rem solid var(--gfe3-border); border-radius: 1.2rem; padding: 1rem 1.2rem; font-weight: 750; }
.gfe3-mobile-link:hover { border-color: var(--gfe3-primary); color: var(--gfe3-secondary); }
.gfe3-menu-promo { margin-top: 1.6rem; width: 100%; }
.gfe3-menu-overlay { position: fixed; z-index: 9998; inset: 0; visibility: hidden; opacity: 0; background: rgba(0, 0, 0, .72); transition: opacity .25s ease; }
.gfe3-menu-overlay.gfe3-overlay-open { visibility: visible; opacity: 1; }
.gfe3-main { padding-top: 6.4rem; }
.gfe3-carousel { position: relative; min-height: 24rem; overflow: hidden; background: #080808; }
.gfe3-slide { position: absolute; inset: 0; visibility: hidden; opacity: 0; cursor: pointer; transition: opacity .55s ease; }
.gfe3-slide.gfe3-slide-active { visibility: visible; opacity: 1; }
.gfe3-slide img { width: 100%; height: 100%; min-height: 24rem; object-fit: cover; opacity: .66; }
.gfe3-slide::after { position: absolute; inset: 0; content: ""; background: linear-gradient(90deg, rgba(0,0,0,.82), rgba(0,0,0,.15)), linear-gradient(0deg, #101010 0, transparent 50%); }
.gfe3-slide-copy { position: absolute; z-index: 2; inset: auto 1.6rem 3.5rem; max-width: 50rem; }
.gfe3-kicker { display: inline-flex; margin-bottom: .8rem; border: .1rem solid rgba(255,179,71,.4); border-radius: 9rem; padding: .6rem 1rem; color: var(--gfe3-secondary); background: rgba(0,0,0,.5); font-size: 1.2rem; font-weight: 900; text-transform: uppercase; }
.gfe3-slide-title { margin: 0 0 1rem; font-size: clamp(2.5rem, 8vw, 4.8rem); line-height: 1.05; }
.gfe3-slide-text { margin: 0; color: #f4eae6; line-height: 2.2rem; }
.gfe3-carousel-controls { position: absolute; z-index: 3; inset: auto 1.2rem 1rem; display: flex; align-items: center; justify-content: space-between; }
.gfe3-arrow { display: grid; width: 4.4rem; height: 4.4rem; place-items: center; border: .1rem solid var(--gfe3-border); border-radius: 50%; background: rgba(0,0,0,.62); cursor: pointer; }
.gfe3-dots { display: flex; gap: .7rem; }
.gfe3-dot { width: 1rem; height: 1rem; border: 0; border-radius: 50%; padding: 0; background: #8b7d75; cursor: pointer; transition: width .2s ease, background .2s ease; }
.gfe3-dot.gfe3-dot-active { width: 2.6rem; border-radius: 1rem; background: var(--gfe3-primary); }
.gfe3-hero-intro { padding: 3rem 0 1.5rem; text-align: center; }
.gfe3-hero-intro h1 { margin: 0 auto 1.2rem; max-width: 78rem; font-size: clamp(2.8rem, 8vw, 5rem); line-height: 1.08; }
.gfe3-hero-intro p { max-width: 72rem; margin: 0 auto 1.8rem; color: var(--gfe3-muted); line-height: 2.4rem; }
.gfe3-cta-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 1rem; }
.gfe3-section { scroll-margin-top: 7.2rem; padding: 2.8rem 0; }
.gfe3-section-head { display: flex; align-items: end; justify-content: space-between; gap: 1rem; margin-bottom: 1.5rem; }
.gfe3-section-title { margin: 0; font-size: clamp(2.2rem, 6vw, 3.4rem); line-height: 1.15; }
.gfe3-section-note { color: var(--gfe3-muted); font-size: 1.3rem; }
.gfe3-category-nav { display: flex; overflow-x: auto; gap: .8rem; padding: .2rem 0 1.2rem; scrollbar-width: none; }
.gfe3-category-nav::-webkit-scrollbar { display: none; }
.gfe3-category-link { display: inline-flex; min-height: 4.4rem; flex: 0 0 auto; align-items: center; gap: .6rem; border: .1rem solid var(--gfe3-border); border-radius: 9rem; padding: .8rem 1.3rem; background: var(--gfe3-panel); font-size: 1.3rem; font-weight: 800; }
.gfe3-category-link:hover { color: #1a1a1a; background: var(--gfe3-secondary); }
.gfe3-game-group { scroll-margin-top: 8rem; margin-bottom: 3rem; }
.gfe3-game-group-title { display: flex; align-items: center; gap: .8rem; margin: 0 0 1.2rem; font-size: 2rem; }
.gfe3-game-group-title i, .gfe3-game-group-title ion-icon { color: var(--gfe3-primary); font-size: 2.4rem; }
.gfe3-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); gap: .9rem; }
.gfe3-card { min-width: 0; overflow: hidden; border: .1rem solid var(--gfe3-border); border-radius: 1.2rem; background: linear-gradient(155deg, #28211e, #171717); box-shadow: 0 .7rem 1.7rem rgba(0,0,0,.18); transition: transform .2s ease, border-color .2s ease; }
.gfe3-card:hover { transform: translateY(-.3rem); border-color: var(--gfe3-primary); }
.gfe3-game-link { display: block; min-height: 4.4rem; cursor: pointer; }
.gfe3-game-image { width: 100%; aspect-ratio: 1 / 1; object-fit: cover; background: #0c0c0c; }
.gfe3-game-name { display: flex; min-height: 4.6rem; align-items: center; justify-content: center; padding: .7rem .5rem; overflow: hidden; text-align: center; font-size: 1.15rem; font-weight: 800; line-height: 1.5rem; }
.gfe3-content-grid { display: grid; gap: 1.4rem; }
.gfe3-panel { border: .1rem solid var(--gfe3-border); border-radius: 1.6rem; padding: 1.8rem; background: linear-gradient(145deg, rgba(39,31,27,.95), rgba(22,22,22,.95)); box-shadow: var(--gfe3-shadow); }
.gfe3-panel h2, .gfe3-panel h3 { margin-top: 0; line-height: 1.25; }
.gfe3-panel p, .gfe3-panel li { color: #ded7d3; line-height: 2.35rem; }
.gfe3-panel a, .gfe3-text-link { color: var(--gfe3-secondary); font-weight: 900; text-decoration: underline; text-underline-offset: .3rem; cursor: pointer; }
.gfe3-feature-list { display: grid; gap: 1rem; margin: 0; padding: 0; list-style: none; }
.gfe3-feature-item { display: grid; grid-template-columns: 4.4rem 1fr; gap: 1rem; align-items: start; border-bottom: .1rem solid rgba(255,255,255,.07); padding-bottom: 1rem; }
.gfe3-feature-icon { display: grid; width: 4.4rem; height: 4.4rem; place-items: center; border-radius: 1.2rem; color: #1a1a1a; background: var(--gfe3-secondary); font-size: 2.2rem; }
.gfe3-metrics { display: grid; grid-template-columns: repeat(2, 1fr); gap: 1rem; }
.gfe3-metric { border: .1rem solid var(--gfe3-border); border-radius: 1.3rem; padding: 1.4rem; text-align: center; background: rgba(0,0,0,.25); }
.gfe3-metric strong { display: block; margin-bottom: .7rem; color: var(--gfe3-secondary); font-size: 2.2rem; line-height: 1; }
.gfe3-review-grid { display: grid; gap: 1rem; }
.gfe3-review { margin: 0; border-left: .3rem solid var(--gfe3-primary); border-radius: 0 1.2rem 1.2rem 0; padding: 1.4rem; background: rgba(0,0,0,.25); }
.gfe3-review p { margin-top: 0; }
.gfe3-review cite { color: var(--gfe3-secondary); font-style: normal; font-weight: 800; }
.gfe3-faq details { margin-bottom: .9rem; border: .1rem solid var(--gfe3-border); border-radius: 1.2rem; background: rgba(0,0,0,.22); }
.gfe3-faq summary { min-height: 4.8rem; padding: 1.5rem; cursor: pointer; color: var(--gfe3-text); font-weight: 850; line-height: 1.8rem; }
.gfe3-faq details p { margin: 0; padding: 0 1.5rem 1.5rem; }
.gfe3-app-banner { position: relative; overflow: hidden; border: .1rem solid rgba(255,179,71,.45); border-radius: 1.8rem; padding: 2.2rem; background: linear-gradient(135deg, #4b251b, #1a1a1a 70%); }
.gfe3-app-banner::after { position: absolute; width: 15rem; height: 15rem; inset: -5rem -4rem auto auto; border-radius: 50%; content: ""; background: rgba(255,179,71,.13); }
.gfe3-footer { border-top: .1rem solid var(--gfe3-border); padding: 3.5rem 0 8.5rem; background: #0a0a0a; }
.gfe3-footer-grid { display: grid; gap: 2rem; }
.gfe3-footer-title { margin: 0 0 1rem; color: var(--gfe3-secondary); font-size: 2rem; }
.gfe3-footer p { color: var(--gfe3-muted); line-height: 2.3rem; }
.gfe3-footer-links { display: flex; flex-wrap: wrap; gap: .8rem; }
.gfe3-footer-link { display: inline-flex; min-height: 4.4rem; align-items: center; border: .1rem solid var(--gfe3-border); border-radius: 1rem; padding: .8rem 1.1rem; font-weight: 750; }
.gfe3-footer-link:hover { color: #171717; background: var(--gfe3-secondary); }
.gfe3-copyright { margin-top: 2rem; border-top: .1rem solid rgba(255,255,255,.08); padding-top: 1.5rem; color: #9e9691; font-size: 1.3rem; }
.gfe3-bottom-nav { position: fixed; z-index: 1000; inset: auto 0 0; display: flex; height: 6.2rem; align-items: stretch; justify-content: space-around; border-top: .1rem solid rgba(255,179,71,.38); background: #181310; box-shadow: 0 -1rem 2.8rem rgba(0,0,0,.38); }
.gfe3-bottom-link { position: relative; display: flex; min-width: 6rem; min-height: 6rem; flex: 1; flex-direction: column; align-items: center; justify-content: center; gap: .25rem; border: 0; padding: .4rem; color: #bdb5b0; background: transparent; cursor: pointer; font-size: 1.05rem; font-weight: 750; transition: transform .18s ease, color .18s ease; }
.gfe3-bottom-link i, .gfe3-bottom-link ion-icon, .gfe3-bottom-link .material-icons-two-tone { font-size: 2.3rem; }
.gfe3-bottom-link:active { transform: scale(.9); }
.gfe3-bottom-link.gfe3-current, .gfe3-bottom-link:hover { color: var(--gfe3-secondary); }
.gfe3-bottom-link.gfe3-current::before { position: absolute; inset: 0.1rem 30% auto; height: .3rem; border-radius: 1rem; content: ""; background: var(--gfe3-primary); }
.gfe3-badge { position: absolute; top: .4rem; left: calc(50% + .9rem); min-width: 1.7rem; border-radius: 1rem; padding: .15rem .45rem; color: #1a1a1a; background: var(--gfe3-secondary); font-size: .9rem; font-weight: 900; }
@media (max-width: 768px) {
  .gfe3-main { padding-bottom: 8rem; }
  .gfe3-header .gfe3-btn { min-width: 6.3rem; padding-inline: .8rem; font-size: 1.2rem; }
  .gfe3-brand-text { max-width: 9rem; }
}
@media (max-width: 430px) {
  .gfe3-container { width: min(100% - 1.6rem, 112rem); }
  .gfe3-header-row { gap: .5rem; }
  .gfe3-brand-text { max-width: 7.2rem; font-size: 1.5rem; }
  .gfe3-header .gfe3-btn { min-width: 5.8rem; padding-inline: .6rem; }
  .gfe3-slide-copy { inset-inline: 1.2rem; }
  .gfe3-grid { gap: .7rem; }
}
@media (min-width: 520px) {
  .gfe3-grid { grid-template-columns: repeat(4, minmax(0, 1fr)); }
  .gfe3-content-grid, .gfe3-review-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (min-width: 769px) {
  body { font-size: 1.6rem; line-height: 1.6rem; }
  .gfe3-bottom-nav { display: none; }
  .gfe3-footer { padding-bottom: 3.5rem; }
  .gfe3-menu-trigger { display: none; }
  .gfe3-desktop-nav { display: flex; }
  .gfe3-carousel, .gfe3-slide img { min-height: 44rem; }
  .gfe3-slide-copy { inset: auto auto 7rem max(2rem, calc((100vw - 112rem) / 2)); }
  .gfe3-grid { grid-template-columns: repeat(6, minmax(0, 1fr)); gap: 1.2rem; }
  .gfe3-content-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .gfe3-footer-grid { grid-template-columns: 1.2fr .8fr; }
}
@media (min-width: 1040px) {
  .gfe3-grid { grid-template-columns: repeat(9, minmax(0, 1fr)); }
}
@media (prefers-reduced-motion: reduce) {
  *, *::before, *::after { scroll-behavior: auto !important; transition-duration: .01ms !important; animation-duration: .01ms !important; }
}
