.season-list-page .champ-hero-inner { grid-template-columns: 1fr; padding: 30px; }
.season-list-page .champ-hero-side { display: none; }
.season-list-page .champ-hero { background: #132334; border-bottom: 4px solid #cf1124; }
.season-list-page .section-header { margin-bottom: 24px; }
.season-cards-grid { display: flex; flex-wrap: wrap; align-items: flex-start; gap: 28px; }
.season-card-column { width: 340px; max-width: 100%; min-width: 0; }
.season-card.season-presentation { padding: 0; overflow: hidden; border-radius: 12px; border: 1px solid #e0e0e4; background: #fff; box-shadow: 0 4px 16px rgb(20 20 25 / 3%); display: flex; flex-direction: column; transition: transform .22s ease, box-shadow .22s ease, border-color .22s ease; }
.season-art { position: relative; height: 160px; flex-shrink: 0; isolation: isolate; background: radial-gradient(ellipse at center, #303035, #111114); overflow: hidden; }
.season-art-background { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; }
.season-art-background { transition: transform .4s ease; filter: blur(var(--season-blur, 0px)); }
.season-art-background.season-image-fallback { object-fit: contain; padding: 32px; }
.season-art:after { content: ''; position: absolute; inset: 55% 0 0; background: linear-gradient(transparent, rgb(0 0 0 / 45%)); z-index: 1; pointer-events: none; }
.season-art-logo { position: absolute; left: 15%; top: 15%; width: 70%; height: 70%; object-fit: contain; filter: drop-shadow(0 4px 9px #0009); z-index: 2; }
.season-art .status { position: absolute; bottom: 16px; left: 18px; z-index: 3; font-size: .7rem; padding: 7px 10px; border: 1px solid rgb(255 255 255 / 18%); border-radius: 4px; background: #19191eee; color: #fff; letter-spacing: .04em; }
.season-art .status i { font-size: .45rem; }
.season-art .status-activa i { color: #65db9a; }
.season-art .status-proxima i { color: #f6c55e; }
.season-art .status-finalizada i { color: #b8b8c0; }
.season-presentation-body { display: flex; flex-direction: column; flex: 1; min-width: 0; padding: 16px; border-top: 3px solid #d71920; }
.season-presentation-body h3 { color: #19191c; font-family: var(--nav-font); font-size: clamp(1.1rem, 1.6vw, 1.4rem); font-weight: 800; line-height: 1.3; letter-spacing: -.035em; overflow-wrap: anywhere; }
.season-champ-name { display: block; color: #687585; font-size: .7rem; font-weight: 800; letter-spacing: .1em; text-transform: uppercase; margin-bottom: 8px; overflow-wrap: anywhere; }
.season-description-slot { display: flex; flex-direction: column; }
.season-description-preview { white-space: pre-wrap; overflow-wrap: anywhere; color: #536171; font-size: .94rem; line-height: 1.65; margin: 14px 0 0; display: -webkit-box; -webkit-box-orient: vertical; -webkit-line-clamp: 2; overflow: hidden; max-height: 3.3em; }
.season-more[hidden] { display: none; }
.season-more { align-self: center; display: inline-flex; justify-content: center; align-items: center; gap: 8px; border: 0; background: transparent; color: #a30e20; font-size: .85rem; font-weight: 700; padding: 12px 4px; margin: 4px 0 0; }
.season-more:hover { color: #740b18; text-decoration: underline; }
.season-more:focus-visible { outline: 3px solid #cf1124; outline-offset: 3px; border-radius: 4px; }
.season-presentation-actions { display: grid; grid-auto-flow: column; grid-auto-columns: minmax(0, 1fr); gap: 8px; margin-top: 14px; }
.season-presentation-actions .action { display: flex; justify-content: space-between; gap: 12px; min-width: 0; padding: 10px 12px; border-radius: 5px; min-height: 46px; background: #19191c; color: #fff; font-size: .8rem; font-weight: 700; line-height: 1.4; overflow-wrap: anywhere; text-decoration: none; box-shadow: none; }
.season-presentation-actions .action:hover { background: #d71920; color: #fff; }
.season-presentation-actions .season-enroll { background: #d71920; box-shadow: 0 4px 12px rgb(215 25 32 / 24%); }
.season-presentation-actions .season-enroll:hover { background: #b7131a; }
.season-presentation-actions .action:focus-visible { outline: 3px solid #d71920; outline-offset: 4px; }
@media (hover: hover) {
  .season-card.season-presentation:hover { transform: translateY(-4px); border-color: #c8c8ce; box-shadow: 0 14px 32px rgb(20 20 25 / 9%); }
  .season-presentation:hover .season-art-background { transform: scale(1.035); }
}
@media (prefers-reduced-motion: reduce) {
  .season-card.season-presentation, .season-art-background { transition: none; }
  .season-card.season-presentation:hover, .season-presentation:hover .season-art-background { transform: none; }
}
.season-info-modal .modal-content { border: 0; border-radius: 20px; overflow: hidden; }
.season-info-modal .modal-header, .season-info-modal .modal-footer { padding: 20px 24px; border-color: #e5e9ee; }
.season-description-full { padding: 24px; white-space: pre-wrap; overflow-wrap: anywhere; line-height: 1.8; color: #344354; }
@media (max-width: 575.98px) {
  .season-list-page .champ-hero-inner { padding: 22px; }
  .season-presentation-body { padding: 14px; }
  .season-cards-grid { gap: 20px; justify-content: center; }
  .season-list-page .section-header { align-items: flex-start; }
}
