/* A persistent chapter guide, separate from the shared public header. */
.story-progress{z-index:45;font-family:Manrope,Arial,sans-serif}
.story-progress-heading>span{display:block;font-size:8px;font-weight:800;letter-spacing:1.2px;color:#8491a5}
.story-progress-heading>strong{display:block;margin-top:8px;color:#53637d;font-size:10px;font-weight:650;line-height:1.6}
.story-progress ol{padding:0;margin:22px 0;list-style:none}
.story-progress li{position:relative}
.story-progress li:not(:last-child)::after{content:'';position:absolute;width:1px;top:36px;bottom:-2px;left:17px;background:#dce3ee}
.story-progress a[data-story-link]{position:relative;display:flex;align-items:center;gap:9px;border-radius:9px;padding:10px 6px;color:#64738b;text-decoration:none;min-height:65px;transition:background .18s,color .18s}
.story-progress-number{display:grid;place-items:center;width:23px;height:23px;flex-shrink:0;border:1px solid #dbe3ee;background:#f6f7f9;border-radius:50%;font-size:8px;font-weight:750;z-index:1}
.story-progress-copy strong{display:block;font-size:11px;font-weight:750}
.story-progress-copy small{display:block;font-size:9px;font-weight:500;line-height:1.65;margin-top:3px;max-width:95px}
.story-progress a[data-story-link]:hover{color:#3158f5;background:#eaf0ff}
.story-progress a[aria-current]{background:#eaf0ff;color:#3158f5}
.story-progress a[aria-current] .story-progress-number{background:#3158f5;color:#fff;border-color:#3158f5;box-shadow:0 0 0 4px #3158f50c}
.story-progress a.is-complete{color:#677a8e}.story-progress a.is-complete .story-progress-number{background:#e3ecf8;border-color:#d3deed;color:#60799d}
.story-progress-trial{display:flex;align-items:center;gap:7px;border-top:1px solid #dce3ee;padding-top:18px;color:#3158f5;font-size:9px;font-weight:700;line-height:1.7}.story-progress-trial svg{width:14px;height:14px}
.story-progress a:focus-visible{outline:3px solid #90a5ff;outline-offset:2px}
.story-progress.is-past-page{visibility:hidden;pointer-events:none}
.campaign-story-nav ol{grid-template-columns:repeat(6,minmax(0,1fr))}
@media(min-width:1200px){
 #main{margin-left:152px}
 .story-progress{position:fixed;left:12px;top:50%;transform:translateY(-45%);width:136px;max-height:calc(100dvh - 115px);overflow-y:auto;scrollbar-width:thin;padding:8px 0}
 .story-progress-heading{padding-left:7px}
 .hero h1{font-size:clamp(46px,4.3vw,65px)}
 .campaign-story-nav a{gap:7px}.campaign-story-nav b{font-size:9px}
 .campaign-story-nav a>span{width:25px;height:25px;font-size:9px}
}
@media(min-width:1700px){#main{margin-left:176px}.story-progress{left:24px;width:145px}}
@media(max-width:1199px){
 :root{--story-header-height:80px}
 html{scroll-padding-top:calc(var(--story-header-height) + 83px)}
 .story-progress{position:sticky;top:var(--story-header-height);background:#f8fafff5;backdrop-filter:blur(18px);border-bottom:1px solid #dfe6f1;padding:9px 18px}
 .story-progress-heading,.story-progress-trial,.story-progress-copy small{display:none}
 .story-progress ol{display:grid;grid-template-columns:repeat(6,minmax(0,1fr));margin:0;gap:5px}
 .story-progress a[data-story-link]{flex-direction:column;justify-content:center;gap:5px;padding:5px 2px;min-height:44px;border-radius:7px}
 .story-progress-copy strong{font-size:9px}
 .story-progress-number{width:18px;height:18px;font-size:7px}
 .story-progress li:not(:last-child)::after{height:1px;width:auto;left:calc(50% + 14px);right:calc(-50% + 9px);top:14px;bottom:auto}
 .story-progress a[aria-current] .story-progress-number{box-shadow:none}
 .campaign-story-nav ol{grid-template-columns:repeat(3,minmax(0,1fr))}
}
@media(max-width:1080px){:root{--story-header-height:72px}}
@media(max-width:600px){.story-progress{padding:7px 12px}.story-progress-copy strong{font-size:9px}.campaign-story-nav ol{grid-template-columns:1fr 1fr}}
@media(max-width:540px){:root{--story-header-height:68px}}
@media(prefers-reduced-motion:reduce){.story-progress *{transition:none!important}}
