
.heroGame{
  margin-top: 14px;
  display:grid;
  grid-template-columns: 1.45fr .65fr;
  gap: 14px;
}
.video{
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.08);
  overflow:hidden;
  background: rgba(0,0,0,.22);
  box-shadow: var(--shadow);
  position:relative;
}
.video img{ width:100%; height:100%; object-fit:cover; opacity:.92; }
.video__controls{
  position:absolute;
  left: 14px;
  bottom: 14px;
  display:flex; gap: 10px; align-items:center;
}
.vc{
  width: 36px; height: 36px; border-radius: 999px;
  border:1px solid rgba(255,255,255,.14);
  background: rgba(0,0,0,.30);
  display:grid; place-items:center;
}
.video__metaBar{
  position:absolute;
  left: 0; right: 0; bottom: 0;
  height: 70px;
  background: linear-gradient(180deg, transparent, rgba(0,0,0,.75));
  pointer-events:none;
}
.shareRow{
  position:absolute;
  right: 14px;
  bottom: 18px;
  display:flex;
  align-items:center;
  gap: 10px;
}
.sidePanel{
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.22);
  padding: 14px 14px 12px;
  box-shadow: var(--shadow2);
}
.sidePanel .logoBox{
  display:grid; place-items:center;
  height: 92px;
  border-radius: 16px;
  background: rgba(255,255,255,.03);
  border:1px solid rgba(255,255,255,.06);
  margin-bottom: 10px;
}
.sidePanel h3{
  margin: 6px 0 6px;
  font-size: 14px;
  letter-spacing: -0.01em;
}
.kv{
  display:grid;
  grid-template-columns: 92px 1fr;
  gap: 10px;
  padding: 8px 0;
  border-bottom: 1px solid rgba(255,255,255,.08);
  color: var(--muted);
  font-size: 12px;
}
.kv:last-child{ border-bottom: 0; }
.kv b{ color: rgba(234,240,255,.9); font-weight: 900; }

.funding{
  margin-top: 14px;
  display:grid;
  grid-template-columns: 1fr 220px;
  gap: 14px;
}
.fundCard{
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  padding: 12px 12px 12px;
}
.fundTitle{ font-weight: 900; font-size: 12px; color: rgba(234,240,255,.86); margin-bottom: 8px; }
.fundLine{
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.10);
  overflow:hidden;
}
.fundLine span{
  display:block; height:100%;
  width: 69.96%;
  background: linear-gradient(90deg, rgba(37,240,214,.95), rgba(98,255,59,.95));
}
.fundMeta{
  margin-top: 8px;
  display:flex; justify-content:space-between; gap: 10px;
  color: var(--muted);
  font-size: 12px;
}
.fundBtn{
  border-radius: var(--r-lg);
  border:1px solid rgba(37,240,214,.25);
  background: rgba(37,240,214,.10);
  display:flex; align-items:center; justify-content:center;
}
.fundBtn button{ width: calc(100% - 18px); }

.tabs{
  margin-top: 14px;
  border-radius: 0 0 var(--r-lg) var(--r-lg);
  background: linear-gradient(90deg, rgba(37,240,214,.18), rgba(98,255,59,.12));
  border: 1px solid rgba(255,255,255,.06);
}
.tabs__inner{
  display:flex; gap: 12px;
  padding: 12px 14px;
  justify-content:space-between;
}
.tabLink{
  color: rgba(234,240,255,.78);
  font-weight: 900;
  font-size: 13px;
  padding: 10px 10px;
  border-radius: 12px;
  border:1px solid transparent;
  background: rgba(0,0,0,.15);
}
.tabLink[aria-current="page"]{
  color: var(--text);
  border-color: rgba(255,255,255,.16);
  background: rgba(0,0,0,.28);
}

.content{
  margin-top: 18px;
}
.grid2{
  display:grid;
  grid-template-columns: 1.25fr .75fr;
  gap: 18px;
}
.panel{
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.22);
  padding: 14px;
}
.h1{
  font-size: 40px;
  letter-spacing:-0.02em;
  margin: 0 0 8px;
}
.lead{
  color: var(--muted);
  line-height:1.65;
  margin: 0;
}
.reviewRow{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 18px;
}
.review{
  border-top:1px solid rgba(255,255,255,.10);
  padding-top: 16px;
  margin-top: 16px;
}
.review h4{
  margin:0 0 6px;
  color: rgba(98,255,59,.92);
  letter-spacing:-.01em;
}
.review p{ margin:0; color: var(--muted); font-size: 12px; line-height:1.65; }
.readMore{
  float:right;
  margin-top: 10px;
  color: rgba(98,255,59,.92);
  font-weight: 900;
  font-size: 12px;
}

/* Rewards */
.rewardsGrid{
  display:grid;
  grid-template-columns: 280px 1fr 300px;
  gap: 18px;
}
.listBox{
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.22);
  padding: 14px;
}
.listBox a{
  display:block;
  padding: 10px 10px;
  border-radius: 12px;
  border:1px solid rgba(255,255,255,.06);
  margin-bottom: 8px;
  color: rgba(234,240,255,.82);
  background: rgba(255,255,255,.03);
  font-weight: 800;
  font-size: 12px;
}
.rewardCard{
  border-radius: var(--r-lg);
  border:1px solid rgba(98,255,59,.22);
  background: rgba(98,255,59,.08);
  overflow:hidden;
}
.rewardCard .top{
  padding: 14px;
  display:flex;
  justify-content:space-between;
  font-weight: 900;
}
.rewardCard .mid{
  display:flex;
  gap: 12px;
  padding: 0 14px 14px;
  align-items:center;
  color: var(--muted);
  font-size: 12px;
}
.rewardCard img{ width: 74px; height: 74px; border-radius: 12px; border:1px solid rgba(255,255,255,.12); }
.rewardCard .cta{
  padding: 14px;
  border-top:1px solid rgba(255,255,255,.10);
}
.rewardCard .cta button{ width:100%; }

/* Roadmap timeline */
.road{
  position:relative;
  padding: 14px;
}
.roadRail{
  position:absolute;
  left: 86px;
  top: 18px;
  bottom: 18px;
  width: 3px;
  border-radius: 99px;
  background: linear-gradient(180deg, var(--accent), var(--accent2));
}
.roadList{
  list-style:none;
  margin:0;
  padding: 0;
  display:flex;
  flex-direction:column;
  gap: 82px;
}
.roadItem{
  position:relative;
  min-height: 220px;
}
.roadDot{
  position:absolute;
  left: calc(86px - 5px + 1px);
  top: 12px;
  width: 10px; height: 10px;
  border-radius: 50%;
  background: rgba(255,255,255,.92);
}
.roadTick{
  position:absolute;
  left: calc(86px - 18px);
  top: 17px;
  width: 64px; height: 1px;
  background: rgba(255,255,255,.14);
}
.roadCard{
  margin-left: calc(86px + 28px);
  width: 320px;
  border-radius: 14px;
  border:1px solid rgba(255,255,255,.10);
  background: rgba(255,255,255,.03);
  overflow:hidden;
}
.roadCard .img{
  height: 160px;
  background: rgba(255,255,255,.03);
  display:grid; place-items:center;
}
.roadCard .img img{ width: 78%; border-radius: 12px; background: #fff; }
.roadCard .body{ padding: 12px 12px 14px; }
.roadCard .body h4{ margin:0 0 6px; font-size: 12px; font-weight: 900; }
.roadCard .body p{ margin:0; color: var(--muted); font-size: 12px; line-height:1.65; }
.roadMeta{
  display:flex; justify-content:space-between; margin-top: 10px;
  color: var(--muted2); font-size: 12px; font-weight: 800;
}

/* Update list inside game */
.updateCard{
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  padding: 14px;
  margin-bottom: 14px;
}
.updateCard h3{ margin: 0 0 6px; font-size: 18px; letter-spacing:-.01em; }
.updateCard .by{
  display:flex; align-items:center; gap: 10px;
  color: var(--muted);
  font-size: 12px;
}
.updateCard .by img{ width: 26px; height: 26px; border-radius: 999px; border:1px solid rgba(255,255,255,.12); }
.updateCard p{ color: var(--muted); font-size: 12px; line-height: 1.65; }
.updateCard .actions{ display:flex; justify-content:space-between; align-items:center; gap: 10px; }
.likeBar{ display:flex; gap: 10px; }
.smallChip{
  display:inline-flex; gap: 6px; align-items:center;
  padding: 6px 10px;
  border-radius: 999px;
  border:1px solid rgba(255,255,255,.12);
  color: rgba(234,240,255,.84);
  background: rgba(0,0,0,.22);
  font-weight: 900;
  font-size: 12px;
}

/* Community inside game */
.commGrid{
  display:grid;
  grid-template-columns: 280px 1fr;
  gap: 18px;
}
.sideMenu{
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.08);
  background: rgba(0,0,0,.22);
  padding: 12px;
}
.sideMenu a{
  display:block;
  padding: 10px 10px;
  border-radius: 12px;
  margin: 6px 0;
  border:1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03);
  color: rgba(234,240,255,.82);
  font-weight: 900;
  font-size: 12px;
}
.masonry{
  display:grid;
  grid-template-columns: 1fr 1fr;
  gap: 14px;
}
.post{
  border-radius: var(--r-lg);
  border:1px solid rgba(255,255,255,.10);
  background: rgba(0,0,0,.22);
  overflow:hidden;
}
.post img{ width:100%; height: 260px; object-fit:cover; opacity:.92; }
.post .body{ padding: 12px; }
.post h4{ margin:0 0 6px; font-size: 14px; letter-spacing:-.01em; }
.post p{ margin:0; color: var(--muted); font-size: 12px; line-height: 1.65; }
.post .foot{ padding: 12px; border-top:1px solid rgba(255,255,255,.08); display:flex; justify-content:space-between; color: var(--muted2); font-size: 12px; font-weight: 800; }

@media (max-width: 1050px){
  .heroGame{ grid-template-columns: 1fr; }
  .funding{ grid-template-columns: 1fr; }
  .grid2{ grid-template-columns: 1fr; }
  .rewardsGrid{ grid-template-columns: 1fr; }
  .commGrid{ grid-template-columns: 1fr; }
  .masonry{ grid-template-columns: 1fr; }
  .roadCard{ width: min(320px, calc(100% - (86px + 28px))); }
}
