e.stopPropagation()}
+ >
+ {/* ── Progress bar ─────────────────────────────────────────────── */}
+
+
+ {/* ── Step counter ─────────────────────────────────────────────── */}
+
+
+ Step {stepIndex + 1} of {TOUR_STEPS.length}
+
+
+
+
+ {/* ── Title ────────────────────────────────────────────────────── */}
+
+ {step.title}
+
+
+ {/* ── Body ─────────────────────────────────────────────────────── */}
+
+ {step.body}
+
+
+ {/* ── Path mismatch hint ───────────────────────────────────────── */}
+ {pathMismatch && step.requiredPathPart && (
+
+ 💡 Navigate to the{' '}
+
+ {step.requiredPathPart.includes('/project/') ? 'canvas' : 'workspace dashboard'}
+ {' '}
+ to follow this step interactively.
+
+ )}
+
+ {/* ── CLI code block ───────────────────────────────────────────── */}
+ {step.codeBlock && (
+
+ {step.codeBlock}
+
+ )}
+
+ {/* ── Navigation ───────────────────────────────────────────────── */}
+
+ {/* Back button */}
+ {!isFirstStep && (
+
+ )}
+
+ {/* Next / Finish button */}
+
+
+ {/* Skip tour */}
+ {!isLastStep && (
+
+ )}
+
+
+
+ {/* ── Spotlight arrow (pointer from tooltip toward the target) ────── */}
+ {spotlight &&