.test-menu{min-width:310px;padding:.65rem;border:0;border-radius:20px;box-shadow:0 18px 45px rgba(13,93,138,.18)}
.test-menu .dropdown-item{display:flex;align-items:center;gap:.8rem;padding:.75rem;border-radius:14px;white-space:normal}
.test-menu .dropdown-item i{font-size:1.35rem}.test-menu .dropdown-item span{display:grid}.test-menu small{color:#6b7b89}
.test-phase-badge{display:inline-flex;align-items:center;gap:.55rem;background:#e7f7ff;color:#0879b8;border:1px solid #bfe9ff;border-radius:999px;padding:.65rem 1rem;font-weight:700}.test-phase-badge.post{background:#fff0f8;color:#d12b83;border-color:#ffd0e8}
.test-instruction{display:flex;align-items:center;gap:1rem;padding:1rem 1.25rem;background:linear-gradient(135deg,#e8f8ff,#fff3fa);border:1px solid #ccefff;border-radius:20px}.test-instruction>i{font-size:1.6rem;color:var(--primary)}.answered-counter{margin-left:auto;display:flex;align-items:baseline;gap:.25rem;min-width:90px;justify-content:center}.answered-counter strong{font-size:1.8rem;color:var(--pink)}
.question-card{margin-bottom:1.25rem;scroll-margin-top:1rem}.question-heading{display:flex;gap:1rem;align-items:flex-start;margin-bottom:1rem}.question-heading h3{font-size:1.08rem;line-height:1.65;margin:.1rem 0 0;font-weight:700}.question-number{display:grid;place-items:center;flex:0 0 38px;width:38px;height:38px;border-radius:13px;background:linear-gradient(135deg,var(--primary),#67ccff);color:#fff;font-weight:800;box-shadow:0 8px 18px rgba(19,158,232,.25)}
.quiz-options{display:grid;gap:.65rem}.quiz-option{display:flex;align-items:flex-start;gap:.8rem;padding:.85rem 1rem;border:1.5px solid #dceaf2;border-radius:15px;background:#fbfdff;cursor:pointer;transition:.18s ease}.quiz-option:hover{border-color:#71c9f5;background:#f2fbff;transform:translateY(-1px)}.quiz-option.selected{border-color:var(--primary);background:#eaf8ff;box-shadow:0 0 0 3px rgba(19,158,232,.1)}.quiz-option input{position:absolute;opacity:0;pointer-events:none}.choice-letter{display:grid;place-items:center;flex:0 0 30px;width:30px;height:30px;border-radius:10px;background:#e7f2f8;color:#36677e;font-weight:800}.quiz-option.selected .choice-letter{background:var(--primary);color:#fff}
.submit-test{position:sticky;bottom:12px;z-index:5;display:flex;align-items:center;justify-content:space-between;gap:1rem;border:1px solid rgba(19,158,232,.25);box-shadow:0 16px 40px rgba(11,86,127,.18)}
.test-lock{max-width:760px;text-align:center;padding:2rem}.lock-orbit{display:grid;place-items:center;width:92px;height:92px;margin:0 auto 1.25rem;border-radius:50%;background:linear-gradient(135deg,#dff5ff,#ffe6f3);color:var(--pink);font-size:2.2rem;box-shadow:0 12px 30px rgba(209,43,131,.14)}.requirement-list{display:grid;gap:.7rem;text-align:left;margin-top:1.5rem}.requirement-item{display:flex;align-items:center;gap:.8rem;padding:.9rem 1rem;border:1px solid #e2edf3;border-radius:16px;background:#fff}.requirement-item>i{font-size:1.4rem;color:#a5b2ba}.requirement-item.done{background:#edfff7;border-color:#bcebd5}.requirement-item.done>i{color:#1aa36f}.requirement-item span{display:grid;flex:1}.requirement-item small{color:#6c7b85}
.result-overview{max-width:850px;text-align:center}.test-score-ring{display:grid;place-items:center;width:170px;height:170px;margin:-4.4rem auto 1.2rem;border-radius:50%;background:conic-gradient(var(--primary) var(--score),#e8f0f4 0);padding:12px;box-shadow:0 16px 35px rgba(13,105,155,.2)}.test-score-ring>div{display:grid;place-items:center;width:100%;height:100%;border-radius:50%;background:#fff}.test-score-ring strong{font-size:3.2rem;line-height:1;color:var(--primary)}.test-score-ring span{color:#6d7e88}
.comparison-strip{display:grid;grid-template-columns:1fr auto 1fr 1fr;align-items:center;gap:1rem;margin:1.5rem 0;padding:1rem;border-radius:18px;background:#f5fbfe}.comparison-strip>div{display:grid}.comparison-strip span{font-size:.82rem;color:#6b7c86}.comparison-strip strong{font-size:1.3rem}.comparison-strip .delta{padding:.55rem;border-radius:13px;background:#fff}.comparison-strip .positive strong{color:#159568}.comparison-strip .negative strong{color:#dc3d62}
.answer-detail{margin-bottom:1rem;border-left:5px solid #20a873}.answer-detail.incorrect{border-left-color:#e44d6f}.answer-title{display:flex;align-items:flex-start;gap:.9rem}.answer-title h4{flex:1;font-size:1.05rem;line-height:1.6;font-weight:700}.answer-title>i{font-size:1.5rem;color:#20a873}.answer-detail.incorrect .answer-title>i{color:#e44d6f}.review-line{display:grid;grid-template-columns:135px 1fr;gap:.7rem;padding:.65rem 0;border-top:1px solid #edf2f5}.review-line span{color:#697b85}.review-line.correct-answer strong{color:#12855c}.explanation{display:flex;gap:.6rem;margin:.5rem 0 0;padding:.8rem 1rem;background:#fff9e8;border-radius:13px;color:#68531e}.explanation i{color:#f2a500}
@media(max-width:767px){.test-instruction{align-items:flex-start;flex-wrap:wrap}.answered-counter{margin-left:0}.submit-test{position:static;align-items:stretch;flex-direction:column}.submit-test .btn{width:100%}.comparison-strip{grid-template-columns:1fr auto 1fr}.comparison-strip .delta{grid-column:1/-1}.review-line{grid-template-columns:1fr}.test-score-ring{margin:-2.3rem auto 1rem}.question-card{padding:1rem}.quiz-option{padding:.75rem}.test-lock{padding:1.25rem}}
@media print{.submit-test,.test-menu{display:none!important}.test-score-ring{box-shadow:none}.answer-detail{break-inside:avoid}}
