.results-page {
  display: grid;
  gap: 1.25rem;
}

.results-page__hero,
.results-card,
.results-tabs {
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%);
  border: 1px solid rgba(148, 163, 184, 0.22);
  border-radius: 22px;
  box-shadow: 0 18px 40px rgba(15, 23, 42, 0.08);
}

.results-page__hero {
  padding: 1.4rem 1.5rem;
  display: grid;
  gap: 0.9rem;
}

.results-page__eyebrow {
  margin: 0 0 0.35rem;
  text-transform: uppercase;
  letter-spacing: 0.16em;
  font-size: 0.72rem;
  color: #b91c1c;
  font-weight: 700;
}

.results-page__hero h2 {
  margin: 0;
  font-size: clamp(1.6rem, 2.2vw, 2.4rem);
  line-height: 1.05;
  color: #0f172a;
}

.results-page__hero p {
  margin: 0;
  max-width: 70ch;
  line-height: 1.65;
  color: #334155;
}

.results-page__hero-note {
  display: inline-flex;
  width: fit-content;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: rgba(185, 28, 28, 0.08);
  color: #7f1d1d;
  font-size: 0.92rem;
  font-weight: 600;
}

.results-champions {
  display: grid;
  gap: 0.85rem;
  padding: 1rem;
  border-radius: 18px;
  background: linear-gradient(135deg, rgba(245, 158, 11, 0.12) 0%, rgba(255, 255, 255, 0.95) 100%);
  border: 1px solid rgba(245, 158, 11, 0.2);
}

.results-champions__head {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.75rem;
  align-items: baseline;
}

.results-champions__head h3 {
  margin: 0;
  font-size: 1.05rem;
  color: #7c2d12;
}

.results-champions__head span {
  color: #92400e;
  font-weight: 600;
}

.results-champions__grid {
  display: grid;
  gap: 0.8rem;
}

.results-champion-card {
  display: flex;
  align-items: center;
  gap: 0.9rem;
  padding: 0.9rem 1rem;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(245, 158, 11, 0.18);
}

.results-champion-card__medal {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 2.6rem;
  height: 2.6rem;
  border-radius: 999px;
  background: linear-gradient(135deg, #fef3c7 0%, #f59e0b 100%);
  box-shadow: 0 10px 22px rgba(245, 158, 11, 0.22);
  font-size: 1.15rem;
}

.results-champion-card__label {
  font-size: 0.78rem;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: #92400e;
  font-weight: 700;
  margin-bottom: 0.18rem;
}

.results-champion-card strong,
.results-champion-card small {
  display: block;
}

.results-champion-card strong {
  color: #111827;
}

.results-champion-card small {
  margin-top: 0.2rem;
  color: #6b7280;
}

.results-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  padding: 0.65rem;
}

.results-tab {
  border: 0;
  border-radius: 999px;
  background: #e2e8f0;
  color: #1e293b;
  font: inherit;
  font-weight: 700;
  padding: 0.7rem 1rem;
  cursor: pointer;
}

.results-tab.is-active {
  background: #0f172a;
  color: #fff;
}

.results-panel {
  display: none;
  gap: 1rem;
}

.results-panel.is-active {
  display: grid;
}

.results-card {
  overflow: hidden;
}

.results-card__toggle {
  width: 100%;
  border: 0;
  background: transparent;
  text-align: left;
  cursor: pointer;
  padding: 1.15rem 1.3rem;
}

.results-card__head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: start;
}

.results-card__eyebrow {
  color: #b91c1c;
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.14em;
  font-weight: 700;
  margin-bottom: 0.3rem;
}

.results-card__head h3 {
  margin: 0;
  color: #0f172a;
  font-size: 1.15rem;
}

.results-card__meta {
  display: grid;
  gap: 0.3rem;
  justify-items: end;
  color: #475569;
  font-size: 0.95rem;
}

.results-card__body {
  padding: 0 1.3rem 1.25rem;
  display: grid;
  gap: 1rem;
}

.results-card__note {
  margin: 0;
  color: #334155;
  line-height: 1.6;
}

.results-group-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: 1fr;
}

.results-group-card {
  border: 1px solid rgba(148, 163, 184, 0.18);
  border-radius: 18px;
  background: #fff;
  padding: 0.95rem;
}

.results-group-card h4 {
  margin: 0 0 0.75rem;
  color: #0f172a;
  font-size: 1rem;
}

.results-table-wrap {
  overflow-x: auto;
}

.results-table {
  width: 100%;
  border-collapse: collapse;
}

.results-table th,
.results-table td {
  padding: 0.75rem 0.7rem;
  border-bottom: 1px solid rgba(148, 163, 184, 0.16);
  text-align: left;
  font-size: 0.95rem;
}

.results-table th {
  color: #334155;
  font-weight: 700;
}

.results-place {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 2.7rem;
  padding: 0.35rem 0.5rem;
  border-radius: 999px;
  background: #e2e8f0;
  font-weight: 700;
}

.results-table tr.is-gold td:first-child .results-place {
  background: linear-gradient(135deg, #fef3c7 0%, #f59e0b 100%);
  color: #7c2d12;
  box-shadow: 0 0 0 1px rgba(245, 158, 11, 0.25), 0 8px 18px rgba(245, 158, 11, 0.2);
}

.results-table tr.is-silver td:first-child .results-place {
  background: linear-gradient(135deg, #f8fafc 0%, #cbd5e1 100%);
  color: #334155;
  box-shadow: 0 0 0 1px rgba(148, 163, 184, 0.25), 0 8px 18px rgba(148, 163, 184, 0.18);
}

.results-table tr.is-bronze td:first-child .results-place {
  background: linear-gradient(135deg, #fed7aa 0%, #c2410c 100%);
  color: #7c2d12;
  box-shadow: 0 0 0 1px rgba(194, 65, 12, 0.2), 0 8px 18px rgba(194, 65, 12, 0.18);
}

.results-card__sources {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
}

.results-card__sources a {
  display: inline-flex;
  padding: 0.55rem 0.8rem;
  border-radius: 999px;
  background: #eff6ff;
  color: #1d4ed8;
  text-decoration: none;
  font-weight: 600;
}

.results-empty {
  margin: 0;
  padding: 1rem 0;
  color: #64748b;
}

@media (max-width: 720px) {
  .results-champions__head {
    display: grid;
  }

  .results-card__head {
    grid-template-columns: 1fr;
    display: grid;
  }

  .results-card__meta {
    justify-items: start;
  }

  .results-tabs {
    padding: 0.55rem;
  }

  .results-tab {
    flex: 1 1 calc(50% - 0.65rem);
    text-align: center;
  }
}
