119374c64b
Added a `HeaderClock` component to artifacts/tx-os/src/pages/executive-meetings.tsx that renders next to the "Export PDF" button in the sticky page header. - Updates every 1s via setInterval (cleared on unmount) - Locale-aware formatting via Intl.DateTimeFormat (ar / en) with hour12 - Hidden on <sm screens (`hidden sm:flex`) and on print - Uses existing palette (text-[#0B1E3F]) + Clock lucide icon - tabular-nums to prevent jitter as digits change - data-testid="em-header-clock" for future tests No deviations from plan. tx-os typecheck passes.