#resultView .quiz-verdict{display:flex;align-items:center;gap:16px;padding:20px;border:1px solid #72e6a2;border-radius:20px;background:linear-gradient(120deg,#147442,#154c32);color:#fff;margin-bottom:22px;flex-shrink:0}
#resultView .quiz-verdict.is-incorrect{background:linear-gradient(120deg,#a82740,#581b31);border-color:#ff8195}
#resultView .quiz-verdict-icon{display:grid;place-items:center;width:48px;height:48px;flex:0 0 48px;border-radius:50%;background:#ffffff1f;font-size:32px;font-weight:900}
#resultView .quiz-verdict strong{display:block;font-size:clamp(23px,4vw,32px);line-height:1.15}#resultView .quiz-verdict p{margin:7px 0 0;line-height:1.45;font-size:15px;color:#fff;overflow-wrap:anywhere}
#resultView #resultOptions .answer{opacity:1;background:#241735;color:#eee8f8;border:1px solid #51425f;box-shadow:none;font-size:15px;line-height:1.4;padding:12px;min-width:0}
#resultView #resultOptions .answer.correct{background:#153e78;border:2px solid #69a5ff;color:#fff}
#resultView #resultOptions .answer.chosen-wrong{background:#591b30;border:2px solid #ff7891;color:#fff}
#resultView #resultOptions .code{background:#ffffff15;color:inherit}#resultView #resultOptions small{display:block;font-size:11px;font-weight:800;margin-top:5px;letter-spacing:.04em}
body.in-game[data-stage="result"] #resultView .explanation,#resultView .explanation{background:#21162f;color:#e7deef;border:1px solid #4a365f;border-left:4px solid #51ccd8;border-radius:14px;font-size:16px;line-height:1.6;padding:17px;margin:18px 0}
body.in-game[data-stage="result"] #resultView .scoreboard{display:block;margin-top:8px}#resultView #scoreList{display:block;margin-top:0}
#resultView .result-player-columns{display:grid;grid-template-columns:minmax(0,1fr) minmax(0,1fr);gap:12px}
#resultView .quiz-group{min-width:0;border:1px solid #315744;background:#10281f;padding:16px;border-radius:17px;color:#85efb2}
#resultView .quiz-group-bad{border-color:#613140;background:#301721;color:#ff9caf}
#resultView .quiz-group h3{display:flex;align-items:center;justify-content:space-between;gap:8px;margin:0 0 12px;font-size:15px;color:inherit}
#resultView .quiz-group h3 b{font-size:25px}#resultView .quiz-group ul{list-style:none;padding:0;margin:0;display:grid;gap:7px}
#resultView .quiz-player{display:flex;align-items:center;justify-content:space-between;gap:8px;padding:10px;background:#ffffff06;border-radius:9px;font-size:14px;font-weight:700}
#resultView .quiz-player>span{min-width:0;overflow-wrap:anywhere}#resultView .quiz-player strong{flex-shrink:0}#resultView .quiz-player.is-me{outline:1px solid currentColor;background:#ffffff0d}#resultView .quiz-player small{font-size:11px}#resultView .quiz-empty{font-size:13px;opacity:.8}
@media(max-width:720px){body.in-game[data-stage="result"] #gameView>#resultView:not([hidden]){overflow-y:auto;display:block;padding:0 3px 16px}#resultView .quiz-verdict{padding:15px;gap:11px;margin-bottom:16px}#resultView .quiz-group{padding:11px}#resultView .quiz-group h3{font-size:13px;align-items:flex-start}#resultView .quiz-player{padding:8px 6px;font-size:13px}body.in-game[data-stage="result"] #resultQuestion{font-size:23px;line-height:1.2;margin:0 0 14px}body.in-game[data-stage="result"] #resultView .explanation{font-size:14px;line-height:1.55}#resultView .result-player-columns{gap:8px}}


#resultView>.eyebrow{color:#70dce8}#resultView #resultOptions .answer{border-radius:12px}

