.pdx-ecg{position:relative;z-index:2;margin:6px 0 -6px;pointer-events:none}.pdx-ecg svg{display:block;width:100%;height:56px;opacity:.95}.pdx-ecg path.base{fill:none;stroke:hsla(0,0%,100%,.09);stroke-width:2}.pdx-ecg path.live{fill:none;stroke-width:2.6;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:1400;stroke-dashoffset:1400;animation:pdx-ecgdraw 4.2s linear infinite}@keyframes pdx-ecgdraw{0%{stroke-dashoffset:1400}to{stroke-dashoffset:-1400}}.pdx-ecg--mmu{margin:30px auto 0;width:min(560px,72vw)}.pdx-ecg--mmu svg{height:44px}@media (max-width:640px){.pdx-ecg svg{height:42px}}.pdx-stats{display:grid;grid-template-columns:repeat(4,1fr);gap:18px}.pdx-stat{position:relative;padding:26px 22px 22px;overflow:hidden;border-radius:22px;background:var(--card);border:1px solid var(--line);backdrop-filter:blur(6px);transition:transform .35s ease,border-color .35s ease}.pdx-stat:hover{transform:translateY(-3px);border-color:rgba(116,194,240,.4)}.pdx-stat:before{content:"";position:absolute;left:0;top:0;right:0;height:3px;background:var(--blue-light,#74c2f0);border-radius:3px 3px 0 0}.pdx-stat b{font-weight:800;font-size:clamp(26px,3vw,36px);color:var(--blue-light,#74c2f0);display:block;letter-spacing:-.02em}.pdx-stat span{font-size:13px;color:hsla(0,0%,100%,.92)}@media (max-width:760px){.pdx-stats{grid-template-columns:repeat(2,1fr)}}@media (prefers-reduced-motion:reduce){.pdx-ecg path.live{animation:none!important;stroke-dashoffset:0;opacity:1}}