20ab1babfe
Moved the live HeaderClock from the actions cluster (next to the Export PDF button) to the geometric center of the top header row. Implementation: - Made the header row container `relative`. - Removed `<HeaderClock />` from the trailing actions `<div>`. - Added an absolutely-positioned overlay (`absolute inset-x-0 top-0 bottom-0 flex items-center justify-center pointer-events-none`) containing the clock, with the inner wrapper restoring `pointer-events-auto`. This keeps the clock visually centered regardless of whether the title or actions on either side are wider. - Kept all #391 behaviors: `hidden sm:flex`, `print:hidden`, 1s tick, ar/en locale formatting, palette text-[#0B1E3F], tabular-nums, data-testid="em-header-clock". No deviation from plan. tx-os typecheck passes.