:root{
  --bg:#060607;
  --bg-soft:#101114;
  --panel:#141519;
  --panel-strong:#1b1d22;
  --line:rgba(255,255,255,.08);
  --text:#f3f3f2;
  --muted:#a8a8ae;
  --gold:#d4ac57;
  --red:#7d161e;
  --red-soft:rgba(125,22,30,.2);
  --shadow:0 28px 60px rgba(0,0,0,.36);
}

*{
  box-sizing:border-box;
}

html{
  scroll-behavior:smooth;
}

body{
  margin:0;
  font-family:"Microsoft YaHei","Segoe UI",sans-serif;
  color:var(--text);
  background:
    radial-gradient(circle at top right,rgba(125,22,30,.22),transparent 30%),
    radial-gradient(circle at top left,rgba(212,172,87,.08),transparent 28%),
    linear-gradient(180deg,#070708,#0b0c0f 55%,#09090b 100%);
  overflow-x:clip;
}

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

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

button{
  font:inherit;
}

.ggsr-shell{
  width:min(1180px,calc(100% - 40px));
  margin:0 auto;
}

.ggsr-header{
  position:sticky;
  top:0;
  z-index:40;
  backdrop-filter:blur(16px);
  background:rgba(8,8,10,.78);
  border-bottom:1px solid var(--line);
}

.ggsr-header-inner{
  display:grid;
  grid-template-columns:auto 1fr auto;
  gap:24px;
  align-items:center;
  min-height:76px;
}

.ggsr-brand img{
  width:126px;
  height:auto;
}

.ggsr-nav{
  display:flex;
  justify-content:center;
  gap:24px;
}

.ggsr-nav a{
  color:var(--muted);
  font-size:14px;
  transition:color .2s ease;
}

.ggsr-nav a:hover{
  color:var(--text);
}

.ggsr-menu{
  display:none;
  width:44px;
  height:44px;
  padding:10px;
  border:1px solid var(--line);
  border-radius:12px;
  background:rgba(255,255,255,.02);
}

.ggsr-menu span{
  display:block;
  height:2px;
  margin:5px 0;
  border-radius:999px;
  background:#fff;
}

.ggsr-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  min-height:48px;
  padding:0 22px;
  border-radius:14px;
  font-size:15px;
  font-weight:700;
  border:1px solid transparent;
  transition:transform .2s ease, border-color .2s ease, background .2s ease;
}

.ggsr-btn:hover{
  transform:translateY(-1px);
}

.ggsr-btn[aria-disabled="true"]{
  cursor:not-allowed;
}

.ggsr-btn-gold{
  color:#16120c;
  background:linear-gradient(135deg,#f3d18e,#c89b39);
  box-shadow:0 12px 26px rgba(200,155,57,.18);
}

.ggsr-btn-line{
  color:#f2eee6;
  border-color:rgba(212,172,87,.34);
  background:rgba(255,255,255,.02);
}

.ggsr-btn-small{
  min-height:42px;
  padding-inline:18px;
  font-size:14px;
}

.ggsr-hero{
  padding:42px 0 24px;
}

.ggsr-hero-grid{
  display:grid;
  grid-template-columns:minmax(0,1.15fr) minmax(360px,.92fr);
  gap:28px;
  align-items:stretch;
}

.ggsr-hero-copy,
.ggsr-query-panel{
  border:1px solid var(--line);
  border-radius:28px;
  box-shadow:var(--shadow);
}

.ggsr-hero-copy{
  padding:34px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01)),
    linear-gradient(140deg,rgba(125,22,30,.22),transparent 42%),
    linear-gradient(160deg,#111216,#09090b);
}

.ggsr-kicker,
.ggsr-section-head span,
.ggsr-bottom-wrap span{
  display:inline-flex;
  align-items:center;
  gap:10px;
  font-size:12px;
  letter-spacing:.24em;
  text-transform:uppercase;
  color:#e6c985;
}

.ggsr-kicker::before,
.ggsr-section-head span::before,
.ggsr-bottom-wrap span::before{
  content:"";
  width:26px;
  height:1px;
  background:rgba(212,172,87,.52);
}

.ggsr-hero h1{
  margin:18px 0 16px;
  max-width:12ch;
  font-family:"Bahnschrift","Segoe UI",sans-serif;
  font-size:clamp(42px,4.6vw,68px);
  line-height:1.04;
  letter-spacing:.01em;
}

.ggsr-lead{
  margin:0;
  max-width:58ch;
  color:var(--muted);
  font-size:17px;
  line-height:1.82;
}

.ggsr-hero-actions,
.ggsr-bottom-actions{
  display:flex;
  flex-wrap:wrap;
  gap:14px;
}

.ggsr-hero-actions{
  margin-top:28px;
}

.ggsr-keywords{
  display:flex;
  flex-wrap:wrap;
  gap:10px;
  margin-top:26px;
}

.ggsr-keywords span{
  padding:9px 12px;
  border-radius:999px;
  border:1px solid rgba(255,255,255,.08);
  background:rgba(255,255,255,.03);
  color:#dddde2;
  font-size:13px;
}

.ggsr-query-panel{
  padding:24px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01)),
    linear-gradient(180deg,#14161a,#0f1014);
}

.ggsr-query-head{
  display:flex;
  justify-content:space-between;
  align-items:flex-start;
  gap:16px;
}

.ggsr-query-head p{
  margin:0 0 6px;
  color:var(--muted);
  font-size:13px;
}

.ggsr-query-head strong{
  font-size:22px;
}

.ggsr-query-head span{
  display:grid;
  place-items:center;
  width:48px;
  height:48px;
  border-radius:16px;
  border:1px solid rgba(212,172,87,.26);
  color:#f0d28e;
  font-family:"Bahnschrift","Segoe UI",sans-serif;
}

.ggsr-query-list{
  display:grid;
  grid-template-columns:repeat(2,minmax(0,1fr));
  gap:16px;
  margin-top:20px;
}

.ggsr-query-list > div{
  padding:18px;
  border-radius:20px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.05);
}

.ggsr-query-list b{
  display:block;
  margin-bottom:10px;
  font-size:14px;
}

.ggsr-query-list ul{
  margin:0;
  padding-left:18px;
  color:var(--muted);
  line-height:1.8;
}

.ggsr-query-visual{
  margin:20px 0 0;
  border-radius:24px;
  overflow:hidden;
  border:1px solid rgba(255,255,255,.06);
  background:linear-gradient(180deg,#191b20,#121317);
}

.ggsr-query-visual img{
  width:100%;
  aspect-ratio:1.08/1;
  object-fit:cover;
}

.ggsr-section{
  padding:34px 0;
}

.ggsr-compact{
  padding-top:12px;
}

.ggsr-section-head{
  display:grid;
  gap:12px;
  margin-bottom:22px;
}

.ggsr-section-head h2,
.ggsr-bottom-wrap h2{
  margin:0;
  font-family:"Bahnschrift","Segoe UI",sans-serif;
  font-size:clamp(30px,3.4vw,46px);
  line-height:1.08;
}

.ggsr-section-head p{
  margin:0;
  max-width:60ch;
  color:var(--muted);
  line-height:1.78;
}

.ggsr-answer-grid,
.ggsr-games-grid,
.ggsr-index-grid{
  display:grid;
  gap:18px;
}

.ggsr-answer-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ggsr-answer-card,
.ggsr-client-card,
.ggsr-game-card,
.ggsr-index-grid article,
.ggsr-faq-item{
  border:1px solid var(--line);
  border-radius:24px;
  background:linear-gradient(180deg,#15171c,#101115);
  box-shadow:var(--shadow);
}

.ggsr-answer-card{
  padding:24px;
}

.ggsr-answer-card h3,
.ggsr-client-card h3,
.ggsr-game-card h3{
  margin:0 0 10px;
  font-size:21px;
}

.ggsr-answer-card p,
.ggsr-client-card p,
.ggsr-game-card p,
.ggsr-index-grid p,
.ggsr-faq-item p{
  margin:0;
  color:var(--muted);
  line-height:1.75;
}

.ggsr-answer-card .ggsr-btn{
  margin-top:18px;
  width:100%;
}

.ggsr-client-grid{
  display:grid;
  grid-template-columns:repeat(4,minmax(0,1fr));
  gap:18px;
}

.ggsr-client-card{
  display:grid;
  gap:16px;
  padding:18px;
}

.ggsr-client-card figure,
.ggsr-game-card figure{
  margin:0;
  border-radius:18px;
  overflow:hidden;
  background:linear-gradient(180deg,#1a1d22,#0f1013);
  border:1px solid rgba(255,255,255,.05);
}

.ggsr-client-card figure img,
.ggsr-game-card figure img{
  width:100%;
  height:100%;
  object-fit:contain;
}

.ggsr-client-card figure{
  min-height:162px;
  padding:14px;
}

.ggsr-client-card-text{
  align-content:start;
}

.ggsr-client-chip{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:64px;
  height:64px;
  border-radius:18px;
  background:linear-gradient(145deg,#6e111a,#c79b43);
  color:#fff;
  font-family:"Bahnschrift","Segoe UI",sans-serif;
  font-size:14px;
  letter-spacing:.1em;
  text-transform:uppercase;
}

.ggsr-client-card .ggsr-btn{
  margin-top:16px;
  width:100%;
}

.ggsr-events-grid{
  display:grid;
  grid-template-columns:minmax(0,.98fr) minmax(0,1.04fr);
  gap:22px;
  align-items:stretch;
}

.ggsr-events-copy{
  margin:0;
  padding:28px;
  border:1px solid var(--line);
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01)),
    linear-gradient(145deg,rgba(125,22,30,.2),transparent 36%),
    linear-gradient(170deg,#15161b,#101115);
  box-shadow:var(--shadow);
}

.ggsr-event-lines{
  display:grid;
  gap:16px;
  margin:24px 0 26px;
}

.ggsr-event-lines article{
  padding:16px 18px;
  border-radius:18px;
  background:rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.05);
}

.ggsr-event-lines strong{
  display:block;
  margin-bottom:6px;
}

.ggsr-event-visuals{
  display:grid;
  gap:18px;
}

.ggsr-main-visual,
.ggsr-side-visual{
  margin:0;
  border:1px solid var(--line);
  border-radius:28px;
  overflow:hidden;
  background:linear-gradient(180deg,#17181d,#111217);
  box-shadow:var(--shadow);
}

.ggsr-main-visual img{
  width:100%;
  aspect-ratio:1.26/1;
  object-fit:cover;
}

.ggsr-side-visual img{
  width:100%;
  aspect-ratio:1.92/1;
  object-fit:cover;
}

.ggsr-games-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ggsr-game-card{
  display:grid;
  gap:16px;
  padding:18px;
}

.ggsr-game-card figure{
  min-height:154px;
  padding:12px;
}

.ggsr-game-card-text{
  align-content:start;
  justify-items:start;
}

.ggsr-game-card-text > div{
  display:grid;
  gap:10px;
  padding:12px 2px 2px;
}

.ggsr-search-board{
  padding-top:20px;
}

.ggsr-index-grid{
  grid-template-columns:repeat(4,minmax(0,1fr));
}

.ggsr-index-grid article{
  padding:22px;
}

.ggsr-index-grid b{
  display:block;
  margin-bottom:8px;
  font-size:18px;
}

.ggsr-faq-list{
  display:grid;
  gap:14px;
}

.ggsr-faq-item{
  overflow:hidden;
}

.ggsr-faq-item summary{
  list-style:none;
  cursor:pointer;
  padding:22px 24px;
  font-size:17px;
  font-weight:700;
}

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

.ggsr-faq-item p{
  padding:0 24px 22px;
}

.ggsr-bottom-cta{
  padding:26px 0 54px;
}

.ggsr-bottom-wrap{
  display:flex;
  flex-wrap:wrap;
  justify-content:space-between;
  gap:18px 26px;
  padding:26px 28px;
  border:1px solid rgba(212,172,87,.18);
  border-radius:30px;
  background:
    linear-gradient(180deg,rgba(255,255,255,.03),rgba(255,255,255,.01)),
    linear-gradient(145deg,rgba(125,22,30,.18),transparent 42%),
    linear-gradient(180deg,#15161b,#101115);
  box-shadow:var(--shadow);
}

.ggsr-backtop{
  position:fixed;
  right:18px;
  bottom:20px;
  width:52px;
  height:52px;
  border:none;
  border-radius:16px;
  color:#111;
  background:linear-gradient(135deg,#f3d18e,#c89b39);
  box-shadow:0 20px 40px rgba(200,155,57,.26);
  opacity:0;
  pointer-events:none;
  transition:opacity .2s ease, transform .2s ease;
}

.ggsr-backtop.is-visible{
  opacity:1;
  pointer-events:auto;
}

@media (max-width: 1120px){
  .ggsr-answer-grid,
  .ggsr-client-grid,
  .ggsr-games-grid,
  .ggsr-index-grid{
    grid-template-columns:repeat(2,minmax(0,1fr));
  }

  .ggsr-hero-grid,
  .ggsr-events-grid{
    grid-template-columns:1fr;
  }

  .ggsr-hero h1{
    max-width:none;
  }
}

@media (max-width: 820px){
  .ggsr-header-inner{
    grid-template-columns:auto auto;
  }

  .ggsr-menu{
    display:block;
    justify-self:end;
  }

  .ggsr-nav{
    display:none;
    grid-column:1 / -1;
    flex-direction:column;
    gap:12px;
    padding:0 0 18px;
  }

  .ggsr-nav.is-open{
    display:flex;
  }

  .ggsr-btn-small{
    display:none;
  }
}

@media (max-width: 640px){
  .ggsr-shell{
    width:min(100% - 24px,1180px);
  }

  .ggsr-hero{
    padding-top:24px;
  }

  .ggsr-hero-copy,
  .ggsr-query-panel,
  .ggsr-events-copy,
  .ggsr-main-visual,
  .ggsr-side-visual,
  .ggsr-bottom-wrap{
    border-radius:22px;
  }

  .ggsr-hero-copy,
  .ggsr-query-panel,
  .ggsr-events-copy,
  .ggsr-bottom-wrap{
    padding:20px;
  }

  .ggsr-answer-grid,
  .ggsr-client-grid,
  .ggsr-games-grid,
  .ggsr-index-grid,
  .ggsr-query-list{
    grid-template-columns:1fr;
  }

  .ggsr-hero-actions,
  .ggsr-bottom-actions{
    flex-direction:column;
  }

  .ggsr-btn{
    width:100%;
  }

  .ggsr-section{
    padding:26px 0;
  }

  .ggsr-query-visual img,
  .ggsr-main-visual img{
    aspect-ratio:1/1;
  }

  .ggsr-side-visual img{
    aspect-ratio:1.3/1;
  }

  .ggsr-faq-item summary{
    padding:18px 18px 16px;
  }

  .ggsr-faq-item p{
    padding:0 18px 18px;
  }
}
