+ {/* Current Phase Status */}
+
+ Current Status
+
+ Day {cycleData.cycleDay} · {cycleData.phase.replace("_", " ")}
+
+
+ {cycleData.daysUntilNextPhase} days until next phase
+
+
+ Training type:{" "}
+ {cycleData.phaseConfig.trainingType}
+
+
+ Weekly limit:{" "}
+ {cycleData.phaseConfig.weeklyLimit} min/week
+
+
+
+ {/* Phase Overview */}
+
+ Phase Overview
+
+ {PHASES.map((phase) => (
+
+
+ {phase.displayName}
+
+
+ {phase.trainingType}
+
+
+ {phase.weeklyLimit} min/week
+
+
+ {phase.description}
+
+
+ ))}
+
+
+
+ {/* Strength Training Reference */}
+
+
+ Strength Training (Follicular Phase)
+
+
+ Mon/Wed/Fri during follicular phase (20-25 min per session)
+
+
+
+
+
+ | Exercise |
+ Sets × Reps |
+
+
+
+ {STRENGTH_EXERCISES.map((exercise) => (
+
+ | {exercise.name} |
+
+ {exercise.sets}
+ |
+
+ ))}
+
+
+
+
+
+ {/* Rebounding Techniques */}
+
+
+ Rebounding Techniques
+
+
+ Adjust your rebounding style based on your current phase
+
+
+ {REBOUNDING_TECHNIQUES.map((item) => (
+
+
{item.phase}
+
+ {item.techniques}
+
+
+ ))}
+
+
+
+ {/* Weekly Schedule Reference */}
+
+ Weekly Guidelines
+
+
+
Menstrual Phase (Days 1-3)
+
+ - Morning: 10-15 min gentle rebounding
+ - Evening: 15-20 min restorative movement
+ - No strength training
+
+
+
+
+
Follicular Phase (Days 4-14)
+
+ - Mon/Wed/Fri: Strength training (20-25 min)
+ - Tue/Thu: Active recovery rebounding (20 min)
+ - Weekend: Choose your adventure
+
+
+
+
+
+ Ovulation + Early Luteal (Days 15-24)
+
+
+ - Days 15-16: Peak performance (25-30 min strength)
+ -
+ Days 17-21: Modified strength (reduce intensity 10-20%)
+
+
+
+
+
+
Late Luteal Phase (Days 22-28)
+
+ - Daily: Gentle rebounding only (15-20 min)
+ - Optional light bodyweight Mon/Wed if feeling good
+ - Rest days: Tue/Thu/Sat/Sun
+
+
+
+
+