// Real-time 3D electrical conduction animation
const FULL_CONDUCTION_SEQUENCE = [ { structure: 'sa-node', startTime: 0, duration: 40, intensity: 1.0, phase: 'atrial' }, { structure: 'av-node', startTime: 100, duration: 60, intensity: 1.9, phase: 'av-delay' }, { structure: 'purkinje-fibers', startTime: 240, duration: 25, intensity: 2.9, phase: 'ventricular' } ];