.quiz-progress[data-v-70ca2c9e]{margin-bottom:2rem}.quiz-progress__info[data-v-70ca2c9e]{display:flex;justify-content:space-between;margin-bottom:.75rem}.quiz-progress__percentage[data-v-70ca2c9e],.quiz-progress__text[data-v-70ca2c9e]{color:rgb(var(--color-text-secondary));font-size:.875rem;font-weight:600}.quiz-progress__bar[data-v-70ca2c9e]{background:rgb(var(--color-border));border-radius:4px;height:8px;overflow:hidden}.quiz-progress__fill[data-v-70ca2c9e]{background:linear-gradient(90deg,rgb(var(--color-primary)),rgb(var(--color-secondary)));border-radius:4px;height:100%;transition:width .3s ease}.quiz-timer{display:flex;justify-content:center;margin-bottom:2rem}.quiz-timer__circle{height:120px;position:relative;width:120px}.quiz-timer__svg{height:100%;transform:rotate(-90deg);width:100%}.quiz-timer__track{fill:none;stroke:rgb(var(--color-border));stroke-width:8}.quiz-timer__progress{fill:none;stroke:rgb(var(--color-primary));stroke-dasharray:282.7;stroke-linecap:round;stroke-width:8;transition:stroke-dashoffset 1s linear}.quiz-timer__time{color:rgb(var(--color-text-primary));font-size:1.75rem;font-weight:700;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.quiz-question{border-radius:16px}.quiz-question__text{color:rgb(var(--color-text-primary));font-size:1.5rem;font-weight:600;line-height:1.4;margin-bottom:1.5rem}.quiz-question__code{background:rgb(var(--color-bg-primary));border:1px solid rgb(var(--color-border));border-radius:8px;font-family:Fira Code,monospace;font-size:.875rem;line-height:1.6;margin-bottom:1.5rem;overflow-x:auto;padding:1rem}.quiz-question__code code{color:rgb(var(--color-text-primary))}.quiz-question__answers{display:flex;flex-direction:column;gap:1rem}.quiz-question__answer{align-items:center;background:rgb(var(--color-bg-primary));border:2px solid rgb(var(--color-border));border-radius:12px;cursor:pointer;display:flex;gap:1rem;padding:1rem 1.25rem;text-align:left;transition:all .2s ease}.quiz-question__answer:hover{border-color:rgb(var(--color-primary));transform:translate(4px)}.quiz-question__answer_selected{background:rgba(var(--primary),.1);border-color:rgb(var(--color-primary))}.quiz-question__answer-letter{align-items:center;background:rgb(var(--color-primary));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-weight:600;height:2rem;justify-content:center;width:2rem}.quiz-question__answer-text{color:rgb(var(--color-text-primary));flex:1;font-size:1rem}.quiz-results{margin:0 auto;max-width:900px;padding:2rem}.quiz-results__summary{margin-bottom:3rem;text-align:center}.quiz-results__title{color:rgb(var(--color-text-primary));font-size:2.5rem;font-weight:700;margin-bottom:2rem}.quiz-results__score{margin-bottom:2rem}.quiz-results__score-circle{align-items:center;background:linear-gradient(135deg,rgb(var(--color-primary)),rgb(var(--color-secondary)));border-radius:50%;display:inline-flex;height:180px;justify-content:center;margin-bottom:1rem;width:180px}.quiz-results__score-value{color:#fff;font-size:3rem;font-weight:700}.quiz-results__score-text{color:rgb(var(--color-text-secondary));font-size:1.25rem}.quiz-results__stats{display:flex;gap:3rem;justify-content:center;margin-top:2rem}.quiz-results__stat{display:flex;flex-direction:column;gap:.5rem}.quiz-results__stat-label{color:rgb(var(--color-text-secondary));font-size:.875rem;letter-spacing:.05em;text-transform:uppercase}.quiz-results__stat-value{color:rgb(var(--color-text-primary));font-size:1.5rem;font-weight:600}.quiz-results__detailed{margin-bottom:2rem}.quiz-results__detailed-title{color:rgb(var(--color-text-primary));font-size:1.75rem;font-weight:600;margin-bottom:1.5rem}.quiz-results__item{background:rgb(var(--color-bg-secondary));border-left:4px solid transparent;border-radius:12px;margin-bottom:1.5rem;padding:1.5rem}.quiz-results__item_correct{border-left-color:rgb(var(--color-success))}.quiz-results__item_incorrect{border-left-color:rgb(var(--color-error))}.quiz-results__item-header{align-items:center;display:flex;gap:1rem;margin-bottom:1rem}.quiz-results__item-number{align-items:center;background:rgb(var(--color-primary));border-radius:50%;color:#fff;display:flex;height:2rem;justify-content:center;width:2rem}.quiz-results__item-number,.quiz-results__item-status{font-size:.875rem;font-weight:600}.quiz-results__item_correct .quiz-results__item-status{color:rgb(var(--color-success))}.quiz-results__item_incorrect .quiz-results__item-status{color:rgb(var(--color-error))}.quiz-results__item-question{color:rgb(var(--color-text-primary));font-size:1.125rem;font-weight:500;line-height:1.5;margin-bottom:1rem}.quiz-results__item-code{background:rgb(var(--color-bg-primary));border:1px solid rgb(var(--color-border));border-radius:8px;font-family:Fira Code,monospace;font-size:.875rem;line-height:1.6;margin-bottom:1rem;overflow-x:auto;padding:1rem}.quiz-results__item-code code{color:rgb(var(--color-text-primary))}.quiz-results__item-answers{display:flex;flex-direction:column;gap:.75rem;margin-bottom:1rem}.quiz-results__item-answer{align-items:center;background:rgb(var(--color-bg-primary));border:2px solid rgb(var(--color-border));border-radius:8px;display:flex;gap:.75rem;padding:.75rem 1rem}.quiz-results__item-answer_correct{background:rgba(var(--success),.1);border-color:rgb(var(--color-success))}.quiz-results__item-answer_wrong{background:rgba(var(--error),.1);border-color:rgb(var(--color-error))}.quiz-results__item-answer-letter{align-items:center;background:rgb(var(--color-text-secondary));border-radius:50%;color:#fff;display:flex;flex-shrink:0;font-size:.75rem;font-weight:600;height:1.5rem;justify-content:center;width:1.5rem}.quiz-results__item-answer_correct .quiz-results__item-answer-letter{background:rgb(var(--color-success))}.quiz-results__item-answer_wrong .quiz-results__item-answer-letter{background:rgb(var(--color-error))}.quiz-results__item-answer-text{color:rgb(var(--color-text-primary));flex:1}.quiz-results__item-answer-icon{font-size:1.25rem;font-weight:700}.quiz-results__item-answer_correct .quiz-results__item-answer-icon{color:rgb(var(--color-success))}.quiz-results__item-answer_wrong .quiz-results__item-answer-icon{color:rgb(var(--color-error))}.quiz-results__item-explanation{background:rgba(var(--primary),.05);border-radius:8px;color:rgb(var(--color-text-secondary));line-height:1.6;padding:1rem}.quiz-results__item-explanation strong{color:rgb(var(--color-text-primary))}.quiz-results__actions{display:flex;justify-content:center;margin-top:2rem}
