/* =========================================================
   RacePSL Explore Pages - Flagship Polish
   ========================================================= */

   .explore-shell {
    width: min(1280px, calc(100% - 96px));
    margin: 0 auto;
  }
  
  .explore-flagship {
    padding: 82px 0;
    color: #111827;
    background:
      radial-gradient(circle at 86% 10%, rgba(255, 174, 23, 0.16), transparent 28%),
      linear-gradient(180deg, #ffffff 0%, #f8f5ef 100%);
  }
  
  .explore-flagship-grid {
    display: grid;
    grid-template-columns: minmax(0, 1.2fr) minmax(320px, 0.8fr);
    gap: 42px;
    align-items: center;
  }
  
  .explore-kicker {
    margin: 0 0 12px;
    color: #dc0000;
    text-transform: uppercase;
    letter-spacing: 0.16em;
    font-size: 0.74rem;
    font-weight: 950;
  }
  
  .explore-flagship h1 {
    margin: 0;
    color: #151a2f;
    font-size: clamp(3.5rem, 8vw, 7.5rem);
    line-height: 0.88;
    letter-spacing: -0.075em;
    text-transform: uppercase;
  }
  
  .explore-flagship-bikes h1,
  .explore-flagship-bikes .explore-kicker {
    color: #147a36;
  }
  
  .explore-flagship-cars h1,
  .explore-flagship-cars .explore-kicker {
    color: #d80f0f;
  }
  
  .explore-flagship-karting h1,
  .explore-flagship-karting .explore-kicker {
    color: #1559ae;
  }
  
  .explore-flagship-motocross h1,
  .explore-flagship-motocross .explore-kicker {
    color: #d46a08;
  }
  
  .explore-lede {
    max-width: 720px;
    margin: 24px 0 0;
    color: #5b6475;
    font-size: 1.08rem;
    line-height: 1.7;
    font-weight: 650;
  }
  
  .explore-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-top: 30px;
  }
  
  .explore-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 50px;
    padding: 0 22px;
    border-radius: 8px;
    font-size: 0.86rem;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    text-decoration: none;
  }
  
  .explore-btn-dark {
    color: #ffffff;
    background: #05070b;
    box-shadow: 0 16px 32px rgba(220, 0, 0, 0.16);
  }
  
  .explore-btn-light {
    color: #111827;
    background: #ffffff;
    border: 1px solid #d9dce2;
    box-shadow: 0 16px 32px rgba(220, 0, 0, 0.10);
  }
  
  .explore-intel-card {
    position: relative;
    overflow: hidden;
    padding: 32px;
    border-radius: 28px;
    color: #ffffff;
    background:
      radial-gradient(circle at 15% 10%, rgba(255, 255, 255, 0.20), transparent 28%),
      linear-gradient(135deg, #111827, #030712);
    box-shadow: 0 24px 70px rgba(15, 23, 42, 0.22);
  }
  
  .explore-intel-card > span,
  .explore-intel-card > small {
    display: block;
    color: rgba(255, 255, 255, 0.68);
    font-weight: 750;
  }
  
  .explore-intel-card > strong {
    display: block;
    margin: 14px 0 4px;
    font-size: 4.2rem;
    line-height: 1;
    letter-spacing: -0.06em;
  }
  
  .explore-intel-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 12px;
    margin-top: 26px;
  }
  
  .explore-intel-grid div {
    padding: 16px;
    border-radius: 18px;
    background: rgba(255, 255, 255, 0.08);
  }
  
  .explore-intel-grid b,
  .explore-intel-grid span {
    display: block;
  }
  
  .explore-intel-grid b {
    font-size: 1.6rem;
    line-height: 1;
  }
  
  .explore-intel-grid span {
    margin-top: 5px;
    color: rgba(255, 255, 255, 0.62);
    font-size: 0.82rem;
    font-weight: 800;
    text-transform: uppercase;
  }
  
  .explore-section {
    padding: 72px 0;
    background: #ffffff;
  }
  
  .explore-section-muted {
    background: #f7f4ef;
  }
  
  .explore-section-head {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 24px;
    margin-bottom: 28px;
  }
  
  .explore-section-head h2 {
    margin: 0 0 8px;
    color: #111827;
    font-size: clamp(2rem, 4vw, 3.25rem);
    line-height: 0.96;
    letter-spacing: -0.06em;
  }
  
  .explore-section-head p {
    margin: 0;
    color: #6b7280;
    font-weight: 650;
  }
  
  .explore-view-all {
    color: #dc0000;
    font-weight: 950;
    text-transform: uppercase;
    text-decoration: none;
  }
  
  .explore-series-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
  
  .explore-series-card {
    overflow: hidden;
    border-radius: 24px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 18px 48px rgba(15, 23, 42, 0.08);
  }
  
  .explore-series-media {
    height: 210px;
    background: #0b1220;
  }
  
  .explore-series-media img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  
  .explore-series-fallback {
    display: grid;
    place-items: center;
    width: 100%;
    height: 100%;
    color: #ffffff;
    font-weight: 950;
    text-transform: uppercase;
    letter-spacing: 0.12em;
    background:
      radial-gradient(circle at 20% 20%, rgba(255, 255, 255, 0.14), transparent 28%),
      linear-gradient(135deg, #111827, #030712);
  }
  
  .explore-series-fallback-bikes {
    background: linear-gradient(135deg, #188641, #0b5f2a);
  }
  
  .explore-series-fallback-cars {
    background: linear-gradient(135deg, #e31414, #980d0d);
  }
  
  .explore-series-fallback-karting {
    background: linear-gradient(135deg, #1e66c1, #0b4387);
  }
  
  .explore-series-fallback-motocross {
    background: linear-gradient(135deg, #f58212, #b85808);
  }
  
  .explore-series-body {
    padding: 24px;
  }
  
  .explore-card-meta {
    margin: 0 0 10px;
    color: #dc0000;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.12em;
    text-transform: uppercase;
  }
  
  .explore-series-body h3 {
    margin: 0 0 10px;
    color: #111827;
    font-size: 1.28rem;
    line-height: 1.15;
    letter-spacing: -0.03em;
  }
  
  .explore-series-body p {
    margin: 0;
    color: #6b7280;
    line-height: 1.55;
    font-weight: 600;
  }
  
  .explore-series-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 14px;
    margin-top: 20px;
  }
  
  .explore-pill {
    display: inline-flex;
    max-width: 60%;
    padding: 8px 11px;
    border-radius: 999px;
    background: #f3f4f6;
    color: #374151;
    font-size: 0.78rem;
    font-weight: 850;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
  }
  
  .explore-card-link {
    color: #dc0000;
    font-weight: 950;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .explore-activity-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 22px;
  }
  
  .explore-activity-panel h3 {
    margin: 0 0 12px;
    color: #111827;
    font-size: 1.05rem;
    font-weight: 950;
    text-transform: uppercase;
  }
  
  .explore-list {
    overflow: hidden;
    border-radius: 22px;
    background: #ffffff;
    border: 1px solid #e5e7eb;
    box-shadow: 0 14px 38px rgba(15, 23, 42, 0.06);
  }
  
  .explore-list-row {
    display: block;
    padding: 16px 18px;
    border-bottom: 1px solid #e5e7eb;
    text-decoration: none;
  }
  
  .explore-list-row:last-child {
    border-bottom: 0;
  }
  
  .explore-list-row strong,
  .explore-list-row span {
    display: block;
  }
  
  .explore-list-row strong {
    color: #111827;
    line-height: 1.25;
  }
  
  .explore-list-row span {
    margin-top: 5px;
    color: #6b7280;
    font-size: 0.88rem;
  }
  
  .explore-empty {
    padding: 32px;
    border: 1px dashed #cbd5e1;
    border-radius: 24px;
    background: #f8fafc;
  }
  
  .explore-muted {
    color: #6b7280;
  }
  
  @media (max-width: 1080px) {
    .explore-shell {
      width: min(100% - 40px, 1280px);
    }
  
    .explore-flagship-grid,
    .explore-series-grid,
    .explore-activity-grid {
      grid-template-columns: 1fr;
    }
  }
  
  @media (max-width: 640px) {
    .explore-flagship {
      padding: 52px 0;
    }
  
    .explore-section {
      padding: 52px 0;
    }
  
    .explore-section-head {
      align-items: flex-start;
      flex-direction: column;
    }
  
    .explore-intel-grid {
      grid-template-columns: 1fr;
    }
  
    .explore-series-footer {
      align-items: flex-start;
      flex-direction: column;
    }
  
    .explore-pill {
      max-width: 100%;
    }
  }

  .explore-switcher {
    padding: 18px 0;
    background: #05070b;
  }
  
  .explore-switcher-row {
    display: flex;
    gap: 10px;
    overflow-x: auto;
  }
  
  .explore-switcher-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 18px;
    border-radius: 999px;
    color: rgba(255, 255, 255, 0.72);
    border: 1px solid rgba(255, 255, 255, 0.14);
    font-weight: 900;
    text-transform: uppercase;
    text-decoration: none;
    white-space: nowrap;
  }
  
  .explore-switcher-link.is-active {
    color: #ffffff;
    background: #dc0000;
    border-color: #dc0000;
  }

  /* =========================================================
   RacePSL Explore - Standings Intelligence
   ========================================================= */

.explore-intelligence-section {
  background:
    radial-gradient(circle at 90% 10%, rgba(220, 0, 0, 0.08), transparent 30%),
    #ffffff;
}

.explore-intelligence-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
}

.explore-intelligence-card {
  position: relative;
  min-height: 220px;
  padding: 24px;
  overflow: hidden;
  border-radius: 24px;
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 255, 255, 0.16), transparent 28%),
    linear-gradient(135deg, #111827, #030712);
  color: #ffffff;
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.14);
}

.explore-intelligence-card.is-leader {
  background:
    radial-gradient(circle at 18% 14%, rgba(255, 174, 23, 0.28), transparent 30%),
    linear-gradient(135deg, #111827, #030712);
}

.explore-intelligence-card span {
  display: block;
  margin-bottom: 14px;
  color: #ef4444;
  font-size: 0.72rem;
  font-weight: 950;
  letter-spacing: 0.13em;
  text-transform: uppercase;
}

.explore-intelligence-card h3 {
  margin: 0 0 12px;
  color: #ffffff;
  font-size: 1.5rem;
  line-height: 1.05;
  letter-spacing: -0.04em;
}

.explore-intelligence-card p {
  margin: 0;
  color: rgba(255, 255, 255, 0.72);
  line-height: 1.55;
  font-weight: 650;
}

.explore-intelligence-card strong {
  color: #ffffff;
}

.explore-intelligence-card small {
  position: absolute;
  right: 22px;
  bottom: 18px;
  color: rgba(255, 255, 255, 0.52);
  font-size: 2rem;
  font-weight: 950;
}

@media (max-width: 1080px) {
  .explore-intelligence-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .explore-intelligence-grid {
    grid-template-columns: 1fr;
  }

  .explore-intelligence-card {
    min-height: 190px;
  }
}

/* =========================================================
   Explore Intelligence Polish
   ========================================================= */

   .explore-intelligence-section {
    padding-top: 56px;
    padding-bottom: 68px;
    background:
      radial-gradient(circle at 86% 8%, rgba(220, 0, 0, 0.08), transparent 26%),
      linear-gradient(180deg, #ffffff 0%, #fbfaf7 100%);
  }
  
  .explore-intelligence-section .explore-section-head {
    align-items: flex-end;
    margin-bottom: 24px;
  }
  
  .explore-intelligence-section .explore-section-head h2 {
    max-width: 760px;
    font-size: clamp(2.4rem, 4.4vw, 4rem);
    letter-spacing: -0.075em;
  }
  
  .explore-intelligence-section .explore-section-head p {
    max-width: 720px;
  }
  
  .explore-intelligence-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 18px;
  }
  
  .explore-intelligence-card {
    position: relative;
    min-height: 210px;
    padding: 24px 24px 22px;
    overflow: hidden;
    border-radius: 22px;
    color: #ffffff;
    background:
      radial-gradient(circle at 20% 12%, rgba(255, 255, 255, 0.10), transparent 28%),
      linear-gradient(145deg, #101725 0%, #050811 100%);
    box-shadow: 0 18px 46px rgba(15, 23, 42, 0.16);
  }
  
  .explore-intelligence-card::after {
    content: "";
    position: absolute;
    inset: auto 0 0;
    height: 4px;
    background: linear-gradient(90deg, #ef4444, transparent);
    opacity: 0.85;
  }
  
  .explore-intelligence-card.is-leader::after {
    background: linear-gradient(90deg, #fbbf24, #ef4444, transparent);
  }
  
  .explore-intelligence-card span {
    display: block;
    margin-bottom: 16px;
    color: #ef4444;
    font-size: 0.72rem;
    font-weight: 950;
    letter-spacing: 0.14em;
    text-transform: uppercase;
  }
  
  .explore-intelligence-card.is-leader span {
    color: #fbbf24;
  }
  
  .explore-intelligence-card h3 {
    margin: 0 0 14px;
    color: #ffffff;
    font-size: clamp(1.35rem, 2vw, 1.7rem);
    line-height: 1.02;
    letter-spacing: -0.055em;
  }
  
  .explore-intelligence-card p {
    margin: 0;
    color: rgba(255, 255, 255, 0.72);
    font-size: 0.95rem;
    line-height: 1.5;
    font-weight: 700;
  }
  
  .explore-intelligence-card strong {
    color: #ffffff;
    font-weight: 950;
  }
  
  .explore-intelligence-card em {
    display: inline-flex;
    margin-top: 12px;
    padding: 7px 10px;
    border-radius: 999px;
    color: #ffffff;
    background: rgba(255, 255, 255, 0.10);
    font-size: 0.78rem;
    font-style: normal;
    font-weight: 900;
    text-transform: uppercase;
  }
  
  .explore-intelligence-card small {
    position: absolute;
    right: 22px;
    bottom: 20px;
    color: rgba(255, 255, 255, 0.28);
    font-size: 2.35rem;
    line-height: 1;
    font-weight: 950;
    letter-spacing: -0.08em;
  }
  
  @media (max-width: 1180px) {
    .explore-intelligence-grid {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }
  
  @media (max-width: 680px) {
    .explore-intelligence-grid {
      grid-template-columns: 1fr;
    }
  
    .explore-intelligence-card {
      min-height: 185px;
    }
  }

  /* =========================================================
   Championship Finder
   ========================================================= */

.explore-finder-section {
  padding: 48px 0 56px;
  background: #f7f4ef;
}

.explore-finder-panel {
  padding: 28px;
  border-radius: 28px;
  background: #ffffff;
  border: 1px solid #e5e0d7;
  box-shadow: 0 20px 54px rgba(15, 23, 42, 0.08);
}

.explore-finder-head {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 420px);
  gap: 24px;
  align-items: end;
  margin-bottom: 24px;
}

.explore-finder-head h2 {
  margin: 0 0 8px;
  color: #111827;
  font-size: clamp(2rem, 4vw, 3.4rem);
  line-height: 0.95;
  letter-spacing: -0.065em;
}

.explore-finder-head p {
  margin: 0;
  color: #6b7280;
  font-weight: 650;
}

.explore-search-box input {
  width: 100%;
  min-height: 52px;
  padding: 0 18px;
  border-radius: 12px;
  border: 1px solid #d9dce2;
  background: #f9fafb;
  color: #111827;
  font-weight: 800;
  outline: none;
}

.explore-search-box input:focus {
  border-color: #dc0000;
  box-shadow: 0 0 0 4px rgba(220, 0, 0, 0.08);
}

.explore-finder-grid {
  display: grid;
  gap: 12px;
}

.explore-finder-discipline {
  overflow: hidden;
  border-radius: 18px;
  border: 1px solid #e5e7eb;
  background: #ffffff;
}

.explore-finder-discipline.is-current {
  border-color: rgba(220, 0, 0, 0.32);
  box-shadow: 0 14px 34px rgba(220, 0, 0, 0.06);
}

.explore-finder-toggle {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 62px;
  padding: 0 20px;
  border: 0;
  background: #111827;
  color: #ffffff;
  cursor: pointer;
  text-align: left;
}

.explore-finder-toggle span {
  font-size: 1.08rem;
  font-weight: 950;
  text-transform: uppercase;
  letter-spacing: 0.04em;
}

.explore-finder-toggle small {
  color: rgba(255, 255, 255, 0.7);
  font-weight: 850;
  text-transform: uppercase;
}

.explore-finder-series-list {
  display: none;
  background: #ffffff;
}

.explore-finder-series-list.is-open {
  display: block;
}

.explore-finder-series-row {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 18px;
  align-items: center;
  padding: 16px 20px;
  border-top: 1px solid #e5e7eb;
  text-decoration: none;
}

.explore-finder-series-row:hover {
  background: #f9fafb;
}

.explore-finder-series-row strong,
.explore-finder-series-row span {
  display: block;
}

.explore-finder-series-row strong {
  color: #111827;
  font-size: 1rem;
  line-height: 1.2;
}

.explore-finder-series-row span {
  margin-top: 4px;
  color: #6b7280;
  font-size: 0.88rem;
  font-weight: 650;
}

.explore-finder-meta {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  flex-wrap: wrap;
}

.explore-finder-meta span {
  margin: 0;
  padding: 6px 9px;
  border-radius: 999px;
  background: #f3f4f6;
  color: #374151;
  font-size: 0.75rem;
  font-weight: 850;
}

.explore-finder-meta b {
  color: #dc0000;
  font-size: 0.86rem;
  font-weight: 950;
  white-space: nowrap;
}

.explore-finder-empty {
  padding: 18px 20px;
  color: #6b7280;
  border-top: 1px solid #e5e7eb;
}

@media (max-width: 860px) {
  .explore-finder-head,
  .explore-finder-series-row {
    grid-template-columns: 1fr;
  }

  .explore-finder-meta {
    justify-content: flex-start;
  }
}