.fixture-glass{
  position: relative;
  border-radius: 18px;
  overflow: hidden;
  padding: 14px;

  /* Premium glass */
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);

  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
}

/* soft light stroke */
.fixture-glass::before{
  content:"";
  position:absolute;
  inset: 0;
  border-radius: 18px;
  pointer-events:none;
  background: linear-gradient(135deg,
    rgba(255,255,255,0.35),
    rgba(255,255,255,0.05),
    rgba(255,255,255,0.25)
  );
  mix-blend-mode: overlay;
  opacity: 0.55;
}

/* Header */
.fixture-head h5{
  margin: 0 0 6px;
  font-size: 14px;
  font-weight: 800;
  color: #0f172a;
}
.fixture-venue{
  display:flex;
  align-items:center;
  gap:8px;
  font-size: 13px;
  color: #334155;
  opacity: .95;
}

/* body spacing */
.fixture-body{
  margin-top: 12px;
  display: grid;
  gap: 0px;
}

/* Team row card */
.team-row{
  display:flex;
  align-items:center;
  justify-content: space-between;
  gap: 12px;

  padding: 5px 5px;
  border-radius: 14px;

  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.20);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.25);

  transition: 0.25s ease;
}
.team-row:hover{
  transform: translateY(-1px);
  box-shadow: 0 10px 25px rgba(0,0,0,0.10);
}

.team-left{
  display:flex;
  align-items:center;
  gap:10px;
  min-width: 0;
}
.team-left img{
  width: 32px;
  height: 32px;
  border-radius: 10px;
  padding: 4px;
  background: rgba(255,255,255,0.22);
  border: 1px solid rgba(255,255,255,0.25);
}
.team-left span{
  font-size: 13px;
  font-weight: 800;
  color: #0f172a;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

/* Status pill */
.team-status{
  font-size: 12px;
  font-weight: 800;
  padding: 5px 10px;
  border-radius: 999px;
  white-space: nowrap;

  /*background: rgba(59, 130, 246, 0.14);*/
  /*border: 1px solid rgba(59, 130, 246, 0.28);*/
  color: #b13726;
}

/* ✅ Highlight INSIDE card: attached bottom strip */
.fixture-highlight{
  margin-top: 14px;
  padding: 12px 14px;
  border-radius: 14px;

  display:flex;
  align-items:center;
  gap:10px;

  background: linear-gradient(135deg,
    rgba(255, 99, 132, 0.20),
    rgba(255, 193, 7, 0.18)
  );
  border: 1px solid rgba(255,255,255,0.22);

  color: #7a1c1c;
  font-size: 13px;
  font-weight: 700;
}

/* live dot */
.fixture-highlight .dot{
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #ff3b3b;
  box-shadow: 0 0 0 6px rgba(255, 59, 59, 0.18);
} 

/* ===== Common Section UI ===== */
.ld-section{
  position: relative;
  padding: 70px 0;
  overflow: hidden;
}

.ld-head{
  display:flex;
  align-items:flex-end;
  justify-content:space-between;
  gap: 14px;
  margin-bottom: 22px;
}

.ld-title{
  margin: 0;
  font-size: 30px;
  font-weight: 900;
  letter-spacing: .2px;
  color: #0f172a;
}

.ld-sub{
  margin: 6px 0 0;
  font-size: 14px;
  color: #334155;
  opacity: .92;
}

.ld-btn{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  gap: 8px;
  padding: 10px 16px;
  border-radius: 999px;
  font-weight: 800;
  font-size: 13px;
  text-decoration:none;

  background: rgba(255,255,255,0.18);
  backdrop-filter: blur(14px);
  -webkit-backdrop-filter: blur(14px);

  border: 1px solid rgba(255,255,255,0.35);
  box-shadow: 0 14px 30px rgba(0,0,0,0.10);
  color: #0f172a;

  transition: .25s ease;
}
.ld-btn:hover{
  transform: translateY(-1px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.14);
}

.ld-btn--ghost{
  background: rgba(255,255,255,0.10);
}

/* ===== Backgrounds per section ===== */
.ld-squad{
  background: radial-gradient(circle at 20% 20%, rgba(255, 118, 118, 0.22), transparent 45%),
              radial-gradient(circle at 80% 30%, rgba(120, 180, 255, 0.18), transparent 45%),
              rgba(255,255,255,0.02);
}

.ld-gallery{
  background: radial-gradient(circle at 30% 40%, rgba(16, 185, 129, 0.16), transparent 45%),
              radial-gradient(circle at 80% 20%, rgba(59, 130, 246, 0.14), transparent 45%),
              rgba(255,255,255,0.02);
}

.ld-sponsors{
  background: radial-gradient(circle at 35% 20%, rgba(255, 193, 7, 0.18), transparent 45%),
              radial-gradient(circle at 85% 30%, rgba(168, 85, 247, 0.14), transparent 45%),
              rgba(255,255,255,0.02);
}

/* ===== Pure CSS Particles (no JS) ===== */
.ld-particles{
  position:absolute;
  inset: 0;
  pointer-events:none;
  opacity: .95;
}

.ld-particles::before,
.ld-particles::after{
  content:"";
  position:absolute;
  inset:-120px;
  background:
    radial-gradient(circle, rgba(255,255,255,0.20) 0 2px, transparent 3px) 0 0/90px 90px,
    radial-gradient(circle, rgba(255,255,255,0.14) 0 2px, transparent 3px) 40px 30px/120px 120px,
    radial-gradient(circle, rgba(255,255,255,0.10) 0 2px, transparent 3px) 20px 70px/150px 150px;
  filter: blur(.3px);
  animation: ldFloat 14s linear infinite;
}

.ld-particles::after{
  opacity: .55;
  animation-duration: 20s;
  transform: scale(1.1);
}

.ld-particles--soft::before,
.ld-particles--soft::after{
  opacity: .60;
}

@keyframes ldFloat{
  0%   { transform: translateY(0) translateX(0); }
  50%  { transform: translateY(-18px) translateX(12px); }
  100% { transform: translateY(0) translateX(0); }
}

/* ===== Squad Cards ===== */
.ld-grid-players{
  display:grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
}

.ld-player{
  border-radius: 18px;
  overflow:hidden;
  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);
  transition: .25s ease;
}
.ld-player:hover{
  transform: translateY(-4px);
  box-shadow: 0 26px 55px rgba(0,0,0,0.16);
}

.ld-player__top{
  position:relative;
  height: 160px;
  overflow:hidden;
}
.ld-player__top img{
  width:100%;
  height:100%;
  object-fit:cover;
  transform: scale(1.02);
  transition:.35s ease;
}
.ld-player:hover .ld-player__top img{
  transform: scale(1.08);
}
.ld-badge{
  position:absolute;
  left: 12px;
  bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 900;
  color: #0f172a;
  background: rgba(255,255,255,0.85);
}
.ld-badge--alt{ background: rgba(255,255,255,0.70); }

.ld-player__body{
  padding: 14px 14px 16px;
}
.ld-player__body h5{
  margin:0;
  font-size: 14px;
  font-weight: 900;
  color:#0f172a;
}
.ld-player__body p{
  margin: 6px 0 10px;
  font-size: 13px;
  color:#334155;
  opacity:.95;
}

.ld-meta{
  display:flex;
  flex-wrap:wrap;
  gap: 8px;
}
.ld-meta span{
  font-size: 12px;
  font-weight: 800;
  color:#0f172a;
  padding: 6px 10px;
  border-radius: 999px;
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.22);
}

/* ===== Gallery ===== */
.ld-grid-gallery{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
}

.ld-photo{
  position: relative;
  border-radius: 18px;
  overflow:hidden;
  display:block;
  height: 180px;

  background: rgba(255,255,255,0.10);
  border: 1px solid rgba(255,255,255,0.22);
  backdrop-filter: blur(16px);
  -webkit-backdrop-filter: blur(16px);
  box-shadow: 0 18px 40px rgba(0,0,0,0.12);

  transition: .25s ease;
  text-decoration:none;
}
.ld-photo img{
  width:100%;
  height:100%;
  object-fit: cover;
  transition:.35s ease;
  transform: scale(1.02);
}
.ld-photo::after{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, transparent 40%, rgba(0,0,0,0.45));
  opacity: .85;
  pointer-events:none;
}

.ld-photo__cap{
  position:absolute;
  left: 12px;
  right: 12px;
  bottom: 12px;
  color:#fff;
  font-weight: 900;
  font-size: 13px;
  letter-spacing: .2px;
  z-index: 2;
}

.ld-photo:hover{
  transform: translateY(-3px);
  box-shadow: 0 26px 55px rgba(0,0,0,0.16);
}
.ld-photo:hover img{
  transform: scale(1.08);
}

/* ===== Sponsors ===== */
.ld-sponsor-wrap{
  display:grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 14px;
  align-items:center;
}

.ld-sponsor{
  height: 90px;
  border-radius: 18px;
  display:flex;
  align-items:center;
  justify-content:center;

  background: rgba(255,255,255,0.10);
  backdrop-filter: blur(18px);
  -webkit-backdrop-filter: blur(18px);
  border: 1px solid rgba(255,255,255,0.22);
  box-shadow: 0 18px 40px rgba(0,0,0,0.10);

  transition: .25s ease;
}
.ld-sponsor img{
  max-width: 120px;
  max-height: 42px;
  opacity: .92;
  filter: drop-shadow(0 8px 16px rgba(0,0,0,0.12));
  transition:.25s ease;
}
.ld-sponsor:hover{
  transform: translateY(-3px);
  box-shadow: 0 26px 55px rgba(0,0,0,0.14);
}
.ld-sponsor:hover img{
  opacity: 1;
  transform: scale(1.04);
}

/* ===== Responsive ===== */
@media (max-width: 1200px){
  .ld-grid-players{ grid-template-columns: repeat(3, 1fr); }
  .ld-grid-gallery{ grid-template-columns: repeat(3, 1fr); }
  .ld-sponsor-wrap{ grid-template-columns: repeat(4, 1fr); }
}
@media (max-width: 768px){
  .ld-head{ align-items:flex-start; flex-direction:column; }
  .ld-grid-players{ grid-template-columns: repeat(2, 1fr); }
  .ld-grid-gallery{ grid-template-columns: repeat(2, 1fr); }
  .ld-sponsor-wrap{ grid-template-columns: repeat(2, 1fr); }
  .ld-photo{ height: 160px; }
}
@media (max-width: 480px){
  .ld-grid-players{ grid-template-columns: 1fr; }
  .ld-grid-gallery{ grid-template-columns: 1fr; }
}

/* ===================== Sponsors (KKR-style) ===================== */
.kkr-sponsors{
  padding: 70px 0;
  background: #ffffff;
}

.kkr-sponsors__title{
  text-align: center;
  font-size: 26px;
  font-weight: 900;
  letter-spacing: 1px;
  color: #2b1756;               /* close to KKR purple */
  margin: 0 0 28px;
  text-transform: uppercase;
}

.kkr-sponsors__title--sm{
  margin-top: 10px;
}

.kkr-sponsors__line{
  border: 0;
  height: 1px;
  background: rgba(15, 23, 42, 0.10);
  margin: 34px auto 28px;
  max-width: 980px;
}

/* grids */
.kkr-sponsors__grid{
  display: grid;
  gap: 22px;
  justify-content: center;
  align-items: center;
}

.kkr-sponsors__grid--2{
  grid-template-columns: repeat(2, minmax(220px, 420px));
  max-width: 980px;
  margin: 0 auto;
}

.kkr-sponsors__grid--5{
  grid-template-columns: repeat(5, minmax(160px, 240px));
  max-width: 1180px;
  margin: 0 auto;
}

/* cards */
.kkr-sponsor-card{
  height: 92px;
  background: #fff;
  border: 1px solid rgba(15, 23, 42, 0.12);
  box-shadow: 0 10px 22px rgba(15, 23, 42, 0.06);
  border-radius: 2px;            /* screenshot looks squared */
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 14px 18px;
  transition: 0.2s ease;
  text-decoration: none;
}

.kkr-sponsor-card img{
  max-width: 100%;
  max-height: 56px;
  object-fit: contain;
}

.kkr-sponsor-card:hover{
  transform: translateY(-2px);
  box-shadow: 0 16px 30px rgba(15, 23, 42, 0.10);
  border-color: rgba(43, 23, 86, 0.20);
}

/* centered single logo */
.kkr-sponsors__center{
  display: flex;
  justify-content: center;
  margin-top: 18px;
}

.kkr-sponsor-card--center{
  width: min(420px, 100%);
  height: 92px;
}

/* Responsive */
@media (max-width: 1200px){
  .kkr-sponsors__grid--5{
    grid-template-columns: repeat(3, minmax(160px, 260px));
  }
}
@media (max-width: 768px){
  .kkr-sponsors{
    padding: 50px 0;
  }
  .kkr-sponsors__title{
    font-size: 22px;
  }
  .kkr-sponsors__grid--2{
    grid-template-columns: 1fr;
    padding: 0 10px;
  }
  .kkr-sponsors__grid--5{
    grid-template-columns: repeat(2, minmax(140px, 1fr));
    padding: 0 10px;
  }
  .kkr-sponsors__line{
    margin: 26px auto 22px;
  }
}
@media (max-width: 420px){
  .kkr-sponsors__grid--5{
    grid-template-columns: 1fr;
  }
}


/* ===================== LEAGUE TRACKER (KKR-LIKE) ===================== */
.ldlt-wrap{
  position: relative;
  padding: 70px 0;
  background: #b13726;
  overflow: hidden;
  color: #fff;
}

.ldlt-bg{
  position:absolute;
  inset:0;
  background:
    radial-gradient(circle at 12% 20%, rgba(255, 215, 0, .08), transparent 40%),
    radial-gradient(circle at 80% 30%, rgba(180, 120, 255, .10), transparent 45%),
    repeating-linear-gradient(135deg, rgba(255,255,255,.05) 0 2px, transparent 2px 18px);
  opacity: .95;
  pointer-events:none;
}

.ldlt-head{
  position: relative;
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap: 16px;
  margin-bottom: 20px;
}

.ldlt-head h2{
  margin:0;
  font-size: 26px;
  font-weight: 1000;
  letter-spacing: 1px;
  text-transform: uppercase;
}

/* Tabs (like KKR) */
.ldlt-tabs{
  display:flex;
  gap: 10px;
  background: rgba(255,255,255,.06);
  border: 1px solid rgba(255,255,255,.12);
  border-radius: 999px;
  padding: 6px;
}
.ldlt-tab{
  border:0;
  cursor:pointer;
  padding: 10px 14px;
  border-radius: 999px;
  font-weight: 900;
  font-size: 12px;
  letter-spacing: .6px;
  color: rgba(255,255,255,.92);
  background: transparent;
  transition: .2s ease;
}
.ldlt-tab.is-active{
  color: #b13726;
  background: #ffcc33;               /* gold */
  box-shadow: 0 12px 26px rgba(0,0,0,.18);
}

/* Panels */
.ldlt-panel{ display:none; position:relative; }
.ldlt-panel.is-active{ display:block; }

/* Stats grid */
.ldlt-grid{
  display:grid;
  grid-template-columns: repeat(12, 1fr);
  gap: 16px;
}

/* card */
.ldlt-card{
  grid-column: span 3;
  padding: 18px 18px 16px;
  border-radius: 18px;
  background: rgba(255,255,255,.08);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 18px 40px rgba(0,0,0,.18);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  position: relative;
  overflow:hidden;
}

.ldlt-card::before{
  content:"";
  position:absolute;
  inset:0;
  background: linear-gradient(180deg, rgba(255,255,255,.10), transparent 60%);
  opacity:.6;
  pointer-events:none;
}

.ldlt-card--wide{ grid-column: span 6; }

.ldlt-label{
  position: relative;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .8px;
  text-transform: uppercase;
  color: rgba(255,255,255,.80);
}

.ldlt-big{
  position: relative;
  margin-top: 10px;
  font-size: 42px;
  font-weight: 1000;
  letter-spacing: 1px;
  color: #fff;
}

.ldlt-small{
  font-size: 14px;
  font-weight: 900;
  opacity:.9;
}

.ldlt-icon{
  position:absolute;
  right: 16px;
  top: 14px;
  font-size: 22px;
  opacity:.85;
}

/* 4s/6s donut */
.ldlt-4s6s{
  position: relative;
  margin-top: 10px;
  display:grid;
  grid-template-columns: 1fr 90px 1fr;
  align-items:center;
  gap: 10px;
}

.ldlt-mini{
  display:flex;
  flex-direction:column;
  gap: 2px;
}
.ldlt-mini .t{
  font-size: 12px;
  opacity:.85;
  font-weight: 900;
}
.ldlt-mini .n{
  font-size: 30px;
  font-weight: 1000;
  color: #ffcc33;
}

.ldlt-donut{
  width: 86px;
  height: 86px;
  border-radius: 50%;
  background:
    conic-gradient(#ffcc33 calc(var(--p)*1%), rgba(255,255,255,.16) 0);
  display:grid;
  place-items:center;
  box-shadow: inset 0 0 0 10px rgba(42,22,80,.9);
}
.ldlt-donut::after{
  content:"";
  width: 34px;
  height: 34px;
  border-radius: 10px;
  border: 2px solid rgba(255,255,255,.55);
  opacity:.9;
}

/* pie */
.ldlt-pie{
  margin: 14px auto 10px;
  width: 160px;
  height: 160px;
  border-radius: 50%;
  background: conic-gradient(#ffcc33 0 62%, #c7a6ff 62% 100%);
  box-shadow: 0 18px 40px rgba(0,0,0,.20);
  border: 1px solid rgba(255,255,255,.14);
}
.ldlt-legend{
  display:flex;
  gap: 16px;
  justify-content:center;
  font-weight: 800;
  font-size: 12px;
  opacity:.9;
}
.ldlt-legend i{
  width: 10px;
  height: 10px;
  border-radius: 3px;
  display:inline-block;
  margin-right: 6px;
}
.ldlt-legend .c1{ background:#ffcc33; }
.ldlt-legend .c2{ background:#c7a6ff; }

/* orange cap row */
.ldlt-orange{
  display:flex;
  justify-content:space-between;
  align-items:flex-end;
  gap: 12px;
}
.ldlt-name{
  margin-top: 8px;
  font-size: 16px;
  font-weight: 1000;
  letter-spacing:.5px;
}

/* ===================== TOP PERFORMERS cards (like screenshot) ===================== */
.ldlt-player-grid{
  display:grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 22px;
}

.ldlt-pcard{
  border-radius: 24px;
  background: rgba(255,255,255,.10);
  border: 1px solid rgba(255,255,255,.14);
  box-shadow: 0 20px 55px rgba(0,0,0,.20);
  backdrop-filter: blur(10px);
  -webkit-backdrop-filter: blur(10px);
  overflow:hidden;
  position: relative;
  padding-bottom: 18px;
}

/* diagonal texture strip like KKR */
.ldlt-pcard::before{
  content:"";
  position:absolute;
  left: 0;
  right: 0;
  top: 68px;
  height: 90px;
  background:
    repeating-linear-gradient(135deg, rgba(255,255,255,.10) 0 2px, transparent 2px 10px);
  opacity: .45;
}

.ldlt-pcard__top{
  display:grid;
  grid-template-columns: 180px 1fr;
  align-items:end;
  gap: 12px;
  padding: 18px 18px 0;
  position: relative;
}

.ldlt-pimg{
  height: 190px;
  display:flex;
  align-items:flex-end;
  justify-content:center;
}
.ldlt-pimg img{
  max-height: 210px;
  max-width: 100%;
  object-fit: contain;
  filter: drop-shadow(0 22px 30px rgba(0,0,0,.35));
}

.ldlt-pmeta .k{
  font-size: 13px;
  font-weight: 900;
  opacity:.9;
}
.ldlt-pmeta .n{
  margin-top: 6px;
  font-size: 28px;
  line-height: 1.05;
  font-weight: 600;
}
.ldlt-pmeta .n b{
  font-weight: 1000;
}

.ldlt-pstats{
  position: relative;
  margin-top: 12px;
  display:grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 0;
  border-top: 1px solid rgba(255,255,255,.10);
}

.ldlt-stat{
  padding: 16px 14px;
  text-align:center;
  border-right: 1px solid rgba(255,255,255,.10);
}
.ldlt-stat:last-child{ border-right:0; }

.ldlt-stat .num{
  font-size: 34px;
  font-weight: 1000;
  color: #ffcc33;
}
.ldlt-stat .txt{
  font-size: 12px;
  font-weight: 900;
  opacity:.9;
  letter-spacing:.6px;
}

.ldlt-pcard__arrow{
  position:absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 10px;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  display:grid;
  place-items:center;
  background: rgba(0,0,0,.18);
  border: 1px solid rgba(255,255,255,.14);
  font-size: 28px;
  font-weight: 900;
  opacity:.9;
}

/* Responsive */
@media (max-width: 1200px){
  .ldlt-grid{ gap: 14px; }
  .ldlt-card{ grid-column: span 6; }
  .ldlt-card--wide{ grid-column: span 12; }
}
@media (max-width: 768px){
  .ldlt-head{ flex-direction:column; align-items:flex-start; }
  .ldlt-player-grid{ grid-template-columns: 1fr; }
  .ldlt-pcard__top{ grid-template-columns: 1fr; }
  .ldlt-pimg{ height: 170px; }
}

