.most-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.most-progress{margin:12px 0;color:#e4d8ee;font-size:14px}#mostLikelyView #mostMessage{color:#eee5f5;margin:12px 0 16px;line-height:1.4}#mostPrompt{font-size:clamp(24px,4.5vw,48px);line-height:1.15;overflow-wrap:anywhere}.most-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:10px}.most-colour-0{--most-accent:#40dce3;--most-bg:#087783;--most-text:#fff}.most-colour-1{--most-accent:#ff77b2;--most-bg:#a91558;--most-text:#fff}.most-colour-2{--most-accent:#b6eb45;--most-bg:#a8d935;--most-text:#182000}.most-colour-3{--most-accent:#ffd066;--most-bg:#f2b930;--most-text:#251b00}#mostLikelyView .most-choice{display:flex;align-items:center;justify-content:space-between;gap:8px;min-height:60px;border:2px solid transparent;border-radius:13px;background:var(--most-bg);color:var(--most-text);padding:10px 12px;text-align:left;font:inherit;font-weight:800;box-shadow:none;opacity:1}.most-choice:not(:disabled):hover{filter:brightness(1.12)}#mostLikelyView .most-choice.selected{border-color:#fff;box-shadow:0 0 0 2px #ffffff50}.most-choice:focus-visible{outline:3px solid white;outline-offset:3px}.most-person{display:flex;align-items:center;gap:10px;min-width:0}.most-player-name{overflow-wrap:anywhere;line-height:1.2}.most-person .player-avatar{width:38px;height:38px;flex:0 0 38px}.most-picked{font-size:12px;white-space:nowrap}.most-choices.is-result{display:block}.most-ranking{list-style:none;margin:0;padding:0;display:grid;gap:10px}.most-rank-row{background:#251735;color:#fff9ff;border:1px solid #564260;border-left:5px solid var(--most-accent);border-radius:14px;padding:13px 15px;overflow:hidden}.most-rank-row.winner{background:#183625;border-color:#a8d935;border-left-color:#a8d935}.most-rank-main{display:flex;align-items:center;gap:12px}.most-rank{font-size:23px;min-width:25px;color:var(--most-accent)}.most-rank-main .most-person{flex:1;font-size:18px;font-weight:850}.most-tally{display:grid;gap:3px;flex-shrink:0;text-align:right}.most-tally strong{font-size:17px}.most-tally small{font-size:12px;color:#e2d8e9}.most-voters{display:flex;align-items:center;gap:5px 8px;flex-wrap:wrap;margin:9px 0 0 37px;font-size:12px;color:#e2d8e9;line-height:1.35}.most-voter{display:inline-flex;align-items:center;gap:5px;padding:3px 6px;border-radius:8px;background:#ffffff0e;min-width:0;max-width:100%}.most-voter .player-avatar{width:20px;height:20px;flex:0 0 20px;border-width:1px}.most-result-bar{height:4px;background:#ffffff12;margin-top:10px;border-radius:4px;overflow:hidden}.most-result-bar i{display:block;height:100%;background:var(--most-accent)}@media(max-width:620px){.most-choices{grid-template-columns:1fr;gap:7px}.most-head{display:block}.most-head button{margin-top:8px;padding:8px 12px;font-size:13px}.most-head .eyebrow{font-size:11px;letter-spacing:.08em}#mostLikelyView .most-choice{min-height:52px;padding:7px 10px;font-size:15px}.most-person .player-avatar{width:32px;height:32px;flex-basis:32px}.most-picked{font-size:11px}.most-rank-row{padding:10px}.most-rank-main{gap:8px}.most-rank{font-size:20px;min-width:20px}.most-rank-main .most-person{font-size:15px;gap:7px}.most-tally strong{font-size:14px}.most-voters{margin-left:28px;font-size:11px;gap:5px}.most-voter .player-avatar{width:18px;height:18px;flex-basis:18px}.most-ranking{gap:8px}}

/* Eight compact voting rows instead of cards stretched over the viewport. */
@media(max-width:720px){
body.in-game[data-stage="mostlikely-voting"] #mostLikelyView>*{flex-shrink:0}
body.in-game[data-stage="mostlikely-voting"] #mostPrompt{font-size:clamp(20px,5.5vw,25px);line-height:1.12;margin:2px 0 6px}
body.in-game[data-stage="mostlikely-voting"] #mostMessage{font-size:12px;line-height:1.25;margin:3px 0 8px}
body.in-game[data-stage="mostlikely-voting"] .most-progress{font-size:12px;margin:3px 0}
body.in-game[data-stage="mostlikely-voting"] #mostLikelyView .most-choice{height:44px;min-height:44px;padding:5px 9px;border-radius:10px;font-size:15px;gap:6px;box-shadow:none}
body.in-game[data-stage="mostlikely-voting"] .most-person{flex:1;gap:8px;overflow:hidden}
body.in-game[data-stage="mostlikely-voting"] .most-person .player-avatar{width:28px;height:28px;flex:0 0 28px}
body.in-game[data-stage="mostlikely-voting"] .most-player-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.in-game[data-stage="mostlikely-voting"] .most-picked{font-size:11px;flex-shrink:0}
}

/* A quiet summary; the ranked results remain the main focus. */
body.in-game[data-stage="mostlikely-result"] #roundSummary{max-width:100%;min-width:0;padding:9px 12px;margin-bottom:12px;gap:9px;border:1px solid #ffffff20;border-left:3px solid var(--lime);border-radius:12px;background:#211630;color:#fff;box-shadow:none}
body.in-game[data-stage="mostlikely-result"] #roundSummaryIcon,body.in-game[data-stage="mostlikely-result"] #roundSummary .eyebrow{display:none}
body.in-game[data-stage="mostlikely-result"] #roundSummary>div{min-width:0;display:flex;align-items:baseline;flex-wrap:wrap;gap:3px 9px}
body.in-game[data-stage="mostlikely-result"] #roundSummaryTitle{font-size:16px;line-height:1.3;color:var(--lime);overflow-wrap:anywhere}
body.in-game[data-stage="mostlikely-result"] #roundSummaryText{margin:0;font-size:12px;line-height:1.4;color:#d8cde5;overflow-wrap:anywhere}
