.body--competicion {
  background:
    radial-gradient(circle at 50% -10%, rgba(0, 224, 168, 0.18), transparent 34rem),
    radial-gradient(circle at 8% 18%, rgba(255, 181, 77, 0.14), transparent 22rem),
    #060913;
}

.competition-page {
  --comp-bg: #080b18;
  --comp-card: rgba(13, 18, 35, 0.88);
  --comp-card-strong: rgba(19, 25, 48, 0.96);
  --comp-line: rgba(132, 149, 184, 0.2);
  --comp-text: #f4f7ff;
  --comp-muted: #9aa8c7;
  --comp-green: #00e0a8;
  --comp-cyan: #45caff;
  --comp-gold: #ffd36b;
  --comp-violet: #af74ff;
  --comp-pink: #ff6aa9;
  max-width: 1180px;
  margin: 0 auto;
  padding: clamp(18px, 2.8vw, 34px) 18px 54px;
  color: var(--comp-text);
}

.competition-page--loading .competition-panel--ranking {
  opacity: 0.62;
  pointer-events: none;
}

.competition-hero {
  position: relative;
  display: grid;
  grid-template-columns: minmax(0, 1fr) 260px;
  gap: 20px;
  align-items: stretch;
  min-height: 270px;
  padding: clamp(22px, 3.6vw, 38px);
  overflow: hidden;
  border: 1px solid rgba(69, 202, 255, 0.18);
  border-radius: 30px;
  background:
    linear-gradient(135deg, rgba(12, 16, 35, 0.94), rgba(37, 19, 54, 0.84)),
    radial-gradient(circle at 68% 32%, rgba(255, 211, 107, 0.18), transparent 18rem);
  box-shadow: 0 24px 80px rgba(0, 0, 0, 0.45), inset 0 0 0 1px rgba(255, 255, 255, 0.03);
}

.competition-hero__bg {
  position: absolute;
  inset: 0;
  opacity: 0.72;
  background-image:
    linear-gradient(rgba(255, 255, 255, 0.05) 1px, transparent 1px),
    linear-gradient(90deg, rgba(255, 255, 255, 0.04) 1px, transparent 1px);
  background-size: 18px 18px;
  mask-image: linear-gradient(90deg, #000, transparent 82%);
  pointer-events: none;
}

.competition-hero__content,
.competition-season-card {
  position: relative;
  z-index: 1;
}

.competition-kicker {
  margin: 0 0 8px;
  color: var(--comp-green);
  font-size: 0.7rem;
  font-weight: 900;
  letter-spacing: 0.16em;
  text-transform: uppercase;
}

.competition-title {
  max-width: 660px;
  margin: 0;
  font-size: clamp(2.1rem, 4.8vw, 4.25rem);
  line-height: 0.96;
  letter-spacing: -0.06em;
  text-wrap: balance;
}

.competition-lead {
  max-width: 610px;
  margin: 14px 0 0;
  color: var(--comp-muted);
  font-size: clamp(0.95rem, 1.35vw, 1.06rem);
  line-height: 1.55;
}

.competition-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.competition-action {
  box-shadow: 0 14px 36px rgba(0, 224, 168, 0.14);
}

.competition-season-card {
  align-self: end;
  padding: 17px;
  border: 1px solid rgba(255, 211, 107, 0.32);
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255, 211, 107, 0.16), rgba(13, 18, 35, 0.82));
  box-shadow: 0 16px 42px rgba(0, 0, 0, 0.32);
}

.competition-season-card__label,
.competition-season-card small {
  display: block;
  color: var(--comp-muted);
  font-weight: 700;
}

.competition-season-card strong {
  display: block;
  margin: 6px 0;
  color: var(--comp-gold);
  font-size: 2.55rem;
  line-height: 1;
}

.competition-season-card__bar {
  height: 8px;
  overflow: hidden;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.1);
}

.competition-season-card__bar span {
  display: block;
  width: 0;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, var(--comp-green), var(--comp-gold));
  transition: width 700ms ease;
}

.competition-stats-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
  margin: 16px 0;
}

.competition-stat,
.competition-panel,
.competition-next,
.competition-empty {
  border: 1px solid var(--comp-line);
  background: var(--comp-card);
  box-shadow: 0 18px 48px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(12px);
}

.competition-stat {
  padding: 14px 16px;
  border-radius: 18px;
}

.competition-stat span {
  display: block;
  color: var(--comp-muted);
  font-size: 0.7rem;
  font-weight: 800;
  text-transform: uppercase;
}

.competition-stat strong {
  display: block;
  margin-top: 6px;
  color: var(--comp-text);
  font-size: clamp(1.45rem, 2.35vw, 2rem);
}

.competition-podium-section {
  margin-top: 30px;
}

.competition-section-head,
.competition-panel__head {
  margin-bottom: 16px;
}

.competition-section-head h2,
.competition-panel__head h2,
.competition-next h2,
.competition-empty h2 {
  margin: 0;
  font-size: clamp(1.5rem, 3vw, 2.35rem);
  letter-spacing: -0.04em;
}

.competition-podium {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  align-items: end;
}

.competition-podium-card {
  position: relative;
  min-height: 206px;
  padding: 22px;
  overflow: hidden;
  border: 1px solid rgba(255, 255, 255, 0.14);
  border-radius: 24px;
  background:
    linear-gradient(180deg, rgba(38, 26, 66, 0.96), rgba(15, 19, 42, 0.98)),
    radial-gradient(circle at 50% 0, rgba(255, 211, 107, 0.24), transparent 14rem);
  box-shadow: 0 22px 58px rgba(0, 0, 0, 0.35);
}

.competition-podium-card::after {
  content: "";
  position: absolute;
  inset: auto 18px 0;
  height: 8px;
  border-radius: 999px 999px 0 0;
  background: linear-gradient(90deg, var(--comp-pink), var(--comp-gold), var(--comp-cyan));
}

.competition-podium-card--rank1 {
  min-height: 250px;
  transform: translateY(-12px);
  border-color: rgba(255, 211, 107, 0.46);
}

.competition-podium-card--rank2,
.competition-podium-card--rank3 {
  opacity: 0.95;
}

.competition-podium-card__avatar {
  display: grid;
  place-items: center;
  width: 58px;
  height: 58px;
  margin-bottom: 16px;
  border: 2px solid rgba(255, 255, 255, 0.22);
  border-radius: 18px;
  color: #061018;
  background: linear-gradient(135deg, var(--comp-gold), var(--comp-green));
  font-size: 1.8rem;
  font-weight: 1000;
  text-transform: uppercase;
  box-shadow: 0 0 28px rgba(255, 211, 107, 0.25);
}

.competition-podium-card__rank {
  color: var(--comp-gold);
  font-size: 0.78rem;
  font-weight: 1000;
  letter-spacing: 0.12em;
}

.competition-podium-card h3 {
  margin: 4px 0 18px;
  font-size: 1.25rem;
}

.competition-podium-card dl {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
  margin: 0;
}

.competition-podium-card dt {
  color: var(--comp-muted);
  font-size: 0.75rem;
  font-weight: 800;
  text-transform: uppercase;
}

.competition-podium-card dd {
  margin: 4px 0 0;
  color: var(--comp-cyan);
  font-size: 1.25rem;
  font-weight: 1000;
}

.competition-grid {
  display: grid;
  grid-template-columns: 340px minmax(0, 1fr);
  gap: 18px;
  margin-top: 28px;
}

.competition-panel,
.competition-next,
.competition-empty {
  border-radius: 24px;
  padding: 22px;
}

.competition-panel__head--row,
.competition-next {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  align-items: center;
}

.competition-division-list {
  display: grid;
  gap: 12px;
}

.competition-division {
  position: relative;
  display: grid;
  gap: 5px;
  padding: 16px;
  color: var(--comp-text);
  text-decoration: none;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 18px;
  background: rgba(255, 255, 255, 0.045);
  transition: transform 160ms ease, border-color 160ms ease, background 160ms ease;
}

.competition-division:hover,
.competition-division--active {
  transform: translateY(-2px);
  border-color: rgba(0, 224, 168, 0.38);
  background: rgba(0, 224, 168, 0.08);
}

.competition-division__badge {
  justify-self: start;
  padding: 4px 8px;
  border-radius: 999px;
  color: #061018;
  background: var(--comp-green);
  font-size: 0.68rem;
  font-weight: 1000;
  letter-spacing: 0.08em;
}

.competition-division strong {
  font-size: 1rem;
}

.competition-division small,
.competition-division em,
.competition-rules p,
.competition-next p,
.competition-empty p {
  color: var(--comp-muted);
}

.competition-division em {
  font-size: 0.75rem;
  font-style: normal;
  font-weight: 900;
}

.competition-rules {
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid var(--comp-line);
}

.competition-rules h3 {
  margin: 0 0 8px;
}

.competition-rules p,
.competition-next p {
  margin: 0;
  line-height: 1.6;
}

.competition-my-rank {
  min-width: 108px;
  padding: 12px 14px;
  border: 1px solid rgba(255, 211, 107, 0.28);
  border-radius: 16px;
  text-align: right;
  background: rgba(255, 211, 107, 0.08);
}

.competition-my-rank span {
  display: block;
  color: var(--comp-muted);
  font-size: 0.72rem;
  font-weight: 900;
  text-transform: uppercase;
}

.competition-my-rank strong {
  color: var(--comp-gold);
  font-size: 1.75rem;
}

.competition-table-wrap {
  overflow-x: auto;
  border: 1px solid var(--comp-line);
  border-radius: 18px;
}

.competition-table {
  width: 100%;
  min-width: 720px;
  border-collapse: collapse;
}

.competition-table th,
.competition-table td {
  padding: 14px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.075);
  text-align: left;
}

.competition-table th {
  color: var(--comp-muted);
  font-size: 0.72rem;
  font-weight: 1000;
  letter-spacing: 0.09em;
  text-transform: uppercase;
}

.competition-table tr:last-child td {
  border-bottom: 0;
}

.competition-table__rank,
.competition-table__points {
  color: var(--comp-gold);
  font-weight: 1000;
}

.competition-table__user-main {
  display: flex;
  align-items: center;
  gap: 10px;
}
.competition-table__user-main span {
  display: grid;
  place-items: center;
  width: 34px;
  height: 34px;
  border-radius: 12px;
  color: #061018;
  background: linear-gradient(135deg, var(--comp-cyan), var(--comp-green));
  font-weight: 1000;
  text-transform: uppercase;
  flex-shrink: 0;
}

.competition-table__row--me {
  background: rgba(0, 224, 168, 0.08);
}

.competition-table__empty {
  color: var(--comp-muted);
  text-align: center;
}

.competition-next {
  margin-top: 18px;
}

.competition-empty {
  margin-top: 20px;
  text-align: center;
}

@media (max-width: 980px) {
  .competition-hero,
  .competition-grid {
    grid-template-columns: 1fr;
  }

  .competition-hero {
    min-height: 0;
  }

  .competition-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .competition-podium {
    grid-template-columns: 1fr;
  }

  .competition-podium-card--rank1 {
    transform: none;
  }

  .competition-panel--divisions {
    padding-bottom: 16px;
  }

  .competition-panel--divisions .competition-panel__head {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    align-items: end;
    margin-bottom: 12px;
  }

  .competition-panel--divisions .competition-panel__head h2 {
    font-size: 1.35rem;
  }

  .competition-division-list {
    display: flex;
    gap: 10px;
    margin: 0 -22px;
    padding: 0 22px 4px;
    overflow-x: auto;
    overscroll-behavior-x: contain;
    scroll-snap-type: x proximity;
    -webkit-overflow-scrolling: touch;
  }

  .competition-division-list::-webkit-scrollbar {
    height: 0;
  }

  .competition-division {
    flex: 0 0 min(260px, 78vw);
    scroll-snap-align: start;
  }

  .competition-rules {
    display: none;
  }
}

@media (max-width: 620px) {
  .competition-page {
    padding: 12px 10px 42px;
    overflow-x: hidden;
  }

  .competition-title {
    font-size: clamp(1.75rem, 9vw, 2.45rem);
    letter-spacing: -0.045em;
    line-height: 1;
  }

  .competition-lead {
    margin-top: 10px;
    font-size: 0.86rem;
    line-height: 1.45;
  }

  .competition-hero,
  .competition-panel,
  .competition-next,
  .competition-empty {
    border-radius: 20px;
    padding: 14px;
  }

  .competition-hero {
    min-height: 0;
    gap: 12px;
  }

  .competition-kicker {
    margin-bottom: 6px;
    font-size: 0.62rem;
    letter-spacing: 0.13em;
  }

  .competition-actions {
    margin-top: 12px;
  }

  .competition-action {
    min-height: 38px;
    padding-block: 0.55rem;
    font-size: 0.84rem;
  }

  .competition-season-card {
    padding: 12px;
    border-radius: 16px;
  }

  .competition-season-card strong {
    font-size: 1.9rem;
  }

  .competition-season-card__label,
  .competition-season-card small {
    font-size: 0.76rem;
  }

  .competition-season-card__bar {
    height: 7px;
  }

  .competition-stats-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin: 10px 0;
  }

  .competition-stat {
    padding: 10px 12px;
    border-radius: 15px;
  }

  .competition-stat span {
    font-size: 0.58rem;
    letter-spacing: 0.04em;
  }

  .competition-stat strong {
    margin-top: 4px;
    font-size: 1.26rem;
  }

  .competition-podium-section {
    margin-top: 16px;
  }

  .competition-podium {
    gap: 12px;
  }

  .competition-podium-card {
    min-height: 0;
    padding: 16px;
    border-radius: 20px;
  }

  .competition-podium-card dl {
    grid-template-columns: 1fr 1fr;
  }

  .competition-podium-card__avatar {
    width: 46px;
    height: 46px;
    margin-bottom: 12px;
    border-radius: 14px;
    font-size: 1.35rem;
  }

  .competition-grid {
    gap: 14px;
    margin-top: 20px;
  }

  .competition-panel--divisions {
    padding: 14px 0 12px;
    border-radius: 18px;
    background: rgba(13, 18, 35, 0.64);
  }

  .competition-panel--divisions .competition-panel__head {
    padding: 0 14px;
  }

  .competition-panel--divisions .competition-kicker {
    display: none;
  }

  .competition-division-list {
    margin: 0;
    padding: 0 14px 2px;
  }

  .competition-division {
    flex-basis: min(218px, 72vw);
    gap: 3px;
    padding: 12px;
    border-radius: 15px;
  }

  .competition-division:hover,
  .competition-division--active {
    transform: none;
  }

  .competition-division__badge {
    padding: 3px 7px;
    font-size: 0.6rem;
  }

  .competition-division strong {
    font-size: 0.92rem;
  }

  .competition-division small,
  .competition-division em {
    font-size: 0.72rem;
  }

  .competition-panel__head--row,
  .competition-next,
  .competition-actions {
    align-items: stretch;
    flex-direction: column;
  }

  .competition-my-rank {
    text-align: left;
  }

  .competition-table-wrap {
    overflow: visible;
    border: 0;
    border-radius: 0;
  }

  .competition-table {
    min-width: 0;
  }

  .competition-table,
  .competition-table thead,
  .competition-table tbody,
  .competition-table tr,
  .competition-table th,
  .competition-table td {
    display: block;
  }

  .competition-table thead {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(0 0 0 0);
    white-space: nowrap;
  }

  .competition-table tbody {
    display: grid;
    gap: 10px;
  }

  .competition-table tr {
    padding: 12px;
    border: 1px solid var(--comp-line);
    border-radius: 16px;
    background: rgba(255, 255, 255, 0.035);
  }

  .competition-table td {
    display: flex;
    justify-content: space-between;
    gap: 14px;
    padding: 8px 0;
    border-bottom: 1px solid rgba(255, 255, 255, 0.07);
    text-align: right;
  }

  .competition-table td:last-child {
    border-bottom: 0;
  }

  .competition-table td::before {
    content: "";
    color: var(--comp-muted);
    font-size: 0.68rem;
    font-weight: 1000;
    letter-spacing: 0.08em;
    text-transform: uppercase;
    text-align: left;
  }

  .competition-table td:nth-child(1)::before { content: "Puesto"; }
  .competition-table td:nth-child(2)::before { content: "Analista"; }
  .competition-table td:nth-child(3)::before { content: "Liga"; }
  .competition-table td:nth-child(4)::before { content: "Pronósticos"; }
  .competition-table td:nth-child(5)::before { content: "Precisión"; }
  .competition-table td:nth-child(6)::before { content: "Puntos"; }

  .competition-table__user {
    justify-content: flex-end;
    text-align: right;
  }

  .competition-table__empty {
    display: block;
    text-align: center;
  }
}

@media (prefers-reduced-motion: reduce) {
  .competition-division {
    transition: none;
  }
}

/* —— Botón pronósticos (podio / tabla) —— */
.competition-preds-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  margin-top: 12px;
  padding: 0.45rem 0.85rem;
  border: 1px solid rgba(0, 224, 168, 0.35);
  border-radius: 999px;
  background: rgba(0, 224, 168, 0.1);
  color: var(--comp-green);
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  cursor: pointer;
  transition: background 0.15s ease, border-color 0.15s ease, color 0.15s ease;
  touch-action: manipulation;
}
.competition-preds-btn:hover {
  border-color: rgba(0, 224, 168, 0.55);
  background: rgba(0, 224, 168, 0.18);
  color: #fff;
}
.competition-preds-btn--podium {
  width: 100%;
}
.competition-preds-btn--table {
  margin-top: 6px;
  min-height: 36px;
  padding: 0.35rem 0.65rem;
  font-size: 0.68rem;
}
.competition-table__user {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 2px;
}

/* —— Modal pronósticos —— */
.comp-preds-modal {
  position: fixed;
  inset: 0;
  z-index: 1000025;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: max(0.75rem, env(safe-area-inset-top, 0px))
    max(0.75rem, env(safe-area-inset-right, 0px))
    max(0.75rem, env(safe-area-inset-bottom, 0px))
    max(0.75rem, env(safe-area-inset-left, 0px));
  box-sizing: border-box;
  max-width: 100%;
  overflow: hidden;
}
.comp-preds-modal[hidden] {
  display: none !important;
}
html.comp-preds-modal-open,
html.comp-preds-modal-open body {
  overflow: hidden;
}
.comp-preds-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(2, 6, 14, 0.72);
  backdrop-filter: blur(4px);
}
.comp-preds-modal__panel {
  position: relative;
  z-index: 1;
  display: flex;
  flex-direction: column;
  width: min(100%, 640px);
  max-width: 100%;
  max-height: min(88dvh, 720px);
  border: 1px solid rgba(132, 149, 184, 0.28);
  border-radius: 20px;
  background: linear-gradient(180deg, #0d1224 0%, #080b18 100%);
  box-shadow: 0 28px 80px rgba(0, 0, 0, 0.55);
  overflow: hidden;
}
.comp-preds-modal__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
  padding: 18px 18px 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}
.comp-preds-modal__title {
  margin: 4px 0 0;
  font-size: 1.35rem;
  line-height: 1.15;
}
.comp-preds-modal__close {
  flex-shrink: 0;
  width: 40px;
  height: 40px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.05);
  color: var(--comp-text);
  font-size: 1.5rem;
  line-height: 1;
  cursor: pointer;
}
.comp-preds-modal__filters {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  padding: 12px 18px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.06);
}
.comp-preds-filter {
  min-height: 40px;
  padding: 0.4rem 0.85rem;
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.04);
  color: var(--comp-muted);
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  cursor: pointer;
  touch-action: manipulation;
}
.comp-preds-filter.is-active {
  border-color: rgba(0, 224, 168, 0.55);
  background: rgba(0, 224, 168, 0.12);
  color: var(--comp-green);
}
.comp-preds-modal__body {
  flex: 1;
  min-height: 0;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 14px 18px 18px;
}
.comp-preds-modal__loading,
.comp-preds-modal__empty,
.comp-preds-modal__error {
  margin: 0;
  padding: 2rem 0.5rem;
  text-align: center;
  color: var(--comp-muted);
  font-size: 0.9rem;
}
.comp-preds-list {
  display: flex;
  flex-direction: column;
  gap: 10px;
  margin: 0;
  padding: 0;
  list-style: none;
}
.comp-pred-item {
  position: relative;
  display: grid;
  grid-template-columns: 1fr auto;
  grid-template-rows: auto auto;
  gap: 6px 10px;
  align-items: center;
  padding: 12px 14px 12px 16px;
  border: 1px solid rgba(255, 255, 255, 0.08);
  border-radius: 14px;
  background: rgba(255, 255, 255, 0.035);
}
.comp-pred-item::before {
  content: "";
  position: absolute;
  left: 0;
  top: 8px;
  bottom: 8px;
  width: 3px;
  border-radius: 0 4px 4px 0;
  background: var(--comp-muted);
}
.comp-pred-item--correct::before {
  background: var(--comp-green);
}
.comp-pred-item--incorrect::before {
  background: #ff4d6d;
}
.comp-pred-item--pending::before {
  background: var(--comp-gold);
}
.comp-pred-item__match {
  grid-column: 1;
  grid-row: 1;
  font-size: 0.92rem;
  font-weight: 700;
  line-height: 1.3;
  color: var(--comp-text);
}
.comp-pred-item__match em {
  font-style: normal;
  color: var(--comp-muted);
  font-weight: 500;
  font-size: 0.82rem;
}
.comp-pred-item__badge {
  grid-column: 2;
  grid-row: 1;
  justify-self: end;
  padding: 0.2rem 0.5rem;
  border-radius: 6px;
  font-size: 0.62rem;
  font-weight: 900;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  border: 1px solid transparent;
}
.comp-pred-item--correct .comp-pred-item__badge {
  color: var(--comp-green);
  border-color: rgba(0, 224, 168, 0.45);
  background: rgba(0, 224, 168, 0.12);
}
.comp-pred-item--incorrect .comp-pred-item__badge {
  color: #ff6b8a;
  border-color: rgba(255, 77, 109, 0.45);
  background: rgba(255, 77, 109, 0.1);
}
.comp-pred-item--pending .comp-pred-item__badge {
  color: var(--comp-gold);
  border-color: rgba(255, 211, 107, 0.4);
  background: rgba(255, 211, 107, 0.1);
}
.comp-pred-item__meta {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
}
.comp-pred-item__league {
  padding: 0.15rem 0.45rem;
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.06);
  color: var(--comp-muted);
  font-size: 0.68rem;
  font-weight: 700;
}
.comp-pred-item__date {
  color: var(--comp-muted);
  font-size: 0.72rem;
  font-weight: 600;
}

