.most-head{display:flex;justify-content:space-between;gap:1rem;align-items:flex-start}.most-progress{margin:1rem 0;color:#d8c8ed}.most-choices{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1rem}.most-choice{position:relative;overflow:hidden;min-height:105px;border:2px solid #5b477c;border-radius:20px;background:#251640;color:#fff;padding:1.1rem;text-align:left;font:inherit;font-weight:900}.most-choice:not(:disabled):hover{border-color:#b7ff00;transform:translateY(-2px)}.most-choice.selected{border-color:#ff4f9a;box-shadow:0 0 0 3px #ff4f9a33}.most-choice.winner{border-color:#b7ff00}.most-name{position:relative;z-index:2;font-size:1.2rem}.most-result{position:relative;z-index:2;display:flex;justify-content:space-between;margin-top:.6rem}.most-percent{font-size:2rem;color:#b7ff00}.most-bar{position:absolute;left:0;bottom:0;height:9px;background:#b7ff00;transition:width .5s}@media(max-width:620px){.most-choices{grid-template-columns:1fr}.most-head{display:block}.most-head button{margin-top:.75rem}}
