ec67111d10
Replace the vertically-stacked station blocks with Angular's route-strip + time-table layout: - Top row: big time + city + airport/terminal on both sides, with the status label and a progress bar in the middle. Scheduled time shows as a small strike-through line under the actual when delayed. Arrival time picks up the '+1' day-change marker when the flight crosses midnight. - Bottom row: 'По расписанию' + 'Фактическое / Ожидаемое' detail rows for both departure and arrival, with UTC offsets and dates styled exactly like the Angular design. The progress bar colors switch between blue (in-flight), green (finished/arrived) and red (cancelled). The status text localizes via FLIGHT-STATUSES.*. Integration tests switched from asserting IATA codes to asserting the city names, which now render in the promoted row (matches Angular and the audit feedback).