/* ============================================
   SŁOMNICZANKA THEME OVERRIDE — CONSOLIDATED
   Auto-deduplicated: last-write-wins per selector+property
   Rebuilt 2026-04-21T05:58
============================================ */

/* ═══════════ GLOBAL (desktop + mobile) ═══════════ */

html body .home-slider,
html body .home-slide,
html body .home-slide img,
html body .home-slide__overlay,
html body .hero-stage__fullbleed,
html body .article-hero__image img,
html body .stadium-hero__image img,
html body .shop-size-table-wrap,
html body .hero-card--table,
html body .hero-card--match,
html body .hero-card--partner,
html body .faq-item,
html body .legal-card,
html body .club-curiosity-slide,
html body .chip-list > *,
html body .badge-list > *,
html body .squad-card__position,
html body .club-story-carousel__dots button,
html body input,
html body select,
html body textarea,
html body details,
html body .results-marquee-band,
html body .team-coach,
html body .shop-lookbook-slide,
html body .shop-lookbook-stage__footer,
html body .shop-lookbook-band__thumbs > *,
html body .team-form-strip--compact,
html body .countdown-inline > *,
html body .stadium-spotlight__facts > *,
html body .senior-showcase__facts > *,
html body .club-story-panel,
html body .stats-table-panel,
html body .form-pill,
html body .page-hero,
html body .category-badge {
  border-radius: 0 !important;
}

html body .team-coach__avatar,
html body .team-coach__avatar img,
html body .player-avatar--photo,
html body .player-avatar--photo img,
html body .cookie-fab {
  border-radius: 999px !important;
}

html body .panel__header,
html body .section-heading,
html body .section-heading--inline,
html body .section-heading--left,
html body .club-story-panel > .section-heading,
html body .club-story-panel > .section-heading--left,
html body .club-story-panel > .club-story-carousel,
html body .match-card__meta,
html body .match-window__meta div,
html body .match-stats-section,
html body .stadium-spotlight__facts,
html body .senior-showcase__facts,
html body .shop-lookbook-stage__footer,
html body .partners-home-band__header,
html body .season-batch__header,
html body .season-row,
html body .mini-leaderboard,
html body .partner-table th,
html body .partner-table td,
html body .shop-product-option__body,
html body .cookie-banner__preferences,
html body .footer-links--details a,
html body .footer-bottom,
html body .section--tinted,
html body .section--light {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

html body .site-ribbon,
html body .site-header {
  border-top: 0 !important;
}

html body .league-table thead th,
html body .league-table tbody td,
html body .club-history-table tbody td {
  border-bottom: 1px solid var(--line) !important;
}

html body .site-header {
  border-bottom: 1px solid rgba(10,10,10,0.06) !important;
}

html body .news-card,
html body .news-card__hover,
html body .news-card:hover,
html body article.news-card {
  border-left: 1px solid var(--line) !important;
  border-right: 1px solid var(--line) !important;
  border-top: 1px solid var(--line) !important;
  border-bottom: 1px solid var(--line) !important;
  box-shadow: none !important;
}

html body .news-card::before,
html body .news-card::after,
html body .news-card:hover::before,
html body .news-card:hover::after {
  display: none !important;
  content: none !important;
}

html body .news-card:hover {
  border-color: rgba(10, 10, 10, 0.2) !important;
  transform: translateY(-2px);
  transition: transform 0.2s ease, border-color 0.2s ease;
}

html body .results-marquee__pulse {
  position: relative !important;
  display: inline-flex !important;
  align-items: center !important;
  min-width: 110px !important;
  height: 22px !important;
  overflow: hidden !important;
  gap: 4px !important;
}

html body .results-marquee__pulse i:first-child {
  display: none !important;
}

html body .results-marquee__pulse i:last-child {
  position: relative !important;
  left: auto !important;
  top: auto !important;
  display: inline-block !important;
  width: 100% !important;
  height: 22px !important;
  background: none !important;
  background-color: transparent !important;
  clip-path: none !important;
  transform: none !important;
  filter: none !important;
  animation: none !important;
}

html body .results-marquee__pulse i:last-child::before {
  content: "";
  position: absolute;
  inset: 0;
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 120 22' preserveAspectRatio='none'%3E%3Cpath d='M0 11 L20 11 L24 11 L28 3 L32 19 L36 6 L40 16 L44 11 L60 11 L66 11 L70 4 L74 18 L78 8 L82 14 L86 11 L120 11' stroke='%231db814' stroke-width='2' fill='none' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
  background-repeat: repeat-x;
  background-position: 0 center;
  background-size: 120px 22px;
  animation: pulse-wave 2.8s linear infinite;
  filter: drop-shadow(0 0 4px rgba(29, 184, 20, 0.6));
}

html body .hero-stage__tiles .hero-card--partner,
html body article.hero-card--partner {
  border: 1px solid rgba(240, 36, 33, 0.25) !important;
  border-top: 4px solid #f02421 !important;
  border-left: 3px solid #f02421 !important;
  background: linear-gradient(180deg, #ffffff 0%, #fef1f0 100%) !important;
  padding-top: 42px !important;
  position: relative !important;
  box-shadow: 0 6px 20px rgba(240, 36, 33, 0.08) !important;
}

html body article.hero-card--partner::before {
  content: "STRATEGICZNY" !important;
  position: absolute !important;
  top: 10px !important;
  right: 10px !important;
  font-size: 9px !important;
  font-weight: 800 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #c11917 !important;
  background: #fff !important;
  padding: 3px 10px !important;
  border: 1px solid #f02421 !important;
  z-index: 3 !important;
}

html body article.hero-card--partner .hero-card__eyebrow {
  color: #c11917 !important;
}

html body .section--light:has(.shop-home-band) .container {
  display: flex !important;
  flex-direction: column !important;
  gap: 0 !important;
}

html body .shop-home-band {
  border: 1px solid var(--line) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  margin-bottom: 0 !important;
}

html body .shop-lookbook-band {
  border: 1px solid var(--line) !important;
  border-top: 0 !important;
  box-shadow: none !important;
  margin-top: 0 !important;
}

html body .shop-home-band,
html body .shop-lookbook-band {
  background: #fff !important;
}

html body section.section--light,
html body section.section--tinted {
  border-top: 0 !important;
  border-bottom: 0 !important;
}

html body .site-ribbon {
  border-bottom: 0 !important;
}

html body .match-stack {
  gap: 10px !important;
  margin: 4px 0 14px !important;
}

html body .match-mini {
  background: #ffffff !important;
  border: 1px solid var(--line) !important;
  border-left: 3px solid var(--green, #1db814) !important;
  padding: 14px 16px !important;
  display: grid !important;
  gap: 4px !important;
  box-shadow: none !important;
  transition: transform 0.2s ease, border-color 0.2s ease !important;
}

html body .match-mini:hover {
  transform: translateY(-2px) !important;
  border-color: rgba(29, 184, 20, 0.3) !important;
  border-left-color: #168e11 !important;
}

html body .match-mini strong {
  display: block !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.3 !important;
  color: #0a0a0a !important;
  letter-spacing: -0.015em !important;
  margin: 0 !important;
  text-transform: none !important;
}

html body .match-mini span {
  display: block !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.18em !important;
  text-transform: uppercase !important;
  color: #168e11 !important;
  margin: 2px 0 0 0 !important;
}

html body .match-mini small {
  display: block !important;
  font-size: 12px !important;
  color: #6a6f6c !important;
  line-height: 1.4 !important;
  margin-top: 4px !important;
  font-weight: 500 !important;
}

html body .panel .match-stack + .text-link,
html body .panel .match-stack ~ .text-link {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  margin-top: 12px !important;
  padding: 8px 0 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  color: #168e11 !important;
  letter-spacing: -0.005em !important;
}

html body .panel .text-link:hover {
  color: #0d6a09 !important;
}

html body .leader-list li {
  background: #fafaf9 !important;
  border: 1px solid var(--line) !important;
  padding: 10px 14px !important;
  gap: 12px !important;
}

html body .leader-list li span {
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: -0.01em !important;
}

html body .leader-list li strong {
  min-width: 36px !important;
  height: 32px !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: -0.01em !important;
}

html body .team-form-strip {
  background: #fafaf9 !important;
  border: 1px solid var(--line) !important;
  padding: 12px 16px !important;
}

html body .team-form-strip span {
  font-size: 10.5px !important;
  letter-spacing: 0.22em !important;
  font-weight: 800 !important;
}

html body .stats-summary {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr)) !important;
  gap: 12px !important;
  margin: 20px 0 !important;
}

html body .stats-summary > article {
  background: #ffffff !important;
  border: 1px solid var(--line) !important;
  border-left: 3px solid var(--green, #1db814) !important;
  border-radius: 0 !important;
  padding: 18px 20px !important;
  display: flex !important;
  flex-direction: column !important;
  gap: 4px !important;
  box-shadow: none !important;
}

html body .stats-summary > article span:first-child {
  font-size: 10.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.22em !important;
  text-transform: uppercase !important;
  color: #168e11 !important;
}

html body .stats-summary > article strong {
  font-size: clamp(24px, 2.8vw, 32px) !important;
  font-weight: 900 !important;
  color: #0a0a0a !important;
  letter-spacing: -0.025em !important;
  line-height: 1 !important;
  margin: 4px 0 !important;
}

html body .stats-summary > article small {
  font-size: 12px !important;
  color: #6a6f6c !important;
  line-height: 1.4 !important;
}

html body .league-mobile-card {
  background: #ffffff !important;
  border: 1px solid var(--line) !important;
  border-left: 3px solid rgba(10, 10, 10, 0.18) !important;
  border-radius: 0 !important;
  padding: 14px 16px !important;
  display: grid !important;
  gap: 10px !important;
  transition: border-color 0.2s ease, transform 0.2s ease !important;
}

html body .league-mobile-card:hover {
  transform: translateX(2px) !important;
  border-left-color: #1db814 !important;
}

html body .league-mobile-card.is-highlighted {
  background: #eef8ec !important;
  border-color: rgba(29, 184, 20, 0.3) !important;
  border-left: 4px solid #1db814 !important;
}

html body .league-mobile-card__top {
  display: flex !important;
  justify-content: space-between !important;
  align-items: baseline !important;
  gap: 10px !important;
}

html body .league-mobile-card__top strong {
  display: block !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  letter-spacing: -0.015em !important;
  color: #0a0a0a !important;
  margin: 0 !important;
}

html body .league-mobile-card__top span {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 4px !important;
  font-family: "Inter", system-ui, sans-serif !important;
  font-size: 20px !important;
  font-weight: 900 !important;
  letter-spacing: -0.02em !important;
  color: #168e11 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

html body .league-mobile-card.is-highlighted .league-mobile-card__top span {
  color: #0d6a09 !important;
}

html body .league-mobile-card__stats {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 0 !important;
  padding-top: 8px !important;
  border-top: 1px solid var(--line) !important;
}

html body .league-mobile-card__stats small {
  display: inline-flex !important;
  align-items: baseline !important;
  gap: 3px !important;
  padding: 0 10px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  border-right: 1px solid var(--line) !important;
  letter-spacing: -0.005em !important;
  line-height: 1.4 !important;
}

html body .league-mobile-card__stats small:first-child {
  padding-left: 0 !important;
}

html body .league-mobile-card__stats small:last-child {
  border-right: 0 !important;
  padding-right: 0 !important;
}

html body .league-mobile-card__stats small {
  color: #0a0a0a !important;
}

html body .league-mobile-card__stats small::first-letter {
  font-weight: 800 !important;
}

html body .academy-card,
html body .article-form-item,
html body .article-hero__image,
html body .article-inline-image,
html body .article-inline-image img,
html body .article-lookbook-card,
html body .article-lookbook-card__badge,
html body .article-next-card,
html body .article-summary-card,
html body .article-video,
html body .badge-list span,
html body .brand img,
html body .brief-list__item,
html body .button,
html body .chip-list span,
html body .club-curiosity-spotlight__pill,
html body .club-history-table tbody tr,
html body .club-history-table-wrap,
html body .club-story-carousel__arrow,
html body .club-story-carousel__dot,
html body .cms-button,
html body .cms-card,
html body .cms-data-card,
html body .cms-header,
html body .cms-metric-card,
html body .cms-mini-card,
html body .cms-ranking-item,
html body .cms-schedule-item,
html body .cms-sidebar,
html body .cms-sidebar__logos img,
html body .cms-sidebar__nav button,
html body .coach-card,
html body .coaches-overview__card,
html body .coaches-special__item,
html body .competition-tier,
html body .cookie-banner__preference,
html body .cookie-banner__surface,
html body .countdown-inline,
html body .fact-list article,
html body .footer-brand__top img,
html body .half-score-strip article,
html body .header-cta,
html body .header-social,
html body .headline-feature,
html body .headline-mini,
html body .hero-card,
html body .hero-home__badge,
html body .hero-home__badge img,
html body .hero-home__copy,
html body .hero-home__media,
html body .hero-partner__logos img,
html body .hero-stat-line div,
html body .home-slide__facts article,
html body .home-slider__arrow,
html body .home-slider__dot,
html body .leader-list li,
html body .leader-list li strong,
html body .league-table-wrap,
html body .legal-hero__meta-item,
html body .legal-note,
html body .lightbox__figure,
html body .lineup-lightbox img,
html body .lineup-player,
html body .main-nav__dropdown,
html body .main-nav__dropdown a,
html body .main-nav__link,
html body .main-nav__link--external,
html body .match-card__meta div,
html body .match-card__team img,
html body .match-card__teams--fixture .match-card__team img,
html body .match-detail-hero,
html body .match-detail-hero__meta article,
html body .match-form-badge,
html body .match-form-list__item,
html body .match-mini,
html body .match-scoreboard__team img,
html body .match-stats-cards__row,
html body .match-stats-details div,
html body .match-stats-header__meta span,
html body .match-stats-homeaway div,
html body .match-stats-lineup__player,
html body .match-stats-lineup__player i,
html body .match-stats-possession__bar,
html body .match-stats-row,
html body .match-stats-row__bar,
html body .match-stats-row__value,
html body .match-stats-summary div,
html body .match-stats-table__home,
html body .match-stats-timeline__minute,
html body .match-stats-timeline__row,
html body .mini-leaderboard li,
html body .mini-stat,
html body .mobile-nav-toggle,
html body .mobile-nav-toggle__line,
html body .news-card,
html body .page-hero__crest,
html body .panel,
html body .panel-auth__badge,
html body .panel-auth__card,
html body .panel-auth__feature-list span,
html body .panel-auth__feature-list span:before,
html body .panel-auth__feedback,
html body .panel-auth__form input,
html body .panel-auth__form select,
html body .panel-auth__logo,
html body .panel-auth__showcase,
html body .panel-auth__tabs button,
html body .panel-shell__sidebar,
html body .panel-shell__topbar,
html body .partner-directory__actions a,
html body .partner-directory__card,
html body .partner-directory__logo,
html body .partner-feature__logos img,
html body .partner-feature__visuals img,
html body .partner-logo-card,
html body .partners-home-band,
html body .pathway-link,
html body .pathway-step,
html body .photo-card,
html body .player-avatar,
html body .player-hero__avatar,
html body .player-meta-list div,
html body .portrait-strip__item,
html body .portrait-strip__item img,
html body .profile-image-note,
html body .results-marquee__card,
html body .season-compact-row,
html body .season-pagination__button,
html body .season-row,
html body .season-row__teams img,
html body .senior-showcase__facts article,
html body .senior-showcase__image,
html body .shop-hero__aside,
html body .shop-hero__eyebrow,
html body .shop-home-band,
html body .shop-home-product,
html body .shop-home-product img,
html body .shop-home-product span,
html body .shop-info-list article,
html body .shop-info-list span,
html body .shop-lookbook-band,
html body .shop-lookbook-band__meta,
html body .shop-lookbook-slide__content span,
html body .shop-lookbook-stage,
html body .shop-lookbook-thumb,
html body .shop-lookbook-thumb img,
html body .shop-product-card,
html body .shop-product-card__content span,
html body .shop-product-card__image,
html body .shop-product-description-panel,
html body .shop-product-hero,
html body .shop-product-inline-meta article,
html body .shop-product-inline-meta--flat article,
html body .shop-product-media__main,
html body .shop-product-media__thumb,
html body .shop-product-option,
html body .shop-product-option__values span,
html body .shop-product-purchase,
html body .shop-product-side-block,
html body .shop-size-table td,
html body .shop-tag,
html body .sidebar-card,
html body .squad-card,
html body .squad-search input,
html body .stadium-facts-grid article,
html body .stadium-hero__image,
html body .stadium-infra-item,
html body .stadium-milestone,
html body .stadium-spotlight,
html body .stadium-spotlight__facts article,
html body .stadium-stat-grid article,
html body .stadium-teaser__gallery img,
html body .stats-summary article,
html body .story-card,
html body .tag-row span,
html body .team-coach__inner,
html body .team-form-strip,
html body .team-group-photo,
html body .team-other-card,
html body .timeline-event,
html body .youth-table-page__fixture-item,
html body .youth-table-page__meta>div,
html body --- {
  border-radius: 0 !important;
}

html body .match-card,
html body .match-card--fixture,
html body .match-card--played {
  display: flex !important;
  flex-direction: column !important;
  gap: 10px !important;
  padding: 16px !important;
  background: #ffffff !important;
  border: 1px solid var(--line) !important;
  border-left: 3px solid rgba(10, 10, 10, 0.18) !important;
  border-radius: 0 !important;
  margin: 0 0 10px 0 !important;
  box-shadow: none !important;
  visibility: visible !important;
}

html body .match-card--win,
html body .match-card[class*="--W"] {
  border-left-color: #1db814 !important;
}

html body .match-card--loss,
html body .match-card[class*="--P"] {
  border-left-color: #f02421 !important;
}

html body .match-card--draw,
html body .match-card[class*="--R"] {
  border-left-color: #c79f40 !important;
}

html body .season-batch,
html body .season-batch__list,
html body .season-row,
html body .season-compact-row,
html body .match-card-grid,
html body .match-stack,
html body .match-center,
html body .match-center__column,
html body .match-form-list,
html body .team-fixtures-grid {
  display: grid !important;
  visibility: visible !important;
}

html body .season-batch {
  grid-template-columns: 1fr !important;
  gap: 10px !important;
  padding: 14px !important;
  background: #fff !important;
  border: 1px solid var(--line) !important;
  border-radius: 0 !important;
  margin-bottom: 12px !important;
}

html body .season-batch__header {
  display: flex !important;
  justify-content: space-between !important;
  align-items: center !important;
  padding: 0 0 10px 0 !important;
  flex-wrap: wrap;
  gap: 8px;
}

html body .home-slide__overlay,
html body .home-slider .home-slide__overlay {
  background: linear-gradient(180deg, rgba(0,0,0,0.58) 0%, rgba(0,0,0,0.82) 100%) !important;
}

html body .header-actions .header-pill {
  display: inline-flex !important;
  align-items: center !important;
  gap: 0 !important;
  padding: 8px 16px !important;
  background: #c11917 !important;
  color: #ffffff !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 12.5px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
  text-decoration: none !important;
  white-space: nowrap !important;
  box-shadow: 0 3px 12px rgba(193, 25, 23, 0.3) !important;
  transition: background 0.18s ease, transform 0.18s ease !important;
}

html body .header-actions .header-pill:hover {
  background: #f02421 !important;
  transform: translateY(-1px) !important;
}

html body .header-actions .header-pill::after,
html body .header-actions .header-pill::before {
  content: none !important;
  display: none !important;
}

/* ═══════════ @media (max-width: 960px) ═══════════ */
@media (max-width: 960px) {

  html body .hero-stage__tiles {
    grid-template-columns: 1fr !important;
    margin-top: -24px !important;
    gap: 14px !important;
  }

  html body .home-club-band {
    grid-template-columns: 1fr !important;
  }

  html body .home-club-band > article {
    min-height: auto !important;
  }

  html body .shop-home-band,
  html body .shop-lookbook-band {
    grid-template-columns: 1fr !important;
  }

  html body .senior-showcase {
    grid-template-columns: 1fr !important;
  }

}

/* ═══════════ @media (max-width: 820px) ═══════════ */
@media (max-width: 820px) {

  html body .main-nav.is-open {
    gap: 4px !important;
    padding: 10px 0 4px !important;
  }

  html body .main-nav.is-open .main-nav__link,
  html body .main-nav.is-open .main-nav__link--external,
  html body .main-nav.is-open .main-nav__link--table {
    font-size: 15px !important;
    padding: 11px 14px !important;
    line-height: 1.2 !important;
    letter-spacing: 0.02em !important;
    border-radius: 0 !important;
  }

  html body .main-nav.is-open .main-nav__item {
    margin: 0 !important;
  }

  html body .main-nav.is-open .main-nav__dropdown {
    padding: 0 0 0 12px !important;
  }

  html body .main-nav.is-open .main-nav__dropdown a {
    font-size: 13px !important;
    padding: 8px 12px !important;
  }

  html body .brand {
    gap: 8px !important;
    flex: 1 1 auto !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  html body .brand img {
    width: 40px !important;
    height: 40px !important;
    flex: 0 0 40px !important;
    display: block !important;
  }

  html body .brand strong {
    font-size: 14px !important;
    line-height: 1.1 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body .brand > span:last-child,
  html body .brand small {
    font-size: 10px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
  }

  html body .header-actions {
    gap: 6px !important;
    flex: 0 0 auto !important;
  }

  html body .header-social,
  html body .mobile-nav-toggle {
    width: 38px !important;
    height: 38px !important;
    min-height: 38px !important;
    flex: 0 0 38px !important;
  }

  html body .shell,
  html body .shell__top {
    gap: 8px !important;
    flex-wrap: nowrap !important;
  }

  html body .header-actions .header-pill {
    width: 40px !important;
    height: 40px !important;
    min-height: 40px !important;
    flex: 0 0 40px !important;
    padding: 0 !important;
    border-radius: 10px !important;
    font-size: 0 !important;
    letter-spacing: 0 !important;
    background: #c11917 url(/partners/wisla-krakow-logo.webp) center / 28px 28px no-repeat !important;
    box-shadow: 0 2px 6px rgba(193, 25, 23, 0.25) !important;
  }

  html body .header-actions .header-pill:hover {
    background: #f02421 url(/partners/wisla-krakow-logo.webp) center / 28px 28px no-repeat !important;
  }

}

/* ═══════════ @media (max-width: 720px) ═══════════ */
@media (max-width: 720px) {

  html body .league-table-wrap {
    display: none !important;
  }

  html body .league-table-mobile {
    display: grid !important;
    gap: 8px !important;
  }

  html body .stats-layout {
    gap: 16px !important;
  }

  html body .stats-data-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  html body .stats-summary {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  html body .stats-summary > article {
    padding: 12px !important;
    gap: 4px !important;
  }

  html body .stats-summary > article span:first-child {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
  }

  html body .stats-summary > article strong {
    font-size: 20px !important;
    line-height: 1.1 !important;
  }

  html body .stats-summary > article small {
    font-size: 11px !important;
    line-height: 1.3 !important;
  }

  html body .stats-table-panel__header,
  html body .league-table-wrap__header {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 8px !important;
  }

  html body .league-table-wrap .team-form-strip,
  html body .stats-table-panel .team-form-strip {
    justify-content: flex-start !important;
  }

}

/* ═══════════ @media (max-width: 680px) ═══════════ */
@media (max-width: 680px) {

  html body h1,
  html body .article-hero h1,
  html body .panel-page__hero h1,
  html body .page-hero h1,
  html body .home-slide__copy h2,
  html body .home-slide__copy h1 {
    font-size: clamp(28px, 8vw, 44px) !important;
    letter-spacing: -0.02em !important;
  }

  html body h2,
  html body .section-heading h2,
  html body .hero-card h2,
  html body .shop-home-band__copy h2,
  html body .shop-lookbook-band__copy h2 {
    font-size: clamp(20px, 6vw, 28px) !important;
  }

  html body h3 {
    font-size: 16px !important;
  }

  html body .container,
  html body .container.home-club-band {
    padding-left: 16px !important;
    padding-right: 16px !important;
  }

  html body section {
    padding-top: 36px !important;
    padding-bottom: 36px !important;
  }

  html body .squad-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  html body .news-list,
  html body .news-list--home,
  html body .team-other-grid,
  html body .coach-grid,
  html body .coaches-overview__grid,
  html body .pathway-links,
  html body .pathway-steps,
  html body .cms-card-grid,
  html body .stats-data-grid,
  html body .article-summary-grid,
  html body .article-next-grid {
    grid-template-columns: 1fr !important;
    gap: 10px !important;
  }

  html body .stats-summary {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  html body .stats-summary > article {
    padding: 14px !important;
  }

  html body .stats-summary > article strong {
    font-size: 22px !important;
  }

  html body .stadium-spotlight__facts,
  html body .senior-showcase__facts {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  html body .partners-home-band__track,
  html body .partners-home-band__group {
    gap: 32px !important;
  }

  html body .partner-logo-card--marquee {
    min-width: 120px !important;
    width: 120px !important;
    min-height: 64px !important;
    height: 64px !important;
  }

  html body .partner-logo-card--marquee img {
    max-height: 56px !important;
    max-width: 120px !important;
  }

  html body .site-ribbon__inner {
    font-size: 10px !important;
    letter-spacing: 0.12em !important;
    padding: 8px 0 !important;
  }

  html body .shell {
    padding: 10px 0 8px !important;
    gap: 8px !important;
  }

  html body .brand img {
    width: 44px !important;
    height: 44px !important;
  }

  html body .brand strong {
    font-size: 15px !important;
  }

  html body .brand > span:last-child,
  html body .brand small {
    font-size: 11px !important;
  }

  html body .header-social {
    width: 34px !important;
    height: 34px !important;
  }

  html body .main-nav {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: none !important;
  }

  html body .main-nav::-webkit-scrollbar {
    display: none;
  }

  html body .main-nav__link {
    white-space: nowrap !important;
    font-size: 12px !important;
    padding: 6px 10px !important;
  }

  html body .home-slider {
    min-height: 420px !important;
  }

  html body .home-slide__content {
    padding: 24px 16px !important;
  }

  html body .home-slide__copy {
    max-width: 100% !important;
  }

  html body .home-slide__copy .lead,
  html body .home-slide__copy p {
    font-size: 14px !important;
  }

  html body .home-slider__controls {
    right: 12px !important;
    bottom: 12px !important;
  }

  html body .home-slider__arrow {
    width: 38px !important;
    height: 38px !important;
    font-size: 14px !important;
  }

  html body .hero-stage__tiles > .hero-card,
  html body .hero-stage__tiles > article {
    min-height: auto !important;
    padding: 18px !important;
  }

  html body .countdown-inline {
    gap: 6px !important;
  }

  html body .countdown-inline > div {
    min-width: 48px !important;
    padding: 8px 4px !important;
  }

  html body .countdown-inline > div > strong {
    font-size: 20px !important;
  }

  html body .countdown-inline > i {
    font-size: 16px !important;
  }

  html body .results-marquee__card {
    min-width: 15rem !important;
    flex-basis: 15rem !important;
    padding: 12px 16px !important;
  }

  html body .results-marquee-band {
    padding: 18px 20px !important;
  }

  html body .results-marquee__heading h2 {
    font-size: 18px !important;
  }

  html body .match-card,
  html body .match-mini {
    padding: 12px 14px !important;
  }

  html body .match-card__score,
  html body .match-card__fixture-divider {
    font-size: 18px !important;
    min-width: 48px !important;
  }

  html body .league-table-wrap,
  html body .club-history-table-wrap,
  html body .stats-table-panel {
    overflow-x: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  html body .league-table {
    min-width: 640px !important;
  }

  html body .footer-grid {
    grid-template-columns: 1fr !important;
    gap: 24px !important;
  }

  html body .footer-bottom {
    flex-direction: column !important;
    align-items: flex-start !important;
    gap: 12px !important;
  }

  html body .cookie-banner__surface {
    padding: 16px !important;
  }

  html body .cookie-banner__actions {
    flex-direction: column !important;
    gap: 8px !important;
    width: 100%;
  }

  html body .cookie-banner__actions .button {
    width: 100% !important;
    justify-content: center !important;
  }

  html body .shop-home-band__grid,
  html body .shop-grid,
  html body .shop-product-grid,
  html body .shop-featured-grid {
    grid-template-columns: repeat(2, 1fr) !important;
  }

  html body .shop-related {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 10px !important;
  }

  html body .shop-home-product {
    border-radius: 0 !important;
  }

  html body .shop-home-product img {
    border-radius: 0 !important;
  }

  html body .shop-home-product span {
    font-size: 9px !important;
    padding: 2px 6px !important;
    letter-spacing: 0.06em !important;
  }

  html body .shop-home-product strong {
    font-size: 12.5px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-height: calc(12.5px * 1.25 * 2) !important;
  }

  html body .shop-home-product small {
    font-size: 12px !important;
    font-weight: 600 !important;
  }

  html body .shop-product-card {
    border-radius: 0 !important;
  }

  html body .shop-product-card__image {
    border-radius: 0 !important;
  }

  html body .shop-product-card__content span {
    font-size: 9px !important;
    padding: 2px 6px !important;
  }

  html body .shop-product-card__content h3 {
    font-size: 12.5px !important;
    line-height: 1.25 !important;
    font-weight: 700 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-height: calc(12.5px * 1.25 * 2) !important;
  }

  html body .shop-product-card__content p {
    font-size: 11px !important;
    line-height: 1.35 !important;
    display: -webkit-box !important;
    -webkit-line-clamp: 2 !important;
    -webkit-box-orient: vertical !important;
    overflow: hidden !important;
  }

  html body .shop-product-card__meta {
    font-size: 12px !important;
    gap: 4px !important;
  }

  html body .shop-home-band__grid,
  html body .shop-grid,
  html body .shop-product-grid,
  html body .shop-featured-grid {
    gap: 6px !important;
  }

  html body .shop-home-product {
    padding: 6px !important;
    gap: 3px !important;
  }

  html body .shop-home-product img {
    padding: 4px !important;
  }

  html body .shop-home-product strong {
    margin: 2px 0 0 !important;
  }

  html body .shop-product-card {
    padding: 6px !important;
    gap: 3px !important;
  }

  html body .shop-product-card__image {
    padding: 4px !important;
  }

  html body .shop-product-card__content {
    gap: 2px !important;
  }

}

/* ═══════════ @media (max-width: 380px) ═══════════ */
@media (max-width: 380px) {

  html body .stats-summary,
  html body .squad-grid {
    grid-template-columns: 1fr !important;
  }

  html body .stadium-spotlight__facts,
  html body .senior-showcase__facts {
    grid-template-columns: 1fr !important;
  }

  html body .shop-home-band__grid,
  html body .shop-grid,
  html body .shop-product-grid {
    grid-template-columns: repeat(2, 1fr) !important;
    gap: 8px !important;
  }

  html body .shop-home-product strong,
  html body .shop-product-card__content h3 {
    font-size: 11.5px !important;
  }

}

/* ═══════════ @media (min-width: 721px) ═══════════ */
@media (min-width: 721px) {

  html body .league-table-mobile {
    display: none !important;
  }

  html body .league-table-wrap {
    display: block !important;
  }

}

/* ═══════════ KEYFRAMES ═══════════ */

@keyframes pulse-wave {
  0% { background-position: 0 center; }
  100% { background-position: 120px center; }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE FIX PACK — 2026-04-21 06:00
   Napis brand ukryty, odstęp pod slajderem, shop 4 produkty
═══════════════════════════════════════════════════════════ */
@media (max-width: 680px) {
  /* 1) NAGŁÓWEK: ukryj tekst "Słomniczanka Słomniki" — zostawiam tylko logo jako link do home */
  html body .brand > div {
    display: none !important;
  }
  html body .brand {
    flex: 0 0 auto !important;
    gap: 0 !important;
  }

  /* 2) SLIDER ↔ kafelki: zrobimy odstęp żeby "Następny mecz" nie wchodził pod slajder */
  html body .hero-stage__fullbleed {
    margin-bottom: 20px !important;
  }
  html body .hero-stage__tiles {
    margin-top: 0 !important;
    padding-top: 8px !important;
  }
}

/* Tablety i mniejsze */
@media (max-width: 820px) {
  html body .brand > div {
    max-width: 140px !important;
    overflow: hidden !important;
  }
  html body .brand strong {
    font-size: 13px !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    display: block !important;
  }
  html body .brand span:not(.header-pill):not(.header-social) {
    display: none !important; /* "Klub piłkarski ze Słomnik" — ukryj */
  }
}

/* ═══════════════════════════════════════════════════════════
   FIX PACK — 2026-04-21 06:30
   Marquee loop, shop mobile order, lookbook arrows czarne
═══════════════════════════════════════════════════════════ */

/* 1) MARQUEE WYNIKÓW — zapętlenie bez białej przerwy
      Nadpisujemy keyframe: dokładnie -50% (content jest duplikowany [!1,!0].map), bez offsetu */
@keyframes results-marquee-slide {
  0%   { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}

/* 2) LOOKBOOK (Zobacz sesję / Bidon) — strzałki muszą być widoczne: czarne ikony na białym tle */
html body .shop-lookbook-stage__nav .home-slider__arrow {
  background: #ffffff !important;
  color: #0a0a0a !important;
  border: 1px solid rgba(10,10,10,0.15) !important;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08) !important;
}
html body .shop-lookbook-stage__nav .home-slider__arrow:hover {
  background: #f5f5f5 !important;
  color: #0a0a0a !important;
  border-color: rgba(10,10,10,0.3) !important;
}
html body .shop-lookbook-stage__nav .home-slider__arrow svg,
html body .shop-lookbook-stage__nav .home-slider__arrow path {
  fill: #0a0a0a !important;
  stroke: #0a0a0a !important;
}

/* 3) SKLEP NA HOME — MOBILE: najpierw produkty, POTEM CTA
      Domyślnie layout: copy(tytuł+CTA) → grid. Na mobile odwracamy kolejność. */
@media (max-width: 680px) {

}

/* ═══════════════════════════════════════════════════════════
   SHOP + LOOKBOOK MOBILE RESTRUCTURE — 2026-04-21 06:26
   shop-home-band: eyebrow + h2 + opis → 4 produkty → CTA
   lookbook: tylko galeria (bez opisu, bez CTA)
═══════════════════════════════════════════════════════════ */
@media (max-width: 680px) {
  /* ─── SHOP HOME BAND ─── */
  /* Robimy flex-column i "rozpakowujemy" .shop-home-band__copy przez display:contents
     żeby móc ordernować każdy child niezależnie */
  html body .shop-home-band {
    display: flex !important;
    flex-direction: column !important;
    gap: 14px !important;
  }
  html body .shop-home-band__copy {
    display: contents !important;
  }
  /* Kolejność: eyebrow → h2 → paragraph → grid → CTA */
  html body .shop-home-band__copy > .eyebrow { order: 1 !important; }
  html body .shop-home-band__copy > h2       { order: 2 !important; margin: 0 !important; }
  html body .shop-home-band__copy > p        { order: 3 !important; margin: 0 !important; }
  html body .shop-home-band__grid            { order: 4 !important; }
  html body .shop-home-band__copy > .hero-home__actions { order: 5 !important; }

  /* CTA: tylko primary, Risum Sport ukryty, pełna szerokość */
  html body .shop-home-band .hero-home__actions {
    flex-direction: column !important;
    gap: 8px !important;
  }
  html body .shop-home-band .hero-home__actions .button--secondary {
    display: none !important;
  }
  html body .shop-home-band .hero-home__actions .button--primary,
  html body .shop-home-band .hero-home__actions .button {
    width: 100% !important;
    justify-content: center !important;
  }

  /* ─── LOOKBOOK (Zobacz sesję / Bidon) ─── */
  /* Ukrywamy całą nagłówkową część — zostaje tylko galeria */
  html body .shop-lookbook-band__copy {
    display: none !important;
  }
  /* Pewność że .shop-lookbook-stage ma pełną szerokość */
  html body .shop-lookbook-stage {
    width: 100% !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   SHOP HOME BAND — DESKTOP 4 COLUMNS (2026-04-21)
   Base CSS has 3 columns; featured has 4 products.
   Force 4-col on desktop so all 4 fit in one row.
═══════════════════════════════════════════════════════════ */
@media (min-width: 681px) {
  html body .shop-home-band__grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   LEAGUE TABLE — MOBILE — EKSTRAKLASA-STYLE CLEAN ROWS
   2026-04-21
   Single-line rows: position + name on left, M / Gole / Pkt
   right-aligned. Thin horizontal separators. No cards.
═══════════════════════════════════════════════════════════ */
@media (max-width: 820px) {
  html body .league-table-mobile {
    display: block !important;
    background: #ffffff !important;
    border: none !important;
    padding: 0 !important;
    margin: 8px 0 !important;
    box-shadow: none !important;
    border-radius: 0 !important;
  }

  /* Wiersz tabeli — jeden poziomy pasek z kolumnami */
  html body .league-mobile-card,
  html body .league-mobile-card.is-highlighted {
    display: grid !important;
    grid-template-columns: 1fr auto auto auto !important;
    align-items: center !important;
    column-gap: 14px !important;
    padding: 14px 6px !important;
    margin: 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #eceeec !important;
    border-radius: 0 !important;
    box-shadow: none !important;
  }

  html body .league-mobile-card.is-highlighted {
    background: #f2fbf1 !important;
  }

  html body .league-mobile-card:hover {
    transform: none !important;
    border-color: transparent !important;
    border-bottom-color: #eceeec !important;
  }

  /* "Rozpakowujemy" wrappery, żeby dzieci trafiły do grid parenta */
  html body .league-mobile-card__top,
  html body .league-mobile-card__stats {
    display: contents !important;
  }

  /* Kol. 1: numer + nazwa */
  html body .league-mobile-card__top strong {
    grid-column: 1 !important;
    font-size: 15px !important;
    font-weight: 500 !important;
    color: #0a0a0a !important;
    letter-spacing: -0.01em !important;
    text-transform: none !important;
    line-height: 1.3 !important;
    white-space: nowrap !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    min-width: 0 !important;
  }

  html body .league-mobile-card.is-highlighted .league-mobile-card__top strong {
    font-weight: 700 !important;
    color: #168e11 !important;
  }

  /* Kol. 4: Pkt (bierzemy ze span "49 pkt") */
  html body .league-mobile-card__top span {
    grid-column: 4 !important;
    justify-self: end !important;
    font-size: 15px !important;
    font-weight: 700 !important;
    color: #0a0a0a !important;
    background: transparent !important;
    padding: 0 !important;
    border: none !important;
    min-width: 32px !important;
    text-align: right !important;
  }

  /* Kol. 2: M (matches) — pierwsze small */
  html body .league-mobile-card__stats small:nth-child(1) {
    display: block !important;
    grid-column: 2 !important;
    justify-self: end !important;
    font-weight: 500 !important;
    color: #5f5f5f !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: right !important;
  }

  /* Kol. 3: Bramki — drugie small */
  html body .league-mobile-card__stats small:nth-child(2) {
    display: block !important;
    grid-column: 3 !important;
    justify-self: end !important;
    font-weight: 500 !important;
    color: #5f5f5f !important;
    letter-spacing: 0 !important;
    text-transform: none !important;
    background: transparent !important;
    border: none !important;
    padding: 0 !important;
    text-align: right !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   MOBILE — STICKY HEADER (floating on top while scrolling)
   2026-04-21
═══════════════════════════════════════════════════════════ */
@media (max-width: 820px) {
  /* Sticky nie działa jeśli przodek ma overflow: hidden — zamieniamy na clip */
  html {
    overflow-x: clip !important;
  }
  html body {
    overflow-x: clip !important;
  }
  html body .site-header {
    position: -webkit-sticky !important;
    position: sticky !important;
    top: 0 !important;
    left: 0 !important;
    right: 0 !important;
    z-index: 100 !important;
    background: #ffffffee !important;
    -webkit-backdrop-filter: blur(12px) !important;
    backdrop-filter: blur(12px) !important;
    box-shadow: 0 2px 12px rgba(17, 17, 17, 0.06) !important;
    transition: box-shadow 0.2s ease !important;
  }
  /* Gdy ribbon (czarny pasek) jest obecny — też zostaje na górze nad headerem */
  html body .site-ribbon {
    position: sticky !important;
    top: 0 !important;
    z-index: 101 !important;
  }
  /* Menu mobilne otwarte — ograniczamy wysokość i dajemy własny scroll,
     żeby header sticky nie blokował możliwości scrollowania strony pod nim */
  html body .main-nav.is-open {
    position: fixed !important;
    top: 116px !important;
    left: 0 !important;
    right: 0 !important;
    bottom: 0 !important;
    max-height: none !important;
    height: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior: contain !important;
    background: #ffffff !important;
    padding-bottom: 24px !important;
    z-index: 110 !important;
  }
  html body .mobile-nav-toggle {
    z-index: 130 !important;
  }
  html body .site-header {
    z-index: 125 !important;
  }
  html body .site-ribbon + .site-header,
  html body .site-ribbon ~ .site-header {
    top: var(--ribbon-h, 40px) !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   LEAGUE TABLE MOBILE — PZPN/EKSTRAKLASA STYLE v2
   2026-04-21 — przepisujemy na styl z aplikacji PZPN
═══════════════════════════════════════════════════════════ */
@media (max-width: 820px) {
  /* Usunięcie pseudo-nagłówka — mamy teraz realny DOM */
  html body .league-table-mobile {
    position: static !important;
    padding-top: 0 !important;
  }
  html body .league-table-mobile::before {
    content: none !important;
  }

  /* Wiersze — kompaktowy układ PZPN */
  html body .league-mobile-card,
  html body .league-mobile-card.is-highlighted {
    grid-template-columns: minmax(0, 1fr) 22px 44px 22px !important;
    column-gap: 10px !important;
    padding: 9px 6px !important;
    border-bottom: 1px solid #eef0ee !important;
  }

  /* Nazwa klubu — mniejsza, czytelna */
  html body .league-mobile-card__top strong {
    font-size: 12.5px !important;
    font-weight: 500 !important;
    color: #1a1a1a !important;
    letter-spacing: -0.005em !important;
    text-transform: none !important;
  }

  html body .league-mobile-card.is-highlighted .league-mobile-card__top strong {
    color: #168e11 !important;
    font-weight: 700 !important;
  }

  /* M — szara liczba */
  html body .league-mobile-card__stats small:nth-child(1) {
    color: #7a7a7a !important;
    font-weight: 500 !important;
    font-size: 12px !important;
  }

  /* Bramki — szara liczba */
  html body .league-mobile-card__stats small:nth-child(2) {
    color: #7a7a7a !important;
    font-weight: 500 !important;
    font-size: 12px !important;
  }

  /* Pkt — czarna, bold, ta sama wielkość co M i Bramki */
  html body .league-mobile-card__top span {
    font-size: 12px !important;
    font-weight: 800 !important;
    color: #0a0a0a !important;
  }
  html body .league-mobile-card.is-highlighted .league-mobile-card__top span {
    color: #168e11 !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   LEAGUE TABLE MOBILE — LOGOS + POSITION (2026-04-21)
   Działa razem z "PZPN-style v2" rulesem wyżej.
═══════════════════════════════════════════════════════════ */
@media (max-width: 820px) {
  /* strong = flex: numer + logo + nazwa */
  html body .league-mobile-card__top strong {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 0 !important;
  }
  html body .league-mobile-card__pos {
    min-width: 16px !important;
    margin-right: 2px !important;
    font-weight: 500 !important;
    color: #7a7a7a !important;
    text-align: right !important;
    flex: 0 0 auto !important;
    font-size: 12px !important;
  }
  html body .league-mobile-card.is-highlighted .league-mobile-card__pos {
    color: #168e11 !important;
    font-weight: 700 !important;
  }
  html body .league-mobile-card__logo {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    flex: 0 0 auto !important;
    margin-right: 4px !important;
  }
  html body .league-mobile-card__logo--empty {
    background: #f2f2f0 !important;
    border: 1px solid #e6e8e4 !important;
  }
  html body .league-mobile-card__name {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
  }
  /* Strzałka pozycji w mobile — mała, tuż za nazwą */
  html body .league-mobile-card__top strong .league-pos-change {
    flex: 0 0 auto !important;
    font-size: 10px !important;
    padding: 1px 3px !important;
    margin-left: 4px !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   LEAGUE POSITION CHANGE — awans / spadek (2026-04-21)
═══════════════════════════════════════════════════════════ */
html body .league-pos-change {
  display: inline-block;
  margin-left: 6px;
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
  padding: 2px 4px;
  border-radius: 0;
  letter-spacing: 0.01em;
}
html body .league-pos-change--up {
  color: #168e11;
  background: rgba(22, 142, 17, 0.1);
}
html body .league-pos-change--down {
  color: #c62828;
  background: rgba(198, 40, 40, 0.1);
}
html body .league-pos-change--same {
  color: #7a7a7a;
  background: transparent;
  padding: 2px 2px;
}
html body .league-table__club {
  white-space: nowrap;
}
html body .league-table__logo {
  width: 20px;
  height: 20px;
  object-fit: contain;
  border-radius: 0;
  vertical-align: middle;
  margin-right: 8px;
  background: #ffffff;
}

/* ═══════════════════════════════════════════════════════════
   LEAGUE MOBILE — TABS + HEADER + MATCH ROWS (2026-04-21)
═══════════════════════════════════════════════════════════ */
@media (max-width: 820px) {
  html body .league-tabs-mobile {
    display: flex !important;
    gap: 0 !important;
    border-bottom: 1px solid #eceeec !important;
    margin: 8px 0 0 !important;
    padding: 0 !important;
  }
  html body .league-tab {
    flex: 1 1 0 !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 2px solid transparent !important;
    padding: 10px 6px !important;
    font-size: 13px !important;
    font-weight: 500 !important;
    color: #7a7a7a !important;
    cursor: pointer !important;
    border-radius: 0 !important;
    text-transform: none !important;
    letter-spacing: 0 !important;
  }
  html body .league-tab.is-active {
    color: #168e11 !important;
    border-bottom-color: #168e11 !important;
    font-weight: 700 !important;
  }

  html body .league-mobile-header {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 22px 44px 22px !important;
    column-gap: 10px !important;
    padding: 8px 6px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #9a9a9a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    border-bottom: 1px solid #eceeec !important;
  }
  html body .league-mobile-header > span:not(:first-child) {
    text-align: right !important;
  }

  /* Match rows — Wyniki / Terminarz */
  html body .league-matches-mobile {
    display: flex !important;
    flex-direction: column !important;
  }
  html body .league-match-row {
    display: grid !important;
    grid-template-columns: 1fr auto 1fr !important;
    grid-template-rows: auto auto !important;
    column-gap: 8px !important;
    row-gap: 2px !important;
    align-items: center !important;
    padding: 10px 6px !important;
    border-bottom: 1px solid #eef0ee !important;
    font-size: 13px !important;
  }
  html body .league-match-row__teams {
    display: flex !important;
    align-items: center !important;
    gap: 6px !important;
    min-width: 0 !important;
  }
  html body .league-match-row__teams--right {
    justify-content: flex-end !important;
  }
  html body .league-match-row__teams span {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    min-width: 0 !important;
    color: #1a1a1a !important;
  }
  html body .league-match-row__teams .is-us {
    color: #168e11 !important;
    font-weight: 700 !important;
  }
  html body .league-match-row__logo {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    flex: 0 0 auto !important;
  }
  html body .league-match-row__logo--empty {
    background: #f2f2f0 !important;
    border: 1px solid #e6e8e4 !important;
    display: inline-block !important;
  }
  html body .league-match-row__score {
    font-size: 14px !important;
    font-weight: 700 !important;
    color: #0a0a0a !important;
    min-width: 42px !important;
    text-align: center !important;
  }
  html body .league-match-row__score--vs {
    font-weight: 500 !important;
    color: #9a9a9a !important;
    font-size: 12px !important;
  }
  html body .league-match-row__date {
    grid-column: 1 / -1 !important;
    font-size: 11px !important;
    color: #9a9a9a !important;
    text-align: center !important;
  }

  /* Mocniejszy highlight Słomniczanki */
  html body .league-mobile-card.is-highlighted {
    background: #e8f7e6 !important;
    border-left: 3px solid #168e11 !important;
    padding-left: 3px !important;
  }
  html body .league-mobile-card.is-highlighted .league-mobile-card__top strong,
  html body .league-mobile-card.is-highlighted .league-mobile-card__top span,
  html body .league-mobile-card.is-highlighted .league-mobile-card__stats small {
    color: #0f6b0b !important;
  }
  html body .league-mobile-card.is-highlighted .league-mobile-card__top span {
    font-weight: 800 !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   LEAGUE ROWS — PZPN single-line (2026-04-21)
   Nowy prosty grid — wszystko w jednej linii, bez display:contents.
═══════════════════════════════════════════════════════════ */
@media (max-width: 820px) {
  html body .league-rows-header,
  html body .league-row {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) 22px 44px 22px !important;
    column-gap: 10px !important;
    align-items: center !important;
  }
  html body .league-rows-header {
    padding: 8px 6px !important;
    font-size: 11px !important;
    font-weight: 500 !important;
    color: #9a9a9a !important;
    text-transform: uppercase !important;
    letter-spacing: 0.04em !important;
    border-bottom: 1px solid #eceeec !important;
  }
  html body .league-rows-header > span:not(:first-child) {
    text-align: right !important;
  }
  html body .league-row {
    padding: 9px 6px !important;
    background: transparent !important;
    border: none !important;
    border-bottom: 1px solid #eef0ee !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    margin: 0 !important;
    font-size: 12px !important;
    color: #1a1a1a !important;
  }
  html body .league-row.is-highlighted {
    background: #e8f7e6 !important;
    border-left: 3px solid #168e11 !important;
    padding-left: 3px !important;
  }
  html body .league-row__team {
    display: flex !important;
    align-items: center !important;
    gap: 4px !important;
    min-width: 0 !important;
  }
  html body .league-row__pos {
    min-width: 16px !important;
    margin-right: 2px !important;
    color: #7a7a7a !important;
    font-weight: 500 !important;
    text-align: right !important;
    flex: 0 0 auto !important;
  }
  html body .league-row.is-highlighted .league-row__pos {
    color: #168e11 !important;
    font-weight: 700 !important;
  }
  html body .league-row__logo {
    width: 18px !important;
    height: 18px !important;
    object-fit: contain !important;
    border-radius: 0 !important;
    background: #ffffff !important;
    flex: 0 0 auto !important;
    margin-right: 4px !important;
  }
  html body .league-row__logo--empty {
    background: #f2f2f0 !important;
    border: 1px solid #e6e8e4 !important;
    display: inline-block !important;
  }
  html body .league-row__name {
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
    min-width: 0 !important;
    flex: 1 1 auto !important;
    font-weight: 500 !important;
  }
  html body .league-row.is-highlighted .league-row__name {
    color: #168e11 !important;
    font-weight: 700 !important;
  }
  html body .league-row__team .league-pos-change {
    flex: 0 0 auto !important;
    font-size: 10px !important;
    padding: 1px 3px !important;
    margin-left: 4px !important;
  }
  html body .league-row__m,
  html body .league-row__goals {
    color: #7a7a7a !important;
    font-weight: 500 !important;
    text-align: right !important;
  }
  html body .league-row__pts {
    color: #0a0a0a !important;
    font-weight: 800 !important;
    text-align: right !important;
  }
  html body .league-row.is-highlighted .league-row__pts {
    color: #168e11 !important;
  }
}

/* ═══════════════════════════════════════════════════════════
   YOUTH FIXTURES — flat cards, PZPN-style
   2026-04-21
═══════════════════════════════════════════════════════════ */
html body .youth-fixtures__list {
  display: grid !important;
  gap: 8px !important;
}
html body .youth-fixture {
  display: grid !important;
  grid-template-columns: 120px 1fr !important;
  column-gap: 16px !important;
  align-items: center !important;
  background: #ffffff !important;
  border: 1px solid #e5e7eb !important;
  border-left: 3px solid rgba(10, 10, 10, 0.15) !important;
  border-radius: 0 !important;
  padding: 12px 14px !important;
  box-shadow: none !important;
}
html body .youth-fixture.is-win {
  border-left-color: #1db814 !important;
}
html body .youth-fixture.is-loss {
  border-left-color: #f02421 !important;
}
html body .youth-fixture.is-draw {
  border-left-color: #c79f40 !important;
}
html body .youth-fixture__date {
  display: flex !important;
  flex-direction: column !important;
  gap: 2px !important;
  font-size: 13px !important;
  color: #7a7a7a !important;
}
html body .youth-fixture__date strong {
  color: #0a0a0a !important;
  font-size: 14px !important;
  font-weight: 700 !important;
}
html body .youth-fixture__date small {
  font-size: 11px !important;
  color: #9a9a9a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.03em !important;
}
html body .youth-fixture__teams {
  display: grid !important;
  grid-template-columns: 1fr auto 1fr !important;
  gap: 14px !important;
  align-items: center !important;
  min-width: 0 !important;
}
html body .youth-fixture__team {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  min-width: 0 !important;
  font-size: 14px !important;
  color: #0a0a0a !important;
}
html body .youth-fixture__team--home {
  justify-content: flex-end !important;
  text-align: right !important;
  flex-direction: row-reverse !important;
}
html body .youth-fixture__team.is-highlighted .youth-fixture__team-name {
  font-weight: 800 !important;
  color: #168e11 !important;
}
html body .youth-fixture__team-name {
  overflow: hidden !important;
  text-overflow: ellipsis !important;
  white-space: nowrap !important;
  min-width: 0 !important;
  flex: 1 1 auto !important;
}
html body .youth-fixture__team img {
  width: 20px !important;
  height: 20px !important;
  object-fit: contain !important;
  border-radius: 0 !important;
  flex-shrink: 0 !important;
}
html body .youth-fixture__logo-empty {
  display: inline-block !important;
  width: 20px !important;
  height: 20px !important;
  background: #f2f2f2 !important;
  flex-shrink: 0 !important;
}
html body .youth-fixture__score {
  font-size: 18px !important;
  font-weight: 800 !important;
  color: #0a0a0a !important;
  min-width: 48px !important;
  text-align: center !important;
  letter-spacing: 0.02em !important;
}
html body .youth-fixture__vs {
  font-size: 11px !important;
  font-weight: 700 !important;
  color: #9a9a9a !important;
  text-transform: uppercase !important;
  letter-spacing: 0.08em !important;
  min-width: 48px !important;
  text-align: center !important;
}
html body .youth-fixture__stadium {
  grid-column: 1 / -1 !important;
  font-size: 11px !important;
  color: #9a9a9a !important;
  padding-top: 8px !important;
  margin-top: 8px !important;
  border-top: 1px dashed #eeeeee !important;
}

@media (max-width: 720px) {
  html body .youth-fixture {
    grid-template-columns: 1fr !important;
    row-gap: 8px !important;
    padding: 10px 12px !important;
  }
  html body .youth-fixture__date {
    flex-direction: row !important;
    align-items: center !important;
    gap: 8px !important;
    font-size: 12px !important;
  }
  html body .youth-fixture__date strong {
    font-size: 13px !important;
  }
  html body .youth-fixture__date small {
    font-size: 10px !important;
  }
  html body .youth-fixture__teams {
    grid-template-columns: 1fr auto 1fr !important;
    gap: 8px !important;
  }
  html body .youth-fixture__team {
    font-size: 12px !important;
    gap: 5px !important;
  }
  html body .youth-fixture__team img,
  html body .youth-fixture__logo-empty {
    width: 18px !important;
    height: 18px !important;
  }
  html body .youth-fixture__score {
    font-size: 16px !important;
    min-width: 42px !important;
  }
  html body .youth-fixture__vs {
    font-size: 10px !important;
    min-width: 34px !important;
  }
  html body .youth-fixture__stadium {
    font-size: 10px !important;
    padding-top: 6px !important;
    margin-top: 6px !important;
  }
}


/* ═══════════════════════════════════════════════════════════
   TEAM PAGE COLLAPSIBLE SECTIONS (details/summary)
   ═══════════════════════════════════════════════════════════ */
html body details.team-collapsible {
  border: 1px solid rgba(18, 21, 18, 0.08) !important;
  border-radius: 18px !important;
  background: #ffffff !important;
  margin: 16px 0 !important;
  overflow: hidden !important;
}
html body details.team-collapsible > summary.team-collapsible__summary {
  list-style: none !important;
  cursor: pointer !important;
  padding: 16px 20px !important;
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  user-select: none !important;
  position: relative !important;
  transition: background-color 0.15s ease !important;
}
html body details.team-collapsible > summary.team-collapsible__summary::-webkit-details-marker {
  display: none !important;
}
html body details.team-collapsible > summary.team-collapsible__summary:hover {
  background: rgba(12, 132, 54, 0.04) !important;
}
html body details.team-collapsible > summary.team-collapsible__summary h2 {
  margin: 0 !important;
  font-size: 1.1rem !important;
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
}
html body details.team-collapsible > summary.team-collapsible__summary h2::before {
  content: "" !important;
  display: inline-block !important;
  width: 10px !important;
  height: 10px !important;
  border-right: 2px solid var(--green, #0c8436) !important;
  border-bottom: 2px solid var(--green, #0c8436) !important;
  transform: rotate(-45deg) !important;
  transition: transform 0.2s ease !important;
  margin-right: 4px !important;
  flex-shrink: 0 !important;
}
html body details.team-collapsible[open] > summary.team-collapsible__summary h2::before {
  transform: rotate(45deg) !important;
}
html body details.team-collapsible > summary.team-collapsible__summary > span {
  font-size: 0.85rem !important;
  color: rgba(18, 21, 18, 0.55) !important;
  font-weight: 500 !important;
}
html body details.team-collapsible > *:not(summary) {
  padding: 0 20px 18px !important;
}
html body details.team-collapsible > .league-table-wrap,
html body details.team-collapsible > .squad-grid,
html body details.team-collapsible > .youth-table-page__fixtures-list {
  padding: 4px 16px 18px !important;
}
@media (max-width: 720px) {
  html body details.team-collapsible > summary.team-collapsible__summary {
    padding: 14px 14px !important;
  }
  html body details.team-collapsible > summary.team-collapsible__summary h2 {
    font-size: 1rem !important;
  }
  html body details.team-collapsible > *:not(summary) {
    padding: 0 12px 14px !important;
  }
}
