@import url('https://fonts.googleapis.com/css2?family=Creepster&display=swap');

.hub-body {
  margin: 0;
  min-height: 100vh;
  background: radial-gradient(ellipse at center, rgba(18, 12, 8, 0.97) 0%, #000 100%);
  color: #c8a84b;
  font-family: 'Courier New', Courier, monospace;
  -webkit-font-smoothing: antialiased;
}

.hub-wrap {
  max-width: 520px;
  margin: 0 auto;
  padding: 48px 20px 64px;
  box-sizing: border-box;
}

.hub-header {
  text-align: center;
  margin-bottom: 40px;
}

.hub-credit {
  font-size: 0.75rem;
  letter-spacing: 0.35em;
  text-transform: uppercase;
  opacity: 0.75;
  margin: 0 0 12px;
}

.hub-title {
  font-family: 'Creepster', cursive;
  font-size: clamp(2.5rem, 10vw, 3.5rem);
  font-weight: normal;
  color: #8b0000;
  text-shadow: 0 0 24px rgba(139, 0, 0, 0.55), 0 0 60px rgba(200, 168, 75, 0.25);
  margin: 0;
  line-height: 1.05;
}

.hub-tagline {
  margin: 16px 0 0;
  font-size: 0.95rem;
  opacity: 0.88;
}

.hub-game-list {
  list-style: none;
  margin: 0;
  padding: 0;
}

.hub-game-card {
  margin: 0;
}

.hub-game-link {
  display: block;
  padding: 22px 22px 20px;
  border: 1px solid rgba(200, 168, 75, 0.35);
  border-radius: 8px;
  background: rgba(8, 4, 2, 0.72);
  box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.5), inset 0 1px 0 rgba(255, 255, 255, 0.04);
  text-decoration: none;
  color: inherit;
  transition: border-color 0.15s ease, box-shadow 0.15s ease, transform 0.12s ease;
}

.hub-game-link:hover {
  border-color: rgba(240, 216, 128, 0.55);
  box-shadow: 0 0 28px rgba(139, 0, 0, 0.18), 0 0 0 1px rgba(0, 0, 0, 0.5);
}

.hub-game-link:active {
  transform: scale(0.99);
}

.hub-game-name {
  display: block;
  font-family: 'Creepster', cursive;
  font-size: 1.85rem;
  color: #c41e3a;
  text-shadow: 0 0 18px rgba(196, 30, 58, 0.35);
  letter-spacing: 0.02em;
}

.hub-tm {
  font-family: 'Courier New', Courier, monospace;
  font-size: 0.45em;
  vertical-align: super;
  margin-left: 0.15em;
  opacity: 0.9;
}

.hub-game-desc {
  display: block;
  margin-top: 10px;
  font-size: 0.88rem;
  line-height: 1.45;
  opacity: 0.82;
}

.hub-game-cta {
  display: inline-block;
  margin-top: 16px;
  font-size: 0.8rem;
  letter-spacing: 0.12em;
  color: #e8c060;
}

.hub-footer {
  margin-top: 48px;
  text-align: center;
}

.hub-footer-link {
  color: rgba(200, 168, 75, 0.65);
  font-size: 0.8rem;
  letter-spacing: 0.08em;
}

.hub-footer-link:hover {
  color: #f0d880;
}
