.quiz-wrapper{--vazir:var(--font-vazirmatn), "Vazirmatn", "Segoe UI", sans-serif;font-family:var(--vazir);color:#18181b;font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;direction:rtl;background:linear-gradient(160deg,#eef2ff 0%,#fafafa 50%,#ecfdf5 100%);min-height:100vh;margin:0;padding:2rem 1.25rem;line-height:1.7}.quiz-topbar{max-width:50rem;margin:0 auto 1.5rem}.back-button{color:#3730a3;cursor:pointer;background:#fff;border:1px solid #c7d2fe;border-radius:9999px;align-items:center;gap:.5rem;padding:.6rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:600;text-decoration:none;transition:all .2s;display:inline-flex;box-shadow:0 2px 8px #0000000f}.back-button:hover,.back-button:focus-visible{color:#fff;background:#6366f1;border-color:#6366f1;transform:translateY(-1px);box-shadow:0 6px 16px #6366f159}.quiz-header{text-align:center;margin:0 0 2rem}.quiz-header img{object-fit:contain;width:4.5rem;height:4.5rem;margin-bottom:.5rem}.quiz-header h1{color:#1e1b4b;margin:0;font-size:2rem;font-weight:800}.quiz-header p{color:#6b7280;margin:.35rem 0 0;font-size:1rem}#quiz{text-align:right;background:#fff;border:1px solid #e4e4e7;border-radius:20px;max-width:50rem;margin:0 auto;padding:2.5rem 2rem;box-shadow:0 10px 30px -8px #0000001f,0 4px 10px -6px #0000000f}#question-overview{color:#6366f1;margin:0 0 1rem;font-size:.85rem;font-weight:700}#question progress{background:#e4e4e7;border:none;border-radius:9999px;width:100%;height:.6rem;margin-bottom:1.75rem;display:block}#question progress::-webkit-progress-bar{background:#e4e4e7;border-radius:9999px}#question progress::-webkit-progress-value{background:#6366f1;border-radius:9999px;transition:width .3s}#question progress::-moz-progress-bar{background:#6366f1;border-radius:9999px}#question progress.answered::-webkit-progress-value{background:#f59e0b}#question progress.answered::-moz-progress-bar{background:#f59e0b}#question h2{color:#27272a;margin:0 0 2rem;font-size:1.3rem;font-weight:700;line-height:1.8}#answers{grid-template-columns:repeat(2,1fr);gap:.9rem;margin:0;padding:0;list-style:none;display:grid}.answer{margin:0}.answer button{text-align:right;color:#3f3f46;cursor:pointer;background:#fafafa;border:1.5px solid #d4d4d8;border-radius:14px;width:100%;height:100%;padding:1rem 1.25rem;font-family:inherit;font-size:.95rem;font-weight:500;line-height:1.7;transition:all .2s ease-in-out}.answer button:hover,.answer button:focus-visible{color:#fff;background:#6366f1;border-color:#6366f1;box-shadow:0 6px 16px #6366f14d}.answer button:disabled{cursor:default}.answer button.selected{color:#92400e;background:#fef3c7;border-color:#f59e0b}.answer button.correct{color:#166534;background:#dcfce7;border-color:#22c55e}.answer button.wrong{color:#991b1b;background:#fee2e2;border-color:#ef4444}#skip-action{text-align:center;margin-top:2.25rem}#skip-action button{color:#71717a;cursor:pointer;background:0 0;border:none;border-radius:9999px;padding:.5rem 1.25rem;font-family:inherit;font-size:1rem;font-weight:600;transition:all .2s}#skip-action button:hover,#skip-action button:focus-visible{color:#18181b;background:#e4e4e7}#summary{text-align:center;background:#fff;border:1px solid #e4e4e7;border-radius:20px;max-width:46rem;margin:0 auto;padding:2.5rem 2rem;animation:.5s ease-out slide-in-from-bottom;box-shadow:0 10px 30px -8px #0000001f}#summary img{object-fit:contain;background:#f4f4f5;border:2px solid #e4e4e7;border-radius:50%;width:6rem;height:6rem;margin:0 auto 1rem;padding:.5rem;display:block}#summary h2{text-align:center;color:#18181b;margin:0;font-family:inherit;font-size:2rem;font-weight:800}#summary ol{text-align:right;margin:2rem auto;padding:0;list-style:none}#summary li{background:#f4f4f5;border-radius:12px;margin:1rem 0;padding:1.1rem 1.25rem}#summary li h3{color:#fff;background:#6366f1;border-radius:50%;justify-content:center;align-items:center;width:1.9rem;height:1.9rem;margin:0 auto .5rem 0;font-size:.9rem;font-weight:700;display:inline-flex}#summary .question{color:#3f3f46;margin:.25rem 0;font-size:1rem;font-weight:600}#summary .user-answer{margin:.25rem 0;font-family:inherit;font-size:.95rem;font-weight:700}#summary .user-answer.correct{color:#16a34a}#summary .user-answer.wrong{color:#dc2626}#summary .user-answer.skipped{color:#71717a;font-weight:500}#summary-stats{border-bottom:2px solid #e4e4e7;gap:1.5rem;width:100%;margin:2rem auto;padding-bottom:1.75rem;display:flex}#summary-stats p{flex-direction:column;flex:1;align-items:center;margin:0;display:flex}#summary-stats .number{color:#6366f1;font-size:2.75rem;font-weight:800}#summary-stats .text{color:#71717a;margin-top:.1rem;font-size:.9rem}@media (max-width:640px){.quiz-wrapper{padding:1.5rem 1rem}#quiz,#summary{padding:1.75rem 1.25rem}#answers{grid-template-columns:1fr}#summary-stats .number{font-size:2rem}#question h2{font-size:1.1rem}}@keyframes slide-in-from-bottom{0%{opacity:0;transform:translateY(10%)}to{opacity:1;transform:translateY(0)}}
