.exam-container.svelte-a4eodc{max-width:1200px;margin:0 auto;padding:20px}.error-message.svelte-a4eodc{text-align:center;padding:40px;background:#fee;border:1px solid #f88;border-radius:8px}.exam-header.svelte-a4eodc{display:flex;justify-content:space-between;align-items:center;margin-bottom:30px;padding:20px;background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a}.exam-info.svelte-a4eodc h1:where(.svelte-a4eodc){margin:0 0 10px;color:#333}.progress.svelte-a4eodc{display:flex;flex-direction:column;gap:8px}.progress-bar.svelte-a4eodc{width:300px;height:8px;background:#eee;border-radius:4px;overflow:hidden}.progress-fill.svelte-a4eodc{height:100%;background:linear-gradient(90deg,#4caf50,#45a049);transition:width .3s ease}.exam-status.svelte-a4eodc{display:flex;flex-direction:column;align-items:end;gap:10px}.timer.svelte-a4eodc{display:flex;align-items:center;gap:8px;padding:10px 15px;background:#f8f9fa;border-radius:20px;font-weight:700;font-size:1.1em}.timer.warning.svelte-a4eodc{background:#ffe6e6;color:#d73502}.timer-icon.svelte-a4eodc{font-size:1.2em}.question-container.svelte-a4eodc{background:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;overflow:hidden}.question.svelte-a4eodc{padding:30px}.question-header.svelte-a4eodc{margin-bottom:20px}.question-number.svelte-a4eodc{background:#4caf50;color:#fff;padding:5px 15px;border-radius:15px;font-weight:700}.question-text.svelte-a4eodc{font-size:1.2em;line-height:1.5;margin:20px 0;color:#333}.question-image.svelte-a4eodc{margin:20px 0;text-align:center}.question-image.svelte-a4eodc img:where(.svelte-a4eodc){max-width:100%;height:auto;border-radius:8px;box-shadow:0 2px 8px #0000001a}.answers.svelte-a4eodc{display:flex;flex-direction:column;gap:12px;margin:30px 0}.answer-option.svelte-a4eodc{display:flex;align-items:center;gap:15px;padding:15px 20px;border:2px solid #e0e0e0;border-radius:8px;background:#fff;cursor:pointer;transition:all .2s ease;text-align:left}.answer-option.svelte-a4eodc:hover{border-color:#4caf50;background:#f8fff8}.answer-option.selected.svelte-a4eodc{border-color:#4caf50;background:#e8f5e8}.answer-letter.svelte-a4eodc{background:#4caf50;color:#fff;width:30px;height:30px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:700;flex-shrink:0}.answer-option.selected.svelte-a4eodc .answer-letter:where(.svelte-a4eodc){background:#45a049}.answer-option.highlight-correct.svelte-a4eodc{border-color:#4caf50;background:#e8f5e8;animation:svelte-a4eodc-highlight-pulse-correct 1s ease-in-out 3}.answer-option.highlight-correct.svelte-a4eodc .answer-letter:where(.svelte-a4eodc){background:#4caf50}.answer-option.highlight-wrong.svelte-a4eodc{border-color:#ff9800;background:#fff3e0;animation:svelte-a4eodc-highlight-pulse-wrong 1s ease-in-out 3}.answer-option.highlight-wrong.svelte-a4eodc .answer-letter:where(.svelte-a4eodc){background:#ff9800}.correct-indicator.svelte-a4eodc{color:#4caf50;font-weight:700;font-size:1.2em;margin-left:auto}.wrong-indicator.svelte-a4eodc{color:#ff9800;font-weight:700;font-size:1.2em;margin-left:auto}@keyframes svelte-a4eodc-highlight-pulse-correct{0%,to{background:#e8f5e8}50%{background:#c8e6c9}}@keyframes svelte-a4eodc-highlight-pulse-wrong{0%,to{background:#fff3e0}50%{background:#ffe0b2}}.answer-text.svelte-a4eodc{font-size:1.1em;line-height:1.4}.navigation.svelte-a4eodc{display:flex;align-items:center;justify-content:space-between;padding:20px 30px;background:#f8f9fa;border-top:1px solid #e0e0e0}.question-dots.svelte-a4eodc{display:flex;gap:8px;flex-wrap:nowrap;max-width:600px;overflow-x:auto}.question-dot.svelte-a4eodc{width:35px;height:35px;border-radius:50%;border:2px solid #ddd;background:#fff;cursor:pointer;font-weight:700;display:flex;align-items:center;justify-content:center;transition:all .2s ease;font-size:.9em}.question-dot.current.svelte-a4eodc{border-color:#4caf50;background:#4caf50;color:#fff}.question-dot.answered.svelte-a4eodc{background:#e8f5e8;border-color:#4caf50}.question-dot.correct.svelte-a4eodc{background:#4caf50;border-color:#4caf50;color:#fff}.question-dot.wrong.svelte-a4eodc{background:#ff9800;border-color:#ff9800;color:#fff}.question-dot.answered.current.svelte-a4eodc{background:#45a049}.question-dot.correct.current.svelte-a4eodc{background:#388e3c}.question-dot.wrong.current.svelte-a4eodc{background:#f57c00}.btn.svelte-a4eodc:disabled{opacity:.6;cursor:not-allowed}.spinner.svelte-a4eodc{display:inline-block;width:16px;height:16px;border:2px solid #ffffff;border-radius:50%;border-top-color:transparent;animation:svelte-a4eodc-spin 1s ease-in-out infinite;margin-right:8px}@keyframes svelte-a4eodc-spin{to{transform:rotate(360deg)}}.btn.svelte-a4eodc{padding:10px 20px;border:none;border-radius:5px;cursor:pointer;font-weight:700;text-decoration:none;display:inline-block;text-align:center;transition:background-color .2s ease}.btn.svelte-a4eodc:disabled{opacity:.5;cursor:not-allowed}.btn-primary.svelte-a4eodc{background:#4caf50;color:#fff}.btn-primary.svelte-a4eodc:hover:not(:disabled){background:#45a049}.btn-secondary.svelte-a4eodc{background:#6c757d;color:#fff}.btn-secondary.svelte-a4eodc:hover:not(:disabled){background:#5a6268}.btn-success.svelte-a4eodc{background:#28a745;color:#fff}.btn-success.svelte-a4eodc:hover:not(:disabled){background:#218838}.results-container.svelte-a4eodc{max-width:800px;margin:0 auto}.results-header.svelte-a4eodc{text-align:center;margin-bottom:40px;padding:40px;background:#fff;border-radius:12px;box-shadow:0 4px 12px #0000001a}.score.svelte-a4eodc{display:flex;align-items:center;justify-content:center;gap:30px;margin-top:30px}.score-circle.svelte-a4eodc{width:120px;height:120px;border-radius:50%;display:flex;flex-direction:column;align-items:center;justify-content:center;font-weight:700;box-shadow:0 4px 12px #0000001a}.score.passed.svelte-a4eodc .score-circle:where(.svelte-a4eodc){background:linear-gradient(135deg,#4caf50,#45a049);color:#fff}.score.failed.svelte-a4eodc .score-circle:where(.svelte-a4eodc){background:linear-gradient(135deg,#f44336,#e53935);color:#fff}.score-number.svelte-a4eodc{font-size:2.5em;line-height:1}.score-total.svelte-a4eodc{font-size:1.2em}.score-text.svelte-a4eodc{text-align:left}.status.svelte-a4eodc{font-size:1.5em;font-weight:700;margin:0}.score.passed.svelte-a4eodc .status:where(.svelte-a4eodc){color:#4caf50}.score.failed.svelte-a4eodc .status:where(.svelte-a4eodc){color:#f44336}.percentage.svelte-a4eodc{font-size:1.2em;color:#666;margin:5px 0}.time.svelte-a4eodc{color:#888;margin:5px 0}.detailed-results.svelte-a4eodc{margin-bottom:30px}.detailed-results.svelte-a4eodc h3:where(.svelte-a4eodc){margin-bottom:20px;color:#333}.result-item.svelte-a4eodc{margin-bottom:20px;background:#fff;border-radius:8px;overflow:hidden;box-shadow:0 2px 4px #0000001a}.result-header.svelte-a4eodc{display:flex;justify-content:space-between;align-items:center;padding:15px 20px;font-weight:700}.result-item.correct.svelte-a4eodc .result-header:where(.svelte-a4eodc){background:#e8f5e8;color:#2e7d32}.result-item.incorrect.svelte-a4eodc .result-header:where(.svelte-a4eodc){background:#ffebee;color:#c62828}.result-icon.svelte-a4eodc{font-size:1.2em}.result-content.svelte-a4eodc{padding:20px}.question-text.svelte-a4eodc{font-weight:700;margin-bottom:15px;line-height:1.4}.answers-comparison.svelte-a4eodc{display:flex;flex-direction:column;gap:10px}.user-answer.svelte-a4eodc,.correct-answer.svelte-a4eodc{padding:10px;border-radius:5px}.user-answer.svelte-a4eodc{background:#f5f5f5}.correct-answer.svelte-a4eodc{background:#e8f5e8}.actions.svelte-a4eodc{text-align:center;display:flex;gap:20px;justify-content:center}@media (max-width: 768px){.exam-header.svelte-a4eodc{flex-direction:column;gap:20px;text-align:center}.exam-status.svelte-a4eodc{flex-direction:column;align-items:center;gap:10px}.progress-bar.svelte-a4eodc{width:250px}.question-dots.svelte-a4eodc{max-width:100%;justify-content:center}.navigation.svelte-a4eodc{flex-wrap:wrap;gap:15px}.score.svelte-a4eodc{flex-direction:column;gap:20px}.actions.svelte-a4eodc{flex-direction:column}.btn-reset.svelte-a4eodc{font-size:.8em;padding:6px 12px}}.score-wrong.critical.svelte-a4eodc{color:#c62828;background:#ffebee;padding:4px 8px;border-radius:4px;animation:svelte-a4eodc-pulse 2s infinite}.fail-warning.svelte-a4eodc{color:#c62828;font-weight:700;background:#ffebee;padding:4px 8px;border-radius:4px;animation:svelte-a4eodc-pulse 2s infinite}@keyframes svelte-a4eodc-pulse{0%,to{opacity:1}50%{opacity:.7}}.fail-reason.svelte-a4eodc{color:#c62828;font-weight:700;font-size:.9em;margin:5px 0}.fail-modal-overlay.svelte-a4eodc{position:fixed;top:0;left:0;width:100%;height:100%;background:#000c;display:flex;align-items:center;justify-content:center;z-index:1000}.fail-modal.svelte-a4eodc{background:#fff;border-radius:12px;max-width:500px;width:90%;box-shadow:0 8px 32px #0000004d;animation:svelte-a4eodc-modal-appear .3s ease-out}.fail-modal-header.svelte-a4eodc{background:linear-gradient(135deg,#f44336,#e53935);color:#fff;padding:20px;border-radius:12px 12px 0 0;text-align:center}.fail-modal-header.svelte-a4eodc h2:where(.svelte-a4eodc){margin:0;font-size:1.5em}.fail-modal-content.svelte-a4eodc{padding:30px;text-align:center}.fail-message.svelte-a4eodc{font-size:1.3em;font-weight:700;color:#c62828;margin-bottom:15px}.fail-explanation.svelte-a4eodc{color:#666;margin-bottom:25px;line-height:1.5}.fail-actions.svelte-a4eodc{display:flex;gap:15px;justify-content:center}@keyframes svelte-a4eodc-modal-appear{0%{transform:scale(.8);opacity:0}to{transform:scale(1);opacity:1}}.check-answer-row.svelte-a4eodc{margin-top:18px;display:flex;align-items:center;justify-content:space-between;gap:16px}.feedback-area.svelte-a4eodc{flex:1;display:flex;align-items:center;min-height:50px}.btn-verify.svelte-a4eodc{background:#1976d2;color:#fff;border:2px solid #1976d2;border-radius:8px;padding:14px 28px;font-weight:700;font-size:1.1em;cursor:pointer;transition:all .2s ease;min-width:120px;flex-shrink:0}.btn-verify.svelte-a4eodc:hover:not(:disabled){background:#1565c0;border-color:#1565c0;transform:translateY(-1px);box-shadow:0 4px 12px #1976d24d}.btn-verify.svelte-a4eodc:disabled{background:#ccc;border-color:#ccc;cursor:not-allowed;transform:none;box-shadow:none}.btn-reset.svelte-a4eodc{background:#ff9800;color:#fff;border:2px solid #ff9800;border-radius:8px;padding:8px 16px;font-weight:700;font-size:.9em;cursor:pointer;transition:all .2s ease;white-space:nowrap}.btn-reset.svelte-a4eodc:hover{background:#f57c00;border-color:#f57c00;transform:translateY(-1px);box-shadow:0 4px 12px #ff98004d}
