/* HUB — fatia do styles.0b1291bf.css usada só por hub.html.
   GERADO por scripts/split-css.mjs; edite o styles.0b1291bf.css e rode de novo.
   Carrega DEPOIS do styles.0b1291bf.css: a ordem da cascata é preservada porque os
   seletores mistos vieram junto, na posição original (ver o script). */








.hub.hub-vintage {
  margin-top: 72px;
  padding-top: 40px;
  border-top: 1px solid var(--line);
}

.hub-section-head {
  margin: 0; font-size: 15px; font-weight: 800; letter-spacing: 0.6px;
  text-transform: uppercase; color: #a67c46;
  display: inline-flex; align-items: center; gap: 8px;
}

.hub-section-head::before {
  content: "◆"; font-size: 11px; opacity: 0.7;
}

.hub-section-sub { max-width: 640px; margin: 6px 0 0; color: var(--muted); font-size: 13.5px; }

.hub-vintage .hub-grid { margin-top: 16px; }

.hub-grid {
  list-style: none;
  margin: 26px 0 0;
  padding: 0;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 18px;
}

.hub-tile {
  display: flex;
  flex-direction: column;
  gap: 12px;
  padding: 16px;
  border: 1px solid var(--line);
  border-radius: 16px;
  background: var(--panel);
  color: var(--text);
  text-decoration: none;
  transition: border-color 120ms ease, transform 120ms ease, box-shadow 120ms ease;
}

a.hub-tile:hover {
  border-color: var(--accent-dark);
  transform: translateY(-3px);
  box-shadow: var(--shadow);
}

.hub-logo-box {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 128px;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 12px;
  background: #fff;
  border: 1px solid var(--line);
}

.hub-logo { max-width: 100%; max-height: 100%; object-fit: contain; }
.hub-logo[src*="game_magic"] { transform: scale(1.2); }

.hub-logo-text { font-size: 19px; font-weight: 800; color: #4b4b4b; text-align: center; }

.hub-tile-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.hub-tile-go { font-size: 13px; color: var(--muted); }

.hub-tile.is-soon { opacity: 0.65; }

.hub-tile.is-soon .hub-logo-box { background: var(--bg); }

.hub-tile.is-soon .hub-logo-text { color: var(--muted); }



.hub-tile.is-soon:has(.hub-logo) { opacity: 1; }

.hub-tile.is-soon:has(.hub-logo) .hub-logo-box { background: #fff; }



.hub-soon-overlay {
  position: absolute;
  inset: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: inherit;
  background: rgba(12, 14, 19, 0.36);
}

.hub-soon-overlay .game-badge.soon {
  background: #15171d;
  color: #f0b84b;
  border: 1px solid rgba(240, 184, 75, 0.45);
  box-shadow: 0 2px 12px rgba(0, 0, 0, 0.4);
}
.hub-tile,
.hub-logo-box {
  border-radius: 0;
}