:root{--bm-progress-track:#ffd6e7;--bm-progress-fill:#ff2d8d;--bm-progress-height:8px;--bm-progress-top:0px}#bm-reading-progress{position:fixed;left:0;right:0;top:var(--bm-progress-top);height:var(--bm-progress-height);background:var(--bm-progress-track);z-index:2147483647;pointer-events:none}body.admin-bar #bm-reading-progress{top:calc(var(--bm-progress-top) + 32px)}@media (max-width:782px){body.admin-bar #bm-reading-progress{top:calc(var(--bm-progress-top) + 46px)}}#bm-reading-progress .bm-reading-progress__bar{height:100%;width:100%;background:var(--bm-progress-fill);transform:scaleX(0);transform-origin:left center;will-change:transform}