.game-hero-links {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.game-hero-links a {
  display: inline-flex;
  align-items: center;
  min-height: 40px;
  padding: 0 14px;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
  color: #fff7eb;
  font-size: 0.92rem;
  font-weight: 800;
  text-decoration: none;
  transition: background 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.game-hero-links a:hover,
.game-hero-links a:focus-visible {
  border-color: rgba(255, 220, 150, 0.44);
  background: rgba(255, 220, 150, 0.18);
  transform: translateY(-1px);
}

.top-game-hub {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
}

.top-game-hub::after {
  content: "";
  position: absolute;
  inset: auto -15% -34% 44%;
  height: 170px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(255, 218, 145, 0.2), transparent 68%);
  pointer-events: none;
}

.top-game-kicker {
  margin: 0 0 8px;
  color: rgba(28, 45, 40, 0.62);
  font-size: 0.76rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.top-game-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  z-index: 1;
}

.top-game-tile {
  position: relative;
  display: grid;
  gap: 8px;
  min-height: 176px;
  padding: 18px;
  border: 1px solid rgba(38, 49, 54, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.72), rgba(255, 255, 255, 0.34)),
    rgba(255, 255, 255, 0.42);
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.top-game-tile::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  background:
    radial-gradient(circle at 82% 18%, rgba(211, 155, 69, 0.18), transparent 30%),
    linear-gradient(135deg, rgba(47, 107, 88, 0.08), transparent 48%);
  opacity: 0;
  transition: opacity 160ms ease;
  pointer-events: none;
}

.top-game-tile:hover,
.top-game-tile:focus-visible {
  border-color: rgba(211, 155, 69, 0.48);
  box-shadow: 0 16px 34px rgba(23, 19, 14, 0.16);
  transform: translateY(-2px);
}

.top-game-tile:hover::before,
.top-game-tile:focus-visible::before,
.top-game-tile.is-current::before {
  opacity: 1;
}

.top-game-tile.is-current {
  border-color: rgba(211, 155, 69, 0.58);
  background:
    linear-gradient(145deg, rgba(255, 248, 234, 0.92), rgba(244, 225, 186, 0.58)),
    rgba(255, 255, 255, 0.62);
}

.top-game-symbol {
  position: relative;
  display: grid;
  place-items: center;
  width: 46px;
  height: 46px;
  border-radius: 16px;
  background: linear-gradient(145deg, rgba(22, 38, 45, 0.92), rgba(48, 72, 78, 0.86));
  color: #ffe2a4;
  font-size: 1.38rem;
  font-weight: 900;
  line-height: 1;
  z-index: 1;
}

.top-game-rank {
  position: relative;
  color: rgba(28, 45, 40, 0.64);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  z-index: 1;
}

.top-game-tile strong {
  position: relative;
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.36rem;
  line-height: 1.05;
  z-index: 1;
}

.top-game-tile span:last-child {
  position: relative;
  color: var(--muted, #5b676a);
  font-size: 0.94rem;
  line-height: 1.45;
  z-index: 1;
}

.top-game-hub-connect .top-game-symbol {
  background: linear-gradient(145deg, #123d95, #2258c8);
  color: #ffd34a;
}

.top-game-hub-dame .top-game-symbol {
  background: linear-gradient(145deg, #3b2418, #8a5b38);
  color: #fff2d9;
}

.top-game-hub-chess .top-game-symbol {
  background: linear-gradient(145deg, #18252f, #6c4d34);
  color: #fff2d9;
}

.top-game-hub-muehle .top-game-symbol {
  background: linear-gradient(145deg, #16362f, #234c40);
  color: #f4d58d;
}

.game-path-card {
  position: relative;
  grid-column: 1 / -1;
  overflow: hidden;
}

.game-path-card::after {
  content: "";
  position: absolute;
  inset: auto -10% -42% 38%;
  height: 180px;
  border-radius: 999px;
  background: radial-gradient(circle, rgba(47, 107, 88, 0.18), transparent 68%);
  pointer-events: none;
}

.game-path-card > * {
  position: relative;
  z-index: 1;
}

.game-path-intro {
  max-width: 760px;
}

.game-path-grid {
  position: relative;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
  margin-top: 18px;
  z-index: 1;
}

.game-path-link {
  display: grid;
  gap: 8px;
  min-height: 146px;
  padding: 18px;
  border: 1px solid rgba(38, 49, 54, 0.1);
  border-radius: 24px;
  background:
    linear-gradient(145deg, rgba(255, 255, 255, 0.74), rgba(255, 255, 255, 0.36)),
    rgba(255, 255, 255, 0.48);
  color: inherit;
  text-decoration: none;
  transition: border-color 160ms ease, box-shadow 160ms ease, transform 160ms ease;
}

.game-path-link:hover,
.game-path-link:focus-visible {
  border-color: rgba(47, 107, 88, 0.36);
  box-shadow: 0 16px 34px rgba(23, 19, 14, 0.14);
  transform: translateY(-2px);
}

.game-path-link span {
  color: rgba(28, 45, 40, 0.62);
  font-size: 0.75rem;
  font-weight: 900;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.game-path-link strong {
  font-family: "Iowan Old Style", "Palatino Linotype", "Book Antiqua", serif;
  font-size: 1.28rem;
  line-height: 1.05;
}

.game-path-link em {
  color: var(--muted, #5b676a);
  font-style: normal;
  line-height: 1.45;
}

@media (max-width: 960px) {
  .top-game-grid,
  .game-path-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 560px) {
  .game-hero-links {
    display: grid;
    grid-template-columns: 1fr;
  }

  .game-hero-links a {
    justify-content: center;
  }

  .top-game-grid,
  .game-path-grid {
    grid-template-columns: 1fr;
  }

  .top-game-tile,
  .game-path-link {
    min-height: 150px;
  }
}
