html,body{margin:0;min-height:100%;font-family:Inter,ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,sans-serif;background:#f6e3b2}*,*:before,*:after{box-sizing:border-box}body{min-height:100dvh}button,input,select,textarea{font:inherit}.quiz-result-board{width:min(620px,100%);justify-self:center;display:grid;gap:10px}.quiz-result-board h2{color:#172423;font-size:clamp(25px,3.4vw,34px);line-height:1.06}.result-board-state{color:#275d52;font-weight:900}.quiz-result-list{display:grid;gap:8px}.quiz-result-row{min-width:0;padding:9px 10px;display:grid;grid-template-columns:32px 48px minmax(0,1fr) auto;align-items:center;gap:9px;border:1px solid rgba(47,110,97,.16);border-radius:8px;background:#ffffff94}.quiz-result-row.current-player{border-color:#d87a2775;background:#ffefd1cc}.quiz-result-rank{width:30px;height:30px;display:inline-flex;align-items:center;justify-content:center;border-radius:50%;background:#2f6e61;color:#fff8dc;font-size:15px;font-weight:900}.quiz-result-row.current-player .quiz-result-rank{background:#d87a27}.quiz-result-row>img{width:48px;height:48px;border:2px solid rgba(47,110,97,.18);border-radius:50%;background:#fffceec7;object-fit:cover}.quiz-result-name{min-width:0;display:grid}.quiz-result-name strong,.quiz-result-name span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.quiz-result-name strong{color:#172423;font-size:18px}.quiz-result-name span{color:#6f5d49;font-size:12px;font-weight:900}.quiz-result-score{min-width:96px;padding:8px 10px;display:grid;justify-items:end;border:1px solid rgba(47,110,97,.18);border-radius:8px;background:#fffceeb8;color:#275d52;white-space:nowrap}.quiz-result-score strong{font-size:21px}.quiz-result-score span{color:#6f5d49;font-size:12px;font-weight:900}@media(max-width:480px){.quiz-result-row{grid-template-columns:30px 44px minmax(0,1fr)}.quiz-result-row>img{width:44px;height:44px}.quiz-result-score{grid-column:1 / -1;justify-items:center;min-width:0}}
