/* GoalGrid AI — Leagues Hub v2.7 (NerdyTips layout, GoalGrid colors) */
:root {
  --gg-bg: #061019;
  --gg-bg-2: #0a1524;
  --gg-teal: #35e0c2;
  --gg-teal-soft: rgba(53,224,194,.12);
  --gg-teal-line: rgba(53,224,194,.26);
  --gg-card: #0c1828;
  --gg-muted: #6b8499;
  --nt-sidebar-w: 292px;
  --nt-gap: 24px;
  --nt-pad-x: 1.5rem;
  --nt-lv-hero-h: 4.85rem;
  --nt-sidebar-stick-h: calc(100vh - var(--topbar-h, 64px) - 2.75rem);
}

/* ── shell ───────────────────────────────────────────────── */
body[data-page="leagues"] .nt-hub-shell {
  display: flex;
  flex-direction: column;
  align-items: center;
  box-sizing: border-box;
  /* Fixed topbar — leave clear space under GoalGrid / search / nav. */
  padding: calc(var(--topbar-h, 64px) + 0.55rem) 0.65rem 0.35rem;
  min-height: 0;
  background: var(--gg-bg);
}
body[data-page="leagues"] .site-topbar {
  background: rgba(6, 16, 25, 0.98) !important;
  position: fixed !important;
  top: var(--gg-sat, 0px) !important;
  z-index: 200 !important;
}
body[data-page="leagues"] .nt-hub-inner {
  display: flex;
  align-items: flex-start;
  gap: 0;
  width: 100%;
  max-width: 1540px;
  min-height: auto;
  background: var(--gg-bg);
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 18px;
  overflow: clip;
  box-shadow: 0 12px 48px rgba(0,0,0,.28);
}
.nt-hub-main {
  flex: 1 1 auto;
  min-width: 0;
  display: flex;
  flex-direction: column;
  position: relative;
  z-index: 1;
  background: linear-gradient(180deg, var(--gg-bg) 0%, #07121e 100%);
}

/* ── league sidebar ───────────────────────────────────────── */
.nt-sidebar {
  flex: 0 0 var(--nt-sidebar-w);
  width: var(--nt-sidebar-w);
  min-width: var(--nt-sidebar-w);
  min-height: 0;
  border-right: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, #0b1726 0%, #08121e 100%);
  display: flex;
  flex-direction: column;
  position: sticky;
  z-index: 50;
  top: calc(var(--topbar-h, 64px) + 1.25rem);
  height: var(--nt-sidebar-stick-h);
  max-height: var(--nt-sidebar-stick-h);
  overflow: hidden;
  box-shadow: inset -1px 0 0 rgba(53,224,194,.06);
  align-self: flex-start;
  flex-shrink: 0;
  isolation: isolate;
}
.nt-sidebar-header {
  padding: 1rem .9rem .85rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
  flex-shrink: 0;
  display: flex;
  flex-direction: column;
  gap: .65rem;
  background: rgba(255,255,255,.015);
}
.nt-sidebar-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
}
.nt-sidebar-search-wrap {
  position: relative;
  display: block;
}
.nt-sidebar-search-icon {
  position: absolute;
  left: .62rem;
  top: 50%;
  transform: translateY(-50%);
  font-size: .82rem;
  line-height: 1;
  color: #4f6b82;
  pointer-events: none;
}
.nt-sidebar-search {
  width: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 10px;
  background: rgba(6, 14, 24, 0.92);
  color: #f1f5f9;
  font-size: .76rem;
  font-family: inherit;
  padding: .5rem .6rem .5rem 1.85rem;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease, background .15s ease;
}
.nt-sidebar-search::placeholder { color: #5a7288; }
.nt-sidebar-search:focus {
  border-color: rgba(53,224,194,.42);
  background: rgba(8, 18, 30, 0.98);
  box-shadow: 0 0 0 3px rgba(53,224,194,.08);
}
.nt-sidebar-title {
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .12em;
  text-transform: uppercase;
  color: #8aa0b2;
}
.nt-sidebar-body {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  overflow-x: hidden;
  overscroll-behavior: contain;
  padding: .55rem .65rem 1.1rem;
  scrollbar-width: thin;
  scrollbar-color: rgba(53,224,194,.22) transparent;
}
.nt-sidebar-body::-webkit-scrollbar {
  width: 6px;
}
.nt-sidebar-body::-webkit-scrollbar-track {
  background: transparent;
}
.nt-sidebar-body::-webkit-scrollbar-thumb {
  background: rgba(53,224,194,.22);
  border-radius: 999px;
}
.nt-sidebar-body::-webkit-scrollbar-thumb:hover {
  background: rgba(53,224,194,.36);
}
.nt-sb-empty {
  padding: 1.1rem .55rem;
  font-size: .78rem;
  color: #4b657a;
  line-height: 1.55;
  text-align: center;
}
.nt-sb-group-label {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .45rem;
  padding: .85rem .35rem .4rem;
  margin-top: .15rem;
}
.nt-sb-group-label:first-child {
  margin-top: 0;
  padding-top: .2rem;
}
.nt-sb-group-name {
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .11em;
  text-transform: uppercase;
  color: #4a6278;
}
.nt-sb-group-count {
  min-width: 1.15rem;
  height: 1.15rem;
  padding: 0 .34rem;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
  color: #5f7a90;
  font-size: .54rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nt-sb-tip-badge {
  flex-shrink: 0;
  min-width: 1.2rem;
  height: 1.2rem;
  padding: 0 .32rem;
  border-radius: 999px;
  background: rgba(53,224,194,.14);
  border: 1px solid rgba(53,224,194,.24);
  color: #5eead4;
  font-size: .58rem;
  font-weight: 800;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nt-sb-league-item {
  position: relative;
  display: grid;
  grid-template-columns: auto auto 1fr auto;
  align-items: center;
  gap: .62rem;
  width: 100%;
  padding: .58rem .62rem .58rem .72rem;
  margin-bottom: .42rem;
  text-align: left;
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.05);
  border-radius: 11px;
  cursor: pointer;
  color: #b6c5d3;
  font-family: inherit;
  transition: background .14s ease, border-color .14s ease, transform .14s ease, color .14s ease;
}
.nt-sb-league-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: transparent;
  transition: background .14s ease;
}
.nt-sb-league-item:hover {
  color: #edf2f7;
  background: rgba(255,255,255,.04);
  border-color: rgba(53,224,194,.18);
  transform: translateX(1px);
}
.nt-sb-league-item.active {
  background: linear-gradient(90deg, rgba(53,224,194,.14) 0%, rgba(53,224,194,.05) 100%);
  border-color: rgba(53,224,194,.34);
  color: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(53,224,194,.08);
}
.nt-sb-league-item.active::before {
  background: var(--gg-teal);
  box-shadow: 0 0 10px rgba(53,224,194,.45);
}
.nt-sb-league-ico {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.06);
}
.nt-sb-league-item.active .nt-sb-league-ico {
  background: rgba(53,224,194,.1);
  border-color: rgba(53,224,194,.22);
}
.nt-sb-league-ico .league-logo-badge {
  width: 24px !important;
  height: 24px !important;
  border-radius: 6px !important;
  font-size: .5rem !important;
}
.nt-sb-league-text {
  display: flex;
  flex-direction: column;
  gap: .14rem;
  min-width: 0;
}
.nt-sb-league-nm {
  font-size: .8rem;
  font-weight: 700;
  line-height: 1.28;
  color: inherit;
  display: block;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.nt-sb-league-country {
  font-size: .62rem;
  color: #5f7a90;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-sb-league-item.active .nt-sb-league-country { color: #8fd9c8; }
.nt-sb-league-side {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  justify-content: center;
  gap: .28rem;
  flex-shrink: 0;
}
.nt-sb-league-meta {
  font-size: .64rem;
  color: #5a7288;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-sb-league-item.active .nt-sb-league-meta { color: #7dd3c0; }

/* ── team logos (shared) ─────────────────────────────────── */
.gg-team-logo-wrap {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  background: rgba(255,255,255,.04);
}
.gg-team-logo-wrap .gg-team-logo {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}
.gg-team-initials {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  font-weight: 800;
  line-height: 1;
}
.gg-team-logo-sm-wrap { width: 30px; height: 30px; border-radius: 8px; }
.gg-team-logo-sm-wrap .gg-team-initials { font-size: .48rem; }
.gg-team-logo-md-wrap { width: 56px; height: 56px; border-radius: 12px; }
.gg-team-logo-md-wrap .gg-team-initials { font-size: .58rem; }
.gg-team-logo-lg-wrap { width: 72px; height: 72px; border-radius: 50%; border: 1px solid rgba(255,255,255,.07); }
.gg-team-logo-lg-wrap .gg-team-initials { font-size: .75rem; }
.nt-grid-all {
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .05em;
  color: var(--gg-teal);
}

/* skeleton */
.nt-sidebar-skeleton { padding: .5rem 0; }
.nt-sk-row {
  height: 44px;
  margin: 0 0 10px;
  border-radius: 13px;
  background: rgba(255,255,255,.04);
  animation: nt-pulse 1.4s ease-in-out infinite;
}
.nt-sk-row:nth-child(even) { opacity: .5; }
@keyframes nt-pulse { 0%,100%{opacity:.3}50%{opacity:.75} }

/* ── mobile bar ──────────────────────────────────────────── */
.nt-mobile-pick-bar {
  display: none;
  width: 100%;
  max-width: 1260px;
  padding: .4rem .75rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(6,16,25,.97);
  /* Scrolls away with the page — do not stick under the topbar. */
  position: relative;
  z-index: 1;
  box-sizing: border-box;
}
.nt-mobile-league-select,
.nt-league-select {
  width: 100%;
  box-sizing: border-box;
  color-scheme: dark;
  background-color: #0a1520;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 10px;
  padding: .48rem .7rem;
  font-size: .82rem;
  color: #f1f5f9;
  font-family: inherit;
  outline: none;
  cursor: pointer;
}
.nt-league-select option,
.nt-mobile-league-select option {
  background-color: #0a1520;
  color: #f1f5f9;
}
.nt-league-select:focus,
.nt-mobile-league-select:focus { border-color: var(--gg-teal-line); }

/* ── main placeholder ────────────────────────────────────── */
.nt-hub-main>[hidden], .nt-hub-main>[style*="display:none"] { display:none!important; }
.nt-hub-placeholder {
  flex: 1;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: .7rem;
  padding: 2.5rem 1.5rem 2rem;
  color: #3b556b;
  text-align: center;
  overflow-y: auto;
}
.nt-hub-placeholder-icon { font-size: 2.5rem; opacity: .22; }
.nt-hub-placeholder p { font-size: .9rem; margin: 0; }

.nt-landing-hero {
  display: grid;
  gap: 0.45rem;
  max-width: 36rem;
}
.nt-landing-title {
  margin: 0;
  font-size: 1.15rem;
  font-weight: 800;
  color: #e2e8f0;
  letter-spacing: -0.02em;
}
.nt-landing-lead {
  margin: 0;
  font-size: 0.82rem;
  line-height: 1.55;
  color: #5a7288;
}

.nt-landing-featured-host {
  width: min(100%, 52rem);
  margin-top: 0.35rem;
  text-align: left;
}
.nt-landing-featured {
  display: grid;
  gap: 0.55rem;
}
.nt-landing-section-title {
  margin: 0;
  font-size: 0.68rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #35e0c2;
}
.nt-landing-featured-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.55rem;
}
.nt-landing-featured-card {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 0.55rem;
  align-items: center;
  padding: 0.65rem 0.7rem;
  border-radius: 12px;
  border: 1px solid rgba(255, 255, 255, 0.07);
  background: rgba(8, 18, 30, 0.88);
  color: inherit;
  text-align: left;
  cursor: pointer;
  transition: border-color 0.15s ease, background 0.15s ease, transform 0.15s ease;
}
.nt-landing-featured-card:hover {
  border-color: rgba(53, 224, 194, 0.35);
  background: rgba(12, 28, 44, 0.95);
  transform: translateY(-1px);
}
.nt-landing-featured-ico {
  display: flex;
  align-items: center;
  justify-content: center;
}
.nt-landing-featured-body {
  display: grid;
  gap: 0.12rem;
  min-width: 0;
}
.nt-landing-featured-body strong {
  font-size: 0.76rem;
  font-weight: 700;
  color: #e2e8f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-landing-featured-body > span:first-of-type {
  font-size: 0.62rem;
  color: #5a7288;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-landing-featured-meta {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 0.35rem;
  margin-top: 0.1rem;
}
.nt-landing-featured-badge {
  display: inline-flex;
  width: fit-content;
  padding: 0.1rem 0.38rem;
  border-radius: 999px;
  font-size: 0.52rem;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}
.nt-landing-featured-badge.is-official {
  color: #6ee7b7;
  border: 1px solid rgba(110, 231, 183, 0.35);
  background: rgba(16, 185, 129, 0.1);
}
.nt-landing-featured-badge.is-signal {
  color: #93c5fd;
  border: 1px solid rgba(147, 197, 253, 0.35);
  background: rgba(59, 130, 246, 0.1);
}
.nt-landing-featured-tips {
  font-size: 0.58rem;
  font-weight: 700;
  color: #35e0c2;
}

@media (max-width: 1100px) {
  .nt-landing-featured-grid { grid-template-columns: repeat(3, minmax(0, 1fr)); }
}
@media (max-width: 760px) {
  .nt-landing-featured-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 480px) {
  .nt-landing-featured-grid { grid-template-columns: 1fr; }
}

.nt-hub-placeholder .nt-league-roi-hub-host {
  width: min(100%, 52rem);
  margin-top: 0.75rem;
  text-align: left;
}

.nt-hub-placeholder .nt-league-roi-hub-panel {
  padding: 1rem 1.1rem;
}

.nt-hub-placeholder .nt-league-roi-hub-grid {
  grid-template-columns: repeat(3, minmax(0, 1fr));
}

@media (max-width: 900px) {
  .nt-hub-placeholder .nt-league-roi-hub-grid {
    grid-template-columns: 1fr;
  }
}

.nt-league-view {
  flex: 0 1 auto;
  display: flex;
  flex-direction: column;
  min-width: 0;
  width: 100%;
  max-width: 100%;
  padding-bottom: 1rem;
}

/* ── breadcrumb + league switcher ────────────────────────── */
.nt-bc {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: .4rem;
  padding: .85rem var(--nt-pad-x) 0;
  font-size: .76rem;
  color: var(--gg-muted);
  width: 100%;
  box-sizing: border-box;
}
.nt-bc a { color: #8aa0b2; text-decoration: none; }
.nt-bc a:hover { color: #e2e8f0; }
.nt-bc span { color: #3d5568; }
.nt-bc-active { color: var(--gg-teal) !important; font-weight: 600; }
.nt-bc-spacer { flex: 1; min-width: .5rem; }
.nt-bc-league-select {
  width: auto;
  min-width: 160px;
  max-width: 220px;
  margin-left: auto;
  font-size: .76rem;
  padding: .35rem .6rem;
}
@media (min-width: 901px) {
  .nt-bc-league-select,
  .nt-bc-spacer { display: none; }
}

/* ── page head ───────────────────────────────────────────── */
.league-hero {
  position: sticky;
  top: var(--topbar-h, 60px);
  z-index: 12;
  background: var(--gg-bg);
  box-shadow: 0 1px 0 rgba(255,255,255,.06);
}
.nt-lv-page-head {
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  padding: .35rem var(--nt-pad-x) 1rem;
  border-bottom: none;
  gap: .45rem;
  /* sticky from .league-hero — do not set position:relative here (breaks top offset) */
}
.nt-lv-page-title {
  margin: 0;
  font-size: clamp(1.25rem, 2.5vw, 1.7rem);
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: -.02em;
  line-height: 1.15;
}
.nt-lv-page-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
  gap: .4rem;
}
.nt-lv-page-meta .page-fav-btn.nt-lv-fav-btn {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-height: 2rem;
  padding: .35rem .72rem;
  border-radius: 999px;
  border: 1px solid rgba(251, 191, 36, .42);
  background: rgba(251, 191, 36, .1);
  color: #fde68a;
  font-size: .72rem;
  font-weight: 700;
  cursor: pointer;
}
.nt-lv-page-meta .page-fav-btn.nt-lv-fav-btn span {
  font-size: .88rem;
  line-height: 1;
}
.nt-lv-page-meta .page-fav-btn.nt-lv-fav-btn.is-saved,
.nt-lv-page-meta .page-fav-btn.nt-lv-fav-btn:hover {
  color: #fff;
  border-color: rgba(251, 191, 36, .65);
  background: rgba(251, 191, 36, .22);
}
.nt-lv-country { font-size: .8rem; color: #8aa0b2; }
.nt-detail-btn-inline {
  position: absolute;
  top: .7rem;
  right: var(--nt-pad-x);
  font-size: .74rem;
  font-weight: 600;
  color: var(--gg-teal);
  text-decoration: none;
  padding: .38rem .75rem;
  border: 1px solid var(--gg-teal-line);
  border-radius: 8px;
  white-space: nowrap;
}
.nt-detail-btn-inline:hover { background: rgba(53,224,194,.08); }

.nt-lv-page-head-compact {
  padding: .5rem var(--nt-pad-x) .65rem;
  align-items: stretch;
  text-align: left;
}
.nt-lv-head-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  width: 100%;
}
.nt-lv-page-head-compact .nt-lv-page-title {
  font-size: clamp(1.05rem, 2vw, 1.35rem);
  text-align: left;
}
.nt-lv-page-head-compact .nt-lv-page-meta {
  justify-content: flex-start;
}
.nt-lv-head-link {
  flex-shrink: 0;
  font-size: .7rem;
  font-weight: 600;
  color: var(--gg-teal);
  text-decoration: none;
  white-space: nowrap;
}
.nt-lv-head-link:hover { text-decoration: underline; }

.nt-lv-head-actions {
  display: flex;
  align-items: center;
  gap: .5rem;
  flex-shrink: 0;
}
.nt-lv-head-actions .nt-lv-fav-btn,
.nt-lv-head-actions .page-fav-btn {
  white-space: nowrap;
}
.nt-sb-favorites-block {
  position: relative;
  z-index: auto;
  margin: 0 0 0.65rem;
  padding: 0 0 0.55rem;
  background: transparent;
  border-bottom: 1px solid rgba(251, 191, 36, 0.14);
}
.nt-sb-group-favorites .nt-sb-group-name {
  color: #fbbf24;
  font-weight: 800;
}
.nt-sb-league-item--favorite {
  border-color: rgba(251, 191, 36, 0.22);
  background: rgba(251, 191, 36, 0.05);
}
.nt-sb-league-item--favorite.active,
.nt-sb-league-item--favorite:hover {
  border-color: rgba(251, 191, 36, 0.38);
  background: rgba(251, 191, 36, 0.1);
}
.nt-sb-favorites-empty {
  margin: 0 0 .75rem;
  padding: .55rem .65rem;
  border: 1px dashed rgba(251,191,36,.28);
  border-radius: 10px;
  color: rgba(226,232,240,.72);
  font-size: .72rem;
  line-height: 1.45;
}

.nt-sb-favorites-block .nt-sb-group-label:first-child {
  padding-top: 0.15rem;
}

.nt-sb-favorites-block .nt-sb-favorites-empty {
  margin-bottom: 0;
}
.nt-sb-fav-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.65rem;
  height: 1.65rem;
  padding: 0;
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  color: rgba(226,232,240,.78);
  cursor: pointer;
  flex-shrink: 0;
}
.nt-sb-fav-btn span {
  font-size: .82rem;
  line-height: 1;
}
.nt-sb-fav-btn.is-saved,
.nt-sb-fav-btn:hover {
  color: #fbbf24;
  border-color: rgba(251,191,36,.45);
  background: rgba(251,191,36,.08);
}

.nt-lv-tabs {
  display: flex;
  gap: .35rem;
  padding: .65rem var(--nt-pad-x) 0;
  border-bottom: 1px solid rgba(255,255,255,.06);
  position: static;
  top: auto;
  z-index: auto;
  background: transparent;
  backdrop-filter: none;
  box-shadow: none;
  margin: .35rem 0 0;
  box-sizing: border-box;
  max-width: 100%;
}
.nt-lv-tab {
  appearance: none;
  border: none;
  background: transparent;
  color: #7a92a8;
  font-family: inherit;
  font-size: .78rem;
  font-weight: 700;
  padding: .55rem .85rem .6rem;
  border-bottom: 2px solid transparent;
  margin-bottom: -1px;
  cursor: pointer;
}
.nt-lv-tab:hover { color: #e2e8f0; }
.nt-lv-tab.active {
  color: #35e0c2;
  border-bottom-color: #35e0c2;
}

.nt-kpi-strip-section { margin-top: .5rem; }
.nt-kpi-strip {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .4rem .55rem;
  padding: .65rem .85rem;
  margin: 0 var(--nt-pad-x);
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.02);
}
.nt-kpi-strip-meta {
  font-size: .66rem;
  color: #5a7288;
  margin-right: .25rem;
}
.nt-kpi-chip {
  display: inline-flex;
  align-items: baseline;
  gap: .25rem;
  padding: .2rem .5rem;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  font-size: .68rem;
}
.nt-kpi-chip em {
  font-style: normal;
  color: #7a92a8;
  font-weight: 600;
}
.nt-kpi-chip strong {
  color: #f1f5f9;
  font-weight: 800;
}
.nt-kpi-strip-link {
  margin-left: auto;
  appearance: none;
  border: none;
  background: transparent;
  color: #35e0c2;
  font-size: .68rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  padding: .2rem 0;
}
.nt-kpi-strip-link:hover { text-decoration: underline; }

.nt-overview-summary {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .5rem .75rem;
  margin: .5rem var(--nt-pad-x) 0;
  padding: .6rem .85rem;
  border-radius: 12px;
  border: 1px solid rgba(53,224,194,.15);
  background: rgba(53,224,194,.04);
}
.nt-overview-stat {
  display: inline-flex;
  align-items: baseline;
  gap: .35rem;
  font-size: .74rem;
}
.nt-overview-stat em {
  font-style: normal;
  color: #7a92a8;
  font-weight: 600;
}
.nt-overview-stat strong {
  color: #f1f5f9;
  font-weight: 800;
  font-size: .9rem;
}
.nt-overview-note {
  display: none;
}

.nt-mini-stand-section { padding-top: .35rem; }
.nt-mini-stand-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: 0 var(--nt-pad-x);
}
.nt-mini-stand-wrap {
  margin: .5rem var(--nt-pad-x) 0;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
}
.nt-mini-stand-labels,
.nt-mini-stand-row {
  display: grid;
  grid-template-columns: 28px 1fr 42px 52px;
  gap: .5rem;
  align-items: center;
  padding: .5rem .75rem;
  font-size: .72rem;
}
.nt-mini-stand-labels {
  background: rgba(255,255,255,.04);
  color: #5a7288;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .6rem;
}
.nt-mini-stand-row {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(255,255,255,.04);
  background: transparent;
  color: #b6c5d3;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
}
.nt-mini-stand-row:hover { background: rgba(255,255,255,.03); }
.nt-mini-team {
  display: flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
  color: #e2e8f0;
  font-weight: 600;
}
.nt-mini-team span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-mini-pts {
  text-align: center;
  font-weight: 800;
  color: #f1f5f9;
}
.nt-mini-form {
  text-align: center;
  font-size: .62rem;
  color: #7dd3c0;
  letter-spacing: .06em;
}

.nt-overview-groups-section { padding-top: .15rem; }
.nt-overview-groups-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .65rem;
  margin: .5rem var(--nt-pad-x) 0;
}
.nt-overview-group-card {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  background: rgba(255,255,255,.02);
  overflow: hidden;
  min-width: 0;
}
.nt-overview-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: .5rem .65rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.03);
}
.nt-overview-group-head strong {
  font-size: .78rem;
  color: #e2e8f0;
  letter-spacing: .02em;
}
.nt-og-labels,
.nt-og-row {
  display: grid;
  grid-template-columns: 18px minmax(0, 1fr) 22px 28px 38px;
  gap: .35rem;
  align-items: center;
  padding: .38rem .55rem;
  font-size: .66rem;
}
.nt-og-labels {
  color: #5a7288;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  font-size: .56rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.nt-og-row {
  width: 100%;
  border: none;
  border-top: 1px solid rgba(255,255,255,.04);
  background: transparent;
  color: #b6c5d3;
  font-family: inherit;
  cursor: pointer;
  text-align: left;
}
.nt-og-row:hover { background: rgba(255,255,255,.03); }
.nt-og-row.zone-cl { box-shadow: inset 2px 0 0 #34d399; }
.nt-og-row.zone-europe { box-shadow: inset 2px 0 0 #35e0c2; }
.nt-og-row.zone-europa { box-shadow: inset 2px 0 0 #60a5fa; }
.nt-og-row.zone-conference { box-shadow: inset 2px 0 0 #c084fc; }
.nt-og-row.zone-playoff { box-shadow: inset 2px 0 0 #facc15; }
.nt-og-row.zone-relegation { box-shadow: inset 2px 0 0 #f87171; }
.nt-og-pos {
  text-align: center;
  color: #64748b;
  font-weight: 700;
}
.nt-og-team {
  display: flex;
  align-items: center;
  gap: .35rem;
  min-width: 0;
  color: #e2e8f0;
  font-weight: 600;
}
.nt-og-team span:last-child {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-og-num,
.nt-og-goals {
  text-align: center;
  font-variant-numeric: tabular-nums;
  color: #94a3b8;
}
.nt-og-pts {
  text-align: center;
  font-weight: 800;
  color: #f1f5f9;
  font-variant-numeric: tabular-nums;
}
@media (max-width: 900px) {
  .nt-overview-groups-grid { grid-template-columns: 1fr; }
}

.nt-today-section { padding-top: .25rem; }
.nt-today-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: 0 var(--nt-pad-x);
}
.nt-sec-title-inline { margin: 0; }
.nt-today-list {
  margin: .5rem var(--nt-pad-x) 0;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  overflow: hidden;
}
.nt-today-row {
  display: grid;
  grid-template-columns: 100px 1fr auto;
  gap: .5rem;
  align-items: center;
  padding: .55rem .75rem;
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(255,255,255,.04);
  font-size: .74rem;
}
.nt-today-row:last-child { border-bottom: none; }
.nt-today-row:hover { background: rgba(53,224,194,.04); }
.nt-today-date { color: #7a92a8; font-variant-numeric: tabular-nums; }
.nt-today-match { color: #e2e8f0; font-weight: 600; }
.nt-today-tip { color: #64748b; font-weight: 700; }
.nt-today-tip.has-tip { color: #35e0c2; }

.nt-league-tips-hero {
  display: flex;
  flex-direction: column;
  gap: 0;
  margin-bottom: .15rem;
}
.nt-league-tips-hero .nt-overview-summary-section {
  margin-top: .35rem;
}
.nt-league-tips-hero .nt-featured-section,
.nt-league-tips-hero .nt-today-section {
  padding-top: .35rem;
}
.nt-league-tips-cta {
  display: flex;
  justify-content: flex-end;
  padding: 0 var(--nt-pad-x) .35rem;
}
.nt-league-tips-cta-link {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  padding: .45rem .75rem;
  border-radius: 999px;
  border: 1px solid rgba(53,224,194,.28);
  background: rgba(53,224,194,.08);
  color: #35e0c2;
  font-size: .72rem;
  font-weight: 800;
  text-decoration: none;
  letter-spacing: .02em;
}
.nt-league-tips-cta-link:hover {
  background: rgba(53,224,194,.14);
  border-color: rgba(53,224,194,.42);
}

.nt-tip-layer {
  display: inline-flex;
  align-items: center;
  padding: .12rem .38rem;
  border-radius: 999px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
  white-space: nowrap;
}
.nt-tip-layer--official {
  border: 1px solid rgba(53,224,194,.32);
  background: rgba(53,224,194,.12);
  color: #6ee7d6;
}
.nt-tip-layer--signal {
  border: 1px solid rgba(245,158,11,.32);
  background: rgba(245,158,11,.10);
  color: #fcd34d;
}
.nt-today-tip-meta {
  display: inline-flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  gap: .35rem .45rem;
  min-width: 0;
}
.nt-today-odds {
  font-size: .68rem;
  font-style: normal;
  color: #94a3b8;
  font-weight: 700;
}
.nt-today-conf {
  font-size: .66rem;
  font-weight: 800;
  color: #7dd3c7;
}

.nt-season-ended-section { padding-top: .25rem; }
.nt-season-ended {
  margin: .35rem var(--nt-pad-x) 0;
  padding: .85rem 1rem;
  border-radius: 12px;
  border: 1px solid rgba(148,163,184,.16);
  background: rgba(148,163,184,.05);
}
.nt-season-ended strong {
  display: block;
  color: #e2e8f0;
  font-size: .88rem;
  margin-bottom: .35rem;
}
.nt-season-ended p {
  margin: 0;
  color: #94a3b8;
  font-size: .78rem;
  line-height: 1.45;
}
.nt-season-ended-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .65rem 1rem;
  margin-top: .55rem;
}
.nt-season-ended-actions a.nt-kpi-strip-link {
  text-decoration: none;
}

.nt-season-progress-section,
.nt-betting-snapshot-section,
.nt-zone-mini-section,
.nt-watch-section { padding-top: .15rem; }

.nt-season-progress {
  margin: .5rem var(--nt-pad-x) 0;
  padding: .65rem .85rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.02);
}
.nt-season-progress-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  gap: .35rem .65rem;
  margin-bottom: .45rem;
  font-size: .72rem;
}
.nt-season-progress-label {
  color: #7a92a8;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: .58rem;
}
.nt-season-progress-head strong {
  color: #f1f5f9;
  font-weight: 800;
}
.nt-season-progress-round {
  margin-left: auto;
  color: #64748b;
  font-size: .66rem;
}
.nt-season-progress-track {
  height: 6px;
  border-radius: 999px;
  background: rgba(255,255,255,.06);
  overflow: hidden;
}
.nt-season-progress-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(53,224,194,.55), #35e0c2);
}
.nt-season-progress-pct {
  display: block;
  margin-top: .35rem;
  font-size: .64rem;
  color: #64748b;
}

.nt-betting-snapshot-head,
.nt-zone-mini-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .5rem;
  padding: 0 var(--nt-pad-x);
}
.nt-betting-snapshot-meta {
  font-size: .64rem;
  color: #5a7288;
}
.nt-betting-snapshot-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  margin: .5rem var(--nt-pad-x) 0;
}
.nt-betting-snapshot-card {
  padding: .6rem .65rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.02);
  display: flex;
  flex-direction: column;
  gap: .25rem;
  min-width: 0;
}
.nt-betting-snapshot-card em {
  font-style: normal;
  font-size: .58rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #5a7288;
}
.nt-betting-snapshot-card strong {
  color: #f1f5f9;
  font-size: .78rem;
  font-weight: 800;
  line-height: 1.25;
}

.nt-zone-mini-wrap {
  margin: .5rem var(--nt-pad-x) 0;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 12px;
  overflow: hidden;
  background: rgba(255,255,255,.02);
}
.nt-zone-mini-row {
  display: flex;
  align-items: center;
  gap: .65rem;
  padding: .55rem .75rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
  font-size: .72rem;
}
.nt-zone-mini-row:last-child { border-bottom: none; }
.nt-zone-mini-label {
  flex: 0 0 auto;
  min-width: 88px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}
.nt-zone-mini-row.zone-cl .nt-zone-mini-label,
.nt-zone-mini-row.zone-europe .nt-zone-mini-label { color: #7dd3fc; }
.nt-zone-mini-row.zone-europa .nt-zone-mini-label { color: #93c5fd; }
.nt-zone-mini-row.zone-conference .nt-zone-mini-label { color: #c4b5fd; }
.nt-zone-mini-row.zone-playoff .nt-zone-mini-label { color: #fbbf24; }
.nt-zone-mini-row.zone-relegation .nt-zone-mini-label { color: #f87171; }
.nt-zone-mini-teams {
  color: #cbd5e1;
  font-weight: 600;
  min-width: 0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.nt-watch-card {
  margin: .5rem var(--nt-pad-x) 0;
  padding: .75rem .85rem;
  border-radius: 14px;
  border: 1px solid rgba(53,224,194,.18);
  background: linear-gradient(155deg, rgba(12,24,40,.95), rgba(8,18,30,.98));
}
.nt-watch-top {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem .55rem;
  margin-bottom: .55rem;
}
.nt-watch-badge {
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  color: #35e0c2;
  background: rgba(53,224,194,.12);
  border-radius: 999px;
  padding: .18rem .5rem;
}
.nt-watch-meta {
  font-size: .66rem;
  color: #7a92a8;
  font-weight: 600;
}
.nt-watch-date {
  margin-left: auto;
  font-size: .66rem;
  color: #64748b;
}
.nt-watch-body {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  gap: .5rem;
  align-items: center;
  text-decoration: none;
  color: inherit;
}
.nt-watch-side {
  display: flex;
  align-items: center;
  gap: .45rem;
  min-width: 0;
}
.nt-watch-side:last-child { justify-content: flex-end; text-align: right; }
.nt-watch-side em {
  font-style: normal;
  font-size: .76rem;
  font-weight: 700;
  color: #e2e8f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-watch-vs {
  font-size: .62rem;
  font-weight: 800;
  color: #64748b;
  text-transform: uppercase;
}
.nt-watch-link {
  display: inline-block;
  margin-top: .55rem;
  font-size: .68rem;
  font-weight: 700;
  color: #35e0c2;
  text-decoration: none;
}
.nt-watch-link:hover { text-decoration: underline; }

@media (max-width: 720px) {
  .nt-betting-snapshot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .4rem;
  }
  .nt-betting-snapshot-card {
    padding: .48rem .35rem;
    align-items: center;
    text-align: center;
  }
  .nt-betting-snapshot-card em {
    font-size: .52rem;
    line-height: 1.2;
  }
  .nt-betting-snapshot-card strong {
    font-size: .72rem;
  }
  .nt-watch-body { grid-template-columns: 1fr; }
  .nt-watch-vs { display: none; }
  .nt-watch-side:last-child { justify-content: flex-start; text-align: left; }
}

.nt-dd {
  position: relative;
  flex: 1 1 100px;
  min-width: 0;
}
.nt-dd-label {
  display: block;
  font-size: .56rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #5a7288;
  margin-bottom: .18rem;
}
.nt-dd-trigger {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .35rem;
  appearance: none;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background: #0a1520;
  color: #f1f5f9;
  font-size: .7rem;
  font-weight: 600;
  font-family: inherit;
  padding: .38rem .5rem;
  cursor: pointer;
  text-align: left;
}
.nt-dd-trigger:hover,
.nt-dd-trigger[aria-expanded="true"] {
  border-color: rgba(53,224,194,.45);
}
.nt-dd-caret { color: #7dd3c0; font-size: .65rem; }
.nt-dd-menu {
  position: absolute;
  top: calc(100% + 4px);
  left: 0;
  right: 0;
  z-index: 120;
  max-height: 220px;
  overflow-y: auto;
  border: 1px solid rgba(53,224,194,.25);
  border-radius: 10px;
  background: #0c1828;
  box-shadow: 0 12px 32px rgba(0,0,0,.45);
  padding: .25rem;
}
.nt-dd-menu[hidden] { display: none; }
.nt-dd-option {
  display: block;
  width: 100%;
  text-align: left;
  appearance: none;
  border: none;
  background: transparent;
  color: #e2e8f0;
  font-size: .72rem;
  font-weight: 600;
  font-family: inherit;
  padding: .45rem .55rem;
  border-radius: 6px;
  cursor: pointer;
}
.nt-dd-option:hover,
.nt-dd-option.active {
  background: rgba(53,224,194,.12);
  color: #35e0c2;
}

.nt-back-league-btn {
  appearance: none;
  -webkit-appearance: none;
  border: 1px solid rgba(53,224,194,.22);
  background: rgba(53,224,194,.06);
  color: #9fe7d8;
  border-radius: 999px;
  padding: .42rem .85rem;
  font-size: .72rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
  justify-self: start;
  transition: background .15s, border-color .15s, color .15s;
}
.nt-back-league-btn:hover {
  background: rgba(53,224,194,.14);
}

.nt-quality-badge {
  display: inline-flex;
  align-items: center;
  font-size: .6rem;
  font-weight: 700;
  padding: .2rem .55rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .06em;
  border: 1px solid transparent;
}
.nt-quality-high   { background:rgba(74,222,128,.1);color:#4ade80;border-color:rgba(74,222,128,.22); }
.nt-quality-medium { background:rgba(96,165,250,.1);color:#60a5fa;border-color:rgba(96,165,250,.22); }
.nt-quality-volume { background:rgba(250,204,21,.08);color:#facc15;border-color:rgba(250,204,21,.22); }
.nt-quality-limited{ background:rgba(100,116,139,.08);color:#94a3b8;border-color:rgba(100,116,139,.2);}
.nt-badge-official { background:var(--gg-teal-soft)!important;color:var(--gg-teal)!important;border-color:var(--gg-teal-line)!important; }
.nt-acc-badge {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  font-size: .6rem;
  font-weight: 700;
  padding: .2rem .55rem;
  border-radius: 999px;
  text-transform: uppercase;
  letter-spacing: .05em;
  background: rgba(53,224,194,.07);
  color: var(--gg-teal);
  border: 1px solid var(--gg-teal-line);
}
.nt-acc-badge::before { content:"◎"; font-size:.7rem; }

.nt-spinner-wrap {
  display: none;
}
.nt-spinner {
  width: 18px; height: 18px;
  border: 2px solid rgba(53,224,194,.18);
  border-top-color: var(--gg-teal);
  border-radius: 50%;
  animation: nt-spin .7s linear infinite;
}
@keyframes nt-spin { to { transform: rotate(360deg); } }

.nt-lv-content--loading {
  pointer-events: none;
}

.nt-lv-loading-skeleton {
  display: flex;
  flex-direction: column;
  gap: 1rem;
  width: 100%;
  padding-top: .35rem;
  animation: nt-lv-sk-fade-in .25s ease;
}
@keyframes nt-lv-sk-fade-in {
  from { opacity: .55; }
  to { opacity: 1; }
}

.nt-lv-sk-season-hero {
  display: grid;
  grid-template-columns: 88px minmax(0, 1fr);
  gap: 1.15rem;
  min-height: 138px;
  padding: 1rem 1.1rem;
  box-sizing: border-box;
  border: 1px solid rgba(53,224,194,.12);
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(53,224,194,.055), rgba(255,255,255,.018));
}
.nt-lv-sk-season-logo {
  width: 82px;
  height: 82px;
  border-radius: 19px;
  background: rgba(255,255,255,.065);
  animation: nt-pulse 1.4s ease-in-out infinite;
}
.nt-lv-sk-season-copy {
  display: flex;
  flex-direction: column;
  min-width: 0;
  padding-top: .2rem;
}
.nt-lv-sk-season-copy i { font-style: normal; }
.nt-lv-sk-season-copy .nt-lv-sk-title {
  width: 32%;
  height: 1.35rem;
}
.nt-lv-sk-season-copy .nt-lv-sk-year {
  width: 10%;
  height: .7rem;
  margin-top: .45rem;
}
.nt-lv-sk-season-copy .nt-lv-sk-dates {
  width: 100%;
  height: .6rem;
  margin-top: 1rem;
}
.nt-lv-sk-season-copy .nt-lv-sk-bar {
  height: .48rem;
  margin-top: .55rem;
}
.nt-lv-sk-season-copy .nt-lv-sk-bar em {
  display: block;
  width: 45%;
  height: 100%;
  border-radius: inherit;
  background: rgba(53,224,194,.13);
}
.nt-lv-sk-next-head {
  display: grid;
  gap: .35rem;
  width: 14rem;
}
.nt-lv-sk-next-head .nt-lv-sk-line:first-child {
  width: 32%;
  height: .48rem;
}
.nt-lv-sk-next-head .nt-lv-sk-line:last-child {
  width: 68%;
  height: .9rem;
}
.nt-lv-sk-next-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}
.nt-lv-sk-next-grid > span {
  display: block;
  height: 4.4rem;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
  animation: nt-pulse 1.4s ease-in-out infinite;
}
.nt-lv-sk-next-grid > span:nth-child(even) { animation-delay: .12s; }

.nt-lv-sk-team-strip {
  display: flex;
  gap: 6px;
  overflow: hidden;
  padding: .15rem 0 .25rem;
}
.nt-lv-sk-team {
  flex: 0 0 3.35rem;
  width: 3.35rem;
  height: 3.85rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.06);
  background: linear-gradient(180deg, rgba(255,255,255,.05), rgba(255,255,255,.02));
  animation: nt-pulse 1.4s ease-in-out infinite;
}
.nt-lv-sk-team.is-all {
  border-color: rgba(53,224,194,.14);
  background: linear-gradient(180deg, rgba(53,224,194,.08), rgba(255,255,255,.02));
}

.nt-lv-sk-tabs {
  display: flex;
  gap: .5rem;
  padding-bottom: .55rem;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nt-lv-sk-tab {
  display: block;
  width: 4.6rem;
  height: 1.55rem;
  border-radius: 8px;
  background: rgba(255,255,255,.04);
  animation: nt-pulse 1.4s ease-in-out infinite;
}
.nt-lv-sk-tab.is-active {
  width: 5.2rem;
  background: rgba(53,224,194,.10);
  border: 1px solid rgba(53,224,194,.16);
}

.nt-lv-sk-block {
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.02);
  padding: .75rem .85rem;
}

.nt-lv-sk-kpi {
  display: flex;
  flex-wrap: wrap;
  gap: .45rem .55rem;
  align-items: center;
}
.nt-lv-sk-kpi-chip {
  display: block;
  width: 3.8rem;
  height: 2.1rem;
  border-radius: 8px;
  background: rgba(255,255,255,.05);
  animation: nt-pulse 1.4s ease-in-out infinite;
}
.nt-lv-sk-kpi-chip:nth-child(odd) { animation-delay: .15s; }

.nt-lv-sk-progress {
  display: grid;
  gap: .55rem;
}
.nt-lv-sk-line {
  display: block;
  height: .72rem;
  width: 42%;
  border-radius: 6px;
  background: rgba(255,255,255,.05);
  animation: nt-pulse 1.4s ease-in-out infinite;
}
.nt-lv-sk-line.short { width: 28%; }
.nt-lv-sk-bar {
  display: block;
  height: .45rem;
  border-radius: 999px;
  background: rgba(255,255,255,.04);
  overflow: hidden;
}
.nt-lv-sk-bar i {
  display: block;
  width: 62%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, rgba(53,224,194,.22), rgba(53,224,194,.08));
  animation: nt-pulse 1.4s ease-in-out infinite;
}

.nt-lv-sk-cards {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: .55rem;
  background: transparent;
  border: none;
  padding: 0;
}
.nt-lv-sk-card {
  min-height: 4.2rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.06);
  background: rgba(255,255,255,.025);
  animation: nt-pulse 1.4s ease-in-out infinite;
}
.nt-lv-sk-card:nth-child(2) { animation-delay: .12s; }
.nt-lv-sk-card:nth-child(3) { animation-delay: .24s; }

.nt-lv-sk-table {
  display: grid;
  gap: .45rem;
}
.nt-lv-sk-row {
  display: block;
  height: 2.35rem;
  border-radius: 10px;
  background: rgba(255,255,255,.035);
  animation: nt-pulse 1.4s ease-in-out infinite;
}
.nt-lv-sk-row:nth-child(even) { opacity: .72; animation-delay: .1s; }

.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

@media (max-width: 720px) {
  .nt-lv-sk-cards { grid-template-columns: 1fr; }
  .nt-lv-sk-team { flex-basis: 2.9rem; width: 2.9rem; height: 3.35rem; }
  .nt-lv-sk-season-hero {
    grid-template-columns: 62px minmax(0, 1fr);
    min-height: 116px;
    gap: .75rem;
    padding: .8rem;
    border-radius: 14px;
  }
  .nt-lv-sk-season-logo { width: 58px; height: 58px; border-radius: 14px; }
  .nt-lv-sk-season-copy .nt-lv-sk-title { width: 58%; }
  .nt-lv-sk-season-copy .nt-lv-sk-year { width: 22%; }
  .nt-lv-sk-next-grid { grid-template-columns: 1fr; }
  .nt-lv-sk-next-grid > span:nth-child(n+3) { display: none; }
}

.nt-lv-content {
  display: flex;
  flex-direction: column;
  padding: 1rem var(--nt-pad-x) 0;
  gap: 1.4rem;
  width: 100%;
  min-width: 0;
  box-sizing: border-box;
}

.nt-lv-content--wc-hub {
  padding: 0;
  gap: 0;
}

.nt-league-view--wc {
  display: flex;
  flex-direction: column;
  min-width: 0;
}

.nt-league-view--wc .wc-hub-inner {
  width: 100%;
  min-width: 0;
}

.nt-league-track-host {
  width: 100%;
}

.nt-league-track-host .gg-official-track-mini {
  margin: 0;
}

.nt-league-track-host .gg-official-track-mini-body {
  padding: 0.8rem 0.9rem 0.85rem 1rem;
}

/* ── season overview hero ────────────────────────────────── */
.nt-season-hero {
  position: relative;
  display: grid;
  grid-template-columns: 104px minmax(0, 1fr);
  gap: 1.2rem;
  width: 100%;
  padding: 1.15rem 1.25rem;
  box-sizing: border-box;
  overflow: hidden;
  border: 1px solid rgba(53,224,194,.18);
  border-radius: 18px;
  background:
    radial-gradient(circle at 12% 0%, rgba(53,224,194,.12), transparent 35%),
    linear-gradient(135deg, #0b1a28 0%, #091521 60%, #07121c 100%);
  box-shadow: 0 14px 32px rgba(0,0,0,.2);
}
.nt-season-hero::after {
  content: "";
  position: absolute;
  inset: auto -5rem -7rem auto;
  width: 15rem;
  height: 15rem;
  border-radius: 50%;
  border: 1px solid rgba(53,224,194,.09);
  pointer-events: none;
}
.nt-season-hero-logo {
  display: flex;
  align-items: flex-start;
  justify-content: center;
}
.nt-season-hero-logo .league-logo-badge.lg {
  width: 88px;
  height: 88px;
  border-radius: 20px;
  border: 1px solid rgba(255,255,255,.18);
  background: #fff;
  box-shadow: 0 12px 28px rgba(0,0,0,.34);
  font-size: 1.2rem;
}
.nt-season-hero-logo .league-logo-badge.lg img,
.nt-season-hero-logo .league-logo-badge.lg .league-logo-badge-img {
  padding: 7px;
}
.nt-season-hero-main {
  display: flex;
  flex-direction: column;
  min-width: 0;
}
.nt-season-hero-title-row {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}
.nt-season-hero-title {
  margin: 0;
  color: #f8fafc;
  font-size: clamp(1.35rem, 2.2vw, 1.9rem);
  line-height: 1.15;
  letter-spacing: -.025em;
}
.nt-season-hero-year {
  display: inline-block;
  margin-top: .28rem;
  color: #b9c8d6;
  font-size: .82rem;
  font-weight: 800;
}
.nt-season-hero-actions {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  flex-wrap: wrap;
  gap: .4rem;
}
.nt-season-hero-actions .page-fav-btn {
  display: inline-flex;
  align-items: center;
  gap: .3rem;
  min-height: 1.9rem;
  padding: .28rem .64rem;
  border: 1px solid rgba(251,191,36,.38);
  border-radius: 999px;
  background: rgba(251,191,36,.09);
  color: #fde68a;
  font: inherit;
  font-size: .68rem;
  cursor: pointer;
}
.nt-season-timeline {
  margin-top: 1rem;
}
.nt-season-format-note {
  max-width: 48rem;
  margin: 1rem 0 .2rem;
  color: #8ca1b5;
  font-size: .76rem;
  line-height: 1.5;
}
.nt-season-timeline-labels {
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: end;
  gap: .8rem;
  margin-bottom: .45rem;
}
.nt-season-timeline-labels > span:last-child { text-align: right; }
.nt-season-timeline-labels small {
  display: block;
  margin-bottom: .08rem;
  color: #617c91;
  font-size: .57rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nt-season-timeline-labels strong {
  color: #dce7ef;
  font-size: .72rem;
}
.nt-season-timeline-track {
  position: relative;
  height: 8px;
  margin-bottom: 2.45rem;
  border-radius: 999px;
  background: #13303b;
  box-shadow: inset 0 1px 2px rgba(0,0,0,.35);
}
.nt-season-timeline-track i {
  display: block;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #25cbae, #49ead0);
  box-shadow: 0 0 14px rgba(53,224,194,.24);
}
.nt-season-timeline-track b {
  position: absolute;
  top: 50%;
  width: 16px;
  height: 16px;
  border: 3px solid #062027;
  border-radius: 50%;
  background: #4be9cf;
  box-shadow: 0 0 0 2px rgba(75,233,207,.18);
  transform: translate(-50%, -50%);
}
.nt-season-now {
  position: absolute;
  top: 16px;
  display: flex;
  flex-direction: column;
  align-items: center;
  min-width: 96px;
  color: #dce8ef;
  text-align: center;
  transform: translateX(-50%);
}
.nt-season-now::before {
  content: "";
  position: absolute;
  top: -10px;
  width: 1px;
  height: 8px;
  background: rgba(75,233,207,.45);
}
.nt-season-now small {
  color: var(--gg-teal);
  font-size: .55rem;
  font-weight: 850;
  letter-spacing: .08em;
  text-transform: uppercase;
}
.nt-season-now strong {
  margin-top: .05rem;
  font-size: .68rem;
  white-space: nowrap;
}
.nt-season-now em {
  margin-top: .05rem;
  color: #688195;
  font-size: .55rem;
  font-style: normal;
  white-space: nowrap;
}
.nt-season-now.is-start {
  align-items: flex-start;
  text-align: left;
  transform: none;
}
.nt-season-now.is-start::before { left: 0; }
.nt-season-now.is-end {
  align-items: flex-end;
  text-align: right;
  transform: translateX(-100%);
}
.nt-season-now.is-end::before { right: 0; }
.nt-season-hero-foot {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 1rem;
  margin-top: .7rem;
  color: #7890a3;
  font-size: .7rem;
}
.nt-season-change-link {
  border: 0;
  background: none;
  color: var(--gg-teal);
  font: inherit;
  font-weight: 750;
  cursor: pointer;
}

/* ── next fixtures, shown before league navigation ───────── */
.nt-next-fixtures {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  width: 100%;
}
.nt-next-fixtures-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 .15rem;
}
.nt-next-fixtures-head h2 {
  margin: .08rem 0 0;
  color: #eef5fa;
  font-size: 1rem;
  letter-spacing: -.01em;
}
.nt-eyebrow {
  color: var(--gg-teal);
  font-size: .58rem;
  font-weight: 850;
  letter-spacing: .11em;
  text-transform: uppercase;
}
.nt-next-fixtures-head button {
  border: 0;
  background: none;
  color: var(--gg-teal);
  font: inherit;
  font-size: .7rem;
  font-weight: 750;
  cursor: pointer;
}
.nt-next-fixtures-list {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .55rem;
}
.nt-next-match {
  display: grid;
  grid-template-columns: 82px minmax(0, 1fr) minmax(90px, .65fr) 14px;
  align-items: center;
  gap: .65rem;
  min-width: 0;
  padding: .72rem .8rem;
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 13px;
  background: rgba(255,255,255,.025);
  color: inherit;
  text-decoration: none;
  transition: border-color .15s, background .15s, transform .15s;
}
.nt-next-match:hover {
  border-color: rgba(53,224,194,.25);
  background: rgba(53,224,194,.045);
  transform: translateY(-1px);
}
.nt-next-match-date {
  display: flex;
  flex-direction: column;
  gap: .15rem;
  font-variant-numeric: tabular-nums;
}
.nt-next-match-date strong {
  color: #adc0cf;
  font-size: .68rem;
  text-transform: capitalize;
}
.nt-next-match-date em {
  color: #fff;
  font-size: .8rem;
  font-style: normal;
  font-weight: 850;
}
.nt-next-match-teams {
  display: flex;
  flex-direction: column;
  gap: .36rem;
  min-width: 0;
}
.nt-next-match-teams > span {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: .45rem;
  min-width: 0;
  overflow: hidden;
  color: #d8e3eb;
  font-size: .74rem;
  font-weight: 700;
  text-align: right;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nt-next-logo-wrap {
  flex: 0 0 23px;
  width: 23px;
  height: 23px;
}
.nt-next-logo-wrap .nt-next-logo,
.nt-next-logo-wrap .gg-team-initials {
  width: 23px;
  height: 23px;
  font-size: .5rem;
}
.nt-next-match-pick {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .2rem;
  min-width: 0;
}
.nt-next-match-pick strong {
  max-width: 100%;
  overflow: hidden;
  color: var(--gg-teal);
  font-size: .68rem;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nt-next-match-pick em {
  color: #587084;
  font-size: .62rem;
  font-style: normal;
}
.nt-next-match-score {
  color: #eef5fa !important;
  font-size: .88rem !important;
  font-variant-numeric: tabular-nums;
}
.nt-next-match-live {
  display: inline-flex;
  align-items: center;
  min-height: 22px;
  padding: .16rem .48rem;
  border: 1px solid rgba(53,224,194,.28);
  border-radius: 999px;
  background: rgba(53,224,194,.1);
  color: var(--gg-teal) !important;
  font-size: .61rem !important;
  letter-spacing: .06em;
}
.nt-next-match-arrow {
  color: #466174;
  font-size: 1.2rem;
}
.nt-next-fixtures-empty {
  padding: .9rem 1rem;
  border: 1px dashed rgba(255,255,255,.09);
  border-radius: 12px;
  color: #6f879b;
  font-size: .76rem;
}
.nt-standings-sync-notice {
  border-color: rgba(251,191,36,.2) !important;
  background: rgba(251,191,36,.045) !important;
}

/* ── complete fixture schedule, grouped by matchday ──────── */
.nt-fixtures-by-round {
  gap: 1.45rem;
}
.nt-fixture-round {
  display: flex;
  flex-direction: column;
  gap: .7rem;
  min-width: 0;
}
.nt-fixture-round-head {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 1rem;
  padding: 0 .15rem .55rem;
  border-bottom: 1px solid rgba(255,255,255,.075);
}
.nt-fixture-round-head h2 {
  margin: .08rem 0 0;
  color: #eef5fa;
  font-size: 1rem;
  letter-spacing: -.01em;
}
.nt-fixture-round-head > span {
  color: #6f879b;
  font-size: .68rem;
  white-space: nowrap;
}

/* ── team strip (single-row carousel) ─────────────────────── */
.nt-team-strip-section {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: .5rem 0 0;
  padding: .25rem 0 .15rem;
  overflow: hidden;
  box-sizing: border-box;
}
.gg-league-team-strip-wrap {
  display: flex;
  align-items: stretch;
  gap: 6px;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  box-sizing: border-box;
}
.gg-team-strip-arrow {
  flex: 0 0 32px;
  width: 32px;
  align-self: center;
  height: 32px;
  border-radius: 50%;
  border: 1px solid rgba(53,224,194,.2);
  background: rgba(9,22,34,.95);
  color: var(--gg-teal);
  font-size: 1.25rem;
  line-height: 1;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  transition: background .12s, border-color .12s;
  font-family: inherit;
}
.gg-team-strip-arrow:hover {
  background: var(--gg-teal-soft);
  border-color: var(--gg-teal-line);
}
.gg-team-strip-arrow[hidden] { display: none; }
.gg-league-team-strip {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  gap: 12px;
  overflow-x: auto;
  overflow-y: hidden;
  scroll-snap-type: x proximity;
  padding: 8px 4px 14px;
  flex: 1;
  min-width: 0;
  max-width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  -webkit-overflow-scrolling: touch;
}
.gg-league-team-strip::-webkit-scrollbar { display: none; height: 0; }
.gg-league-team-strip::-webkit-scrollbar-thumb {
  background: rgba(255,255,255,.12);
  border-radius: 99px;
}
.gg-league-team-card {
  flex: 0 0 92px;
  width: 92px;
  height: 108px;
  min-height: 108px;
  border-radius: 14px;
  background: rgba(9,22,34,.92);
  border: 1px solid rgba(53,224,194,.14);
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  gap: 4px;
  scroll-snap-align: start;
  cursor: pointer;
  font-family: inherit;
  color: #9fb0c3;
  padding: 7px 6px 8px;
  box-sizing: border-box;
  flex-shrink: 0;
  transition: border-color .12s, box-shadow .12s, background .12s;
}
a.gg-league-team-card.nt-team-link {
  text-decoration: none;
}
.gg-team-strip-meta {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2px;
  width: 100%;
  height: 12px;
  min-height: 12px;
  max-height: 12px;
  flex: 0 0 12px;
  overflow: hidden;
  pointer-events: none;
}
.gg-team-strip-form-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  font-size: 6px;
  font-weight: 800;
  line-height: 1;
  letter-spacing: 0;
  flex: 0 0 9px;
}
.gg-team-strip-form-win { background: rgba(74,222,128,.18); color: #4ade80; }
.gg-team-strip-form-draw { background: rgba(250,204,21,.15); color: #facc15; }
.gg-team-strip-form-loss { background: rgba(248,113,113,.15); color: #f87171; }
.gg-team-strip-form-empty {
  background: transparent;
  opacity: 0;
}
.gg-team-strip-form-tip {
  background: rgba(53,224,194,.22);
  color: #35e0c2;
  font-size: 8px;
  line-height: 1;
}
.gg-league-team-card.has-tip-today .gg-team-strip-form-tip {
  box-shadow: 0 0 0 1px rgba(53,224,194,.24);
}
.gg-league-team-card:hover,
.gg-league-team-card.active {
  border-color: rgba(53,224,194,.75);
  box-shadow: 0 0 0 1px rgba(53,224,194,.2), 0 0 20px rgba(53,224,194,.08);
  color: #e2e8f0;
}
.gg-league-team-card.active {
  background: rgba(53,224,194,.08);
}
.gg-league-team-card-all {
  justify-content: center;
}
.gg-league-team-card-all .gg-team-strip-all {
  margin: 0;
}
.gg-league-team-card .gg-team-logo,
.gg-league-team-card .gg-team-initials,
.gg-league-team-card .gg-team-initials-fallback,
.gg-league-team-card .gg-team-strip-all {
  flex-shrink: 0;
}
.gg-team-logo-strip-wrap {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
}
.gg-league-team-card .gg-team-logo {
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  object-fit: contain;
  display: block;
}
.gg-league-team-card .gg-team-initials,
.gg-league-team-card .gg-team-initials-fallback {
  width: 44px;
  height: 44px;
  max-width: 44px;
  max-height: 44px;
  border-radius: 10px;
  font-size: .55rem;
  font-weight: 800;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.gg-league-team-card .gg-team-name {
  max-width: 82px;
  font-size: 11px;
  line-height: 1.15;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  color: #9fb0c3;
  text-align: center;
}
.gg-league-team-card.active .gg-team-name { color: #e2e8f0; }
.gg-team-strip-all {
  width: 44px;
  height: 44px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: .52rem;
  font-weight: 800;
  letter-spacing: .05em;
  color: var(--gg-teal);
  background: var(--gg-teal-soft);
  border-radius: 10px;
}

/* ── sections ─────────────────────────────────────────────── */
.nt-section { display: flex; flex-direction: column; gap: .75rem; }
.nt-sec-title {
  margin: 0;
  font-size: .72rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #647d92;
}

/* ── featured / TOP TIP ───────────────────────────────────── */
.nt-featured {
  background: linear-gradient(155deg, var(--gg-card) 0%, #0a1522 100%);
  border: 1px solid rgba(255,255,255,.09);
  border-radius: 18px;
  padding: 1.1rem 1.25rem 1.15rem;
  box-shadow: 0 16px 40px rgba(0,0,0,.28);
}
.nt-featured-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .75rem;
  margin-bottom: 1rem;
}
.nt-badge-tip {
  display: inline-flex;
  align-items: center;
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .07em;
  text-transform: uppercase;
  padding: .34rem .8rem;
  border-radius: 999px;
  color: #04221d;
  background: linear-gradient(135deg, #35e0c2 0%, #2bb89f 100%);
  box-shadow: 0 4px 14px rgba(53,224,194,.22);
}
.nt-badge-tip-muted {
  color: #8aa0b2;
  background: rgba(255,255,255,.06);
  box-shadow: none;
  border: 1px solid rgba(255,255,255,.08);
}
.nt-featured-date { font-size: .78rem; color: #8aa0b2; font-variant-numeric: tabular-nums; }
.nt-featured-body {
  display: flex;
  align-items: center;
  gap: 1.25rem;
  flex-wrap: wrap;
}
.nt-featured-body .nt-matchup {
  flex: 1;
  min-width: 260px;
  margin-bottom: 0;
}
.nt-pred-col {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .35rem;
  min-width: 150px;
  padding: .85rem 1rem;
  background: rgba(0,0,0,.22);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
}
.nt-pred-col .nt-pred-tip { font-size: 1.55rem; }
.nt-pred-col .nt-bar-wrap { width: 100%; margin-top: .2rem; }
.nt-pred-col .nt-detail-link { margin-top: .3rem; font-size: .74rem; }

.nt-matchup {
  display: grid;
  grid-template-columns: 1fr auto 1fr;
  align-items: center;
  gap: .75rem;
  text-decoration: none;
  color: inherit;
}
.nt-matchup-side {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: .5rem;
  min-width: 0;
}
.nt-team-nm {
  font-size: .84rem;
  font-weight: 700;
  color: #e8eef4;
  text-align: center;
  line-height: 1.25;
  max-width: 130px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.nt-vs {
  font-size: .65rem;
  font-weight: 800;
  color: #4a6278;
  letter-spacing: .1em;
  padding: .2rem .35rem;
  background: rgba(255,255,255,.04);
  border-radius: 6px;
}
.nt-pred-label {
  font-size: .6rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #647d92;
}
.nt-pred-tip {
  font-size: 1.5rem;
  font-weight: 800;
  color: #f8fafc;
  line-height: 1.1;
}
.nt-pred-odds {
  font-size: .88rem;
  font-weight: 700;
  color: var(--gg-teal);
  font-variant-numeric: tabular-nums;
}
.nt-bar-wrap { display: flex; align-items: center; gap: .55rem; }
.nt-bar-lg { height: 9px; }
.nt-pct { font-size: .9rem; font-weight: 700; color: var(--gg-teal); min-width: 2.4rem; text-align: right; }
.nt-featured-summary {
  margin: 1rem 0 0;
  padding-top: .9rem;
  border-top: 1px solid rgba(255,255,255,.06);
  font-size: .84rem;
  line-height: 1.65;
  color: #8aa0b2;
}
.nt-detail-link {
  font-size: .77rem;
  font-weight: 600;
  color: var(--gg-teal);
  text-decoration: none;
}
.nt-detail-link:hover { color: #5eead4; }

.nt-featured-empty { padding: 0; background: transparent; border: none; box-shadow: none; }
.nt-featured-empty .nt-no-match {
  border-radius: 18px;
  background: var(--gg-card);
  border: 1px solid rgba(255,255,255,.08);
}

/* ── progress bars (GoalGrid only — no purple/pink) ───────── */
.nt-bar {
  flex: 1;
  height: 8px;
  border-radius: 999px;
  background: rgba(255,255,255,.08);
  overflow: hidden;
}
.nt-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
}
.nt-bar-high  { background: linear-gradient(90deg,#35e0c2,#5eead4); }
.nt-bar-mid   { background: linear-gradient(90deg,#60a5fa,#93c5fd); }
.nt-bar-low   { background: linear-gradient(90deg,#f59e0b,#fbbf24); }
.nt-fill-green  { background: linear-gradient(90deg,#22c55e,#4ade80); }
.nt-fill-teal   { background: linear-gradient(90deg,#35e0c2,#5eead4); }
.nt-fill-blue   { background: linear-gradient(90deg,#3b82f6,#60a5fa); }
.nt-fill-amber  { background: linear-gradient(90deg,#f59e0b,#fbbf24); }

/* ── league stats card ───────────────────────────────────── */
.nt-stats-panel {
  background: rgba(255,255,255,.02);
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 18px;
  padding: 1.2rem 1.35rem 1.3rem;
}
.nt-stats-blurb {
  margin: 0 0 .5rem;
  font-size: .88rem;
  line-height: 1.65;
  color: #94a3b8;
}
.nt-stats-meta {
  margin: 0 0 1.1rem;
  font-size: .72rem;
  color: #5a7288;
}
.nt-lstats {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .9rem 1.6rem;
}
.nt-lstat { display: flex; flex-direction: column; gap: .4rem; min-width: 0; }
.nt-lstat-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: .4rem;
  font-size: .78rem;
  color: #94a3b8;
}
.nt-lstat-head strong {
  font-size: 1rem;
  color: #f1f5f9;
  font-variant-numeric: tabular-nums;
}
.nt-lstat .nt-bar {
  height: 10px;
  background: rgba(255,255,255,.1);
  border-radius: 999px;
}
.nt-lstat .nt-bar i {
  display: block;
  height: 100%;
  border-radius: inherit;
  min-width: 2px;
}

/* ── standings table ─────────────────────────────────────── */
.nt-standings-wrap {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  overflow-x: auto;
  background: rgba(255,255,255,.02);
  -webkit-overflow-scrolling: touch;
}
.nt-stand-head,
.nt-stand-row {
  display: grid;
  grid-template-columns: 40px minmax(148px, 1.7fr) 34px 34px 34px 34px 38px 38px 46px 42px 58px;
  column-gap: 6px;
  align-items: center;
  padding: .55rem .75rem;
  font-size: .72rem;
  min-width: 640px;
}
.nt-stand-head {
  background: rgba(255,255,255,.04);
  color: #5a7288;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .04em;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nt-stand-head > span {
  text-align: center;
  font-variant-numeric: tabular-nums;
}
.nt-stand-head > span:nth-child(2) {
  text-align: left;
  justify-self: start;
}
.nt-stand-row {
  color: #b6c5d3;
  border-bottom: 1px solid rgba(255,255,255,.04);
  width: 100%;
  border-left: none;
  border-right: none;
  border-top: none;
  background: transparent;
  font-family: inherit;
  cursor: pointer;
}
button.nt-stand-row { padding: .55rem .75rem; }
.nt-standings-hint {
  margin: 0 0 .65rem;
  font-size: .72rem;
  color: #5a7288;
}
.nt-stand-groups-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: .85rem;
  margin-bottom: .75rem;
}
@media (max-width: 900px) {
  .nt-stand-groups-grid {
    grid-template-columns: 1fr;
  }
}
.nt-stand-group-block {
  border: 1px solid rgba(255,255,255,.08);
  border-radius: 14px;
  background: rgba(255,255,255,.02);
  overflow: hidden;
  min-width: 0;
}
.nt-stand-group-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: .65rem;
  padding: .65rem .85rem;
  border-bottom: 1px solid rgba(255,255,255,.07);
}
.nt-stand-group-head strong {
  font-size: .92rem;
  color: #e2e8f0;
}
.nt-stand-group-head span {
  font-size: .72rem;
  color: #5a7288;
}
.nt-stand-group-block .nt-standings-wrap {
  border: none;
  border-radius: 0;
  background: transparent;
}
.nt-standings-section-groups .nt-stand-zone-legend {
  margin-top: .25rem;
}
.nt-standings-section-groups .nt-stand-group-block .nt-stand-head,
.nt-standings-section-groups .nt-stand-group-block .nt-stand-row {
  grid-template-columns: 22px minmax(72px, 1.35fr) 24px 24px 24px 24px 28px 28px 32px 34px 46px;
  min-width: 0;
  column-gap: 3px;
  padding: .45rem .5rem;
  font-size: .66rem;
}
.nt-standings-section-groups .nt-stand-group-block .nt-stand-name {
  font-size: .7rem;
}
.nt-standings-section-groups .nt-stand-group-block .nt-stand-pts {
  font-size: .72rem;
}
.nt-stand-toolbar {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  gap: .45rem .6rem;
  margin-bottom: .6rem;
}
.nt-stand-toolbar-compact {
  padding: .5rem .65rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.02);
}
.nt-stand-field {
  display: flex;
  flex-direction: column;
  gap: .18rem;
  min-width: 0;
  flex: 1 1 88px;
}
.nt-stand-field > span {
  font-size: .56rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #5a7288;
}
.nt-stand-select {
  width: 100%;
  min-width: 0;
  appearance: none;
  color-scheme: dark;
  border: 1px solid rgba(255,255,255,.14);
  border-radius: 8px;
  background-color: #0a1520;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='10' height='6' viewBox='0 0 10 6'%3E%3Cpath fill='%237dd3c0' d='M1 1l4 4 4-4'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: right .5rem center;
  color: #f1f5f9;
  font-size: .7rem;
  font-weight: 600;
  font-family: inherit;
  padding: .38rem 1.45rem .38rem .55rem;
  cursor: pointer;
  box-shadow: inset 0 1px 0 rgba(255,255,255,.04);
}
.nt-stand-select:hover {
  border-color: rgba(53,224,194,.35);
  background-color: #0d1c2a;
}
.nt-stand-select:focus {
  outline: none;
  border-color: rgba(53,224,194,.55);
  box-shadow: 0 0 0 2px rgba(53,224,194,.15);
}
.nt-stand-select option {
  background-color: #0a1520;
  color: #f1f5f9;
  font-weight: 600;
}
.nt-stand-select option:checked {
  background-color: #133040;
  color: #35e0c2;
}
.nt-stand-toolbar-actions {
  display: flex;
  gap: .3rem;
  flex: 0 0 auto;
  margin-left: auto;
}
.nt-stand-toolbar-preseason {
  align-items: center;
}
.nt-stand-toolbar-preseason .nt-stand-field {
  flex: 0 1 280px;
}
.nt-stand-toolbar-preseason-note {
  color: #7a92a8;
  font-size: .68rem;
  line-height: 1.35;
}
.nt-standings-zone-unavailable {
  margin: .7rem 0 0;
  padding: .7rem .8rem;
  border: 1px dashed rgba(122,146,168,.24);
  border-radius: 10px;
  background: rgba(122,146,168,.035);
}
.nt-stand-icon-btn {
  appearance: none;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  color: #94a3b8;
  border-radius: 8px;
  min-width: 2.15rem;
  height: 1.85rem;
  padding: 0 .45rem;
  font-size: .66rem;
  font-weight: 700;
  font-family: inherit;
  cursor: pointer;
}
.nt-stand-icon-btn:hover {
  border-color: rgba(53,224,194,.35);
  color: #d7f5ee;
}
.nt-stand-icon-btn.active {
  border-color: rgba(53,224,194,.55);
  background: rgba(53,224,194,.12);
  color: #35e0c2;
}
.nt-stand-toolbar-group {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: .35rem;
}
.nt-stand-toolbar-actions-inline {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
  margin-left: auto;
}
.nt-stand-toolbar-label {
  font-size: .62rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #5a7288;
  margin-right: .15rem;
}
.nt-stand-filter-btn {
  appearance: none;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  color: #94a3b8;
  border-radius: 999px;
  padding: .32rem .7rem;
  font-size: .68rem;
  font-weight: 600;
  font-family: inherit;
  cursor: pointer;
  transition: border-color .15s, color .15s, background .15s;
}
.nt-stand-filter-btn:hover {
  border-color: rgba(53,224,194,.35);
  color: #d7f5ee;
}
.nt-stand-filter-btn.active {
  border-color: rgba(53,224,194,.55);
  background: rgba(53,224,194,.12);
  color: #35e0c2;
}
.nt-standings-mode-hint {
  margin: 0;
  width: 100%;
  font-size: .68rem;
  color: #7dd3c0;
}
.nt-stand-toolbar-actions {
  display: flex;
  flex-wrap: wrap;
  gap: .35rem;
}
.nt-stand-compare-hint {
  margin: 0;
  width: 100%;
  flex-basis: 100%;
  font-size: .64rem;
  color: #7dd3c0;
}
.nt-stand-zone-pill {
  display: inline-flex;
  align-items: center;
  padding: .2rem .55rem;
  border-radius: 999px;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.nt-stand-zone-pill.zone-cl {
  color: #34d399;
  background: rgba(52,211,153,.1);
  border-color: rgba(52,211,153,.28);
}
.nt-stand-zone-pill.zone-europe {
  color: #35e0c2;
  background: rgba(53,224,194,.1);
  border-color: rgba(53,224,194,.25);
}
.nt-stand-zone-pill.zone-europa {
  color: #60a5fa;
  background: rgba(96,165,250,.1);
  border-color: rgba(96,165,250,.25);
}
.nt-stand-zone-pill.zone-conference {
  color: #a78bfa;
  background: rgba(167,139,250,.1);
  border-color: rgba(167,139,250,.25);
}
.nt-stand-zone-pill.zone-playoff {
  color: #facc15;
  background: rgba(250,204,21,.1);
  border-color: rgba(250,204,21,.25);
}
.nt-stand-zone-pill.zone-relegation {
  color: #f87171;
  background: rgba(248,113,113,.1);
  border-color: rgba(248,113,113,.25);
}
.nt-stand-row.zone-cl,
.nt-stand-row.zone-europe,
.nt-stand-row.zone-europa,
.nt-stand-row.zone-conference,
.nt-stand-row.zone-playoff,
.nt-stand-row.zone-relegation { box-shadow: none; }
.nt-stand-zone-legend {
  margin-top: .7rem;
  padding: .8rem .9rem .9rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.07);
  background: rgba(255,255,255,.02);
}
.nt-stand-zone-legend-title {
  display: block;
  margin-bottom: .45rem;
  font-size: .56rem;
  font-weight: 800;
  letter-spacing: .1em;
  text-transform: uppercase;
  color: #5a7288;
}
.nt-stand-zone-legend-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(235px, 1fr));
  gap: .45rem;
}
.nt-stand-zone-legend-item {
  display: flex;
  align-items: flex-start;
  gap: .5rem;
  min-width: 0;
  padding: .55rem .6rem;
  border: 1px solid rgba(255,255,255,.055);
  border-radius: 9px;
  background: rgba(3,11,19,.3);
}
.nt-stand-zone-bar {
  display: none;
}
.nt-stand-zone-legend-copy {
  display: flex;
  flex-direction: column;
  gap: .1rem;
  min-width: 0;
}
.nt-stand-zone-legend-copy strong {
  color: #e2e8f0;
  font-size: .74rem;
  font-weight: 700;
  line-height: 1.25;
}
.nt-stand-zone-legend-copy em {
  font-style: normal;
  color: #64748b;
  font-size: .66rem;
  line-height: 1.35;
}
.nt-stand-row.compare-selected {
  background: rgba(53,224,194,.08);
  outline: 1px solid rgba(53,224,194,.22);
}
.nt-stand-compare-panel {
  margin-bottom: .75rem;
  padding: .85rem 1rem;
  border-radius: 14px;
  border: 1px solid rgba(53,224,194,.2);
  background: rgba(53,224,194,.05);
}
.nt-stand-compare-head {
  display: flex;
  align-items: center;
  gap: .65rem;
  flex-wrap: wrap;
}
.nt-stand-compare-head strong {
  color: #f1f5f9;
  font-size: .88rem;
}
.nt-h2h-balance {
  font-size: .82rem;
  font-weight: 800;
  color: #35e0c2;
  padding: .15rem .55rem;
  border-radius: 8px;
  background: rgba(0,0,0,.2);
}
.nt-stand-compare-close {
  margin-left: auto;
  appearance: none;
  border: none;
  background: transparent;
  color: #94a3b8;
  font-size: 1.2rem;
  line-height: 1;
  cursor: pointer;
  padding: 0 .25rem;
}
.nt-h2h-meta {
  margin: .45rem 0 .55rem;
  font-size: .72rem;
  color: #7dd3c0;
}
.nt-h2h-empty {
  margin: 0 0 .5rem;
  font-size: .74rem;
  color: #64748b;
}
.nt-h2h-list { display: flex; flex-direction: column; gap: .35rem; }
.nt-h2h-row {
  display: grid;
  grid-template-columns: 108px 1fr auto;
  gap: .5rem;
  font-size: .72rem;
  color: #b6c5d3;
  padding: .35rem .45rem;
  border-radius: 8px;
  background: rgba(0,0,0,.15);
}
.nt-h2h-score {
  font-weight: 800;
  color: #f1f5f9;
  font-variant-numeric: tabular-nums;
}
.nt-stand-extra {
  text-align: center;
  justify-self: center;
  font-variant-numeric: tabular-nums;
  font-size: .68rem;
  color: #94a3b8;
  white-space: nowrap;
}
.nt-stand-xgd.pos { color: #4ade80; font-weight: 700; }
.nt-stand-xgd.neg { color: #f87171; font-weight: 700; }
.nt-standings-wrap.cols-betting .nt-stand-head,
.nt-standings-wrap.cols-betting .nt-stand-row {
  grid-template-columns: 30px minmax(120px, 1.35fr) 32px 32px 32px 32px 36px 36px 42px 40px 34px 34px 52px;
  min-width: 700px;
}
.nt-standings-wrap.cols-xg .nt-stand-head,
.nt-standings-wrap.cols-xg .nt-stand-row {
  grid-template-columns: 30px minmax(120px, 1.35fr) 32px 32px 32px 32px 36px 36px 42px 40px 34px 34px 52px;
  min-width: 700px;
}
.nt-standings-wrap.cols-all .nt-stand-head,
.nt-standings-wrap.cols-all .nt-stand-row {
  grid-template-columns: 30px minmax(108px, 1.15fr) 30px 30px 30px 30px 34px 34px 40px 38px 32px 32px 32px 32px 50px;
  min-width: 780px;
}
.nt-stats-empty p {
  margin: 0;
  font-size: .86rem;
  line-height: 1.6;
  color: #7a92a8;
}
.nt-stats-preseason {
  border: 1px dashed rgba(53,224,194,.22);
  background: rgba(53,224,194,.05);
}
.nt-stats-preseason p {
  margin: 0;
  font-size: .84rem;
  line-height: 1.55;
  color: #8aa3b8;
}
.nt-team-hero-section { margin-top: 0; }
.nt-team-hero {
  display: grid;
  gap: .85rem;
  padding: 1.1rem 1.25rem;
  background:
    radial-gradient(ellipse 80% 70% at 100% 0%, rgba(53,224,194,.08), transparent 58%),
    linear-gradient(165deg, rgba(10, 24, 36, .96), rgba(6, 16, 25, .98));
  border: 1px solid rgba(53,224,194,.18);
  border-radius: 18px;
  box-shadow: 0 14px 34px rgba(0,0,0,.22);
  grid-template-columns: minmax(0, 1fr) auto;
  grid-template-areas:
    "brand back"
    "comps comps"
    "chips chips";
}
.nt-team-hero-brand {
  grid-area: brand;
  display: flex;
  align-items: center;
  gap: .95rem;
  min-width: 0;
}
.nt-team-hero .nt-back-league-btn { grid-area: back; align-self: start; }
.nt-team-comp-switcher-wrap { grid-area: comps; }
.nt-team-hero-chips { grid-area: chips; }
.nt-team-hero-text { min-width: 0; }
.nt-team-hero-title {
  margin: 0;
  font-size: clamp(1.15rem, 2.2vw, 1.45rem);
  font-weight: 800;
  color: #f8fafc;
  letter-spacing: -.02em;
}
.nt-team-hero-meta {
  margin: .28rem 0 0;
  font-size: .78rem;
  color: #9fe7d8;
  font-weight: 600;
}
.nt-team-comp-switcher-wrap {
  display: grid;
  gap: .45rem;
}
.nt-team-comp-switcher-label {
  font-size: .62rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5a7288;
}
.nt-team-comp-switcher {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(210px, 1fr));
  gap: .55rem;
}
button.nt-team-comp-pill,
.nt-team-comp-pill {
  all: unset;
  box-sizing: border-box;
  appearance: none;
  -webkit-appearance: none;
  display: flex;
  align-items: center;
  gap: .6rem;
  width: 100%;
  min-height: 46px;
  padding: .5rem .8rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.08);
  background: rgba(255,255,255,.03);
  color: #dbe7f3;
  font: inherit;
  font-size: .74rem;
  cursor: pointer;
  transition: border-color .15s, background .15s, transform .15s, box-shadow .15s;
}
button.nt-team-comp-pill:hover,
.nt-team-comp-pill:hover {
  border-color: rgba(53,224,194,.28);
  background: rgba(53,224,194,.07);
  transform: translateY(-1px);
}
button.nt-team-comp-pill.is-active,
.nt-team-comp-pill.is-active {
  border-color: rgba(53,224,194,.45);
  background: rgba(53,224,194,.12);
  color: #f8fafc;
  box-shadow: inset 0 0 0 1px rgba(53,224,194,.14), 0 8px 18px rgba(53,224,194,.08);
}
#nt-team-detail-host button.nt-team-comp-pill,
#nt-team-detail-host .nt-team-comp-pill {
  display: flex;
}
#nt-team-detail-host button.nt-team-comp-pill:hover,
#nt-team-detail-host .nt-team-comp-pill:hover {
  border-color: rgba(53,224,194,.28);
  background: rgba(53,224,194,.07);
}
#nt-team-detail-host button.nt-team-comp-pill.is-active,
#nt-team-detail-host .nt-team-comp-pill.is-active {
  border-color: rgba(53,224,194,.45);
  background: rgba(53,224,194,.12);
  color: #f8fafc;
}
.nt-team-comp-pill-logo {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}
.nt-team-comp-pill-copy {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: .08rem;
  min-width: 0;
}
.nt-team-comp-pill-label {
  font-weight: 700;
  line-height: 1.15;
}
.nt-team-comp-pill-meta {
  font-size: .62rem;
  color: #7fa0b8;
  font-weight: 600;
}
#nt-team-detail-host .nt-team-comp-pill.is-active .nt-team-comp-pill-meta { color: #b7efe4; }
#nt-team-detail-host .nt-team-comp-pill .league-logo-badge img {
  background: rgba(255,255,255,.14);
  padding: 2px;
}

.nt-team-comp-pill .league-logo-badge img,
button.nt-team-comp-pill .league-logo-badge img {
  background: rgba(255,255,255,.14);
  padding: 2px;
}

.nt-team-results-table-wrap,
.nt-team-results-wrap {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.015);
}
.nt-team-results-table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}
.nt-team-results-table th,
.nt-team-results-table td {
  padding: .62rem .85rem;
  text-align: left;
  vertical-align: middle;
}
.nt-team-results-table thead th {
  background: rgba(255,255,255,.035);
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5a7288;
}
.nt-team-results-table th:last-child,
.nt-team-results-table td.nt-team-result-end {
  text-align: right;
}
.nt-team-results-table:not(.nt-team-results-table--multi) th:nth-child(1),
.nt-team-results-table:not(.nt-team-results-table--multi) td:nth-child(1) { width: 108px; }
.nt-team-results-table:not(.nt-team-results-table--multi) th:nth-child(2),
.nt-team-results-table:not(.nt-team-results-table--multi) td:nth-child(2) { width: 52px; }
.nt-team-results-table:not(.nt-team-results-table--multi) th:nth-child(4),
.nt-team-results-table:not(.nt-team-results-table--multi) td:nth-child(4) { width: 96px; }
.nt-team-results-table--multi th:nth-child(1),
.nt-team-results-table--multi td:nth-child(1) { width: 108px; }
.nt-team-results-table--multi th:nth-child(2),
.nt-team-results-table--multi td:nth-child(2) { width: 42px; }
.nt-team-results-table--multi th:nth-child(3),
.nt-team-results-table--multi td:nth-child(3) { width: 52px; }
.nt-team-results-table--multi th:nth-child(5),
.nt-team-results-table--multi td:nth-child(5) { width: 96px; }
.nt-team-results-table tbody tr {
  border-bottom: 1px solid rgba(255,255,255,.04);
  font-size: .76rem;
}
.nt-team-results-table tbody tr:last-child { border-bottom: none; }
.nt-team-results-table tbody tr:hover { background: rgba(255,255,255,.02); }

.nt-team-results-wrap {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  overflow: hidden;
  background: rgba(255,255,255,.015);
}
.nt-team-results-table tr.nt-team-result-row {
  display: table-row;
}
.nt-team-results-wrap .nt-team-results-head,
.nt-team-results-wrap .nt-team-result-row {
  display: grid;
  align-items: center;
  column-gap: .65rem;
  padding: .62rem .85rem;
}
.nt-team-results-wrap--single .nt-team-results-head,
.nt-team-results-wrap--single .nt-team-result-row {
  grid-template-columns: 92px 44px minmax(120px, 1fr) 84px;
}
.nt-team-results-wrap--multi .nt-team-results-head,
.nt-team-results-wrap--multi .nt-team-result-row {
  grid-template-columns: 92px 34px 44px minmax(120px, 1fr) 84px;
}
.nt-team-results-head {
  background: rgba(255,255,255,.035);
  border-bottom: 1px solid rgba(255,255,255,.06);
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #5a7288;
}
.nt-team-results-head > span:last-child,
.nt-team-result-end {
  justify-self: end;
  text-align: right;
}
.nt-team-result-row {
  font-size: .76rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
}
.nt-team-result-row:last-child { border-bottom: none; }
.nt-team-result-row:hover { background: rgba(255,255,255,.02); }
.nt-team-result-date {
  color: #6b8499;
  font-size: .72rem;
  white-space: nowrap;
}
.nt-team-result-comp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}
.nt-team-result-comp .league-logo-badge img {
  background: rgba(255,255,255,.12);
  padding: 2px;
}
.nt-venue-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 22px;
  padding: 0 .35rem;
  border-radius: 999px;
  font-size: .58rem;
  font-weight: 800;
  letter-spacing: .04em;
}
.nt-venue-pill--home {
  background: rgba(53,224,194,.12);
  color: #9fe7d8;
}
.nt-venue-pill--away {
  background: rgba(255,255,255,.06);
  color: #8aa3b8;
}
.nt-team-result-opp {
  color: #e2e8f0;
  font-weight: 600;
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.nt-team-result-end {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: .45rem;
  white-space: nowrap;
}
.nt-team-result-score {
  font-weight: 800;
  color: #f1f5f9;
  font-variant-numeric: tabular-nums;
}
.nt-team-result-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 24px;
  height: 24px;
  padding: 0 .35rem;
  border-radius: 7px;
  font-size: .62rem;
  font-weight: 800;
  line-height: 1;
}
.nt-team-result-win { background: rgba(74,222,128,.16); color: #4ade80; }
.nt-team-result-draw { background: rgba(250,204,21,.12); color: #facc15; }
.nt-team-result-loss { background: rgba(248,113,113,.14); color: #f87171; }
.nt-team-result-comp,
.nt-team-upcoming-comp {
  display: inline-flex;
  align-items: center;
  gap: .35rem;
  min-width: 0;
  color: #8aa3b8;
  font-size: .68rem;
}
.nt-team-result-comp span,
.nt-team-upcoming-comp span {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nt-team-upcoming-wrap {
  border: 1px solid rgba(255,255,255,.07);
  border-radius: 14px;
  overflow: hidden;
}
.nt-team-upcoming-row {
  display: grid;
  grid-template-columns: 1fr 1.2fr .65fr 1.1fr auto;
  gap: .5rem;
  align-items: center;
  padding: .65rem .85rem;
  font-size: .76rem;
  border-bottom: 1px solid rgba(255,255,255,.04);
  color: inherit;
  text-decoration: none;
}
.nt-team-upcoming-row:last-child { border-bottom: none; }
.nt-team-upcoming-row:hover { background: rgba(53,224,194,.05); }
.nt-team-upcoming-date { color: #6b8499; }
.nt-team-upcoming-venue {
  color: #5a7288;
  font-size: .68rem;
  text-transform: uppercase;
}
.nt-team-upcoming-opp { color: #e2e8f0; font-weight: 600; }
.nt-team-upcoming-link {
  font-size: .68rem;
  font-weight: 700;
  color: var(--gg-teal);
  white-space: nowrap;
}

@media (max-width: 760px) {
  .nt-team-hero {
    grid-template-columns: 1fr;
    grid-template-areas:
      "brand"
      "back"
      "comps"
      "chips";
  }
  .nt-team-hero .nt-back-league-btn { justify-self: start; }
  .nt-team-hero-brand { align-items: flex-start; }
  .nt-team-comp-switcher { grid-template-columns: 1fr; }
  .nt-team-hero-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
  .nt-team-results-table-wrap { overflow-x: auto; }
  .nt-team-results-table { min-width: 520px; }
  .nt-team-results-wrap--single .nt-team-results-head,
  .nt-team-results-wrap--single .nt-team-result-row,
  .nt-team-results-wrap--multi .nt-team-results-head,
  .nt-team-results-wrap--multi .nt-team-result-row {
    grid-template-columns: 78px minmax(0, 1fr) 72px;
  }
  .nt-team-results-head > span:nth-child(2),
  .nt-team-results-head > span:nth-child(3),
  .nt-team-result-comp,
  .nt-team-result-venue,
  .nt-team-results-wrap--multi .nt-team-results-head > span:nth-child(2) { display: none; }
  .nt-team-upcoming-row { grid-template-columns: 1fr 1fr; }
  .nt-team-upcoming-comp,
  .nt-team-upcoming-venue,
  .nt-team-upcoming-link { display: none; }
}

.nt-stand-row:last-child { border-bottom: none; }
.nt-stand-row:hover { background: rgba(255,255,255,.03); }
.nt-stand-row.active {
  background: rgba(53,224,194,.08);
  box-shadow: inset 3px 0 0 var(--gg-teal);
}
.nt-stand-pos {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: .42rem;
  width: 100%;
  font-weight: 800;
  color: #8aa0b2;
  text-align: left;
  justify-self: stretch;
}
.nt-stand-pos::before {
  content: "";
  display: block;
  flex: 0 0 4px;
  width: 4px;
  height: 22px;
  border-radius: 999px;
  background: transparent;
}
.nt-stand-row.zone-cl .nt-stand-pos::before { background: #34d399; }
.nt-stand-row.zone-europe .nt-stand-pos::before { background: #35e0c2; }
.nt-stand-row.zone-europa .nt-stand-pos::before { background: #60a5fa; }
.nt-stand-row.zone-conference .nt-stand-pos::before { background: #c084fc; }
.nt-stand-row.zone-playoff .nt-stand-pos::before { background: #facc15; }
.nt-stand-row.zone-relegation .nt-stand-pos::before { background: #f87171; }
.nt-stand-team {
  display: flex;
  align-items: center;
  gap: .45rem;
}
.nt-stand-name {
  flex: 1 1 0;
  min-width: 0;
  font-size: .78rem;
  font-weight: 600;
  color: #e2e8f0;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.nt-stand-num,
.nt-stand-pts,
.nt-stand-form {
  text-align: center;
  justify-self: center;
  font-variant-numeric: tabular-nums;
  white-space: nowrap;
}
.nt-stand-pts { font-weight: 800; color: #f1f5f9; }
.nt-stand-form {
  display: inline-flex;
  gap: 2px;
  justify-content: center;
  flex-wrap: wrap;
  font-size: .6rem;
  font-weight: 700;
  letter-spacing: .08em;
  color: #7dd3c0;
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
}
.nt-stand-form-long {
  font-size: .52rem;
  letter-spacing: .04em;
  max-width: 58px;
}
.nt-stand-form-letter {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 11px;
  height: 14px;
  border-radius: 3px;
  font-size: .58rem;
  font-weight: 800;
  line-height: 1;
}
.nt-stand-form-win { background: rgba(74,222,128,.18); color: #4ade80; }
.nt-stand-form-draw { background: rgba(250,204,21,.15); color: #facc15; }
.nt-stand-form-loss { background: rgba(248,113,113,.15); color: #f87171; }
.nt-stand-form-empty { background: rgba(255,255,255,.06); color: #64748b; }
.nt-form-pills {
  font-weight: 700;
  letter-spacing: .08em;
  color: var(--gg-teal);
}
.nt-team-stats-section .nt-stats-panel { margin-top: 0; }
.nt-team-stats-head {
  display: flex;
  flex-wrap: wrap;
  align-items: baseline;
  justify-content: space-between;
  gap: .45rem .85rem;
}
.nt-team-stats-head .nt-sec-title { margin: 0; }
.nt-team-stats-record {
  margin: 0;
  font-size: .72rem;
  font-weight: 600;
  color: #8aa3b8;
  font-variant-numeric: tabular-nums;
}
.nt-team-stats-panel .nt-stats-meta {
  margin: 0 0 1rem;
  padding: .55rem .75rem;
  border-radius: 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.06);
  color: #94a3b8;
}
.nt-team-stats-panel .nt-lstats {
  gap: 1rem 1.4rem;
}

.nt-fx-table-wrap {
  overflow-x: auto;
  border-radius: 14px;
}
.nt-fx-table {
  min-width: 680px;
}
.nt-fx-head span:nth-child(4),
.nt-fx-head span:nth-child(5),
.nt-fx-head span:nth-child(6),
.nt-fx-odds,
.nt-fx-conf {
  text-align: right;
}
.nt-fx-tip:not(.has-tip),
.nt-fx-odds:empty {
  color: #4b657a;
}

.nt-team-hero-chips {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: .5rem;
}
.nt-team-chip {
  display: inline-flex;
  flex-direction: column;
  gap: .15rem;
  padding: .4rem .65rem;
  border-radius: 10px;
  background: rgba(255,255,255,.04);
  border: 1px solid rgba(255,255,255,.07);
  min-width: 72px;
}
.nt-team-chip em {
  font-style: normal;
  font-size: .58rem;
  text-transform: uppercase;
  letter-spacing: .06em;
  color: #5a7288;
}
.nt-team-chip strong {
  font-size: .82rem;
  color: #f1f5f9;
  font-weight: 700;
}
.nt-team-chip-form strong {
  display: flex;
  gap: 3px;
  flex-wrap: wrap;
}
.nt-form-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 18px;
  height: 18px;
  padding: 0 4px;
  border-radius: 5px;
  font-size: .58rem;
  font-weight: 800;
}
.nt-form-pill-win { background: rgba(74,222,128,.18); color: #4ade80; }
.nt-form-pill-draw { background: rgba(250,204,21,.15); color: #facc15; }
.nt-form-pill-loss { background: rgba(248,113,113,.15); color: #f87171; }
.nt-form-pill-empty { background: rgba(255,255,255,.06); color: #64748b; }

.nt-team-detail-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1rem;
}
.nt-team-split-grid { margin-top: -0.35rem; }
.nt-team-detail-card { height: 100%; box-sizing: border-box; }
.nt-team-detail-title {
  margin: 0 0 .35rem;
  font-size: .92rem;
  font-weight: 700;
  color: #e2e8f0;
}
.nt-tm-kpi-grid {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: .55rem;
  margin: .75rem 0;
}
.nt-tm-kpi {
  padding: .55rem .65rem;
  border-radius: 10px;
  background: rgba(255,255,255,.03);
  border: 1px solid rgba(255,255,255,.05);
}
.nt-tm-kpi span {
  display: block;
  font-size: .64rem;
  color: #5a7288;
  text-transform: uppercase;
  letter-spacing: .04em;
}
.nt-tm-kpi strong {
  display: block;
  margin-top: .2rem;
  font-size: .95rem;
  color: #f8fafc;
}
.nt-tm-kv { display: flex; flex-direction: column; gap: .35rem; }
.nt-tm-kv-row {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  font-size: .76rem;
  color: #94a3b8;
}
.nt-tm-kv-row strong { color: #f1f5f9; }
.nt-tm-bar { margin-bottom: .7rem; }
.nt-tm-bar:last-child { margin-bottom: 0; }
.nt-tm-bar-head {
  display: flex;
  justify-content: space-between;
  gap: .5rem;
  margin-bottom: .35rem;
  font-size: .74rem;
  color: #94a3b8;
}
.nt-tm-bar-head strong { color: #e2e8f0; font-weight: 600; }
.nt-team-track-host { width: 100%; }

#nt-team-detail-host.is-loading {
  position: relative;
}

#nt-team-detail-host.is-loading::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
  border-radius: 14px;
  background: linear-gradient(180deg, rgba(4, 10, 18, 0.08) 0%, rgba(4, 10, 18, 0.22) 100%);
}

.nt-team-hero--placeholder {
  opacity: 0.96;
}

.nt-team-chip-loading {
  display: inline-block;
  width: 2.4rem;
  height: 0.72rem;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.08), rgba(255,255,255,.18), rgba(255,255,255,.08));
  background-size: 200% 100%;
  animation: nt-lv-sk-shimmer 1.2s ease-in-out infinite;
}

.nt-team-detail-shimmer {
  display: grid;
  gap: 0.55rem;
  margin-top: 0.35rem;
}

.nt-team-detail-shimmer-line {
  display: block;
  height: 0.72rem;
  width: 42%;
  border-radius: 999px;
  background: linear-gradient(90deg, rgba(255,255,255,.06), rgba(255,255,255,.12), rgba(255,255,255,.06));
  background-size: 200% 100%;
  animation: nt-lv-sk-shimmer 1.2s ease-in-out infinite;
}

.nt-team-detail-shimmer-line.short { width: 24%; animation-delay: .12s; }

.nt-team-detail-shimmer-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

.nt-team-detail-shimmer-cell {
  display: block;
  height: 3.2rem;
  border-radius: 12px;
  border: 1px solid rgba(255,255,255,.05);
  background: linear-gradient(90deg, rgba(255,255,255,.04), rgba(255,255,255,.09), rgba(255,255,255,.04));
  background-size: 200% 100%;
  animation: nt-lv-sk-shimmer 1.2s ease-in-out infinite;
}

.nt-team-detail-shimmer-cell:nth-child(2) { animation-delay: .08s; }
.nt-team-detail-shimmer-cell:nth-child(3) { animation-delay: .16s; }
.nt-team-detail-shimmer-cell:nth-child(4) { animation-delay: .24s; }

@media (max-width: 860px) {
  .nt-team-detail-grid { grid-template-columns: 1fr; }
  .nt-team-hero-chips { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 900px) {
  .nt-stand-toolbar-compact {
    padding: .45rem .5rem;
    gap: .4rem;
  }
  .nt-stand-field {
    flex: 1 1 calc(33% - .4rem);
  }
  .nt-stand-toolbar-actions {
    width: 100%;
    margin-left: 0;
    justify-content: flex-end;
  }
  .nt-standings-hint {
    display: none;
  }
  .nt-standings-zone-unavailable {
    display: block;
  }
  .nt-stand-toolbar-preseason-note {
    width: 100%;
    order: 3;
  }
  .nt-standings-section:not(.nt-standings-section-groups) .nt-stand-head,
  .nt-standings-section:not(.nt-standings-section-groups) .nt-stand-row {
    grid-template-columns: 34px minmax(108px, 1.4fr) 30px 30px 30px 40px 50px;
    min-width: 420px;
    column-gap: 5px;
  }
  .nt-standings-section:not(.nt-standings-section-groups) .nt-stand-head > span:nth-child(7),
  .nt-standings-section:not(.nt-standings-section-groups) .nt-stand-head > span:nth-child(8),
  .nt-standings-section:not(.nt-standings-section-groups) .nt-stand-head > span:nth-child(9),
  .nt-standings-section:not(.nt-standings-section-groups) .nt-stand-row > .nt-stand-num:nth-child(7),
  .nt-standings-section:not(.nt-standings-section-groups) .nt-stand-row > .nt-stand-num:nth-child(8),
  .nt-standings-section:not(.nt-standings-section-groups) .nt-stand-row > .nt-stand-num:nth-child(9),
  .nt-standings-section:not(.nt-standings-section-groups) .nt-stand-row > .nt-stand-extra { display: none; }
  .nt-standings-section:not(.nt-standings-section-groups) .nt-standings-wrap.cols-betting .nt-stand-head,
  .nt-standings-section:not(.nt-standings-section-groups) .nt-standings-wrap.cols-betting .nt-stand-row,
  .nt-standings-section:not(.nt-standings-section-groups) .nt-standings-wrap.cols-xg .nt-stand-head,
  .nt-standings-section:not(.nt-standings-section-groups) .nt-standings-wrap.cols-xg .nt-stand-row,
  .nt-standings-section:not(.nt-standings-section-groups) .nt-standings-wrap.cols-all .nt-stand-head,
  .nt-standings-section:not(.nt-standings-section-groups) .nt-standings-wrap.cols-all .nt-stand-row {
    grid-template-columns: 34px minmax(108px, 1.4fr) 30px 30px 30px 40px 50px;
    min-width: 420px;
  }
  .nt-stand-form {
    flex-wrap: nowrap;
    max-width: none;
    gap: 1px;
  }
  .nt-stand-form-long {
    max-width: none;
    letter-spacing: .02em;
  }
  .nt-stand-form-letter {
    min-width: 9px;
    width: 9px;
    height: 12px;
    font-size: .5rem;
    border-radius: 2px;
  }
  .nt-stand-row > .nt-stand-team {
    min-width: 0;
    max-width: 100%;
    overflow: hidden;
  }
  .nt-stand-team .gg-team-logo-sm,
  .nt-stand-team .gg-team-logo-sm-wrap {
    flex: 0 0 18px;
    width: 18px;
    height: 18px;
  }
  .nt-stand-name {
    font-size: .68rem;
    letter-spacing: -.01em;
  }
}

.nt-fx-table {
  border: 1px solid rgba(255,255,255,.06);
  border-radius: 14px;
  overflow: hidden;
}
.nt-fx-head, .nt-fx-row {
  display: grid;
  grid-template-columns: 116px 1.3fr 1.3fr .9fr 56px 96px;
  align-items: center;
  gap: .6rem;
  padding: .65rem .95rem;
}
.nt-fx-head {
  background: rgba(255,255,255,.03);
  font-size: .62rem;
  font-weight: 700;
  letter-spacing: .08em;
  text-transform: uppercase;
  color: #647d92;
  border-bottom: 1px solid rgba(255,255,255,.06);
}
.nt-fx-row {
  text-decoration: none;
  color: inherit;
  border-bottom: 1px solid rgba(255,255,255,.04);
  transition: background .11s;
}
.nt-fx-row:last-child { border-bottom: none; }
.nt-fx-row:hover { background: rgba(53,224,194,.04); }
.nt-fx-date { font-size: .72rem; color: #7a93a8; font-variant-numeric: tabular-nums; white-space: nowrap; }
.nt-fx-ft {
  display: inline-block;
  font-size: .54rem; font-weight: 800;
  color: #94a3b8; background: rgba(255,255,255,.08);
  padding: .05rem .3rem; border-radius: 4px;
}
.nt-fx-team { font-size: .82rem; font-weight: 600; color: #cbd5e1; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nt-fx-tip { font-size: .76rem; font-weight: 700; color: #4b657a; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.nt-fx-tip.has-tip { color: var(--gg-teal); }
.nt-fx-odds { font-size: .78rem; font-weight: 600; color: #cbd5e1; font-variant-numeric: tabular-nums; text-align: right; }
.nt-fx-conf { display: flex; align-items: center; gap: .4rem; justify-content: flex-end; }
.nt-fx-confbar { width: 42px; height: 6px; border-radius: 999px; background: rgba(255,255,255,.07); overflow: hidden; }
.nt-fx-confbar i { display: block; height: 100%; border-radius: inherit; }
.nt-fx-conf em { font-style: normal; font-size: .7rem; font-weight: 700; color: #94a3b8; min-width: 2.1rem; text-align: right; }

.nt-no-match {
  padding: 2.5rem 1rem;
  color: #647d92;
  font-size: .88rem;
  line-height: 1.75;
  text-align: center;
  border: 1px dashed rgba(255,255,255,.08);
  border-radius: 14px;
}
.nt-no-match a { color: var(--gg-teal); text-decoration: none; font-size: .82rem; }

/* ── responsive ───────────────────────────────────────────── */
@media (max-width: 860px) {
  :root {
    --nt-pad-x: 0.85rem;
    --nt-lv-hero-h: 0px;
    --nt-mobile-bar-h: 52px;
  }

  body[data-page="leagues"] .nt-hub-shell {
    padding-left: 0;
    padding-right: 0;
    align-items: stretch;
    padding-bottom: 0.35rem;
    /* Fixed topbar — keep a small gap under the nav on mobile too. */
    padding-top: calc(var(--topbar-h, 64px) + 0.35rem);
  }
  body[data-page="leagues"] .nt-hub-inner {
    display: flex;
    flex-direction: column;
    grid-template-columns: 1fr;
    max-width: 100%;
    width: 100%;
    border: none;
    border-radius: 0;
    box-shadow: none;
    min-height: auto;
    overflow-x: hidden;
  }

  .nt-sidebar { display: none !important; }

  .nt-hub-main {
    flex: 1 1 auto;
    align-self: stretch;
    width: 100%;
    min-width: 0;
    max-width: 100%;
    overflow-x: hidden;
  }

  .nt-league-view {
    width: 100%;
    max-width: 100%;
    overflow-x: hidden;
  }

  .nt-mobile-pick-bar { display: block; }

  .nt-bc { display: none; }

  .league-hero {
    position: relative;
    top: auto;
    z-index: 4;
    box-shadow: none;
  }
  .nt-lv-page-head {
    padding: .45rem var(--nt-pad-x) .55rem;
  }
  .nt-lv-page-head-compact .nt-lv-page-title {
    font-size: 1.05rem;
    line-height: 1.2;
  }
  .nt-lv-head-link {
    font-size: .64rem;
    max-width: 42%;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nt-lv-tabs {
    position: static;
    top: auto;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: .45rem 0 0;
    gap: 0;
    box-sizing: border-box;
  }
  .nt-lv-tab {
    flex: 1 1 0;
    min-width: 0;
    max-width: 100%;
    text-align: center;
    padding: .5rem .2rem .55rem;
    font-size: .72rem;
  }

  .nt-lv-content {
    width: 100%;
    padding: .45rem var(--nt-pad-x) 0;
    gap: .75rem;
    max-width: 100%;
    overflow-x: hidden;
    box-sizing: border-box;
  }

  .nt-season-hero {
    grid-template-columns: 70px minmax(0, 1fr);
    gap: .8rem;
    padding: .85rem;
    border-radius: 14px;
  }
  .nt-season-hero-logo .league-logo-badge.lg {
    width: 62px;
    height: 62px;
    border-radius: 15px;
  }
  .nt-season-hero-title-row { gap: .55rem; }
  .nt-season-hero-title { font-size: 1.18rem; }
  .nt-season-hero-actions .nt-quality-badge,
  .nt-season-hero-actions .nt-badge-official { display: none; }
  .nt-season-hero-actions .page-fav-btn {
    width: 30px;
    min-width: 30px;
    min-height: 30px;
    padding: 0;
    justify-content: center;
  }
  .nt-season-hero-actions .page-fav-btn strong { display: none; }
  .nt-season-timeline { margin-top: .75rem; }
  .nt-season-timeline-labels {
    grid-template-columns: 1fr 1fr;
    gap: .45rem;
  }
  .nt-season-timeline-labels strong { font-size: .64rem; }
  .nt-season-now em { display: none; }
  .nt-season-hero-foot { margin-top: .6rem; }

  .nt-next-fixtures-list { grid-template-columns: 1fr; }
  .nt-next-match {
    grid-template-columns: 72px minmax(0, 1fr) 13px;
    gap: .5rem;
    padding: .65rem;
  }
  .nt-next-match-pick { display: none; }
  .nt-fixtures-by-round { gap: 1.15rem; }
  .nt-fixtures-by-round,
  .nt-fixture-round,
  .nt-next-fixtures-list {
    width: 100%;
    min-width: 0;
    max-width: 100%;
    box-sizing: border-box;
  }
  .nt-fixture-round { gap: .55rem; }
  .nt-fixture-round-head {
    padding: 0 .05rem .45rem;
  }
  .nt-fixture-round-head h2 { font-size: .9rem; }

  .nt-section { gap: .55rem; }
  .nt-sec-title { font-size: .82rem; }

  .nt-lv-page-meta {
    gap: .3rem;
  }
  .nt-lv-country { font-size: .72rem; }
  .nt-quality-badge {
    font-size: .58rem;
    padding: .14rem .42rem;
  }

  .nt-team-strip-section {
    margin-left: calc(-1 * var(--nt-pad-x));
    margin-right: calc(-1 * var(--nt-pad-x));
    width: calc(100% + (2 * var(--nt-pad-x)));
    max-width: 100vw;
    margin-top: .2rem;
    padding: .15rem 0 .05rem;
    box-sizing: border-box;
  }
  .gg-team-strip-arrow { display: none !important; }
  .gg-league-team-strip {
    gap: 8px;
    padding: 6px var(--nt-pad-x) 10px;
    scroll-padding-inline: var(--nt-pad-x);
  }
  .gg-league-team-card {
    flex: 0 0 72px;
    width: 72px;
    height: 92px;
    min-height: 92px;
    padding: 6px 4px 7px;
    gap: 3px;
  }
  .gg-team-logo-strip-wrap,
  .gg-league-team-card .gg-team-logo,
  .gg-league-team-card .gg-team-initials,
  .gg-team-strip-all {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
  }
  .gg-league-team-card .gg-team-name {
    font-size: 9px;
    max-width: 66px;
    line-height: 1.1;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    white-space: normal;
    height: 2.15em;
  }

  .nt-overview-summary,
  .nt-kpi-strip,
  .nt-mini-stand-wrap,
  .nt-today-list,
  .nt-season-ended,
  .nt-season-progress,
  .nt-betting-snapshot-grid,
  .nt-zone-mini-grid,
  .nt-watch-card {
    margin-left: 0;
    margin-right: 0;
  }
  .nt-overview-summary {
    margin-top: .25rem;
    padding: .5rem .7rem;
    gap: .4rem .55rem;
  }
  .nt-kpi-strip {
    margin: 0;
    padding: .55rem .6rem .5rem;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .35rem .4rem;
    align-items: stretch;
  }
  .nt-kpi-strip-meta {
    grid-column: 1 / -1;
    width: 100%;
    margin: 0 0 .15rem;
    padding-bottom: .35rem;
    border-bottom: 1px solid rgba(255,255,255,.06);
    font-size: .66rem;
  }
  .nt-kpi-chip {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: .06rem;
    font-size: .62rem;
    padding: .34rem .42rem;
    min-width: 0;
    width: 100%;
    box-sizing: border-box;
  }
  .nt-kpi-chip em {
    font-size: .56rem;
    line-height: 1.15;
  }
  .nt-kpi-chip strong {
    font-size: .74rem;
    line-height: 1.1;
  }
  .nt-kpi-strip-link {
    grid-column: 1 / -1;
    margin-left: 0;
    width: 100%;
    text-align: center;
    padding: .4rem 0 .1rem;
    border-top: 1px solid rgba(255,255,255,.05);
    margin-top: .1rem;
  }

  .nt-season-progress {
    padding: .55rem .65rem;
  }
  .nt-season-progress-head {
    gap: .2rem .45rem;
  }
  .nt-season-progress-label {
    font-size: .58rem;
  }
  .nt-season-progress-head strong {
    font-size: .74rem;
    margin-left: auto;
  }
  .nt-season-progress-track {
    height: 7px;
  }
  .nt-season-progress-pct {
    font-size: .6rem;
    margin-top: .28rem;
  }

  .nt-betting-snapshot-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: .4rem;
    margin-top: .4rem;
  }
  .nt-betting-snapshot-card {
    padding: .5rem .4rem;
    align-items: center;
    text-align: center;
  }
  .nt-betting-snapshot-card em {
    font-size: .52rem;
    line-height: 1.2;
  }
  .nt-betting-snapshot-card strong {
    font-size: .72rem;
  }
  .nt-betting-snapshot-head .nt-betting-snapshot-meta {
    font-size: .58rem;
  }

  .nt-mini-stand-labels,
  .nt-mini-stand-row {
    grid-template-columns: 24px minmax(0, 1fr) 34px 42px;
    gap: .4rem;
    padding: .45rem .55rem;
    font-size: .68rem;
  }
  .nt-mini-form {
    font-size: .54rem;
    letter-spacing: .03em;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }

  .nt-today-head,
  .nt-mini-stand-head,
  .nt-betting-snapshot-head {
    padding: 0;
  }
  .nt-today-list {
    margin: .4rem 0 0;
  }
  .nt-today-row {
    grid-template-columns: 1fr;
    gap: .28rem;
    padding: .65rem .7rem;
    align-items: start;
  }
  .nt-today-date {
    font-size: .66rem;
    color: #64748b;
  }
  .nt-today-match {
    font-size: .8rem;
    line-height: 1.25;
  }
  .nt-today-tip-meta {
    justify-content: flex-start;
    width: 100%;
    gap: .3rem .4rem;
  }

  .nt-league-tips-cta {
    padding: 0 0 .2rem;
    justify-content: stretch;
  }
  .nt-league-tips-cta-link {
    width: 100%;
    justify-content: center;
    box-sizing: border-box;
    padding: .55rem .75rem;
    font-size: .7rem;
  }

  .nt-featured {
    padding: .85rem .9rem;
    border-radius: 14px;
    box-shadow: 0 10px 28px rgba(0,0,0,.22);
  }
  .nt-featured-top {
    flex-direction: column;
    align-items: flex-start;
    gap: .35rem;
    margin-bottom: .7rem;
  }
  .nt-badge-tip {
    font-size: .54rem;
    padding: .28rem .62rem;
    letter-spacing: .06em;
  }
  .nt-featured-date { font-size: .72rem; }
  .nt-featured-body {
    flex-direction: column;
    align-items: stretch;
    gap: .75rem;
  }
  .nt-featured-body .nt-matchup {
    min-width: 0;
    gap: .45rem;
  }
  .gg-team-logo-lg-wrap {
    width: 52px;
    height: 52px;
  }
  .nt-team-nm {
    font-size: .72rem;
    max-width: 96px;
  }
  .nt-pred-col {
    width: 100%;
    min-width: 0;
    box-sizing: border-box;
    align-items: center;
    text-align: center;
    padding: .7rem .75rem;
  }
  .nt-pred-col .nt-pred-tip { font-size: 1.12rem; }
  .nt-pred-col .nt-bar-wrap { justify-content: center; }
  .nt-featured-summary {
    margin-top: .75rem;
    padding-top: .75rem;
    font-size: .78rem;
    line-height: 1.55;
  }

  .nt-lstats { grid-template-columns: 1fr; }
  .nt-fx-head { display: none; }
  .nt-fx-row {
    grid-template-columns: 1fr auto;
    grid-template-areas: "date conf" "home tip" "away odds";
    gap: .2rem .6rem;
    padding: .7rem .9rem;
  }
  .nt-fx-date { grid-area: date; }
  .nt-fx-home { grid-area: home; }
  .nt-fx-away { grid-area: away; color: #94a3b8; }
  .nt-fx-tip  { grid-area: tip; text-align: right; }
  .nt-fx-odds { grid-area: odds; text-align: right; }
  .nt-fx-conf { grid-area: conf; }

  .nt-bc-league-select { display: none; }
  .nt-detail-btn-inline { position: static; margin-top: .3rem; }
}

@media (max-width: 480px) {
  :root { --nt-pad-x: 0.7rem; }

  .nt-kpi-strip {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .gg-league-team-card {
    flex: 0 0 68px;
    width: 68px;
    height: 88px;
    min-height: 88px;
  }
  .gg-team-logo-strip-wrap,
  .gg-league-team-card .gg-team-logo,
  .gg-league-team-card .gg-team-initials,
  .gg-team-strip-all {
    width: 34px;
    height: 34px;
    flex-basis: 34px;
  }
  .gg-league-team-card .gg-team-name {
    font-size: 8.5px;
    max-width: 62px;
  }
  .gg-team-strip-form-letter {
    width: 8px;
    height: 8px;
    flex-basis: 8px;
    font-size: 5.5px;
  }
  .nt-lv-tab { font-size: .68rem; }
  .nt-featured { padding: .75rem .8rem; }
  .gg-team-logo-lg-wrap { width: 46px; height: 46px; }
  .nt-pred-col .nt-pred-tip { font-size: 1rem; }
  .nt-overview-stat { font-size: .7rem; }
  .nt-overview-stat strong { font-size: .82rem; }
}

/* ── League ROI hub (main area, not sidebar) ───────────────── */
.nt-league-roi-hub-host {
  width: 100%;
}

.nt-league-roi-hub-loading {
  padding: 0.65rem 0.75rem;
  font-size: 0.72rem;
  color: #5a7288;
  text-align: center;
}

.nt-league-roi-hub-panel {
  display: grid;
  gap: 0.65rem;
  padding: 0.75rem;
  border-radius: 14px;
  border: 1px solid rgba(53, 224, 194, 0.14);
  background: rgba(8, 18, 30, 0.92);
}

.nt-league-roi-hub-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 0.5rem;
}

.nt-league-roi-hub-head h2 {
  margin: 0.15rem 0 0;
  font-size: 0.88rem;
  line-height: 1.3;
  color: #e2e8f0;
}

.nt-league-roi-hub-head .gg-landing-eyebrow {
  margin: 0;
  font-size: 0.56rem;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #35e0c2;
}

.nt-league-roi-hub-head .gg-landing-cta {
  font-size: 0.62rem;
  font-weight: 700;
  padding: 0.3rem 0.55rem;
  border-radius: 999px;
  border: 1px solid rgba(53, 224, 194, 0.35);
  color: #7ef0dc;
  text-decoration: none;
  white-space: nowrap;
}

.nt-league-roi-hub-head .gg-landing-cta:hover {
  background: rgba(53, 224, 194, 0.1);
}

.nt-league-roi-hub-note {
  margin: 0;
  font-size: 0.62rem;
  line-height: 1.45;
  color: #5a7288;
}

.nt-league-roi-hub-grid {
  display: grid;
  gap: 0.65rem;
}

.nt-league-roi-hub-grid .gg-analytics-block {
  display: grid;
  gap: 0.3rem;
  padding: 0.55rem 0.6rem;
  border-radius: 10px;
  border: 1px solid rgba(255, 255, 255, 0.06);
  background: rgba(255, 255, 255, 0.02);
}

.nt-league-roi-hub-grid .gg-analytics-block h3 {
  font-size: 0.68rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
  margin: 0;
  color: #9fb6c9;
}

.nt-league-roi-hub-grid .gg-res-transparency-hint {
  margin: 0;
  font-size: 0.6rem;
  line-height: 1.4;
  color: #5a7288;
}

.nt-league-roi-hub-grid .gg-analytics-table {
  display: grid;
  font-size: 0.62rem;
}

.nt-league-roi-hub-grid .gg-analytics-table-row {
  display: grid;
  grid-template-columns: minmax(0, 1.5fr) 0.4fr 0.65fr 0.75fr;
  align-items: center;
  gap: 0.35rem;
  padding: 0.28rem 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.05);
  color: #c9d7e8;
}

.nt-league-roi-hub-grid .gg-analytics-table-row:last-child {
  border-bottom: none;
}

.nt-league-roi-hub-grid .gg-analytics-table-row > span {
  min-width: 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.nt-league-roi-hub-grid .gg-analytics-table-row > span:first-child {
  font-weight: 600;
}

.nt-league-roi-hub-grid .gg-analytics-table-row > span:not(:first-child) {
  text-align: right;
}

.nt-league-roi-hub-grid .gg-analytics-table-row.is-head {
  font-size: 0.54rem;
  font-weight: 700;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: #5a7288;
}

.nt-league-roi-hub-grid .gg-analytics-table-row .is-up { color: #6ee7b7; font-weight: 700; }
.nt-league-roi-hub-grid .gg-analytics-table-row .is-down { color: #fca5a5; font-weight: 700; }
.nt-league-roi-hub-grid .gg-analytics-table-row .is-muted { color: #5a7288; font-size: 0.56rem; }

.nt-league-roi-hub-grid .gg-analytics-empty {
  margin: 0;
  font-size: 0.62rem;
  color: #5a7288;
}

.nt-sb-layer-badge {
  display: inline-flex;
  align-items: center;
  padding: 0.12rem 0.42rem;
  border-radius: 999px;
  font-size: 0.54rem;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  white-space: nowrap;
}

.nt-sb-layer-badge.is-official {
  color: #6ee7b7;
  background: rgba(16, 185, 129, 0.14);
  border: 1px solid rgba(16, 185, 129, 0.3);
}

.nt-sb-layer-badge.is-signal {
  color: #93c5fd;
  background: rgba(59, 130, 246, 0.12);
  border: 1px solid rgba(59, 130, 246, 0.24);
}

/* Standings alignment: keep the club identity anchored to the left edge of
   the TEAM column. This final scoped rule also protects the layout from
   generic button text alignment in shared stylesheets. */
body[data-page="leagues"] .nt-stand-head > span:nth-child(2) {
  justify-self: stretch;
  padding-left: .1rem;
  text-align: left;
}

body[data-page="leagues"] .nt-stand-row > .nt-stand-team {
  display: flex !important;
  align-items: center;
  justify-content: flex-start !important;
  justify-self: stretch;
  gap: .6rem;
  min-width: 0;
  width: 100%;
  padding-left: .1rem;
  overflow: hidden;
  text-align: left !important;
}

body[data-page="leagues"] .nt-stand-row > .nt-stand-team > .gg-team-logo-sm,
body[data-page="leagues"] .nt-stand-row > .nt-stand-team > .gg-team-logo-sm-wrap {
  flex: 0 0 30px;
  width: 30px;
  height: 30px;
  margin: 0 !important;
}

body[data-page="leagues"] .nt-stand-row > .nt-stand-team > .nt-stand-name {
  flex: 1 1 auto;
  min-width: 0;
  text-align: left;
}

@media (max-width: 760px) {
  body[data-page="leagues"] .nt-stand-row > .nt-stand-team {
    gap: .45rem;
    padding-left: 0;
  }

  body[data-page="leagues"] .nt-stand-row > .nt-stand-team > .gg-team-logo-sm,
  body[data-page="leagues"] .nt-stand-row > .nt-stand-team > .gg-team-logo-sm-wrap {
    flex-basis: 22px;
    width: 22px;
    height: 22px;
  }
}
