.mutual-stats-body {
  max-width: 900px;
  margin: 0 auto;
  color: #222;
}

.mutual-stats-hero {
  background: #fff;
  border: 1px solid #eadfce;
  border-radius: 0 18px 18px 18px;
  padding: 24px;
  margin-bottom: 24px;
}

.mutual-stats-title {
  margin: 0;
  font-size: 1.6rem;
  line-height: 1.2;
  font-weight: 700;
  color: #222;
}

.mutual-stats-desc {
  margin-top: 0.75rem;
  font-size: 0.98rem;
  line-height: 1.8;
  color: #5f5144;
}

.mutual-stats-note {
  margin-top: 0.35rem;
  font-size: 0.86rem;
  line-height: 1.6;
  color: #8a7a69;
}

.mutual-stats-list {
  margin: 0;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 16px;
}

.mutual-stats-card {
  background: #fffdfb;
  border: 1px solid #eadfce;
  border-radius: 16px;
  box-shadow: 0 1px 2px rgba(82, 39, 7, 0.05);
}

.mutual-stats-card--top3 {
  padding: 24px;
}

.mutual-stats-card--small {
  padding: 18px;
}

.mutual-stats-rank {
  font-size: 1.75rem;
  line-height: 1;
  font-weight: 700;
  color: #d85f00;
}

.mutual-stats-names {
  margin: 10px 0;
  font-size: 1.75rem;
  line-height: 1.25;
  font-weight: 700;
  color: #222;
  word-break: keep-all;
}

.mutual-stats-stats {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 12px 0;
}

.mutual-stats-badge {
  background: #f7f3ee;
  padding: 10px 14px;
  border-radius: 10px;
  color: #4a4037;
  font-size: 0.95rem;
  font-weight: 600;
  line-height: 1.2;
}

.mutual-stats-btn {
  display: inline-block;
  background: #f29a38;
  color: #fff;
  padding: 10px 16px;
  border-radius: 10px;
  font-weight: 700;
  text-decoration: none;
}

.mutual-stats-small-names {
  margin: 0;
  font-size: 1.1rem;
  line-height: 1.35;
  font-weight: 700;
  color: #222;
}

.mutual-stats-small-scoreline {
  margin-top: 6px;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 700;
  color: #222;
}

.mutual-stats-details {
  margin-top: 12px;
  background: #f7f3ee;
  padding: 10px;
  border-radius: 10px;
}

.mutual-stats-details summary {
  cursor: pointer;
  user-select: none;
  color: #6a5b4d;
  font-weight: 700;
}

.mutual-stats-details-grid {
  margin-top: 10px;
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 10px;
}

.mutual-stats-details-item {
  background: #fff;
  border-radius: 10px;
  padding: 10px 12px;
}

.mutual-stats-details-label {
  font-size: 0.78rem;
  font-weight: 700;
  color: #8b7b6b;
}

.mutual-stats-details-value {
  margin-top: 4px;
  font-size: 1rem;
  font-weight: 700;
  color: #222;
}

.mutual-stats-empty {
  background: #fff;
  border: 1px dashed #eadfce;
  border-radius: 16px;
  padding: 20px;
  color: #6b5d50;
  font-size: 0.95rem;
}

@media (max-width: 640px) {
  .mutual-stats-hero {
    padding: 18px;
  }

  .mutual-stats-title {
    font-size: 1.35rem;
  }

  .mutual-stats-names {
    font-size: 1.35rem;
  }

  .mutual-stats-card--top3 {
    padding: 18px;
  }

  .mutual-stats-card--small {
    padding: 14px;
  }

  .mutual-stats-details-grid {
    grid-template-columns: 1fr;
  }
}
