.game-card-top {
  align-items: flex-start;
}

.arcade-hero {
  border-color: rgba(110, 231, 255, 0.48);
  background:
    linear-gradient(180deg, rgba(2, 5, 10, 0.25), rgba(2, 6, 11, 0.72)),
    radial-gradient(circle at 50% 32%, rgba(2, 7, 12, 0.16), rgba(2, 7, 12, 0.56) 62%),
    url("../assets/tree-arcade-world-bg-v2.png") center / cover no-repeat;
  box-shadow:
    0 30px 90px rgba(0, 0, 0, 0.56),
    0 0 32px rgba(110, 231, 255, 0.11),
    inset 0 0 0 2px rgba(142, 120, 255, 0.13),
    inset 0 0 80px rgba(2, 5, 10, 0.34);
}

.arcade-hero::before {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  background:
    linear-gradient(90deg, rgba(2, 7, 11, 0.2), transparent 18% 82%, rgba(2, 7, 11, 0.2)),
    repeating-linear-gradient(180deg, transparent 0 4px, rgba(110, 231, 255, 0.035) 5px);
  mix-blend-mode: screen;
}

.arcade-cabinet-lights {
  position: absolute;
  z-index: 2;
  top: 12px;
  right: 20px;
  left: 20px;
  display: flex;
  justify-content: space-between;
  pointer-events: none;
}

.arcade-cabinet-lights i {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--cyan);
  box-shadow: 0 0 13px var(--cyan);
}

.arcade-cabinet-lights i:nth-child(3n + 2) {
  background: var(--purple);
  box-shadow: 0 0 13px var(--purple);
}

.arcade-cabinet-lights i:nth-child(3n) {
  background: var(--green);
  box-shadow: 0 0 13px var(--green);
}

.arcade-hero h1 {
  text-shadow:
    0 0 10px rgba(255, 224, 94, 0.28),
    0 0 32px rgba(142, 120, 255, 0.28),
    4px 4px 0 rgba(76, 43, 141, 0.5);
}

.nftree-access-card {
  position: relative;
  z-index: 2;
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  align-items: center;
  gap: 14px;
  width: min(850px, 100%);
  margin: 24px auto 0;
  padding: 13px 15px;
  border: 1px solid rgba(255, 224, 94, 0.38);
  border-radius: 15px;
  background: linear-gradient(135deg, rgba(255, 224, 94, 0.09), rgba(53, 239, 145, 0.07));
  box-shadow: inset 0 0 24px rgba(255, 224, 94, 0.035), 0 16px 40px rgba(0, 0, 0, 0.27);
  text-align: left;
}

.nftree-access-card > img {
  width: 58px;
  height: 58px;
  border-radius: 14px;
  object-fit: contain;
  filter: drop-shadow(0 0 14px rgba(53, 239, 145, 0.28));
}

.nftree-access-card > div {
  display: grid;
}

.nftree-access-card > div > span {
  color: var(--cyan);
  font-size: 0.6rem;
  font-weight: 950;
  letter-spacing: 0.15em;
}

.nftree-access-card strong {
  margin-top: 3px;
  color: var(--gold);
  font-size: 0.9rem;
  letter-spacing: 0.05em;
}

.nftree-access-card p {
  margin: 4px 0 0;
  color: #b8cad4;
  font-size: 0.74rem;
}

.nftree-access-card > a {
  min-height: 42px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  padding: 9px 13px;
  border: 1px solid rgba(53, 239, 145, 0.34);
  border-radius: 9px;
  color: #03140d;
  background: linear-gradient(135deg, var(--green), #2acfc2);
  font-size: 0.66rem;
  font-weight: 950;
  text-decoration: none;
}

.arcade-marquee {
  position: relative;
  z-index: 2;
  width: min(760px, 100%);
  margin: 13px auto 0;
  padding: 8px 12px;
  border: 1px solid rgba(142, 120, 255, 0.28);
  border-radius: 9px;
  color: var(--muted);
  background: rgba(2, 6, 11, 0.7);
  font-size: 0.61rem;
  font-weight: 900;
  letter-spacing: 0.09em;
}

.arcade-marquee span {
  color: var(--cyan);
}

.arcade-marquee strong {
  margin-left: 6px;
  color: var(--text);
}

.arcade-marquee i {
  margin: 0 10px;
  color: var(--purple);
  font-style: normal;
}

.game-brand-logo {
  display: block;
  width: 96px;
  height: 96px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 16px;
  background: #fff;
  object-fit: cover;
  box-shadow: 0 12px 30px rgba(0, 0, 0, 0.3);
}

.game-brand-logo.garden-logo {
  width: 128px;
  height: 96px;
  border-color: rgba(143, 255, 36, 0.26);
  background: #000;
  object-fit: contain;
}

.garden-mode-panel {
  margin-top: 16px;
  padding: 11px;
  border: 1px solid rgba(53, 239, 145, 0.26);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(53, 239, 145, 0.075), rgba(110, 231, 255, 0.035));
  box-shadow: inset 0 0 22px rgba(53, 239, 145, 0.025);
}

.garden-mode-heading {
  margin: 0 0 8px;
  color: var(--green);
  font-size: 0.61rem;
  font-weight: 950;
  letter-spacing: 0.15em;
}

.garden-mode-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 7px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.garden-mode-grid li {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid rgba(110, 231, 255, 0.16);
  border-radius: 8px;
  background: rgba(2, 7, 12, 0.68);
}

.garden-mode-grid li:nth-child(2) {
  border-color: rgba(142, 120, 255, 0.24);
}

.garden-mode-grid li:nth-child(3) {
  border-color: rgba(255, 224, 94, 0.22);
}

.garden-mode-grid li:nth-child(4) {
  border-color: rgba(53, 239, 145, 0.22);
}

.garden-mode-grid strong {
  color: var(--text);
  font-size: 0.73rem;
  line-height: 1.15;
}

.garden-mode-grid span {
  color: var(--muted);
  font-size: 0.61rem;
  line-height: 1.2;
}

.arboretum-earn-panel {
  margin-top: 16px;
  padding: 11px;
  border: 1px solid rgba(255, 224, 94, 0.25);
  border-radius: 12px;
  background: linear-gradient(135deg, rgba(255, 224, 94, 0.075), rgba(53, 239, 145, 0.035));
  box-shadow: inset 0 0 22px rgba(255, 224, 94, 0.025);
}

.arboretum-earn-heading {
  margin: 0 0 8px;
  color: var(--gold);
  font-size: 0.58rem;
  font-weight: 950;
  letter-spacing: 0.1em;
  line-height: 1.35;
}

.arboretum-earn-grid {
  display: grid;
  gap: 7px;
}

.arboretum-earn-grid > div {
  display: grid;
  gap: 2px;
  min-width: 0;
  padding: 8px 9px;
  border: 1px solid rgba(255, 224, 94, 0.16);
  border-radius: 8px;
  background: rgba(2, 7, 12, 0.68);
}

.arboretum-earn-grid > div:nth-child(2) {
  border-color: rgba(53, 239, 145, 0.22);
}

.arboretum-earn-grid > div:nth-child(3) {
  border-color: rgba(110, 231, 255, 0.18);
}

.arboretum-earn-grid strong {
  color: var(--text);
  font-size: 0.72rem;
  line-height: 1.15;
}

.arboretum-earn-grid span {
  color: var(--muted);
  font-size: 0.61rem;
  line-height: 1.25;
}

@media (max-width: 620px) {
  .nftree-access-card {
    grid-template-columns: auto minmax(0, 1fr);
    gap: 10px;
    padding: 12px;
  }

  .nftree-access-card > img {
    width: 50px;
    height: 50px;
  }

  .nftree-access-card strong {
    font-size: 0.78rem;
  }

  .nftree-access-card > a {
    grid-column: 1 / -1;
    width: 100%;
  }

  .arcade-marquee {
    display: grid;
    gap: 3px;
    text-align: left;
  }

  .arcade-marquee strong {
    margin: 0;
  }

  .arcade-marquee i {
    display: none;
  }

  .game-brand-logo {
    width: 88px;
    height: 88px;
    border-radius: 14px;
  }


  .game-brand-logo.garden-logo {
    width: 112px;
    height: 84px;
  }

  .garden-mode-panel {
    padding: 10px;
  }

  .garden-mode-grid li {
    padding: 8px;
  }

  .arboretum-earn-panel {
    padding: 10px;
  }

  .arboretum-earn-grid > div {
    padding: 8px;
  }
}
