 
.bp-progress-bar { position: fixed; top: 0; left: 0; height: 3px; width: var(--bp-progress, 0%); background: var(--accent, #2563eb); z-index: 9999; transition: width 100ms linear; pointer-events: none; }

 
.bp-toc li.is-active > a { color: var(--accent, #2563eb); font-weight: 600; }
.bp-toc li.is-active { position: relative; }
.bp-toc li.is-active::before { content: ""; position: absolute; left: -1.25rem; top: 0.3em; width: 3px; height: calc(1em + 0.2em); background: var(--accent, #2563eb); border-radius: 2px; }

 
[data-bp-copy] { cursor: pointer; }
.bp-share-copied { opacity: 0.85; }

 
html { scroll-padding-top: var(--xf70-m9a3, 0px); }
body.xf70-pb45 > main { padding-top: var(--xf70-h24e, 0px); }
.xf70-pb45 .content, .xf70-pb45 .content p, .xf70-pb45 .content li { color: inherit; }
.xf70-pb45 .key-takeaways { background: rgba(127,127,127,0.08); color: inherit; border-left: 4px solid var(--accent, currentColor); }
.xf70-pb45 .key-takeaways h2, .xf70-pb45 .key-takeaways h3 { color: inherit; opacity: 0.7; }
.xf70-pb45 .article-meta, .xf70-pb45 .share-label { color: inherit; opacity: 0.65; }
.xf70-pb45 .tag { background: rgba(127,127,127,0.14); color: inherit; }
