:root{
  --gg-black:#050505;
  --gg-deep:#0b0703;
  --gg-card:#14100b;
  --gg-card2:#1b1308;
  --gg-red:#e0312d;
  --gg-orange:#ff8a1f;
  --gg-gold:#f7c75b;
  --gg-yellow:#ffd66b;
  --gg-text:#ffffff;
  --gg-muted:#c7bda8;
  --gg-line:rgba(255,214,107,.16);
  --gg-shadow:0 30px 90px rgba(0,0,0,.55);
}

*{box-sizing:border-box}
html{scroll-behavior:smooth}
body{
  margin:0;
  color:var(--gg-text);
  background:#050505;
  font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Microsoft YaHei",Arial,sans-serif;
  overflow-x:hidden;
}
a{text-decoration:none;color:inherit}
img{display:block;max-width:100%}
button{font:inherit}

.gg-page{
  overflow:hidden;
  background:
    radial-gradient(circle at 12% 4%,rgba(224,49,45,.18),transparent 30%),
    radial-gradient(circle at 84% 8%,rgba(247,199,91,.15),transparent 34%),
    linear-gradient(180deg,#050505,#0b0703 46%,#050505);
}

.gg-wrap{
  width:min(1180px,calc(100% - 48px));
  margin:0 auto;
}

.gg-header{
  position:sticky;
  top:0;
  z-index:90;
  background:rgba(5,5,5,.92);
  backdrop-filter:blur(18px);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.gg-header-inner{
  min-height:74px;
  display:flex;
  align-items:center;
  gap:28px;
}
.gg-brand{
  min-width:240px;
  display:flex;
  align-items:center;
  gap:12px;
}
.gg-brand img{
  width:auto;
  height:32px;
  max-width:120px;
  object-fit:contain;
}
.gg-brand b{
  display:block;
  font-size:22px;
  line-height:1;
}
.gg-brand small{
  display:block;
  margin-top:6px;
  color:var(--gg-gold);
  font-size:12px;
  letter-spacing:1.8px;
}
.gg-nav{
  margin-left:auto;
  display:flex;
  align-items:center;
  gap:22px;
  font-size:14px;
  font-weight:900;
}
.gg-nav a{
  position:relative;
  padding:28px 0 25px;
  color:#f5efe2;
}
.gg-nav a:after{
  content:"";
  position:absolute;
  left:0;
  right:0;
  bottom:16px;
  height:3px;
  border-radius:999px;
  background:linear-gradient(90deg,var(--gg-red),var(--gg-gold));
  transform:scaleX(0);
  transition:.18s ease;
}
.gg-nav a:hover,
.gg-nav a.is-active{
  color:var(--gg-gold);
}
.gg-nav a:hover:after,
.gg-nav a.is-active:after{
  transform:scaleX(1);
}
.gg-head-cta{
  min-height:42px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 22px;
  border-radius:999px;
  background:linear-gradient(135deg,var(--gg-red),var(--gg-orange));
  color:#fff;
  font-weight:1000;
  box-shadow:0 18px 34px rgba(224,49,45,.28);
}
.gg-menu-btn{
  display:none;
  margin-left:auto;
  width:42px;
  height:38px;
  padding:9px;
  border-radius:12px;
  border:1px solid rgba(255,255,255,.14);
  background:rgba(255,255,255,.04);
}
.gg-menu-btn span{
  display:block;
  height:2px;
  margin:5px 0;
  background:#fff;
  border-radius:6px;
}

.gg-hero{
  position:relative;
  min-height:680px;
  display:flex;
  align-items:center;
  overflow:hidden;
}
.gg-hero-bg{
  position:absolute;
  inset:0;
}
.gg-hero-bg img{
  width:100%;
  height:100%;
  object-fit:cover;
  object-position:center center;
  opacity:.58;
}
.gg-hero:after{
  content:"";
  position:absolute;
  inset:0;
  background:
    linear-gradient(90deg,rgba(5,5,5,.98) 0%,rgba(5,5,5,.84) 38%,rgba(5,5,5,.48) 72%,rgba(5,5,5,.92) 100%),
    radial-gradient(circle at 72% 42%,rgba(247,199,91,.18),transparent 34%),
    radial-gradient(circle at 24% 74%,rgba(224,49,45,.16),transparent 34%);
}
.gg-hero-inner{
  position:relative;
  z-index:2;
}
.gg-hero-copy{
  max-width:820px;
  padding:96px 0 88px;
}
.gg-kicker,
.gg-section-head span,
.gg-wsop-copy span,
.gg-originals-title span,
.gg-game-block span,
.gg-events-copy span,
.gg-feature-grid span,
.gg-register-panel span,
.gg-keyword-panel span,
.gg-final span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  color:var(--gg-gold);
  font-size:13px;
  font-weight:1000;
  letter-spacing:1.7px;
  text-transform:uppercase;
}
.gg-kicker:before,
.gg-section-head span:before,
.gg-wsop-copy span:before,
.gg-originals-title span:before,
.gg-game-block span:before,
.gg-events-copy span:before,
.gg-feature-grid span:before,
.gg-register-panel span:before,
.gg-keyword-panel span:before,
.gg-final span:before{
  content:"";
  width:36px;
  height:2px;
  background:linear-gradient(90deg,var(--gg-red),var(--gg-gold));
}
.gg-hero h1{
  margin:22px 0 0;
  font-size:clamp(48px,5.8vw,76px);
  line-height:1;
  letter-spacing:-3px;
  font-weight:1000;
}
.gg-hero p{
  max-width:720px;
  margin:26px 0 0;
  color:#f2e7d1;
  font-size:18px;
  line-height:1.88;
}
.gg-actions,
.gg-final-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
  margin-top:34px;
}
.gg-btn{
  min-height:48px;
  display:inline-flex;
  align-items:center;
  justify-content:center;
  padding:0 28px;
  border-radius:999px;
  font-weight:1000;
  transition:.18s ease;
}
.gg-btn:hover{transform:translateY(-2px)}
.gg-btn-primary{
  background:linear-gradient(135deg,var(--gg-red),var(--gg-orange));
  color:#fff;
  box-shadow:0 18px 36px rgba(224,49,45,.24);
}
.gg-btn-ghost{
  color:#fff;
  border:1px solid rgba(255,255,255,.24);
  background:rgba(255,255,255,.055);
}
.gg-keywords{
  margin-top:30px;
  display:flex;
  flex-wrap:wrap;
  gap:10px;
}
.gg-keywords span{
  padding:10px 14px;
  border-radius:999px;
  background:rgba(255,255,255,.08);
  border:1px solid rgba(255,214,107,.20);
  color:#fff4d6;
  font-size:13px;
  font-weight:900;
}

.gg-status{
  padding:30px 0;
  background:#0b0703;
  border-top:1px solid rgba(255,255,255,.08);
  border-bottom:1px solid rgba(255,255,255,.08);
}
.gg-status-grid{
  display:grid;
  grid-template-columns:repeat(4,1fr);
  gap:16px;
}
.gg-status article{
  padding:22px;
  border-radius:24px;
  background:linear-gradient(145deg,rgba(255,255,255,.075),rgba(255,255,255,.025));
  border:1px solid var(--gg-line);
}
.gg-status small{
  color:var(--gg-gold);
  font-weight:1000;
}
.gg-status b{
  display:block;
  margin:8px 0;
  font-size:22px;
}
.gg-status p{
  margin:0;
  color:var(--gg-muted);
  line-height:1.66;
  font-size:14px;
}

.gg-section{
  padding:92px 0;
}
.gg-section-head{
  max-width:900px;
  margin:0 auto 44px;
  text-align:center;
}
.gg-section h2,
.gg-wsop-copy h2,
.gg-originals-title h2,
.gg-events-copy h2,
.gg-register-panel h2,
.gg-keyword-panel h2,
.gg-final h2{
  margin:14px 0 0;
  font-size:48px;
  line-height:1.08;
  letter-spacing:-1.6px;
}
.gg-section p,
.gg-wsop-copy p,
.gg-originals-title p,
.gg-events-copy p,
.gg-register-panel p,
.gg-keyword-panel p,
.gg-final p{
  color:var(--gg-muted);
  line-height:1.82;
  font-size:16px;
}

.gg-download{
  background:
    radial-gradient(circle at 84% 16%,rgba(247,199,91,.13),transparent 34%),
    #050505;
}
.gg-download-stage{
  display:grid;
  grid-template-columns:1.04fr .96fr;
  gap:30px;
  align-items:stretch;
  padding:34px;
  border-radius:40px;
  background:linear-gradient(145deg,#16100b,#090604);
  border:1px solid var(--gg-line);
  box-shadow:var(--gg-shadow);
}
.gg-download-main{
  margin:0;
  aspect-ratio:16/10;
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  border-radius:30px;
  background:#050505;
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
}
.gg-download-main img{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:contain;
  border-radius:22px;
}
.gg-device-list{
  display:grid;
  gap:18px;
}
.gg-device-list article{
  display:grid;
  grid-template-columns:158px 1fr;
  gap:20px;
  align-items:center;
  padding:22px;
  border-radius:26px;
  background:rgba(255,255,255,.055);
  border:1px solid rgba(255,255,255,.1);
}
.gg-device-list figure{
  margin:0;
  width:158px;
  height:116px;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:12px;
  border-radius:18px;
  background:#050505;
}
.gg-device-list img{
  max-width:100%;
  max-height:100%;
  object-fit:contain;
}
.gg-device-list span{
  color:var(--gg-gold);
  font-size:12px;
  font-weight:1000;
  letter-spacing:1.3px;
  text-transform:uppercase;
}
.gg-device-list h3{
  margin:8px 0;
  font-size:25px;
}
.gg-device-list p{
  margin:0;
  color:var(--gg-muted);
  line-height:1.7;
}
.gg-entry-card{
  grid-template-columns:1fr!important;
}
.gg-entry-card b{
  font-size:24px;
}
.gg-entry-card a{
  display:inline-flex;
  margin-top:12px;
  color:var(--gg-gold);
  font-weight:1000;
}

.gg-wsop{
  background:#0b0703;
}
.gg-wsop-panel{
  display:grid;
  grid-template-columns:.92fr 1.08fr;
  gap:42px;
  align-items:center;
  padding:46px;
  border-radius:42px;
  background:
    radial-gradient(circle at 82% 22%,rgba(247,199,91,.15),transparent 34%),
    linear-gradient(145deg,#1a1208,#080604);
  border:1px solid rgba(247,199,91,.20);
  box-shadow:var(--gg-shadow);
}
.gg-path{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
  margin:28px 0 30px;
}
.gg-path div{
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}
.gg-path b{
  display:block;
  color:var(--gg-gold);
  margin-bottom:6px;
}
.gg-path span{
  color:var(--gg-muted);
  line-height:1.65;
}
.gg-wsop-visual{
  margin:0;
  aspect-ratio:16/10;
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  border-radius:34px;
  background:#050505;
  border:1px solid rgba(255,255,255,.1);
  overflow:hidden;
}
.gg-wsop-visual img{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:contain;
  border-radius:22px;
}

.gg-originals{
  background:#050505;
}
.gg-originals-title{
  max-width:900px;
  margin-bottom:42px;
}
.gg-originals-grid{
  display:grid;
  gap:34px;
}
.gg-game-block{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:42px;
  align-items:center;
  padding:38px;
  border-radius:40px;
  background:linear-gradient(145deg,#15100b,#080604);
  border:1px solid var(--gg-line);
  box-shadow:var(--gg-shadow);
}
.gg-game-block.is-reverse figure{
  order:2;
}
.gg-game-block figure{
  margin:0;
  aspect-ratio:16/9;
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  border-radius:30px;
  background:#050505;
  overflow:hidden;
}
.gg-game-block img{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:contain;
  border-radius:22px;
}
.gg-game-block h3{
  margin:12px 0 10px;
  font-size:38px;
  line-height:1.12;
}
.gg-game-block ul{
  margin:20px 0 0;
  padding-left:18px;
  color:#eadcbf;
  line-height:1.8;
}

.gg-events{
  background:#0b0703;
}
.gg-events-layout{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:46px;
  align-items:center;
}
.gg-event-cards{
  display:grid;
  gap:14px;
  margin-top:28px;
}
.gg-event-cards article{
  padding:18px 20px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border-left:4px solid var(--gg-gold);
}
.gg-event-cards b{
  display:block;
  margin-bottom:6px;
}
.gg-event-cards p{
  margin:0;
  font-size:14px;
}
.gg-events-visual{
  margin:0;
  aspect-ratio:16/10;
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:16px;
  border-radius:34px;
  background:#050505;
  border:1px solid var(--gg-line);
  box-shadow:var(--gg-shadow);
  overflow:hidden;
}
.gg-events-visual img{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:contain;
  border-radius:22px;
}

.gg-features{
  background:#050505;
}
.gg-feature-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:24px;
}
.gg-feature-grid article{
  padding:24px;
  border-radius:34px;
  background:linear-gradient(145deg,#15100b,#080604);
  border:1px solid var(--gg-line);
  box-shadow:var(--gg-shadow);
}
.gg-feature-grid figure{
  margin:0;
  aspect-ratio:16/10;
  min-height:auto;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:14px;
  border-radius:24px;
  background:#050505;
  overflow:hidden;
}
.gg-feature-grid img{
  width:100%;
  height:100%;
  max-height:none;
  object-fit:contain;
  border-radius:18px;
}
.gg-feature-grid h3{
  margin:16px 0 8px;
  font-size:28px;
}
.gg-feature-grid p{
  margin:0;
  color:var(--gg-muted);
  line-height:1.72;
}

.gg-register{
  background:#0b0703;
}
.gg-register-panel{
  display:grid;
  grid-template-columns:.9fr 1.1fr;
  gap:40px;
  align-items:start;
  padding:42px;
  border-radius:40px;
  background:linear-gradient(145deg,#15100b,#080604);
  border:1px solid var(--gg-line);
  box-shadow:var(--gg-shadow);
}
.gg-timeline{
  display:grid;
  gap:14px;
}
.gg-timeline article{
  display:grid;
  grid-template-columns:54px 1fr;
  gap:14px;
  align-items:center;
  padding:15px;
  border-radius:20px;
  background:rgba(255,255,255,.06);
  border:1px solid rgba(255,255,255,.1);
}
.gg-timeline b{
  width:54px;
  height:54px;
  display:grid;
  place-items:center;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gg-red),var(--gg-orange));
}
.gg-timeline span{
  font-weight:900;
}

.gg-keyword-section{
  background:#050505;
}
.gg-keyword-panel{
  display:grid;
  grid-template-columns:.95fr 1.05fr;
  gap:34px;
  align-items:center;
  padding:42px;
  border-radius:38px;
  background:
    radial-gradient(circle at 86% 20%,rgba(247,199,91,.12),transparent 34%),
    linear-gradient(145deg,#15100b,#080604);
  border:1px solid var(--gg-line);
}
.gg-keyword-tags{
  display:flex;
  flex-wrap:wrap;
  gap:12px;
}
.gg-keyword-tags span{
  padding:11px 15px;
  border-radius:999px;
  background:rgba(255,255,255,.07);
  border:1px solid rgba(255,255,255,.12);
  color:#fff4d6;
  font-weight:900;
}

.gg-faq{
  background:#0b0703;
}
.gg-faq-grid{
  display:grid;
  grid-template-columns:1fr 1fr;
  gap:14px;
}
.gg-faq-grid details{
  border-radius:22px;
  background:linear-gradient(145deg,#15100b,#080604);
  border:1px solid var(--gg-line);
  overflow:hidden;
}
.gg-faq-grid summary{
  cursor:pointer;
  list-style:none;
  padding:22px 24px;
  font-weight:1000;
  display:flex;
  justify-content:space-between;
  gap:18px;
}
.gg-faq-grid summary::-webkit-details-marker{display:none}
.gg-faq-grid summary:after{
  content:"+";
  color:var(--gg-gold);
  font-size:24px;
}
.gg-faq-grid details[open] summary:after{content:"−"}
.gg-faq-grid p{
  margin:0;
  padding:0 24px 24px;
  color:var(--gg-muted);
  line-height:1.76;
  font-size:14px;
}

.gg-final{
  padding:90px 0;
  background:
    radial-gradient(circle at 76% 28%,rgba(247,199,91,.18),transparent 34%),
    radial-gradient(circle at 20% 75%,rgba(224,49,45,.16),transparent 32%),
    linear-gradient(135deg,#050505,#1a1007 50%,#050505);
}
.gg-final-inner{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:38px;
}
.gg-final p{
  max-width:720px;
}
.gg-final-actions{
  justify-content:flex-end;
}

.gg-footer{
  padding:36px 0;
  background:#020202;
  border-top:1px solid rgba(255,255,255,.08);
}
.gg-footer-inner{
  display:flex;
  justify-content:space-between;
  gap:34px;
}
.gg-footer b{
  font-size:22px;
}
.gg-footer p{
  max-width:780px;
  color:#8e8069;
  line-height:1.75;
  font-size:13px;
}
.gg-footer-links{
  display:flex;
  flex-wrap:wrap;
  gap:16px;
  justify-content:flex-end;
}
.gg-footer-links a{
  color:#eadcbf;
  font-size:14px;
}

.gg-backtop{
  position:fixed;
  right:24px;
  bottom:24px;
  z-index:60;
  width:54px;
  height:54px;
  border:0;
  border-radius:50%;
  background:linear-gradient(135deg,var(--gg-red),var(--gg-orange));
  color:#fff;
  font-weight:1000;
  cursor:pointer;
  opacity:0;
  pointer-events:none;
  box-shadow:0 18px 36px rgba(224,49,45,.28);
}
.gg-backtop.is-visible{
  opacity:1;
  pointer-events:auto;
}

.img-missing{display:none!important}

@media(max-width:1100px){
  .gg-menu-btn{display:block}
  .gg-nav{
    position:absolute;
    top:74px;
    left:4%;
    right:4%;
    display:none;
    flex-direction:column;
    align-items:stretch;
    gap:0;
    padding:16px;
    border-radius:22px;
    background:#111;
    border:1px solid var(--gg-line);
  }
  .gg-nav.is-open{display:flex}
  .gg-nav a{padding:14px 12px}
  .gg-nav a:after{display:none}
  .gg-head-cta{display:none}

  .gg-status-grid,
  .gg-download-stage,
  .gg-wsop-panel,
  .gg-game-block,
  .gg-events-layout,
  .gg-register-panel,
  .gg-keyword-panel{
    grid-template-columns:1fr;
  }

  .gg-game-block.is-reverse figure{order:0}
  .gg-feature-grid,
  .gg-faq-grid{
    grid-template-columns:1fr;
  }

  .gg-final-inner,
  .gg-footer-inner{
    flex-direction:column;
    align-items:flex-start;
  }
  .gg-final-actions,
  .gg-footer-links{
    justify-content:flex-start;
  }
}

@media(max-width:700px){
  .gg-wrap{width:min(1180px,calc(100% - 32px))}
  .gg-brand{min-width:0}
  .gg-brand img{
    width:auto;
    height:28px;
    max-width:104px;
  }
  .gg-brand b{font-size:18px}
  .gg-brand small{display:none}
  .gg-hero{
    min-height:auto;
  }
  .gg-hero-copy{
    padding:66px 0 60px;
  }
  .gg-hero h1{
    font-size:clamp(32px,8.8vw,40px);
    line-height:1.04;
    letter-spacing:-1.2px;
  }
  .gg-hero p{
    font-size:15px;
  }
  .gg-actions,
  .gg-final-actions{
    flex-direction:column;
    align-items:stretch;
  }
  .gg-btn{
    width:100%;
  }
  .gg-section{
    padding:64px 0;
  }
  .gg-section h2,
  .gg-wsop-copy h2,
  .gg-originals-title h2,
  .gg-events-copy h2,
  .gg-register-panel h2,
  .gg-keyword-panel h2,
  .gg-final h2{
    font-size:32px;
  }
  .gg-download-stage,
  .gg-wsop-panel,
  .gg-game-block,
  .gg-register-panel,
  .gg-keyword-panel{
    padding:24px;
    border-radius:28px;
  }
  .gg-download-main,
  .gg-wsop-visual,
  .gg-events-visual,
  .gg-feature-grid figure{
    aspect-ratio:16/9;
  }
  .gg-game-block figure{
    aspect-ratio:16/8;
  }
  .gg-event-cards article,
  .gg-feature-grid article,
  .gg-faq-grid summary,
  .gg-faq-grid p{
    padding-left:20px;
    padding-right:20px;
  }
  .gg-device-list article{
    grid-template-columns:1fr;
  }
  .gg-device-list figure{
    width:100%;
    height:150px;
  }
  .gg-path{
    grid-template-columns:1fr;
  }
}
