
    :root {
      --purple-deep:   #050308;
      --purple-void:   #0a0618;
      --purple-dark:   #110a2a;
      --purple-mid:    #1e1040;
      --purple-core:   #4c1d95;
      --purple-vivid:  #7c3aed;
      --purple-glow:   #a855f7;
      --purple-light:  #d8b4fe;
      --white:         #ffffff;
      --white-70:      rgba(255,255,255,0.7);
      --white-40:      rgba(255,255,255,0.4);
      --white-15:      rgba(255,255,255,0.08);
    }

    *, *::before, *::after { box-sizing: border-box; margin: 0; padding: 0; border-radius: 0 !important; }

    /* Preserve true circles */
    .lava-blob,
    .lb-avatar,
    .hero-eyebrow::before,
    [style*="border-radius:50%"],
    [style*="border-radius: 50%"] { border-radius: 50% !important; }

    html { scroll-behavior: smooth; }

    body {
      font-family: 'Space Grotesk', sans-serif;
      font-size: 18px;
      background-color: #0a0618;
      background-image:
        radial-gradient(ellipse 120% 70% at 50% 0%, rgba(76,29,149,0.22) 0%, transparent 60%),
        radial-gradient(ellipse 100% 60% at 50% 100%, rgba(30,16,64,0.35) 0%, transparent 70%);
      background-attachment: fixed;
      color: var(--white);
      overflow-x: hidden;
      min-height: 100vh;
    }

    body::before {
      content: '';
      position: fixed;
      inset: 0;
      z-index: 9999;
      pointer-events: none;
      opacity: 0.05;
      mix-blend-mode: overlay;
      background-repeat: repeat;
      background-image: url("data:image/svg+xml;utf8,%3Csvg%20xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter%20id='n'%3E%3CfeTurbulence%20type='fractalNoise'%20baseFrequency='0.85'%20numOctaves='3'%20stitchTiles='stitch'/%3E%3C/filter%3E%3Crect%20width='100%25'%20height='100%25'%20filter='url(%23n)'/%3E%3C/svg%3E");
    }

    h1, h2, h3, .font-display {
      font-family: 'Rajdhani', sans-serif;
    }

    /* ══════════════════════════════
       BRACKET PAGE
    ══════════════════════════════ */
    /* ═══ BRACKET PAGE ═══ */
    .bracket-page {
      min-height: 100vh;
      padding-top: 64px;
      background: #07030f;
    }

    .bracket-header {
      padding: 2.5rem 2rem 2rem;
      text-align: center;
      position: relative;
    }
    .bracket-header::after {
      content: '';
      position: absolute;
      bottom: 0; left: 50%; transform: translateX(-50%);
      width: min(480px, 88%);
      height: 1px;
      background: linear-gradient(90deg, transparent, rgba(124,58,237,0.35), transparent);
    }

    .bracket-back {
      display: inline-flex; align-items: center; gap: 0.5rem;
      font-family: 'Rajdhani', sans-serif;
      font-size: 0.72rem; font-weight: 700;
      letter-spacing: 0.12em; text-transform: uppercase;
      color: rgba(255,255,255,0.4);
      background: none; border: none; cursor: pointer;
      margin-bottom: 1.25rem;
      transition: color 0.2s ease;
    }
    .bracket-back:hover { color: #fff; }
    .bracket-back:focus-visible { outline: 2px solid var(--purple-glow); border-radius: 2px; }

    .bracket-wrap {
      overflow-x: auto;
      padding: 2.5rem 1.5rem 5rem;
    }

    /* Labels row sits above bracket, matching column widths */
    .bracket-labels {
      display: flex;
      align-items: flex-end;
      min-width: 780px;
      max-width: 1060px;
      margin: 0 auto 0.75rem;
      padding: 0 1px;
    }

    .bracket-round-label {
      flex: 3;
      font-family: 'Rajdhani', sans-serif;
      font-size: 0.58rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.2);
      text-align: center;
      padding-bottom: 0.75rem;
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    /* ═══ SCHEDULE BRACKET ═══ */
    .sched-match {
      width: 190px;
      flex-shrink: 0;
      background: rgba(17,10,42,0.8);
      border: 1px solid rgba(124,58,237,0.3);
      border-radius: 8px;
      overflow: hidden;
    }
    .sched-team {
      display: flex;
      align-items: center;
      height: 44px;
      padding: 0 0.85rem;
      font-size: 0.88rem;
      font-weight: 600;
      color: #fff;
      gap: 0.4rem;
    }
    .sched-team + .sched-team {
      border-top: 1px solid rgba(255,255,255,0.07);
    }
    .sched-match.sched-finals {
      border-color: rgba(251,191,36,0.35);
    }

    .bracket-label-gap { flex: 0 0 26px; }
    .bracket-label-champ { flex: 0 0 auto; min-width: 140px; padding: 0 0.5rem; }

    .bracket {
      display: flex;
      align-items: stretch;
      min-width: 780px;
      max-width: 1060px;
      min-height: 560px;
      margin: 0 auto;
    }

    .bracket-round {
      display: flex;
      flex-direction: column;
      flex: 3;
    }

    .bracket-matches {
      display: flex;
      flex-direction: column;
      flex: 1;
      justify-content: space-around;
    }

    .bracket-match-wrap {
      display: flex;
      align-items: center;
      flex: 1;
    }

    .bracket-match {
      flex: 1;
      display: flex;
      flex-direction: column;
      border-radius: 8px;
      overflow: hidden;
      box-shadow: 0 4px 20px rgba(0,0,0,0.45);
    }

    .bracket-slot {
      display: flex;
      align-items: center;
      padding: 0.7rem 0.9rem;
      font-family: 'Rajdhani', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.03em;
      color: rgba(255,255,255,0.25);
      background: rgba(255,255,255,0.03);
      border-left: 3px solid transparent;
      white-space: nowrap;
      gap: 0.5rem;
    }

    .bracket-slot:first-child {
      border-bottom: 1px solid rgba(255,255,255,0.05);
    }

    .bracket-slot.winner {
      background: rgba(124,58,237,0.15);
      color: rgba(255,255,255,0.92);
      border-left-color: #7c3aed;
    }

    .bracket-slot.champion {
      background: rgba(251,191,36,0.13);
      color: #fbbf24;
      border-left-color: #fbbf24;
      font-size: 1.05rem;
    }

    .bracket-slot.loser { opacity: 0.3; }

    .bracket-seed { display: none; }

    .bracket-check {
      margin-left: auto;
      color: rgba(167,139,250,0.7);
      font-size: 0.7rem;
    }

    .bracket-trophy { margin-left: auto; font-size: 0.9rem; }

    /* ── Connectors ── */
    .bracket-connector {
      flex: 0 0 26px;
      width: 26px;
      display: flex;
      flex-direction: column;
    }

    .connector-group {
      flex: 1;
      display: flex;
      flex-direction: column;
      justify-content: space-around;
    }

    .connector-pair {
      flex: 1;
      display: flex;
      flex-direction: column;
    }

    .connector-top {
      flex: 1;
      border-right: 1px solid rgba(124,58,237,0.28);
      border-bottom: 1px solid rgba(124,58,237,0.28);
    }

    .connector-bottom {
      flex: 1;
      border-right: 1px solid rgba(124,58,237,0.28);
      border-top: 1px solid rgba(124,58,237,0.28);
    }

    /* ── Champion card ── */
    .bracket-champion {
      flex: 0 0 auto;
      display: flex;
      flex-direction: column;
      align-items: center;
      justify-content: center;
      padding: 0 0.5rem 0 0.75rem;
      min-width: 140px;
    }

    .bracket-champion-card {
      display: flex;
      flex-direction: column;
      align-items: center;
      background: rgba(251,191,36,0.07);
      border: 1px solid rgba(251,191,36,0.28);
      border-radius: 14px;
      padding: 1.5rem 1.5rem;
      box-shadow: 0 0 40px rgba(251,191,36,0.07), 0 8px 32px rgba(0,0,0,0.5);
      text-align: center;
      width: 100%;
    }

    .champion-trophy {
      font-size: 2.25rem;
      margin-bottom: 0.625rem;
      animation: trophyGlow 2.5s ease-in-out infinite alternate;
    }

    @keyframes dotPulse {
      0%, 100% { box-shadow: 0 0 8px rgba(124,58,237,0.7); transform: scale(1); }
      50% { box-shadow: 0 0 18px rgba(124,58,237,1); transform: scale(1.2); }
    }

    @keyframes trophyGlow {
      from { filter: drop-shadow(0 0 5px rgba(251,191,36,0.3)); }
      to   { filter: drop-shadow(0 0 18px rgba(251,191,36,0.9)); }
    }

    .champion-label {
      font-family: 'Rajdhani', sans-serif;
      font-size: 0.57rem;
      font-weight: 700;
      letter-spacing: 0.22em;
      text-transform: uppercase;
      color: rgba(251,191,36,0.4);
      margin-bottom: 0.4rem;
    }

    .champion-name {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 900;
      font-size: 1.35rem;
      text-transform: uppercase;
      letter-spacing: 0.04em;
      color: #fbbf24;
      text-shadow: 0 0 22px rgba(251,191,36,0.55);
      white-space: nowrap;
    }

    /* Final→Champion connector (horizontal only, centered) */
    .bracket-final-connector {
      flex: 0 0 20px;
      width: 20px;
      display: flex;
      align-items: center;
    }
    .bracket-final-connector-line {
      width: 100%;
      height: 1px;
      background: rgba(251,191,36,0.35);
    }

    /* ── Grain ── */
    body::before {
      content: '';
      position: fixed; inset: 0;
      pointer-events: none; z-index: 9999;
      opacity: 0.025;
      background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 512 512' xmlns='http://www.w3.org/2000/svg'%3E%3Cfilter id='n'%3E%3CfeTurbulence type='fractalNoise' baseFrequency='0.85' numOctaves='4' stitchTiles='stitch'/%3E%3C/filter%3E%3Crect width='100%25' height='100%25' filter='url(%23n)'/%3E%3C/svg%3E");
    }

    /* ══════════════════════════════
       WAVEFORM BACKGROUND
    ══════════════════════════════ */
    .wave-bg {
      position: fixed; inset: 0;
      z-index: 0;
      overflow: hidden;
      background: linear-gradient(160deg, var(--purple-void) 0%, var(--purple-dark) 50%, var(--purple-void) 100%);
    }

    .wave-bg::before {
      content: '';
      position: absolute; inset: 0;
      background:
        radial-gradient(ellipse 80% 60% at 20% 80%, rgba(124,58,237,0.18) 0%, transparent 60%),
        radial-gradient(ellipse 60% 80% at 80% 20%, rgba(76,29,149,0.22) 0%, transparent 55%),
        radial-gradient(ellipse 40% 40% at 50% 50%, rgba(168,85,247,0.06) 0%, transparent 70%);
    }

    .wave-svg {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0;
      opacity: 0.12;
    }

    .wave-svg-mid {
      position: absolute;
      width: 200%;
      bottom: 20%;
      left: -50%;
      opacity: 0.07;
      animation: waveShift 14s ease-in-out infinite alternate;
    }

    .wave-svg-top {
      position: absolute;
      width: 200%;
      top: 15%;
      left: -30%;
      opacity: 0.05;
      animation: waveShift 20s ease-in-out infinite alternate-reverse;
    }

    @keyframes waveShift {
      from { transform: translateX(0); }
      to   { transform: translateX(15%); }
    }

    /* Waveform bars (like an audio visualizer) */
    .waveform-bars {
      position: absolute;
      bottom: 0; left: 0; right: 0;
      height: 200px;
      display: flex;
      align-items: flex-end;
      gap: 3px;
      padding: 0 2rem;
      opacity: 0.08;
    }

    .waveform-bars span {
      flex: 1;
      background: linear-gradient(to top, var(--purple-vivid), transparent);
      border-radius: 2px 2px 0 0;
      animation: barPulse var(--dur, 2s) ease-in-out infinite alternate;
    }

    @keyframes barPulse {
      from { transform: scaleY(0.3); }
      to   { transform: scaleY(1); }
    }

    /* ══════════════════════════════
       NAVIGATION
    ══════════════════════════════ */
    .nav {
      position: fixed; top: 0; left: 0; right: 0;
      z-index: 200;
      padding: 0 2rem;
      height: 64px;
      display: flex; align-items: center; justify-content: space-between;
      background: rgba(5,3,8,0.7);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(124,58,237,0.2);
      box-shadow: 0 4px 32px rgba(0,0,0,0.4);
    }

    .nav-logo {
      display: flex; align-items: center; gap: 0.625rem;
      cursor: pointer;
      text-decoration: none;
    }

    .nav-logo-mark {
      width: 36px; height: 36px;
      background: linear-gradient(135deg, #7c3aed, #4c1d95);
      clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
      display: flex; align-items: center; justify-content: center;
      box-shadow: 0 0 16px rgba(124,58,237,0.5), 0 0 4px rgba(168,85,247,0.3);
    }

    .nav-logo-text {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 900;
      font-size: 1.25rem;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: #fff;
    }

    .nav-logo-text span { color: var(--purple-glow); }

    .nav-links {
      display: flex; align-items: center; gap: 0.25rem;
    }

    .nav-link {
      padding: 0.5rem 1.125rem;
      font-size: 0.8rem;
      font-weight: 600;
      letter-spacing: 0.1em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.6);
      cursor: pointer;
      border-radius: 4px;
      border: 1px solid transparent;
      background: transparent;
      transition: color 0.2s ease, background 0.2s ease, border-color 0.2s ease;
      position: relative;
    }

    .nav-link::after {
      content: '';
      position: absolute; bottom: 0; left: 50%; right: 50%;
      height: 2px;
      background: var(--purple-glow);
      border-radius: 1px;
      transition: left 0.25s ease, right 0.25s ease;
    }

    .nav-link:hover { color: #fff; }
    .nav-link:hover::after { left: 20%; right: 20%; }

    .nav-link.active {
      color: #fff;
      background: rgba(124,58,237,0.15);
      border-color: rgba(124,58,237,0.3);
    }

    .nav-link.active::after { left: 20%; right: 20%; background: var(--purple-light); }

    .nav-link:focus-visible { outline: 2px solid var(--purple-glow); outline-offset: 2px; }

    .nav-cta {
      padding: 0.5rem 1.25rem;
      background: linear-gradient(135deg, #7c3aed, #4c1d95);
      color: #fff;
      font-size: 0.8rem;
      font-weight: 700;
      letter-spacing: 0.08em;
      text-transform: uppercase;
      border: none; border-radius: 4px; cursor: pointer;
      box-shadow: 0 2px 12px rgba(124,58,237,0.4), inset 0 1px 0 rgba(255,255,255,0.1);
      transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1),
                  box-shadow 0.2s ease;
    }
    .nav-cta:hover {
      transform: translateY(-1px) scale(1.03);
      box-shadow: 0 4px 20px rgba(124,58,237,0.6);
    }
    .nav-cta:active { transform: scale(0.97); }
    .nav-cta:focus-visible { outline: 2px solid var(--purple-light); outline-offset: 2px; }

    .nav-hamburger {
      display: none;
      flex-direction: column;
      gap: 5px;
      cursor: pointer;
      background: none;
      border: none;
      padding: 0.5rem;
      z-index: 201;
    }
    .nav-hamburger span {
      display: block;
      width: 22px;
      height: 2px;
      background: rgba(255,255,255,0.75);
      transition: opacity 0.2s;
    }
    .mobile-menu {
      display: none;
      position: fixed;
      top: 64px;
      left: 0;
      right: 0;
      background: rgba(5,3,8,0.97);
      backdrop-filter: blur(16px);
      border-bottom: 1px solid rgba(124,58,237,0.2);
      z-index: 199;
      padding: 1rem 1.5rem;
      flex-direction: column;
      gap: 0.25rem;
    }
    .mobile-menu.open { display: flex; }
    .mobile-menu-link {
      background: none;
      border: none;
      text-align: left;
      padding: 0.75rem 0.5rem;
      font-family: 'Rajdhani', sans-serif;
      font-size: 1rem;
      font-weight: 700;
      letter-spacing: 0.12em;
      text-transform: uppercase;
      color: rgba(255,255,255,0.6);
      cursor: pointer;
      border-bottom: 1px solid rgba(255,255,255,0.06);
      transition: color 0.2s;
    }
    .mobile-menu-link:last-child { border-bottom: none; }
    .mobile-menu-link:hover { color: #fff; }
    @media (max-width: 640px) {
      .nav-links { display: none; }
      .nav-hamburger { display: flex; }
    }

    /* ══════════════════════════════
       PAGE SYSTEM
    ══════════════════════════════ */
    .page { display: block; position: relative; z-index: 10; }

    /* ══════════════════════════════
       HERO
    ══════════════════════════════ */
    .hero {
      position: relative;
      height: 100vh; min-height: 600px;
      display: flex; align-items: center; justify-content: center;
      overflow: hidden;
    }

    /* ── Lava lamp blobs ── */
    .lava-blob {
      position: absolute;
      border-radius: 50%;
      filter: blur(0px); /* blurring done by parent backdrop-filter */
      will-change: transform;
      mix-blend-mode: screen;
    }
    .lava-blob-1 {
      width: 55vw; height: 55vw;
      background: radial-gradient(circle, rgba(124,58,237,0.75) 0%, rgba(76,29,149,0.3) 60%, transparent 100%);
      top: -15%; left: -10%;
      animation: blob1 7s ease-in-out infinite alternate;
    }
    .lava-blob-2 {
      width: 45vw; height: 45vw;
      background: radial-gradient(circle, rgba(168,85,247,0.65) 0%, rgba(124,58,237,0.2) 55%, transparent 100%);
      top: 30%; right: -10%;
      animation: blob2 9s ease-in-out infinite alternate;
    }
    .lava-blob-3 {
      width: 38vw; height: 38vw;
      background: radial-gradient(circle, rgba(88,28,220,0.7) 0%, rgba(49,10,120,0.25) 60%, transparent 100%);
      bottom: -10%; left: 30%;
      animation: blob3 11s ease-in-out infinite alternate;
    }
    .lava-blob-4 {
      width: 30vw; height: 30vw;
      background: radial-gradient(circle, rgba(196,130,255,0.5) 0%, rgba(124,58,237,0.15) 60%, transparent 100%);
      top: 10%; right: 20%;
      animation: blob4 8s ease-in-out infinite alternate;
    }
    .lava-blob-5 {
      width: 25vw; height: 25vw;
      background: radial-gradient(circle, rgba(60,20,180,0.6) 0%, transparent 70%);
      bottom: 20%; left: 5%;
      animation: blob5 6s ease-in-out infinite alternate;
    }
    @keyframes blob1 {
      0%   { transform: translate(0,0) scale(1); }
      25%  { transform: translate(12vw, 8vh) scale(1.1); }
      50%  { transform: translate(5vw, 18vh) scale(0.92); }
      75%  { transform: translate(18vw, 5vh) scale(1.05); }
      100% { transform: translate(8vw, 22vh) scale(0.95); }
    }
    @keyframes blob2 {
      0%   { transform: translate(0,0) scale(1); }
      30%  { transform: translate(-14vw, 10vh) scale(1.08); }
      60%  { transform: translate(-6vw, -8vh) scale(0.9); }
      100% { transform: translate(-18vw, 15vh) scale(1.12); }
    }
    @keyframes blob3 {
      0%   { transform: translate(0,0) scale(1) rotate(0deg); }
      40%  { transform: translate(-10vw,-15vh) scale(1.15) rotate(30deg); }
      100% { transform: translate(10vw,-8vh) scale(0.88) rotate(-20deg); }
    }
    @keyframes blob4 {
      0%   { transform: translate(0,0) scale(1); }
      50%  { transform: translate(-8vw, 12vh) scale(1.2); }
      100% { transform: translate(6vw, 20vh) scale(0.85); }
    }
    @keyframes blob5 {
      0%   { transform: translate(0,0) scale(1); }
      35%  { transform: translate(10vw,-10vh) scale(1.1); }
      100% { transform: translate(5vw, 8vh) scale(0.9); }
    }

    /* Video bg */
    .hero-video-wrap {
      position: absolute; inset: 0; z-index: 0;
    }

    .hero-video-wrap video {
      width: 100%; height: 100%;
      object-fit: cover;
      opacity: 0.35;
    }

    /* Gradient overlays */
    .hero-video-wrap::after {
      content: '';
      position: absolute; inset: 0;
      background:
        linear-gradient(to bottom, rgba(5,3,8,0.5) 0%, transparent 30%, transparent 60%, rgba(5,3,8,0.95) 100%),
        linear-gradient(to right, rgba(5,3,8,0.4) 0%, transparent 40%);
    }

    /* Logo watermark behind video */
    .hero-logo-bg {
      position: absolute; inset: 0; z-index: 1;
      display: flex; align-items: center; justify-content: center;
      pointer-events: none;
    }

    .hero-logo-bg svg {
      width: min(55vw, 520px);
      opacity: 0.04;
      filter: blur(0px);
    }

    /* Hero content */
    .hero-content {
      position: relative; z-index: 5;
      text-align: center;
      padding: 0 1.5rem;
      max-width: 800px;
    }

    .hero-eyebrow {
      display: inline-flex; align-items: center; gap: 0.5rem;
      font-size: 0.7rem; font-weight: 700;
      letter-spacing: 0.25em; text-transform: uppercase;
      color: var(--purple-light);
      margin-bottom: 1.25rem;
      padding: 0.375rem 1rem;
      background: rgba(124,58,237,0.15);
      border: 1px solid rgba(124,58,237,0.35);
      border-radius: 100px;
    }

    .hero-eyebrow::before {
      content: '';
      width: 6px; height: 6px;
      border-radius: 50%;
      background: var(--purple-glow);
      box-shadow: 0 0 8px var(--purple-glow);
      animation: ping 2s ease-in-out infinite;
    }

    @keyframes ping {
      0%, 100% { opacity: 1; transform: scale(1); }
      50% { opacity: 0.5; transform: scale(1.4); }
    }

    .hero-title {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 900;
      font-size: clamp(4rem, 13vw, 9rem);
      line-height: 0.9;
      letter-spacing: -0.02em;
      text-transform: uppercase;
      color: #fff;
      text-shadow: 0 0 80px rgba(124,58,237,0.3);
      margin-bottom: 1.5rem;
    }

    .hero-title .accent { color: var(--purple-glow); }

    .hero-sub {
      font-size: 1.05rem;
      color: rgba(255,255,255,0.6);
      line-height: 1.7;
      max-width: 480px; margin: 0 auto 2.5rem;
    }

    .hero-scroll {
      position: absolute; bottom: 2.5rem; left: 50%; transform: translateX(-50%);
      z-index: 5;
      display: flex; flex-direction: column; align-items: center; gap: 0.5rem;
      opacity: 0.4;
    }

    .hero-scroll span {
      font-size: 0.65rem; letter-spacing: 0.2em;
      text-transform: uppercase; color: #fff;
    }

    .scroll-line {
      width: 1px; height: 48px;
      background: linear-gradient(to bottom, rgba(168,85,247,0.8), transparent);
      animation: scrollPulse 2s ease-in-out infinite;
    }

    @keyframes goldPulse {
      from { filter: drop-shadow(0 0 6px rgba(251,191,36,0.4)); }
      to   { filter: drop-shadow(0 0 16px rgba(251,191,36,0.9)); }
    }

    @keyframes scrollPulse {
      0%, 100% { opacity: 0.3; transform: scaleY(0.7); }
      50% { opacity: 1; transform: scaleY(1); }
    }

    /* ══════════════════════════════
       BUTTONS
    ══════════════════════════════ */
    .btn-primary {
      display: inline-flex; align-items: center; gap: 0.5rem;
      padding: 0.875rem 2.25rem;
      background: linear-gradient(135deg, #7c3aed 0%, #4c1d95 100%);
      color: #fff;
      font-weight: 700; font-size: 0.875rem;
      letter-spacing: 0.08em; text-transform: uppercase;
      border: none; border-radius: 4px;
      cursor: pointer; text-decoration: none;
      box-shadow:
        0 4px 20px rgba(124,58,237,0.45),
        0 1px 4px rgba(0,0,0,0.4),
        inset 0 1px 0 rgba(255,255,255,0.1);
      transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1),
                  box-shadow 0.2s ease;
    }
    .btn-primary:hover {
      transform: translateY(-2px) scale(1.02);
      box-shadow: 0 8px 32px rgba(124,58,237,0.6), 0 2px 8px rgba(0,0,0,0.4);
    }
    .btn-primary:active { transform: scale(0.97); }
    .btn-primary:focus-visible { outline: 2px solid var(--purple-light); outline-offset: 3px; }

    .btn-outline {
      display: inline-flex; align-items: center; gap: 0.5rem;
      padding: 0.875rem 2.25rem;
      background: transparent;
      color: var(--purple-light);
      font-weight: 700; font-size: 0.875rem;
      letter-spacing: 0.08em; text-transform: uppercase;
      border: 1.5px solid rgba(168,85,247,0.4);
      border-radius: 4px; cursor: pointer; text-decoration: none;
      transition: transform 0.2s cubic-bezier(0.34,1.56,0.64,1),
                  background 0.2s ease, border-color 0.2s ease;
    }
    .btn-outline:hover {
      background: rgba(124,58,237,0.15);
      border-color: var(--purple-glow);
      transform: translateY(-2px);
    }
    .btn-outline:active { transform: scale(0.97); }
    .btn-outline:focus-visible { outline: 2px solid var(--purple-light); outline-offset: 3px; }

    /* ══════════════════════════════
       SECTION COMMON
    ══════════════════════════════ */
    .section {
      padding: 6rem 1.5rem;
      position: relative; z-index: 10;
    }

    .section-inner { max-width: 1100px; margin: 0 auto; }

    .section-label {
      font-size: 0.85rem; font-weight: 700;
      letter-spacing: 0.3em; text-transform: uppercase;
      color: var(--purple-glow);
      margin-bottom: 0.75rem;
    }

    .section-title {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 900; text-transform: uppercase;
      font-size: clamp(2.5rem, 6vw, 4rem);
      letter-spacing: -0.02em;
      color: #fff;
      line-height: 1;
      margin-bottom: 1rem;
    }

    .section-title .accent { color: var(--purple-glow); }

    .purple-line {
      width: 40px; height: 3px;
      background: linear-gradient(90deg, var(--purple-vivid), var(--purple-glow));
      border-radius: 2px;
      margin-bottom: 3rem;
    }

    /* ══════════════════════════════
       TOURNAMENT CARDS
    ══════════════════════════════ */
    .tournament-grid {
      display: grid;
      grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
      gap: 1.25rem;
      margin-top: 2.5rem;
    }

    .tourney-card {
      background: rgba(17,10,42,0.7);
      border: 1px solid rgba(124,58,237,0.2);
      border-radius: 10px;
      overflow: hidden;
      position: relative;
      backdrop-filter: blur(12px);
      box-shadow:
        0 4px 24px rgba(0,0,0,0.4),
        0 1px 4px rgba(0,0,0,0.3);
      transition: transform 0.3s cubic-bezier(0.34,1.4,0.64,1),
                  border-color 0.3s ease,
                  box-shadow 0.3s ease;
    }

    .tourney-card:hover {
      transform: translateY(-6px);
      border-color: rgba(124,58,237,0.5);
      box-shadow:
        0 16px 48px rgba(0,0,0,0.5),
        0 0 0 1px rgba(124,58,237,0.2),
        0 0 32px rgba(124,58,237,0.12);
    }

    .tourney-card-img {
      width: 100%; aspect-ratio: 16/9;
      object-fit: cover;
      filter: brightness(0.7) saturate(0.8);
      display: block;
    }

    .tourney-card-img-wrap {
      position: relative; overflow: hidden;
    }

    .tourney-card-img-wrap::after {
      content: '';
      position: absolute; inset: 0;
      background: linear-gradient(to bottom, transparent 40%, rgba(17,10,42,0.95) 100%);
    }

    .tourney-status {
      position: absolute; top: 0.75rem; left: 0.75rem; z-index: 2;
      font-size: 0.65rem; font-weight: 700;
      letter-spacing: 0.15em; text-transform: uppercase;
      padding: 0.25rem 0.625rem;
      border-radius: 100px;
    }

    .status-open {
      background: rgba(16,185,129,0.2);
      color: #34d399;
      border: 1px solid rgba(52,211,153,0.3);
    }

    .status-soon {
      background: rgba(168,85,247,0.2);
      color: var(--purple-light);
      border: 1px solid rgba(168,85,247,0.35);
    }

    .status-closed {
      background: rgba(251,191,36,0.15);
      color: #fbbf24;
      border: 1px solid rgba(251,191,36,0.4);
      text-shadow: 0 0 8px rgba(251,191,36,0.4);
    }

    .tourney-card-body { padding: 1.5rem; }

    .tourney-game {
      font-size: 0.8rem; font-weight: 700;
      letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--purple-glow);
      margin-bottom: 0.375rem;
    }

    .tourney-name {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 700; font-size: 1.55rem;
      text-transform: uppercase; letter-spacing: 0.02em;
      color: #fff; margin-bottom: 0.875rem;
    }

    .tourney-meta {
      display: flex; flex-wrap: wrap; gap: 0.625rem;
      margin-bottom: 1.25rem;
    }

    .tourney-meta-item {
      display: flex; align-items: center; gap: 0.375rem;
      font-size: 0.92rem; color: rgba(255,255,255,0.5);
    }

    .tourney-meta-item svg { opacity: 0.6; }

    .tourney-prize {
      display: flex; align-items: center; justify-content: space-between;
      padding-top: 1rem;
      border-top: 1px solid rgba(255,255,255,0.07);
    }

    .prize-label { font-size: 0.82rem; color: rgba(255,255,255,0.4); text-transform: uppercase; letter-spacing: 0.1em; }
    .prize-amount { font-family: 'Rajdhani', sans-serif; font-size: 1.65rem; font-weight: 900; color: var(--purple-light); }

    /* ══════════════════════════════
       SIGN-UP SECTION
    ══════════════════════════════ */
    .signup-banner {
      position: relative;
      background: linear-gradient(135deg, rgba(76,29,149,0.3) 0%, rgba(124,58,237,0.15) 50%, rgba(30,16,64,0.3) 100%);
      border: 1px solid rgba(124,58,237,0.25);
      border-radius: 16px;
      padding: 4rem 3rem;
      text-align: center;
      overflow: hidden;
    }

    .signup-banner::before {
      content: '';
      position: absolute;
      top: -60%; left: -30%;
      width: 160%; height: 160%;
      background: radial-gradient(ellipse 50% 50% at 50% 50%, rgba(124,58,237,0.1) 0%, transparent 70%);
      pointer-events: none;
    }

    /* ══════════════════════════════
       LEADERBOARD PAGE
    ══════════════════════════════ */
    .lb-header {
      padding-top: 64px; /* nav height */
      padding-bottom: 3rem;
      text-align: center;
      background: linear-gradient(to bottom, rgba(76,29,149,0.1) 0%, transparent 100%);
      border-bottom: 1px solid rgba(124,58,237,0.12);
    }

    .lb-table-wrap {
      max-width: 860px; margin: 0 auto;
    }

    .lb-table {
      width: 100%; border-collapse: separate; border-spacing: 0 0.5rem;
    }

    .lb-table thead th {
      font-size: 0.65rem; font-weight: 700;
      letter-spacing: 0.2em; text-transform: uppercase;
      color: rgba(255,255,255,0.35);
      padding: 0 1.25rem 0.5rem;
      text-align: left;
    }

    .lb-table thead th:last-child { text-align: right; }

    .lb-row {
      background: rgba(17,10,42,0.5);
      border-radius: 8px;
      cursor: pointer;
      transition: background 0.2s ease, transform 0.25s cubic-bezier(0.34,1.4,0.64,1);
      border: 1px solid transparent;
    }

    .lb-row:hover {
      background: rgba(124,58,237,0.15);
      border-color: rgba(124,58,237,0.3);
      transform: translateX(4px);
    }

    .lb-row:focus-visible {
      outline: 2px solid var(--purple-glow);
      outline-offset: 2px;
    }

    .lb-row td {
      padding: 1rem 1.25rem;
      vertical-align: middle;
    }

    .lb-row td:first-child { border-radius: 8px 0 0 8px; border-right: 1px solid rgba(255,255,255,0.25); }
    .lb-row td:last-child  { border-radius: 0 8px 8px 0; text-align: right; }

    .lb-rank {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 900; font-size: 1.25rem;
      width: 48px;
    }

    .rank-1 { color: #fbbf24; text-shadow: 0 0 12px rgba(251,191,36,0.5); }
    .rank-2 { color: #d1d5db; }
    .rank-3 { color: #cd7c3a; }
    .rank-other { color: rgba(255,255,255,0.3); }

    .lb-avatar {
      width: 38px; height: 38px; border-radius: 50%;
      object-fit: cover;
      border: 2px solid rgba(124,58,237,0.3);
    }

    .lb-name {
      font-weight: 700; font-size: 0.95rem;
      color: #fff;
    }

    .lb-tag {
      font-size: 0.75rem;
      color: rgba(255,255,255,0.4);
    }

    .lb-wins {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 700; font-size: 1.15rem;
      color: var(--purple-light);
    }

    .lb-points {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 900; font-size: 1.15rem;
      color: #fff;
    }

    .lb-chevron {
      color: rgba(124,58,237,0.5);
      transition: color 0.2s ease, transform 0.2s ease;
    }

    .lb-row:hover .lb-chevron {
      color: var(--purple-glow);
      transform: translateX(3px);
    }

    /* Top 3 highlight */
    .lb-row.top-3 {
      background: rgba(124,58,237,0.1);
      border-color: rgba(124,58,237,0.2);
    }


    /* ══════════════════════════════
       MOBILE LEADERBOARD
    ══════════════════════════════ */
    @media (max-width: 640px) {
      #page-leaderboards {
        overflow-x: hidden;
        width: 100%;
      }

      .lb-header {
        padding-top: 80px;
        padding-bottom: 1.5rem;
        padding-left: 1rem;
        padding-right: 1rem;
      }

      #page-leaderboards .section {
        padding: 1.5rem 0.75rem 4rem;
      }

      .lb-table-wrap {
        width: 100%;
        overflow: hidden;
        padding: 0;
      }

      .lb-table {
        width: 100%;
        table-layout: fixed;
        border-spacing: 0 0.375rem;
      }

      /* Column widths on mobile */
      .lb-table thead th:nth-child(1) { width: 36px; }
      .lb-table thead th:nth-child(2) { width: 44px; }
      .lb-table thead th:nth-child(3) { width: auto; }
      .lb-table thead th:nth-child(4) { width: 44px; }
      .lb-table thead th:nth-child(5) { width: 56px; }
      .lb-table thead th:nth-child(6) { width: 24px; }

      /* Hide wins column */
      .lb-table thead th:nth-child(4),
      .lb-row td:nth-child(4) {
        display: none;
      }

      .lb-row {
        border-radius: 6px;
      }

      /* Disable slide transform on mobile — causes overflow */
      .lb-row:hover {
        transform: none;
      }

      .lb-row td {
        padding: 0.75rem 0.5rem;
        overflow: hidden;
      }

      .lb-row td:first-child { border-radius: 6px 0 0 6px; padding-left: 0.625rem; border-right: 1px solid rgba(255,255,255,0.25); }
      .lb-row td:last-child  { border-radius: 0 6px 6px 0; padding-right: 0.625rem; }

      .lb-rank {
        font-size: 1rem;
        width: auto;
      }

      .lb-name {
        font-size: 0.82rem;
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
      }

      .lb-points {
        font-size: 0.95rem;
      }

      /* Avatar size */
      .lb-row td:nth-child(2) > div {
        width: 30px !important;
        height: 30px !important;
        font-size: 0.75rem !important;
      }
    }

    @media (max-width: 380px) {
      /* Hide avatar too on very small screens */
      .lb-table thead th:nth-child(2),
      .lb-row td:nth-child(2) {
        display: none;
      }
      .lb-name { font-size: 0.78rem; }
      .lb-points { font-size: 0.85rem; }
      .lb-row td { padding: 0.625rem 0.4rem; }
    }

    /* ══════════════════════════════
       PLAYER MODAL
    ══════════════════════════════ */
    .modal-overlay {
      position: fixed; inset: 0; z-index: 500;
      background: rgba(5,3,8,0.75);
      backdrop-filter: blur(8px);
      display: none;
      align-items: center; justify-content: center;
      padding: 1rem;
    }

    .modal-overlay.open { display: flex; }

    .modal {
      background: linear-gradient(145deg, #110a2a, #0a0618);
      border: 1px solid rgba(124,58,237,0.3);
      border-radius: 14px;
      width: 100%; max-width: 580px;
      max-height: 90vh; overflow-y: auto;
      box-shadow:
        0 24px 80px rgba(0,0,0,0.7),
        0 0 0 1px rgba(124,58,237,0.15),
        inset 0 1px 0 rgba(255,255,255,0.05);
      animation: modalIn 0.35s cubic-bezier(0.34,1.4,0.64,1);
    }

    @keyframes modalIn {
      from { opacity: 0; transform: translateY(24px) scale(0.97); }
      to   { opacity: 1; transform: translateY(0) scale(1); }
    }

    .modal-header {
      padding: 1.75rem 1.75rem 1.25rem;
      display: flex; align-items: center; gap: 1rem;
      border-bottom: 1px solid rgba(255,255,255,0.07);
      position: relative;
    }

    .modal-avatar {
      width: 64px; height: 64px; border-radius: 50%;
      background: linear-gradient(135deg, #7c3aed, #4c1d95);
      display: flex; align-items: center; justify-content: center;
      font-family: 'Rajdhani', sans-serif;
      font-size: 1.75rem; font-weight: 900; color: #fff;
      flex-shrink: 0;
      border: 2px solid rgba(168,85,247,0.4);
      box-shadow: 0 0 20px rgba(124,58,237,0.3);
    }

    .modal-player-name {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 900; font-size: 1.75rem;
      text-transform: uppercase; letter-spacing: 0.02em;
      color: #fff;
    }

    .modal-player-tag { font-size: 0.8rem; color: rgba(255,255,255,0.4); }

    .modal-close {
      position: absolute; top: 1.25rem; right: 1.25rem;
      width: 32px; height: 32px; border-radius: 50%;
      background: rgba(255,255,255,0.07);
      border: 1px solid rgba(255,255,255,0.1);
      color: rgba(255,255,255,0.5);
      cursor: pointer;
      display: flex; align-items: center; justify-content: center;
      transition: background 0.2s ease, color 0.2s ease;
    }
    .modal-close:hover { background: rgba(255,255,255,0.12); color: #fff; }
    .modal-close:focus-visible { outline: 2px solid var(--purple-glow); }

    .modal-stats {
      display: grid; grid-template-columns: repeat(3, 1fr);
      gap: 0; padding: 1.5rem 1.75rem;
      border-bottom: 1px solid rgba(255,255,255,0.07);
    }

    .stat-box { text-align: center; }
    .stat-box + .stat-box { border-left: 1px solid rgba(255,255,255,0.07); }

    .stat-value {
      font-family: 'Rajdhani', sans-serif;
      font-weight: 900; font-size: 2rem;
      color: var(--purple-light);
    }

    .stat-label {
      font-size: 0.65rem; font-weight: 600;
      letter-spacing: 0.15em; text-transform: uppercase;
      color: rgba(255,255,255,0.35);
      margin-top: 0.25rem;
    }

    .modal-body { padding: 1.75rem; }

    .modal-section-title {
      font-size: 0.7rem; font-weight: 700;
      letter-spacing: 0.2em; text-transform: uppercase;
      color: var(--purple-glow); margin-bottom: 1rem;
    }

    .tourney-result {
      display: flex; align-items: center;
      padding: 0.875rem 1rem;
      background: rgba(255,255,255,0.04);
      border: 1px solid rgba(255,255,255,0.06);
      border-radius: 8px;
      margin-bottom: 0.5rem;
      gap: 0.875rem;
    }

    .placement-badge {
      min-width: 36px; height: 36px;
      border-radius: 6px;
      display: flex; align-items: center; justify-content: center;
      font-family: 'Rajdhani', sans-serif;
      font-weight: 900; font-size: 1rem;
    }

    .placement-1 { background: rgba(251,191,36,0.15); color: #fbbf24; border: 1px solid rgba(251,191,36,0.3); }
    .placement-2 { background: rgba(209,213,219,0.1); color: #d1d5db; border: 1px solid rgba(209,213,219,0.2); }
    .placement-3 { background: rgba(205,124,58,0.15); color: #cd7c3a; border: 1px solid rgba(205,124,58,0.3); }
    .placement-other { background: rgba(124,58,237,0.1); color: var(--purple-light); border: 1px solid rgba(124,58,237,0.2); }

    .result-tourney-name {
      font-weight: 600; font-size: 0.9rem; color: #fff;
    }

    .result-date { font-size: 0.75rem; color: rgba(255,255,255,0.4); margin-top: 0.125rem; }

    .result-points {
      margin-left: auto;
      font-family: 'Rajdhani', sans-serif;
      font-size: 1.1rem; font-weight: 700;
      color: var(--purple-glow);
      white-space: nowrap;
    }

    /* ══════════════════════════════
       FADE IN
    ══════════════════════════════ */
    .fade-up {
      opacity: 0; transform: translateY(20px);
      transition: opacity 0.6s ease, transform 0.6s cubic-bezier(0.34,1.2,0.64,1);
    }
    .fade-up.visible { opacity: 1; transform: translateY(0); }

    @keyframes merch-scroll {
      0%   { transform: translateX(0); }
      100% { transform: translateX(-50%); }
    }
    #merch-carousel-track:hover { animation-play-state: paused; }

    /* ══════════════════════════════
       SIGNUP MODAL
    ══════════════════════════════ */
    .signup-modal {
      background: linear-gradient(145deg, #110a2a, #0a0618);
      border: 1px solid rgba(124,58,237,0.3);
      border-radius: 14px;
      width: 100%; max-width: 460px;
      padding: 2.25rem;
      box-shadow: 0 24px 80px rgba(0,0,0,0.7);
      animation: modalIn 0.35s cubic-bezier(0.34,1.4,0.64,1);
      position: relative;
    }

    .form-group { margin-bottom: 1.125rem; }
    .form-label { display: block; font-size: 0.75rem; font-weight: 600; letter-spacing: 0.1em; text-transform: uppercase; color: rgba(255,255,255,0.5); margin-bottom: 0.5rem; }

    .form-input {
      width: 100%; padding: 0.75rem 1rem;
      background: rgba(255,255,255,0.05);
      border: 1px solid rgba(255,255,255,0.1);
      border-radius: 6px; color: #fff; font-size: 0.9rem;
      font-family: 'Space Grotesk', sans-serif;
      transition: border-color 0.2s ease, box-shadow 0.2s ease;
      outline: none;
    }

    .form-input::placeholder { color: rgba(255,255,255,0.25); }
    .form-input:focus { border-color: rgba(124,58,237,0.6); box-shadow: 0 0 0 3px rgba(124,58,237,0.15); }
  


    @media (max-width:800px) {
      #page-home .upcoming-grid { grid-template-columns:1fr !important; }
      #page-home .featured-card { grid-template-columns:1fr !important; }
      #page-home .tourney-bottom-grid { grid-template-columns:1fr !important; }
    }
  


      .social-btn {
        display: flex; align-items: center; justify-content: center;
        width: 46px; height: 46px; border-radius: 50%;
        background: rgba(255,255,255,0.06); border: 1px solid rgba(255,255,255,0.14);
        color: rgba(255,255,255,0.7);
        transition: background 0.2s, border-color 0.2s, color 0.2s, transform 0.15s;
      }
      .social-btn:hover {
        background: color-mix(in srgb, var(--sb-color) 22%, transparent);
        border-color: var(--sb-color);
        color: var(--sb-color);
        transform: translateY(-2px);
      }
    


          .s1-slot-row { display:flex; align-items:center; gap:1.25rem; border-radius:10px; padding:1.1rem 1.5rem; backdrop-filter:blur(12px); border:1px solid; box-sizing:border-box; max-width:100%; overflow:hidden; }
          .s1-slot-rank { font-family:'Rajdhani',sans-serif; font-size:1.5rem; font-weight:900; width:36px; flex-shrink:0; text-align:center; }
          .s1-slot-logo { width:40px; height:40px; border-radius:50%; object-fit:cover; flex-shrink:0; }
          .s1-slot-name { font-family:'Rajdhani',sans-serif; font-size:1.2rem; font-weight:700; letter-spacing:0.05em; text-transform:uppercase; flex:1; min-width:0; overflow:hidden; text-overflow:ellipsis; white-space:nowrap; }
          .s1-slot-right { margin-left:auto; display:flex; align-items:center; gap:0.6rem; flex-shrink:0; }
          .s1-slot-badge { font-family:'Rajdhani',sans-serif; font-size:0.62rem; font-weight:700; letter-spacing:0.1em; text-transform:uppercase; color:rgba(251,191,36,0.9); background:rgba(251,191,36,0.1); border:1px solid rgba(251,191,36,0.35); padding:0.15rem 0.45rem; border-radius:4px; white-space:nowrap; }
          .s1-slot-points { font-family:'Rajdhani',sans-serif; font-weight:900; font-size:1.1rem; color:#a855f7; white-space:nowrap; }
          @media (max-width:480px) {
            .s1-slot-row { gap:0.65rem; padding:0.75rem 0.85rem; }
            .s1-slot-rank { font-size:1.05rem; width:20px; }
            .s1-slot-logo { width:30px; height:30px; }
            .s1-slot-name { font-size:0.85rem; }
            .s1-slot-points { font-size:0.85rem; }
            .s1-slot-badge { padding:0.1rem 0.3rem; font-size:0.52rem; }
          }
          @media (max-width:360px) {
            .s1-slot-badge { display:none; }
          }
        


        .team-grid { display:grid; grid-template-columns:repeat(2,1fr); gap:1.75rem 2rem; }
        @media (max-width:680px) { .team-grid { grid-template-columns:1fr; gap:1.5rem; } }

        .team-card-wrap { display:flex; flex-direction:column; }
        .team-card-label {
          font-family:'Rajdhani',sans-serif; font-weight:900; font-size:1.4rem; letter-spacing:0.06em;
          color:rgba(255,255,255,0.35); text-align:center; margin-bottom:0.6rem;
        }
        .team-card {
          display:flex; align-items:stretch; width:100%; min-height:96px; background:rgba(17,10,42,0.6);
          border:1px solid rgba(124,58,237,0.18); border-radius:12px; overflow:hidden;
          transition:border-color 0.2s, background 0.2s;
        }
        .team-card:hover { border-color:rgba(124,58,237,0.45); background:rgba(17,10,42,0.8); }
        .team-card-logo {
          flex-shrink:0; width:96px; aspect-ratio:1/1; display:flex; align-items:center; justify-content:center;
          border-right:1px solid rgba(124,58,237,0.18); overflow:hidden;
        }
        .team-card-logo img { width:100%; height:100%; object-fit:cover; display:block; }
        .team-card-num { font-family:'Rajdhani',sans-serif; font-weight:900; font-size:1.75rem; color:rgba(124,58,237,0.3); }
        .team-card-players { flex:1; display:flex; flex-direction:column; justify-content:center; gap:0.3rem; padding:0.85rem 1.25rem; }
        .team-card-player {
          font-family:'Rajdhani',sans-serif; font-weight:700; font-size:0.95rem; letter-spacing:0.02em;
          color:rgba(255,255,255,0.45); line-height:1.2; word-break:break-word;
        }
        .team-card-wrap.active .team-card-label { color:#fff; text-shadow:0 0 14px rgba(255,255,255,0.5),0 0 28px rgba(167,139,250,0.45); }
        .team-card-wrap.active .team-card-num { color:rgba(167,139,250,0.9); }
        .team-card-wrap.active .team-card-player { color:#fff; }

        .live-badge {
          display:inline-flex; align-items:center; gap:0.35rem;
          background:rgba(255,255,255,0.06); color:rgba(255,255,255,0.3); font-family:'Rajdhani',sans-serif; font-weight:800;
          font-size:0.62rem; letter-spacing:0.08em; text-transform:uppercase;
          padding:0.28rem 0.6rem; border-radius:100px; text-decoration:none;
          box-shadow:none; transition:background 0.2s, color 0.2s, box-shadow 0.2s, transform 0.15s;
        }
        .live-badge::before {
          content:''; width:6px; height:6px; border-radius:50%; background:rgba(255,255,255,0.25); flex-shrink:0;
        }
        .live-badge.is-live {
          background:#dc2626; color:#fff; box-shadow:0 0 12px rgba(220,38,38,0.55);
        }
        .live-badge.is-live:hover { transform:scale(1.06); box-shadow:0 0 18px rgba(220,38,38,0.8); }
        .live-badge.is-live::before {
          background:#fff; animation:ping 1.4s ease-in-out infinite;
        }
      


    @media (max-width: 680px) {
      #page-invitational .inv-back-bar { padding: 1rem 1rem 0 !important; }
      #page-invitational .inv-header { padding: 2rem 1rem 0.75rem !important; }
      #page-invitational .inv-divider { padding: 0 1rem !important; }
      #page-invitational > div > div[style*="grid-template-columns:1fr 1fr"] {
        grid-template-columns: 1fr !important;
        padding: 0 1rem !important;
      }
    }
  


    @media (max-width: 680px) {
      #page-allpro2v2 .allpro-grid { grid-template-columns: 1fr !important; }
      #page-allpro2v2 .allpro-header { padding: 2rem 1rem 0.75rem !important; }
    }
  


    #page-2v2bracket .bracket { min-width: 900px; max-width: 1200px; }
    #page-2v2bracket .bracket-labels { min-width: 900px; max-width: 1200px; }
    #page-2v2bracket .bracket-slot { white-space: normal; font-size: 0.88rem; line-height: 1.25; }
    #page-2v2bracket .champion-name { white-space: normal; text-align: center; font-size: 1.1rem; }
  

/* Added for multi-page nav: <a> tags need block-level padding to match old <button> markup */
.nav-link, .mobile-menu-link { display: inline-block; text-decoration: none; }
