/* Final result layout contract: photo/identity left, explanation and live dials right. */
html body[data-step="results"] {
  --dv-tuck-gap: clamp(12px, 1.35vw, 18px);
  --dv-tuck-panel-pad: clamp(14px, 1.65vw, 22px);
}

html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey {
  min-height: clamp(52px, 5.4dvh, 64px) !important;
  padding: clamp(6px, 0.8vw, 9px) clamp(7px, 0.9vw, 10px) clamp(14px, 1.1vw, 17px) !important;
  gap: clamp(5px, 0.7vw, 9px) !important;
  overflow: hidden !important;
}

html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey::before,
html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey::after {
  bottom: 5px !important;
  height: 6px !important;
  border-radius: 999px !important;
  pointer-events: none !important;
}

html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey::before {
  background: rgba(16, 42, 46, 0.16) !important;
}

html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey::after {
  width: var(--journey-progress, 0%) !important;
  background: linear-gradient(90deg, #b12a33 0%, #07545d 100%) !important;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.72), 0 0 14px rgba(7, 84, 93, 0.18) !important;
}

html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey > .journey-status,
html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey > .journey-step.journey-step {
  min-height: clamp(38px, 4.25dvh, 48px) !important;
  height: auto !important;
  padding: clamp(6px, 0.75vw, 9px) clamp(9px, 1.05vw, 14px) !important;
  border-bottom: 0 !important;
  box-shadow: none !important;
  align-content: center !important;
}

html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey > .journey-step.journey-step.is-active {
  box-shadow: inset 0 0 0 1px rgba(7, 84, 93, 0.22) !important;
}

html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey .journey-status b,
html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey .journey-step strong {
  font-size: clamp(0.98rem, 1.18vw, 1.14rem) !important;
  line-height: 1.02 !important;
  font-weight: 850 !important;
  letter-spacing: 0 !important;
}

html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey .journey-status em,
html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey .journey-step span {
  font-size: clamp(0.72rem, 0.86vw, 0.84rem) !important;
  line-height: 1 !important;
  font-weight: 780 !important;
  letter-spacing: 0 !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) !important;
  grid-template-areas:
    "winner-media"
    "winner-copy"
    "winner-controls"
    "winner-share" !important;
  align-items: start !important;
  gap: var(--dv-tuck-gap) !important;
  width: min(1120px, calc(100vw - 22px)) !important;
  padding: var(--dv-tuck-panel-pad) !important;
  overflow: visible !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .winner-media-panel.winner-media-panel {
  grid-area: winner-media !important;
  display: grid !important;
  grid-template-rows: auto auto !important;
  align-content: start !important;
  align-self: start !important;
  justify-items: stretch !important;
  gap: clamp(8px, 1vw, 12px) !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-media-title.winner-media-title {
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-media-title.winner-media-title h2 {
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  max-width: none !important;
  overflow: visible !important;
  color: #123238 !important;
  font-size: clamp(2.15rem, 3.05vw, 3rem) !important;
  line-height: 0.95 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-media-title.is-long-title h2 {
  font-size: clamp(1.62rem, 2.45vw, 2.25rem) !important;
  line-height: 0.98 !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .winner-media-panel.winner-media-panel .winner-medal.photo-token.has-photo,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-medal.photo-token.has-photo {
  width: 100% !important;
  height: auto !important;
  min-width: 0 !important;
  min-height: 0 !important;
  max-width: 100% !important;
  max-height: none !important;
  aspect-ratio: 4 / 3 !important;
  align-self: start !important;
  justify-self: stretch !important;
  border-radius: 12px !important;
  background-size: 100% 100%, cover !important;
  background-position: center, center !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .winner-copy.winner-copy {
  grid-area: winner-copy !important;
  align-self: start !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
  overflow: visible !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-main.winner-main,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-proof.winner-proof {
  display: block !important;
  height: auto !important;
  min-height: 0 !important;
  max-height: none !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-panel.result-summary-panel {
  display: block !important;
  height: auto !important;
  min-height: clamp(168px, 15.5vw, 208px) !important;
  max-height: none !important;
  padding: clamp(16px, 1.65vw, 22px) !important;
  align-self: start !important;
  overflow: hidden !important;
  border-radius: 10px !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-copy.result-summary-copy {
  display: grid !important;
  align-content: start !important;
  gap: clamp(8px, 0.9vw, 12px) !important;
  height: auto !important;
  min-height: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-copy.result-summary-copy .kicker {
  font-size: clamp(0.78rem, 0.9vw, 0.9rem) !important;
  line-height: 1 !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-copy.result-summary-copy h3 {
  max-width: none !important;
  color: #123238 !important;
  font-size: clamp(1.18rem, 1.7vw, 1.55rem) !important;
  line-height: 1.06 !important;
  text-wrap: balance !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-description.winner-description {
  display: -webkit-box !important;
  max-width: 58ch !important;
  overflow: hidden !important;
  color: #405c61 !important;
  font-size: clamp(0.9rem, 1.1vw, 1.02rem) !important;
  line-height: 1.28 !important;
  -webkit-box-orient: vertical !important;
  -webkit-line-clamp: 6 !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .result-tuner.result-tuner {
  grid-area: winner-controls !important;
  display: grid !important;
  grid-template-rows: auto auto !important;
  gap: clamp(10px, 1vw, 14px) !important;
  width: 100% !important;
  height: auto !important;
  min-height: 0 !important;
  margin: 0 !important;
  align-self: start !important;
  overflow: visible !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-control-deck.result-control-deck,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-volume-panel.result-volume-panel {
  width: 100% !important;
  min-width: 0 !important;
  overflow: visible !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner .result-tuner-grid.result-tuner-grid,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tuner-grid.result-tuner-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  grid-template-rows: none !important;
  grid-auto-rows: auto !important;
  align-items: stretch !important;
  gap: clamp(10px, 1vw, 14px) !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-card.result-tune-card,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-card.result-tune-card {
  display: grid !important;
  grid-template-rows: minmax(0, auto) minmax(42px, auto) !important;
  align-content: space-between !important;
  gap: clamp(8px, 0.8vw, 11px) !important;
  min-height: clamp(96px, 8.6vw, 112px) !important;
  height: auto !important;
  max-height: none !important;
  padding: clamp(9px, 0.95vw, 12px) !important;
  overflow: visible !important;
  border-radius: 8px !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-card.result-tune-card strong {
  color: #123238 !important;
  font-size: clamp(0.9rem, 1vw, 1rem) !important;
  line-height: 1.06 !important;
  letter-spacing: 0 !important;
  text-wrap: balance !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-control.result-tune-control,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-control.result-tune-control {
  display: grid !important;
  grid-template-columns: clamp(36px, 3.2vw, 42px) minmax(0, 1fr) clamp(36px, 3.2vw, 42px) !important;
  align-items: stretch !important;
  gap: clamp(6px, 0.7vw, 9px) !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: clamp(40px, 3.7vw, 46px) !important;
  height: clamp(40px, 3.7vw, 46px) !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-step.result-tune-step,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-step.result-tune-step {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  border-radius: 9px !important;
  line-height: 1 !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-meter.result-tune-meter,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-meter.result-tune-meter {
  box-sizing: border-box !important;
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: 1fr !important;
  align-items: stretch !important;
  gap: clamp(3px, 0.35vw, 5px) !important;
  width: 100% !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  padding: 5px !important;
  overflow: hidden !important;
  border-radius: 9px !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-meter.result-tune-meter i,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-meter.result-tune-meter i {
  display: block !important;
  width: auto !important;
  min-width: 0 !important;
  height: 100% !important;
  min-height: 0 !important;
  max-height: none !important;
  border-radius: 6px !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner-actions.result-tuner-actions {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: clamp(9px, 1vw, 12px) !important;
  width: 100% !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner-actions.result-tuner-actions .profile-toggle,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner-actions.result-tuner-actions button {
  min-width: 0 !important;
  min-height: clamp(40px, 4vw, 48px) !important;
  padding-inline: clamp(10px, 1vw, 16px) !important;
  border-radius: 8px !important;
  white-space: nowrap !important;
}

html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .profile-drawer-winner,
html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .winner-share-card {
  grid-area: winner-share !important;
}

@media (min-width: 720px) {
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) {
    grid-template-columns: minmax(300px, 0.82fr) minmax(360px, 1.18fr) !important;
    grid-template-areas:
      "winner-media winner-copy"
      "winner-media winner-controls"
      "winner-share winner-share" !important;
    column-gap: clamp(18px, 2.1vw, 30px) !important;
    row-gap: clamp(12px, 1.35vw, 18px) !important;
    width: min(1160px, calc(100vw - clamp(28px, 4vw, 64px))) !important;
  }
}

@media (min-width: 1040px) {
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) {
    grid-template-columns: minmax(370px, 0.78fr) minmax(520px, 1.22fr) !important;
  }
}

@media (min-width: 560px) and (max-width: 719.98px) {
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) {
    grid-template-columns: minmax(230px, 0.9fr) minmax(0, 1.1fr) !important;
    grid-template-areas:
      "winner-media winner-copy"
      "winner-controls winner-controls"
      "winner-share winner-share" !important;
    column-gap: 14px !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-media-title.winner-media-title h2 {
    font-size: clamp(1.55rem, 4.8vw, 2.55rem) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-panel.result-summary-panel {
    min-height: clamp(142px, 24vw, 176px) !important;
    padding: 14px !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-description.winner-description {
    font-size: clamp(0.82rem, 1.9vw, 0.95rem) !important;
    -webkit-line-clamp: 5 !important;
  }
}

@media (max-width: 559.98px) {
  html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey {
    min-height: 54px !important;
    grid-template-columns: minmax(92px, 0.84fr) repeat(3, minmax(52px, 1fr)) !important;
    padding: 5px 5px 13px !important;
    gap: 3px !important;
  }

  html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey::before,
  html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey::after {
    bottom: 4px !important;
    height: 5px !important;
  }

  html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey .journey-status b,
  html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey .journey-step strong {
    font-size: clamp(0.74rem, 3vw, 0.92rem) !important;
  }

  html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey .journey-status em,
  html body[data-step] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > .journey-rail.decision-journey .journey-step span {
    font-size: clamp(0.58rem, 2.25vw, 0.7rem) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) {
    width: min(100%, calc(100vw - 16px)) !important;
    padding: 10px !important;
    gap: 10px !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-media-title.winner-media-title h2 {
    font-size: clamp(1.55rem, 7.6vw, 2.3rem) !important;
    line-height: 0.98 !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .winner-media-panel.winner-media-panel .winner-medal.photo-token.has-photo,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-medal.photo-token.has-photo {
    aspect-ratio: 16 / 9 !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-panel.result-summary-panel {
    min-height: 118px !important;
    padding: 12px !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-copy.result-summary-copy h3 {
    font-size: clamp(1rem, 5vw, 1.28rem) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-description.winner-description {
    font-size: clamp(0.76rem, 3.4vw, 0.9rem) !important;
    line-height: 1.18 !important;
    -webkit-line-clamp: 3 !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tuner-grid.result-tuner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    gap: 8px !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-card.result-tune-card,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-card.result-tune-card {
    min-height: 84px !important;
    padding: 7px !important;
    gap: 6px !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-card.result-tune-card strong {
    font-size: clamp(0.72rem, 3.25vw, 0.84rem) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-control.result-tune-control,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-control.result-tune-control {
    grid-template-columns: 30px minmax(0, 1fr) 30px !important;
    min-height: 34px !important;
    height: 34px !important;
    gap: 4px !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-meter.result-tune-meter,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-meter.result-tune-meter {
    padding: 4px !important;
    gap: 3px !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner-actions.result-tuner-actions {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 374.98px) {
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tuner-grid.result-tuner-grid {
    grid-template-columns: minmax(0, 1fr) !important;
  }
}

/* Result balance refinement: bigger media, compact 8-factor controls, less dead space. */
@media (min-width: 720px) {
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) {
    grid-template-columns: minmax(320px, 1.03fr) minmax(330px, 0.97fr) !important;
    grid-template-areas:
      "winner-media winner-copy"
      "winner-media winner-controls"
      "winner-share winner-share" !important;
    column-gap: clamp(16px, 1.8vw, 24px) !important;
    row-gap: clamp(10px, 1.1vw, 14px) !important;
    width: min(1120px, calc(100vw - clamp(24px, 3.2vw, 52px))) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .winner-media-panel.winner-media-panel .winner-medal.photo-token.has-photo,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-medal.photo-token.has-photo {
    aspect-ratio: 4 / 3 !important;
    border-radius: 10px !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-panel.result-summary-panel {
    min-height: clamp(154px, 13.5vw, 188px) !important;
    padding: clamp(14px, 1.45vw, 20px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-copy.result-summary-copy {
    gap: clamp(7px, 0.75vw, 10px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-description.winner-description {
    font-size: clamp(0.86rem, 0.95vw, 0.98rem) !important;
    line-height: 1.24 !important;
    -webkit-line-clamp: 5 !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .result-tuner.result-tuner {
    gap: clamp(8px, 0.85vw, 11px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tuner-grid.result-tuner-grid {
    gap: clamp(8px, 0.75vw, 10px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-card.result-tune-card,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-card.result-tune-card {
    grid-template-rows: minmax(0, auto) minmax(32px, auto) !important;
    min-height: clamp(76px, 6vw, 88px) !important;
    padding: clamp(7px, 0.75vw, 9px) !important;
    gap: clamp(5px, 0.55vw, 8px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-card.result-tune-card strong {
    font-size: clamp(0.82rem, 0.85vw, 0.93rem) !important;
    line-height: 1.02 !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-control.result-tune-control,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-control.result-tune-control {
    grid-template-columns: clamp(30px, 2.7vw, 36px) minmax(0, 1fr) clamp(30px, 2.7vw, 36px) !important;
    min-height: clamp(32px, 3vw, 38px) !important;
    height: clamp(32px, 3vw, 38px) !important;
    gap: clamp(5px, 0.55vw, 7px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-meter.result-tune-meter,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-meter.result-tune-meter {
    padding: 4px !important;
  }
}

@media (min-width: 1040px) {
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) {
    grid-template-columns: minmax(450px, 1.06fr) minmax(470px, 0.94fr) !important;
  }
}

/* User-preferred result contract: controls tuck underneath the top story. */
@media (min-width: 720px) {
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) {
    grid-template-columns: minmax(330px, 1fr) minmax(330px, 1fr) !important;
    grid-template-areas:
      "winner-media winner-copy"
      "winner-controls winner-controls"
      "winner-share winner-share" !important;
    align-items: start !important;
    column-gap: clamp(16px, 1.8vw, 24px) !important;
    row-gap: clamp(10px, 1vw, 14px) !important;
    width: min(1120px, calc(100vw - clamp(22px, 3vw, 48px))) !important;
    padding: clamp(12px, 1.35vw, 18px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .winner-media-panel.winner-media-panel .winner-medal.photo-token.has-photo,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-medal.photo-token.has-photo {
    aspect-ratio: 4 / 3 !important;
    width: 100% !important;
    max-width: 100% !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-panel.result-summary-panel {
    min-height: clamp(150px, 13vw, 188px) !important;
    padding: clamp(14px, 1.45vw, 20px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .result-tuner.result-tuner {
    width: 100% !important;
    margin-top: 0 !important;
    gap: clamp(8px, 0.85vw, 12px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) > .winner-copy.winner-copy,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-main.winner-main,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .winner-proof.winner-proof {
    align-self: stretch !important;
    display: grid !important;
    height: 100% !important;
    min-height: 0 !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-summary-panel.result-summary-panel {
    height: 100% !important;
    min-height: 100% !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="2"] .result-tuner-grid.result-tuner-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="3"] .result-tuner-grid.result-tuner-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="4"] .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="5"] .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="6"] .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="7"] .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="8"] .result-tuner-grid.result-tuner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
    gap: clamp(8px, 0.75vw, 10px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-card.result-tune-card,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-card.result-tune-card {
    grid-template-rows: minmax(0, auto) minmax(32px, auto) !important;
    min-height: clamp(74px, 6vw, 90px) !important;
    padding: clamp(7px, 0.75vw, 9px) !important;
    gap: clamp(5px, 0.55vw, 8px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-card.result-tune-card strong {
    font-size: clamp(0.8rem, 0.82vw, 0.92rem) !important;
    line-height: 1.02 !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-control.result-tune-control,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-control.result-tune-control {
    grid-template-columns: clamp(28px, 2.6vw, 36px) minmax(0, 1fr) clamp(28px, 2.6vw, 36px) !important;
    min-height: clamp(32px, 2.9vw, 38px) !important;
    height: clamp(32px, 2.9vw, 38px) !important;
    gap: clamp(4px, 0.5vw, 7px) !important;
  }

  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tune-meter.result-tune-meter,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count] .result-tune-meter.result-tune-meter {
    padding: 4px !important;
  }
}

@media (min-width: 720px) and (max-width: 899.98px) {
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="5"] .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="6"] .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="7"] .result-tuner-grid.result-tuner-grid,
  html body[data-step="results"] .app-shell.app-shell #app#app#app#app#app#app.goat-console.goat-console.goat-console.goat-console > [data-stage="results"].stage.is-active.stage.is-active.stage.is-active .winner-spotlight.winner-spotlight.winner-spotlight:has(> .result-tuner.result-tuner) .result-tuner.result-tuner[data-factor-count="8"] .result-tuner-grid.result-tuner-grid {
    grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  }
}
