 
.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(--xe40-q2ca, 0px); }
body.xe40-v4c4 > main { padding-top: var(--xe40-k500, 0px); }
.xe40-v4c4 .content, .xe40-v4c4 .content p, .xe40-v4c4 .content li { color: inherit; }
.xe40-v4c4 .key-takeaways { background: rgba(127,127,127,0.08); color: inherit; border-left: 4px solid var(--accent, currentColor); }
.xe40-v4c4 .key-takeaways h2, .xe40-v4c4 .key-takeaways h3 { color: inherit; opacity: 0.7; }
.xe40-v4c4 .article-meta, .xe40-v4c4 .share-label { color: inherit; opacity: 0.65; }
.xe40-v4c4 .tag { background: rgba(127,127,127,0.14); color: inherit; }
