/* =========================
   HOME.HTML — SECTION 1: HERO
   ========================= */

.nt-hero {
  position: relative;
  isolation: isolate;
}

.nt-hero > .nt-hero-bg-orbit {
  position: absolute;
  inset: 0;
  z-index: -1;
  background:
    radial-gradient(
      circle at 0% 20%,
      rgba(59, 130, 246, 0.22),
      transparent 55%
    ),
    radial-gradient(
      circle at 100% 80%,
      rgba(244, 114, 182, 0.23),
      transparent 50%
    ),
    linear-gradient(180deg, rgba(248, 250, 252, 0.95), #eef2ff);
  mask-image: radial-gradient(circle at 50% 0%, black 0, black 60%, transparent 100%);
}

.nt-hero-grid {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  gap: 40px;
  align-items: center;
}

/* Copy bloku */
.nt-hero-copy {
  max-width: 620px;
}

.nt-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 4px 10px 4px 4px;
  border-radius: 999px;
  background: linear-gradient(
      115deg,
      rgba(37, 99, 235, 0.1),
      rgba(56, 189, 248, 0.12)
    ),
    rgba(239, 246, 255, 0.95);
  border: 1px solid rgba(129, 140, 248, 0.7);
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: #1e3a8a;
  margin-bottom: 14px;
}

.nt-eyebrow::before {
  content: "";
  width: 18px;
  height: 18px;
  border-radius: 999px;
  background: conic-gradient(
    from 220deg,
    #22d3ee,
    #fb37ff,
    #fbbf24,
    #2563eb,
    #22d3ee
  );
  box-shadow: 0 0 0 3px rgba(191, 219, 254, 0.9);
}

.nt-hero-title {
  font-size: clamp(30px, 3.1vw, 44px);
  line-height: 1.1;
  margin-bottom: 16px;
}

.nt-hero-title-accent {
  background: linear-gradient(120deg, #2563eb, #22d3ee, #fb37ff);
  -webkit-background-clip: text;
  background-clip: text;
  color: transparent;
}

.nt-hero-text {
  font-size: 15px;
  line-height: 1.7;
  color: var(--nt-text-soft);
  max-width: 580px;
}

.nt-hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
  margin-bottom: 18px;
}

.nt-hero-pills {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

/* Mini schedule */
.nt-hero-mini-schedule {
  margin-top: 24px;
  padding: 14px 14px 12px;
  border-radius: var(--nt-radius-lg);
  border: 1px solid rgba(148, 163, 184, 0.55);
  background: linear-gradient(
      135deg,
      rgba(219, 234, 254, 0.9),
      rgba(224, 242, 254, 0.9)
    ),
    var(--nt-surface-soft);
  box-shadow: 0 14px 35px rgba(148, 163, 184, 0.45);
}

.nt-hero-mini-title {
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e3a8a;
  margin-bottom: 6px;
}

.nt-hero-mini-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 4px;
}

.nt-hero-mini-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1.3fr) auto;
  align-items: center;
  gap: 8px;
  font-size: 12px;
}

.nt-hero-mini-vs {
  font-weight: 600;
  color: #0f172a;
}

.nt-hero-mini-time {
  font-size: 11px;
  color: var(--nt-text-muted);
}

.nt-hero-mini-tag {
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  color: #0b1120;
}

.nt-hero-mini-tag--valorant {
  background: linear-gradient(120deg, #22d3ee, #2563eb);
}

.nt-hero-mini-tag--cs {
  background: linear-gradient(120deg, #0ea5e9, #22c55e);
}

.nt-hero-mini-tag--lol {
  background: linear-gradient(120deg, #f97316, #ec4899);
}

/* Media bloku */
.nt-hero-media {
  position: relative;
  min-height: 320px;
}

/* Orbit dairələri */
.nt-hero-orbit-circle {
  position: absolute;
  border-radius: 999px;
  filter: blur(0px);
  opacity: 0.8;
  pointer-events: none;
  mix-blend-mode: screen;
}

.nt-hero-orbit-circle--one {
  width: 260px;
  height: 260px;
  background: radial-gradient(circle, #22d3ee, transparent 60%);
  inset-inline-end: 6%;
  inset-block-start: 4%;
  animation: nt-orbit-pulse 9s ease-in-out infinite alternate;
}

.nt-hero-orbit-circle--two {
  width: 220px;
  height: 220px;
  background: radial-gradient(circle, #fb37ff, transparent 65%);
  inset-inline-start: 6%;
  inset-block-end: 8%;
  animation: nt-orbit-pulse 11s ease-in-out infinite alternate-reverse;
}

.nt-hero-orbit-circle--three {
  width: 180px;
  height: 180px;
  background: radial-gradient(circle, #fbbf24, transparent 60%);
  inset-inline-end: 14%;
  inset-block-end: 0%;
  opacity: 0.7;
  animation: nt-orbit-soft 13s ease-in-out infinite;
}

/* Əsas media kartları */
.nt-hero-media-main {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
  padding: 18px;
  border-radius: 28px;
  background: radial-gradient(
      circle at 0 0,
      rgba(59, 130, 246, 0.3),
      transparent 55%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(56, 189, 248, 0.3),
      transparent 55%
    ),
    rgba(15, 23, 42, 0.96);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.85);
  overflow: hidden;
}

/* Parallax laylar (JS ilə idarə) */
.js-parallax-layer {
  will-change: transform;
  transition: transform 220ms ease-out;
}

.nt-hero-card {
  position: relative;
  margin: 0;
}

.nt-hero-card-caption {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(226, 232, 240, 0.85);
}

.nt-hero-thumb {
  position: absolute;
  margin: 0;
}

.nt-hero-thumb--top {
  inset-inline-end: -4px;
  inset-block-start: 14px;
}

.nt-hero-thumb--bottom {
  inset-inline-start: -6px;
  inset-block-end: 6px;
}

.nt-img--hero-thumb {
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.85);
}

/* Thumb label */
.nt-hero-thumb-label {
  position: absolute;
  inset-inline: 10px;
  inset-block-end: 8px;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 11px;
  color: rgba(226, 232, 240, 0.96);
  background: linear-gradient(
    120deg,
    rgba(15, 23, 42, 0.9),
    rgba(15, 23, 42, 0.7)
  );
  border: 1px solid rgba(148, 163, 184, 0.7);
}

/* LIVE tag */
.nt-hero-live-tag {
  position: absolute;
  inset-inline-start: 18px;
  inset-block-start: 20px;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 3px 10px;
  border-radius: 999px;
  background: linear-gradient(
      120deg,
      rgba(248, 113, 113, 0.9),
      rgba(251, 191, 36, 0.9)
    ),
    rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(254, 202, 202, 0.9);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #fefce8;
}

.nt-hero-live-dot {
  width: 7px;
  height: 7px;
  border-radius: 999px;
  background: #f97316;
  box-shadow: 0 0 0 0 rgba(248, 113, 113, 0.9);
  animation: nt-live-ping 1.3s infinite;
}

.nt-hero-live-text {
  white-space: nowrap;
}

/* HOVER EFFEKTLƏRİ */
.nt-hero-card:hover .nt-img--hero-main {
  transform: translateY(-1px) scale(1.01);
}

.nt-hero-card:hover .nt-img--hero-main,
.nt-hero-thumb:hover .nt-img--hero-thumb {
  box-shadow: 0 30px 80px rgba(15, 23, 42, 0.95);
}

/* ANİMASİYALAR */
@keyframes nt-live-ping {
  0% {
    box-shadow: 0 0 0 0 rgba(248, 113, 113, 0.9);
  }
  70% {
    box-shadow: 0 0 0 10px rgba(248, 113, 113, 0);
  }
  100% {
    box-shadow: 0 0 0 0 rgba(248, 113, 113, 0);
  }
}

@keyframes nt-orbit-pulse {
  0% {
    transform: translate3d(-6px, 4px, 0) scale(1);
    opacity: 0.7;
  }
  50% {
    transform: translate3d(2px, -8px, 0) scale(1.04);
    opacity: 0.9;
  }
  100% {
    transform: translate3d(10px, 6px, 0) scale(1.08);
    opacity: 0.8;
  }
}

@keyframes nt-orbit-soft {
  0% {
    transform: translate3d(-6px, -4px, 0) scale(0.95);
  }
  100% {
    transform: translate3d(6px, 6px, 0) scale(1.05);
  }
}

/* RESPONSIVE HERO */

/* 1024px-dən kiçik */
@media (max-width: 1024px) {
  .nt-hero-grid {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1fr);
    gap: 28px;
  }

  .nt-hero-media-main {
    max-width: 380px;
  }

  .nt-hero-thumb--top {
    inset-inline-end: -10px;
  }

  .nt-hero-thumb--bottom {
    inset-inline-start: -12px;
  }
}

/* 900px-dən kiçik */
@media (max-width: 900px) {
  .nt-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-hero-media {
    order: -1;
  }

  .nt-hero-media-main {
    margin-bottom: 10px;
  }

  .nt-hero-copy {
    max-width: 100%;
  }
}

/* 600px-dən kiçik */
@media (max-width: 600px) {
  .nt-hero-media-main {
    padding: 14px;
    border-radius: 24px;
  }

  .nt-hero-thumb--top {
    inset-inline-end: -4px;
    inset-block-start: 12px;
  }

  .nt-hero-thumb--bottom {
    inset-inline-start: -4px;
    inset-block-end: 8px;
  }

  .nt-hero-mini-item {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2px;
  }

  .nt-hero-mini-time {
    justify-self: flex-start;
  }

  .nt-hero-actions {
    flex-direction: column;
    align-items: stretch;
  }
}

/* 400px-dən kiçik */
@media (max-width: 400px) {
  .nt-hero-media-main {
    max-width: 100%;
  }

  .nt-hero-live-tag {
    inset-inline-start: 14px;
    inset-block-start: 16px;
  }
}
/* Media bloku */
.nt-hero-media {
  position: relative;
  min-height: 320px;
}

/* Əsas media kartları */
.nt-hero-media-main {
  position: relative;
  width: 100%;
  max-width: 420px;
  margin-inline: auto;
  padding: 18px;
  border-radius: 28px;
  background: radial-gradient(
      circle at 0 0,
      rgba(59, 130, 246, 0.3),
      transparent 55%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(56, 189, 248, 0.3),
      transparent 55%
    ),
    rgba(15, 23, 42, 0.96);
  box-shadow: 0 26px 70px rgba(15, 23, 42, 0.85);
  overflow: hidden;

  /* сетка вместо абсолютного позиционирования */
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  grid-template-rows: auto auto;
  grid-template-areas:
    "main main"
    "thumb-top thumb-bottom";
  gap: 10px;
}

/* Parallax laylar (JS ilə idarə) */
.js-parallax-layer {
  will-change: transform;
  transition: transform 220ms ease-out;
}

.nt-hero-card {
  position: relative;
  margin: 0;
  grid-area: main;
}

.nt-hero-card-caption {
  margin-top: 10px;
  font-size: 12px;
  color: rgba(226, 232, 240, 0.85);
}

/* мини-превью больше НЕ absolute */
.nt-hero-thumb {
  margin: 0;
  position: relative;
}

.nt-hero-thumb--top {
  grid-area: thumb-top;
}

.nt-hero-thumb--bottom {
  grid-area: thumb-bottom;
}

.nt-img--hero-thumb {
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.85);
}

/* подпись остаётся оверлеем на СВОЁМ изображении */
.nt-hero-thumb-label {
  position: absolute;
  inset-inline: 10px;
  inset-block-end: 8px;
  padding: 4px 7px;
  border-radius: 999px;
  font-size: 11px;
  color: rgba(226, 232, 240, 0.96);
  background: linear-gradient(
    120deg,
    rgba(15, 23, 42, 0.9),
    rgba(15, 23, 42, 0.7)
  );
  border: 1px solid rgba(148, 163, 184, 0.7);
}
@media (max-width: 900px) {
  .nt-hero-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  /* сначала текст */
  .nt-hero-copy {
    order: 1;
    max-width: 100%;
  }

  /* потом блок с изображениями */
  .nt-hero-media {
    order: 2;
    margin-top: 16px;
  }

  .nt-hero-media-main {
    margin-bottom: 0;
  }
}
/* =========================
   SECTION UTILS (title/tag)
   ========================= */

.nt-section-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 4px 10px;
  border-radius: 999px;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  font-weight: 600;
  background: linear-gradient(
      120deg,
      rgba(129, 140, 248, 0.14),
      rgba(56, 189, 248, 0.12)
    ),
    rgba(239, 246, 255, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.7);
  color: #1e3a8a;
  margin-bottom: 12px;
}

.nt-section-tag::before {
  content: "";
  width: 8px;
  height: 8px;
  border-radius: 999px;
  background: radial-gradient(circle, #22c55e, #22d3ee);
  box-shadow: 0 0 12px rgba(34, 197, 94, 0.9);
}

.nt-section-title {
  font-size: clamp(24px, 2.4vw, 30px);
  line-height: 1.2;
  margin-bottom: 8px;
}

.nt-section-lead {
  font-size: 15px;
  color: var(--nt-text-soft);
  max-width: 560px;
}

.nt-section-lead--short {
  max-width: 480px;
}

/* =========================
   SECTION 2 — KLUB EKOSİSTEMİ
   ========================= */

.nt-systems {
  position: relative;
}

.nt-systems-layout {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.1fr);
  gap: 32px;
  align-items: center;
}

.nt-systems-copy {
  position: relative;
}

.nt-systems-gallery {
  margin-top: 16px;
  display: flex;
  flex-wrap: wrap;
  gap: 14px;
}

.nt-systems-photo {
  margin: 0;
  flex: 0 0 auto;
}

.nt-systems-photo-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* sağdakı neon zolaqlar */
.nt-systems-stack {
  padding: 18px 16px;
  border-radius: 22px;
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.18),
      transparent 60%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(244, 114, 182, 0.18),
      transparent 60%
    ),
    rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(129, 140, 248, 0.7);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.9);
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.nt-system-lane {
  position: relative;
  padding: 10px 12px;
  border-radius: 999px;
  background: rgba(15, 23, 42, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.75);
  overflow: hidden;
}

.nt-system-lane::before {
  content: "";
  position: absolute;
  inset: -40%;
  background: conic-gradient(
    from 220deg,
    rgba(37, 99, 235, 0.2),
    rgba(56, 189, 248, 0.55),
    rgba(251, 191, 36, 0.55),
    rgba(244, 114, 182, 0.4),
    rgba(37, 99, 235, 0.2)
  );
  opacity: 0.5;
  filter: blur(10px);
  transform: translateX(-40%);
  animation: nt-lane-flow 11s linear infinite;
}

.nt-system-lane-header,
.nt-system-lane-body {
  position: relative;
  display: flex;
  align-items: center;
  gap: 8px;
  z-index: 1;
}

.nt-system-lane-header {
  justify-content: space-between;
}

.nt-system-lane-title {
  font-size: 13px;
  font-weight: 600;
  color: #e5e7eb;
}

.nt-system-lane-meta {
  font-size: 11px;
  color: rgba(209, 213, 219, 0.8);
}

.nt-system-dot {
  width: 9px;
  height: 9px;
  border-radius: 999px;
  box-shadow: 0 0 12px currentColor;
}

.nt-system-dot--blue {
  color: #38bdf8;
  background: #38bdf8;
}

.nt-system-dot--teal {
  color: #2dd4bf;
  background: #2dd4bf;
}

.nt-system-dot--pink {
  color: #fb37ff;
  background: #fb37ff;
}

.nt-system-lane-body {
  margin-top: 6px;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.nt-system-pill {
  padding: 4px 8px;
  border-radius: 999px;
  font-size: 11px;
  color: rgba(226, 232, 240, 0.96);
  background: rgba(15, 23, 42, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.7);
}

/* =========================
   SECTION 3 — DİSİPLİNLƏR RADARI
   ========================= */

.nt-disciplines-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.nt-disciplines-header {
  margin-bottom: 18px;
}

.nt-disciplines-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) repeat(3, minmax(0, 0.9fr));
  gap: 18px;
  align-items: flex-start;
}

.nt-disciplines-rail {
  padding: 14px 14px 12px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.7);
  background: linear-gradient(
      135deg,
      rgba(219, 234, 254, 0.9),
      rgba(224, 242, 254, 0.9)
    ),
    #ffffff;
  box-shadow: 0 18px 40px rgba(148, 163, 184, 0.45);
}

.nt-disc-row {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  padding: 4px 0;
}

.nt-disc-label {
  font-weight: 600;
  color: #111827;
}

.nt-disc-meta {
  font-size: 12px;
  color: var(--nt-text-muted);
}

.nt-disc-score {
  font-size: 11px;
  padding: 3px 8px;
  border-radius: 999px;
  background: rgba(37, 99, 235, 0.08);
  border: 1px solid rgba(37, 99, 235, 0.5);
  color: #1d4ed8;
}

.nt-disc-photo {
  margin: 0;
}

.nt-disc-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   SECTION 4 — MATCH PULSE
   ========================= */

.nt-pulse-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.nt-pulse-headline {
  margin-bottom: 14px;
}

.nt-pulse-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(0, 1.2fr);
  gap: 20px;
  align-items: stretch;
}

.nt-pulse-track {
  position: relative;
  padding: 14px 14px 12px;
  border-radius: 22px;
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.25),
      transparent 55%
    ),
    radial-gradient(
      circle at 100% 100%,
      rgba(251, 191, 36, 0.3),
      transparent 55%
    ),
    rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.8);
  box-shadow: 0 24px 60px rgba(15, 23, 42, 0.95);
}

.nt-pulse-item {
  display: grid;
  grid-template-columns: minmax(0, 0.9fr) minmax(0, 1.1fr) auto;
  gap: 8px;
  align-items: center;
  padding: 4px 0;
  font-size: 13px;
  color: rgba(226, 232, 240, 0.96);
}

.nt-pulse-item + .nt-pulse-item {
  border-top: 1px solid rgba(55, 65, 81, 0.8);
  margin-top: 4px;
  padding-top: 8px;
}

.nt-pulse-game {
  font-size: 11px;
  text-transform: uppercase;
  letter-spacing: 0.12em;
  color: rgba(191, 219, 254, 0.95);
}

.nt-pulse-opponent {
  font-weight: 600;
}

.nt-pulse-result {
  justify-self: end;
  padding: 3px 8px;
  border-radius: 999px;
  font-size: 11px;
  border: 1px solid rgba(148, 163, 184, 0.9);
}

.nt-pulse-result--win {
  background: rgba(34, 197, 94, 0.24);
  border-color: rgba(34, 197, 94, 0.8);
  color: #bbf7d0;
}

.nt-pulse-result--loss {
  background: rgba(239, 68, 68, 0.25);
  border-color: rgba(248, 113, 113, 0.85);
  color: #fee2e2;
}

.nt-pulse-gallery {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nt-pulse-photo {
  margin: 0;
}

.nt-pulse-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   RESPONSIVE — SECTIONS 2–4
   ========================= */

@media (max-width: 1024px) {
  .nt-systems-layout {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }

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

  .nt-pulse-layout {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 900px) {
  .nt-systems-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-systems-stack {
    margin-top: 18px;
  }

  .nt-disciplines-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    grid-template-rows: auto auto;
  }

  .nt-pulse-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-pulse-gallery {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }
}

@media (max-width: 600px) {
  .nt-systems-gallery {
    flex-direction: column;
  }

  .nt-disciplines-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-pulse-gallery {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-pulse-item {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2px;
  }

  .nt-pulse-result {
    justify-self: flex-start;
  }
}

/* axıcı neon üçün animasiya */
@keyframes nt-lane-flow {
  0% {
    transform: translateX(-40%);
  }
  100% {
    transform: translateX(40%);
  }
}
/* =========================
   SECTION 5 — NEONTIDE HUB
   ========================= */

.nt-hub-shell {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.nt-hub-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.nt-hub-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  font-size: 13px;
}

.nt-hub-badge {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.95);
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #1e3a8a;
}

.nt-hub-text {
  color: var(--nt-text-soft);
}

.nt-hub-panels {
  position: relative;
  display: grid;
  justify-items: flex-end;
  gap: 12px;
}

.nt-hub-panel {
  position: relative;
  max-width: 350px;
  margin: 0;
  padding: 10px 10px 12px;
  border-radius: 20px;
  background: radial-gradient(
      circle at 0 0,
      rgba(56, 189, 248, 0.36),
      transparent 60%
    ),
    rgba(15, 23, 42, 0.98);
  border: 1px solid rgba(148, 163, 184, 0.85);
  box-shadow: 0 20px 50px rgba(15, 23, 42, 0.95);
}

.nt-hub-panel--main {
  z-index: 2;
}

.nt-hub-panel--mobile {
  justify-self: flex-start;
  transform: translateY(-6px);
}

.nt-hub-panel-header {
  display: flex;
  align-items: center;
  gap: 6px;
  margin-bottom: 8px;
}

.nt-hub-dot {
  width: 8px;
  height: 8px;
  border-radius: 999px;
}

.nt-hub-dot--red {
  background: #f97316;
}

.nt-hub-dot--amber {
  background: #fbbf24;
}

.nt-hub-dot--green {
  background: #22c55e;
}

.nt-hub-header-title {
  margin-left: 6px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.95);
}

.nt-hub-panel-label {
  margin-bottom: 8px;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: rgba(191, 219, 254, 0.95);
}

/* =========================
   SECTION 6 — COMMUNITY QUEUE
   ========================= */

.nt-community-shell {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.3fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.nt-community-queue {
  margin-top: 16px;
  border-radius: 22px;
  border: 1px dashed rgba(148, 163, 184, 0.75);
  padding: 10px 12px;
  background: rgba(248, 250, 252, 0.9);
}

.nt-queue-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  padding: 3px 0;
}

.nt-queue-item + .nt-queue-item {
  border-top: 1px dashed rgba(209, 213, 219, 0.9);
  margin-top: 4px;
  padding-top: 6px;
}

.nt-queue-slot {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e3a8a;
}

.nt-queue-label {
  font-weight: 600;
  color: var(--nt-text-main);
}

.nt-queue-meta {
  font-size: 11px;
  color: var(--nt-text-muted);
}

.nt-community-right {
  display: grid;
  gap: 12px;
}

.nt-community-photo {
  margin: 0;
}

.nt-community-photo--small {
  max-width: 260px;
  justify-self: flex-end;
}

.nt-community-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   SECTION 7 — WEEKLY PROGRAM
   ========================= */

.nt-weekly-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.nt-weekly-head {
  margin-bottom: 14px;
}

.nt-weekly-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.3fr);
  gap: 22px;
  align-items: stretch;
}

.nt-weekly-schedule {
  padding: 14px 14px 12px;
  border-radius: 22px;
  border: 1px solid rgba(148, 163, 184, 0.75);
  background: linear-gradient(
      135deg,
      rgba(219, 234, 254, 0.98),
      rgba(224, 242, 254, 0.96)
    ),
    #ffffff;
  box-shadow: 0 18px 40px rgba(148, 163, 184, 0.45);
}

.nt-weekly-row {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr) auto;
  gap: 8px;
  align-items: center;
  font-size: 13px;
  padding: 4px 0;
}

.nt-weekly-row + .nt-weekly-row {
  border-top: 1px solid rgba(203, 213, 225, 0.9);
  margin-top: 4px;
  padding-top: 8px;
}

.nt-weekly-day {
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: #1e3a8a;
}

.nt-weekly-slot {
  font-weight: 600;
  color: var(--nt-text-main);
}

.nt-weekly-meta {
  font-size: 11px;
  color: var(--nt-text-muted);
}

.nt-weekly-gallery {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nt-weekly-photo {
  margin: 0;
}

.nt-weekly-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   RESPONSIVE — SECTIONS 5–7
   ========================= */

@media (max-width: 1024px) {
  .nt-hub-shell {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }

  .nt-community-shell {
    grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.1fr);
  }

  .nt-weekly-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  }
}

@media (max-width: 900px) {
  .nt-hub-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-hub-panels {
    margin-top: 16px;
    justify-items: center;
  }

  .nt-community-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-community-right {
    margin-top: 16px;
  }

  .nt-weekly-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-weekly-gallery {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

@media (max-width: 600px) {
  .nt-queue-item {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2px;
  }

  .nt-community-photo--small {
    justify-self: flex-start;
  }

  .nt-weekly-gallery {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .nt-weekly-row {
    grid-template-columns: minmax(0, 1fr);
    row-gap: 2px;
  }

  .nt-weekly-meta {
    justify-self: flex-start;
  }
}
/* =========================
   SECTION 8 — ROSTER SPOTLIGHT
   ========================= */

.nt-players-shell {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 26px;
  align-items: flex-start;
}

.nt-players-tags {
  list-style: none;
  margin: 14px 0 0;
  padding: 0;
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.nt-players-tag {
  padding: 4px 10px;
  border-radius: 999px;
  background: rgba(219, 234, 254, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.7);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #1e3a8a;
}

.nt-players-right {
  display: grid;
  gap: 10px;
}

.nt-player-card {
  margin: 0;
  padding: 10px 12px;
  border-radius: 18px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(148, 163, 184, 0.8);
  box-shadow: 0 16px 40px rgba(148, 163, 184, 0.4);
  transition: transform var(--nt-transition-fast),
    box-shadow var(--nt-transition-fast), border-color var(--nt-transition-fast);
}

.nt-player-card--secondary {
  background: linear-gradient(
      135deg,
      rgba(219, 234, 254, 0.96),
      rgba(224, 242, 254, 0.96)
    ),
    #ffffff;
}

.nt-player-card--ghost {
  background: linear-gradient(
      135deg,
      rgba(15, 23, 42, 0.98),
      rgba(30, 64, 175, 0.98)
    ),
    #020617;
  border-color: rgba(129, 140, 248, 0.9);
  box-shadow: 0 18px 50px rgba(15, 23, 42, 0.95);
}

.nt-player-card--ghost .nt-player-name,
.nt-player-card--ghost .nt-player-role,
.nt-player-card--ghost dt,
.nt-player-card--ghost dd {
  color: rgba(226, 232, 240, 0.96);
}

.nt-player-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 22px 60px rgba(148, 163, 184, 0.55);
  border-color: rgba(59, 130, 246, 0.9);
}

.nt-player-main {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 10px;
  align-items: center;
}

.nt-player-meta {
  min-width: 0;
}

.nt-player-name {
  margin: 0;
  font-family: "NTDisplay", system-ui, sans-serif;
  font-size: 15px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nt-player-role {
  margin: 2px 0 0;
  font-size: 12px;
  color: var(--nt-text-muted);
}

.nt-player-stats {
  margin: 8px 0 0;
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: minmax(0, 1fr);
  gap: 8px;
  font-size: 11px;
}

.nt-player-stats div {
  display: grid;
  gap: 1px;
}

.nt-player-stats dt {
  color: var(--nt-text-muted);
}

.nt-player-stats dd {
  margin: 0;
  font-weight: 600;
}

/* =========================
   SECTION 9 — MATCHDAY PREP
   ========================= */

.nt-prep-shell {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
}

.nt-prep-timeline {
  position: relative;
}

.nt-prep-steps {
  list-style: none;
  margin: 16px 0 0;
  padding: 0 0 0 14px;
  border-left: 2px solid rgba(148, 163, 184, 0.8);
}

.nt-prep-step {
  position: relative;
  padding: 6px 0 6px 10px;
  font-size: 13px;
}

.nt-prep-step::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 12px;
  width: 9px;
  height: 9px;
  border-radius: 999px;
  background: radial-gradient(circle, #22d3ee, #2563eb);
  box-shadow: 0 0 16px rgba(56, 189, 248, 0.95);
}

.nt-prep-time {
  display: block;
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #1e3a8a;
}

.nt-prep-label {
  display: block;
  color: var(--nt-text-soft);
}

.nt-prep-media {
  display: grid;
  gap: 12px;
}

.nt-prep-photo {
  margin: 0;
}

.nt-prep-photo--small {
  max-width: 260px;
  justify-self: flex-end;
}

.nt-prep-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   SECTION 10 — GEAR & TECH WALL
   ========================= */

.nt-gear-shell {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
}

.nt-gear-list {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.nt-gear-item {
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(203, 213, 225, 0.9);
}

.nt-gear-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #111827;
}

.nt-gear-text {
  display: block;
  font-size: 13px;
  color: var(--nt-text-soft);
}

.nt-gear-right {
  display: grid;
  gap: 12px;
}

.nt-gear-photo {
  margin: 0;
}

.nt-gear-photo--wall {
  max-width: 320px;
  justify-self: flex-end;
}

.nt-gear-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   RESPONSIVE — SECTIONS 8–10
   ========================= */

@media (max-width: 1024px) {
  .nt-players-shell,
  .nt-prep-shell,
  .nt-gear-shell {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1fr);
  }
}

@media (max-width: 900px) {
  .nt-players-shell,
  .nt-prep-shell,
  .nt-gear-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-players-right,
  .nt-prep-media,
  .nt-gear-right {
    margin-top: 16px;
  }

  .nt-prep-photo--small,
  .nt-gear-photo--wall {
    justify-self: flex-start;
  }
}

@media (max-width: 600px) {
  .nt-player-stats {
    grid-auto-flow: row;
  }

  .nt-prep-steps {
    padding-left: 12px;
  }

  .nt-gear-list {
    gap: 8px;
  }
}
/* =========================
   SECTION 11 — SPONSOR CIRCUIT
   ========================= */

.nt-sponsor-shell {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1.1fr);
  gap: 28px;
  align-items: center;
}

.nt-sponsor-list {
  list-style: none;
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 10px;
}

.nt-sponsor-item {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 8px;
  font-size: 13px;
}

.nt-sponsor-label {
  padding: 4px 9px;
  border-radius: 999px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(203, 213, 225, 0.9);
  font-size: 11px;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  font-weight: 600;
  color: #111827;
}

.nt-sponsor-text {
  color: var(--nt-text-soft);
}

.nt-sponsor-right {
  display: grid;
  gap: 12px;
}

.nt-sponsor-photo {
  margin: 0;
}

.nt-sponsor-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

.nt-sponsor-thumbs {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.nt-sponsor-thumb {
  margin: 0;
}

.nt-sponsor-thumb-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   SECTION 12 — CONTENT LAB
   ========================= */

.nt-content-shell {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.2fr);
  gap: 28px;
  align-items: center;
}

.nt-content-grid {
  margin-top: 16px;
  display: grid;
  gap: 10px;
}

.nt-content-chip {
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(203, 213, 225, 0.9);
}

.nt-content-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #111827;
}

.nt-content-text {
  display: block;
  font-size: 13px;
  color: var(--nt-text-soft);
}

.nt-content-right {
  display: grid;
  gap: 12px;
}

.nt-content-photo {
  margin: 0;
}

.nt-content-photo--small {
  max-width: 260px;
  justify-self: flex-end;
}

.nt-content-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   SECTION 13 — ACADEMY ROUTE
   ========================= */

.nt-academy-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.nt-academy-head {
  margin-bottom: 16px;
}

.nt-academy-grid {
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr);
  gap: 24px;
  align-items: center;
}

.nt-academy-steps {
  display: grid;
  gap: 10px;
}

.nt-academy-step {
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(203, 213, 225, 0.9);
}

.nt-academy-step-label {
  display: block;
  font-size: 12px;
  font-weight: 600;
  color: #1e3a8a;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.nt-academy-step-text {
  display: block;
  font-size: 13px;
  color: var(--nt-text-soft);
}

.nt-academy-media {
  display: grid;
  gap: 12px;
}

.nt-academy-photo {
  margin: 0;
}

.nt-academy-photo--class {
  max-width: 320px;
  justify-self: flex-end;
}

.nt-academy-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   RESPONSIVE — SECTIONS 11–13
   ========================= */

@media (max-width: 1024px) {
  .nt-sponsor-shell,
  .nt-content-shell,
  .nt-academy-grid {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 900px) {
  .nt-sponsor-shell,
  .nt-content-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-sponsor-right,
  .nt-content-right {
    margin-top: 16px;
  }

  .nt-academy-grid {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-content-photo--small,
  .nt-academy-photo--class {
    justify-self: flex-start;
  }
}

@media (max-width: 600px) {
  .nt-sponsor-thumbs {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-queue-item {
    /* уже есть для другой секции, оставь если дублируется, можно убрать */
  }
}
/* =========================
   SECTION 14 — MERCH WAVE
   ========================= */

.nt-merch-shell {
  max-width: 1200px;
  margin-inline: auto;
}

.nt-merch-head {
  margin-bottom: 16px;
}

.nt-merch-layout {
  display: grid;
  grid-template-columns: minmax(0, 1.1fr);
  gap: 16px;
}

.nt-merch-strip {
  display: flex;
  gap: 18px;
  overflow: hidden;
  border-radius: 999px;
  padding: 6px 14px;
  background: linear-gradient(
      120deg,
      rgba(129, 140, 248, 0.18),
      rgba(56, 189, 248, 0.2)
    ),
    #0f172a;
  border: 1px solid rgba(129, 140, 248, 0.9);
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: rgba(226, 232, 240, 0.96);
  white-space: nowrap;
}

.nt-merch-strip span {
  animation: nt-merch-marquee 15s linear infinite;
}

.nt-merch-grid {
  margin-top: 4px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 12px;
}

.nt-merch-item {
  margin: 0;
}

.nt-merch-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* marquee animasiyası */
@keyframes nt-merch-marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}

/* =========================
   SECTION 15 — PORTAL GUIDE
   ========================= */

.nt-portal-shell {
  max-width: 1200px;
  margin-inline: auto;
  display: grid;
  grid-template-columns: minmax(0, 1.2fr) minmax(0, 1.2fr);
  gap: 26px;
  align-items: flex-start;
}

.nt-portal-faq {
  margin: 16px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.nt-portal-faq-item {
  padding: 8px 10px;
  border-radius: 16px;
  background: rgba(248, 250, 252, 0.96);
  border: 1px solid rgba(203, 213, 225, 0.9);
}

.nt-portal-faq-item dt {
  font-size: 13px;
  font-weight: 600;
  margin: 0 0 2px;
  color: #111827;
}

.nt-portal-faq-item dd {
  margin: 0;
  font-size: 13px;
  color: var(--nt-text-soft);
}

.nt-portal-right {
  display: grid;
  gap: 10px;
}

.nt-portal-card {
  margin: 0;
}

.nt-portal-caption {
  margin-top: 6px;
  font-size: 12px;
  color: var(--nt-text-muted);
}

/* =========================
   RESPONSIVE — SECTIONS 14–15
   ========================= */

@media (max-width: 1024px) {
  .nt-portal-shell {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 1.1fr);
  }
}

@media (max-width: 900px) {
  .nt-merch-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }

  .nt-portal-shell {
    grid-template-columns: minmax(0, 1fr);
  }

  .nt-portal-right {
    margin-top: 16px;
  }
}

@media (max-width: 600px) {
  .nt-merch-grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  }

  .nt-merch-strip {
    font-size: 10px;
  }

  .nt-portal-right {
    gap: 8px;
  }
}
@media (max-width: 600px) {
  /* ... твои существующие правила ... */

  /* Roster kartları üçün mobil layout */
  .nt-player-main {
    grid-template-columns: minmax(0, 1fr);
    justify-items: flex-start;
  }

  .nt-player-main .nt-img {
    width: 100%;
    max-width: 320px;
  }

  .nt-player-meta {
    margin-top: 6px;
    text-align: left;
  }

  .nt-player-name {
    font-size: 14px;
    letter-spacing: 0.14em;
  }

  .nt-player-stats {
    grid-auto-flow: row;
    grid-template-columns: minmax(0, 1fr);
  }
}
