.scoopeer-quiz-card{background:#fff;border-radius:16px;box-shadow:0 10px 25px rgb(0 0 0 / .08);padding:30px;max-width:600px;margin:20px auto;font-family:system-ui,-apple-system,sans-serif}.scoopeer-quiz-header{text-align:center;margin-bottom:25px}.scoopeer-quiz-title{margin:0;font-size:1.5rem;color:#1f2937}.scoopeer-quiz-progress{height:6px;background:#e5e7eb;border-radius:3px;overflow:hidden;margin-bottom:25px}.scoopeer-quiz-progress-bar{height:100%;background:#10b981;width:33%;transition:width 0.3s ease}.scoopeer-quiz-step{display:none}.scoopeer-quiz-step.active{display:block}.scoopeer-quiz-options{display:flex;flex-direction:column;gap:12px;margin-top:20px}.scoopeer-quiz-option{border:2px solid #e5e7eb;border-radius:10px;padding:16px;cursor:pointer;transition:all 0.2s ease;display:flex;align-items:center;gap:12px}.scoopeer-quiz-option:hover{border-color:#10b981;background-color:#f0fdf4}.scoopeer-quiz-option.selected{border-color:#10b981;background-color:#f0fdf4;box-shadow:0 4px 12px rgb(16 185 129 / .1)}.scoopeer-quiz-option-circle{width:20px;height:20px;border:2px solid #cbd5e1;border-radius:50%;display:flex;align-items:center;justify-content:center;flex-shrink:0}.scoopeer-quiz-option.selected .scoopeer-quiz-option-circle{border-color:#10b981;background-color:#10b981}.scoopeer-quiz-option.selected .scoopeer-quiz-option-circle::after{content:'';width:8px;height:8px;background:#fff;border-radius:50%}.scoopeer-quiz-btn{background-color:#10b981;color:#fff;border:none;border-radius:8px;padding:12px 24px;font-weight:600;cursor:pointer;display:inline-flex;align-items:center;gap:8px;transition:background-color 0.2s}.scoopeer-quiz-btn:hover{background-color:#059669}.scoopeer-quiz-btn:disabled{background-color:#9ca3af;cursor:not-allowed}.scoopeer-quiz-footer{display:flex;justify-content:space-between;margin-top:25px;border-top:1px solid #f3f4f6;padding-top:20px}.scoopeer-quiz-btn-prev{background:#fff0;color:#4b5563;border:1px solid #d1d5db}.scoopeer-quiz-btn-prev:hover{background:#f9fafb}.scoopeer-quiz-results{display:none;text-align:center}.scoopeer-quiz-results.active{display:block}