diff --git a/app/components/live-atc/FlightSelectStep.vue b/app/components/live-atc/FlightSelectStep.vue
new file mode 100644
index 0000000..9899869
--- /dev/null
+++ b/app/components/live-atc/FlightSelectStep.vue
@@ -0,0 +1,69 @@
+
+
+
+ Loading flight plans from VATSIM… No flight plans found Enter your CID to load your filtered flight plans. Start with a sample flight plan for testing.
+ {{ selectedPlan.callsign }} · {{ selectedPlan.dep }} → {{ selectedPlan.arr }}
+
+ {{ grp.category }}
+
+ Drills
+
+ Tap a step to practise just that phase · “Fly full” runs the whole chain.
+
+ {{ selectedPlan?.callsign }} ·
+ {{ selectedPlan?.dep }} → {{ selectedPlan?.arr }}
+ Available flight plans
+ {{ plan.callsign }}
+ {{ plan.aircraft?.split('/')[0] }}
+ VATSIM Integration
+ Demo Mode
+ Choose your scenario
+
+ {{ completedScenario?.name ?? 'Session' }} complete
+
+
{{ sessionStartingMessage }}
-Enter your CID to load your filtered flight plans.
-Start with a sample flight plan for testing.
-Loading flight plans from VATSIM…
-No flight plans found
-- {{ selectedPlan.callsign }} · {{ selectedPlan.dep }} → {{ selectedPlan.arr }} -
-- {{ grp.category }} -
- -- Drills -
-- Tap a step to practise just that phase · “Fly full” runs the whole chain. -
-- {{ selectedPlan?.callsign }} · - {{ selectedPlan?.dep }} → {{ selectedPlan?.arr }} -
-