/* NHL Hub — Tools-index studio with ice-rink playbook */

.nhl-hub-page .ti-topbar .sched-week-pill {
  text-decoration: none;
}

.nhl-hub-page .ti-tool-card__icon {
  font-size: 2.15rem;
  filter: drop-shadow(0 8px 14px rgba(0, 163, 255, 0.28));
}

.nhl-hub-page .nhl-hub-more .ti-featured-list__copy {
  padding-left: 0;
}

.nhl-hub-page .nhl-hub-more a {
  padding-left: 0.15rem;
}

.nhl-hub-page .ti-tool-card.is-soon {
  cursor: default;
  opacity: 0.92;
}

.nhl-hub-page .ti-tool-card.is-soon:hover {
  transform: none;
  border-color: var(--ff-border, #dbe6f4);
  box-shadow: 0 8px 20px -16px rgba(8, 24, 49, 0.55);
}

.nhl-hub-page .ti-tool-card__badge--soon {
  letter-spacing: 0.08em;
  color: #dcebff;
  border-color: rgba(148, 163, 184, 0.45);
  background: linear-gradient(135deg, rgba(12, 36, 80, 0.78) 0%, rgba(8, 24, 49, 0.72) 100%);
}

.nhl-hub-page .ti-tool-card.is-soon .ti-tool-card__arrow {
  letter-spacing: 0.08em;
  text-transform: uppercase;
  font-size: 0.68rem;
  font-weight: 800;
  color: var(--ff-text-muted, #64748b);
}

.nhl-hub-page .nhl-share .sched-share__preview {
  margin: 0 0 0.65rem;
}

.nhl-hub-page .nhl-share-status {
  margin: 0.45rem 0 0;
  font-size: 0.72rem;
  color: var(--ff-text-muted, #64748b);
}

@media (max-width: 860px) {
  .nhl-hub-page .ti-board-actions {
    width: 100%;
  }

  .nhl-hub-page .ti-cta,
  .nhl-hub-page .sched-share__btn {
    min-height: 44px;
  }
}

html[data-theme="dark"] .nhl-hub-page .ti-tool-card.is-soon {
  opacity: 0.88;
}

html[data-theme="dark"] .nhl-hub-page .ti-tool-card.is-soon:hover {
  border-color: var(--ff-border);
}

.nhl-hub-slate {
  margin-top: 1.15rem;
  padding-top: 1rem;
  border-top: 1px solid var(--ff-border, #dbe6f4);
}

.nhl-hub-slate__head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 0.75rem;
  margin-bottom: 0.7rem;
}

.nhl-hub-slate__head h3 {
  margin: 0;
  font-size: 0.92rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--ff-heading, #0a1e3d);
}

.nhl-hub-slate__head a {
  font-size: 0.78rem;
  font-weight: 700;
  color: var(--fh-accent, #00a3ff);
  text-decoration: none;
}

.nhl-hub-slate__games {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 0.45rem;
}

.nhl-hub-slate__game {
  display: grid;
  grid-template-columns: 22px auto auto 22px auto 1fr;
  align-items: center;
  gap: 0.35rem 0.45rem;
  min-height: 44px;
  padding: 0.35rem 0.55rem;
  border-radius: 10px;
  border: 1px solid var(--ff-border, #dbe6f4);
  background: var(--ff-surface-raised, #fff);
  font-size: 0.8rem;
  font-weight: 700;
  color: var(--ff-heading, #0a1e3d);
}

.nhl-hub-slate__game img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.nhl-hub-slate__at {
  color: var(--ff-text-muted, #64748b);
  font-weight: 600;
}

.nhl-hub-slate__game small {
  justify-self: end;
  font-size: 0.72rem;
  font-weight: 650;
  color: var(--ff-text-muted, #64748b);
}

html[data-theme="dark"] .nhl-hub-slate__game {
  background: var(--ff-surface-raised, #12233d);
}
