.result-screen {
  padding-bottom: 22px;
}

.compact-total {
  margin-top: -6px;
  margin-bottom: 10px;
}

.pitch-result,
.pitch-ranking {
  height: min(420px, 54dvh);
  margin-top: 8px;
}

.result-chip {
  min-width: 58px;
  max-width: 82px;
  gap: 2px;
}

.result-chip .ball {
  position: relative;
  width: 34px;
  height: 34px;
  margin-bottom: 2px;
  display: grid;
  place-items: center;
}

.ball-percent {
  display: grid;
  place-items: center;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: rgba(255, 210, 26, .96);
  color: #130d00;
  font-size: 9px;
  font-weight: 950;
  line-height: 1;
  text-shadow: none;
}

.result-chip .name {
  display: block;
  max-width: 82px;
  padding: 3px 5px;
  border-radius: 7px;
  background: rgba(1, 18, 8, .82);
  border: 1px solid rgba(255, 255, 255, .08);
  color: #fff;
  font-size: 9px;
  line-height: 1.02;
  font-weight: 900;
  white-space: normal;
  text-align: center;
  text-shadow: 0 2px 4px #000;
}

.vote-percent {
  display: none;
}

.top-badge {
  display: grid;
  place-items: center;
  width: 20px;
  height: 20px;
  margin-bottom: -3px;
  border-radius: 50%;
  background: rgba(255, 210, 26, .96);
  color: #130d00;
  font-size: 12px;
  line-height: 1;
  box-shadow: 0 4px 10px rgba(0,0,0,.35);
  z-index: 2;
}

.top-choice .ball {
  box-shadow: 0 0 0 4px rgba(255, 210, 26, .26), 0 8px 18px rgba(0,0,0,.42);
}

.top-choice .name {
  border-color: rgba(255, 210, 26, .70);
  background: rgba(6, 48, 18, .92);
}

.result-legend {
  display: grid;
  gap: 4px;
  width: 100%;
  margin: 0 0 12px;
  padding: 11px 12px;
  border: 1px solid rgba(255, 210, 26, .35);
  border-radius: 13px;
  background: rgba(2, 28, 14, .78);
  color: #fff;
}

.result-legend strong {
  font-size: 12px;
  line-height: 1.25;
}

.result-legend small {
  color: rgba(255,255,255,.82);
  font-size: 11px;
  line-height: 1.25;
}

.result-screen .primary-button,
.result-screen .ghost-button {
  margin-top: 8px;
}

.ranking-slot {
  display: block;
  margin: -3px 0 6px;
  color: rgba(255,255,255,.66);
  font-size: 10px;
  font-weight: 700;
}

.sheet-player strong {
  display: grid;
  gap: 2px;
  font-size: 14px;
}

.sheet-player strong small {
  display: block;
  color: rgba(255,255,255,.68);
  font-size: 10px;
  font-weight: 700;
}

.sheet-player em {
  color: #ffcf4a;
  font-size: 10px;
  font-style: normal;
  font-weight: 800;
}

@media (max-height: 760px) {
  .pitch-result,
  .pitch-ranking {
    height: min(360px, 48dvh);
  }

  .result-chip .ball {
    width: 30px;
    height: 30px;
  }

  .ball-percent,
  .result-chip .name {
    font-size: 8px;
  }

  .top-badge {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
}
