.notes-container.notes-container--manual{max-width:1180px}.wf-layout{display:grid;grid-template-columns:minmax(0,1fr);gap:2rem}.wf-prose{max-width:var(--notes-max-width);min-width:0}@media (min-width: 1180px){.wf-layout{grid-template-columns:236px minmax(0,var(--notes-max-width));gap:3.5rem;justify-content:center;align-items:start}}.wf-toc-details{border:1px solid var(--border-c);border-radius:10px;background:var(--bg-tint);padding:.25rem .9rem}.wf-toc-summary{cursor:pointer;padding:.7rem 0;font-family:Bricolage Grotesque Variable,-apple-system,sans-serif;font-weight:600;font-size:.9rem;letter-spacing:.02em;color:var(--text-c)}.wf-toc-summary::marker{color:var(--accent-c)}.wf-toc-title{display:none}.wf-toc-status{margin:0 0 .6rem .5rem;font-family:var(--font-sans);font-size:.72rem;font-variant-numeric:tabular-nums;color:var(--text-muted-c)}.wf-toc-resume{display:flex;align-items:baseline;gap:.4rem;margin:0 0 .75rem .5rem;padding:.4rem .5rem;border-left:2px solid var(--accent-c);background:var(--bg-tint);border-radius:0 5px 5px 0}.wf-toc-resume[hidden]{display:none}.wf-toc-resume-link{flex:1;font-family:var(--font-sans);font-size:.74rem;line-height:1.35;color:var(--text-c);text-decoration:none}.wf-toc-resume-link:hover{color:var(--accent-c);text-decoration:underline}.wf-toc-resume-dismiss{flex:none;padding:0 .2rem;border:none;background:none;color:var(--text-muted-c);font-size:.95rem;line-height:1;cursor:pointer}.wf-toc-resume-dismiss:hover{color:var(--text-c)}.wf-toc-list{list-style:none;margin:0 0 .8rem;padding:0;display:flex;flex-direction:column;gap:.1rem}.wf-toc-list a{display:grid;grid-template-columns:1.9rem 1fr;gap:.4rem;align-items:baseline;padding:.34rem .5rem;border-radius:6px;text-decoration:none;color:var(--text-muted-c);font-size:.82rem;line-height:1.35;border-left:2px solid transparent;transition:color .15s ease,background .15s ease,border-color .15s ease}.wf-toc-num{font-variant-numeric:tabular-nums;font-size:.72rem;color:var(--text-muted-c);opacity:.75}.wf-toc-list a:hover{color:var(--text-c);background:var(--surface)}.wf-toc-list a[aria-current=true]{color:var(--accent-c);border-left-color:var(--accent-c);background:var(--surface);font-weight:600}.wf-toc-list a[aria-current=true] .wf-toc-num{color:var(--accent-c);opacity:1}@media (min-width: 1180px){.wf-toc-details{position:sticky;top:1.5rem;max-height:calc(100vh - 3rem);overflow-y:auto;border:none;background:none;padding:0}.wf-toc-summary{display:none}.wf-toc-title{display:block;margin:0 0 .7rem .5rem;font-family:Bricolage Grotesque Variable,-apple-system,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted-c)}}.wf-section{scroll-margin-top:1.5rem}.wf-section+.wf-section{margin-top:3.5rem;padding-top:3.5rem;border-top:1px solid var(--border-c)}.wf-section-head{display:flex;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:.4rem}.wf-section-num{font-family:Bricolage Grotesque Variable,-apple-system,sans-serif;font-size:.75rem;font-weight:700;letter-spacing:.16em;color:var(--accent-c);font-variant-numeric:tabular-nums}.wf-section-reviewed{font-size:.68rem;color:var(--text-muted-c);letter-spacing:.02em;white-space:nowrap}.wf-section>h2:first-of-type{margin-top:0}.wf-callout{margin:1.6rem 0;padding:.95rem 1.1rem;border-left:3px solid var(--wf-callout-accent, var(--accent-c));border-radius:0 8px 8px 0;background:var(--wf-callout-bg, var(--bg-tint));font-size:.95rem}.wf-callout>:first-child{margin-top:0}.wf-callout>:last-child{margin-bottom:0}.wf-callout-label{display:block;font-family:Bricolage Grotesque Variable,-apple-system,sans-serif;font-size:.68rem;font-weight:700;text-transform:uppercase;letter-spacing:.12em;color:var(--wf-callout-accent, var(--accent-c));margin-bottom:.35rem}.wf-callout--critical{--wf-callout-accent: #C0392B;--wf-callout-bg: rgba(192, 57, 43, .07)}.wf-callout--caveat{--wf-callout-accent: #B7791F;--wf-callout-bg: rgba(183, 121, 31, .09)}.wf-callout--note{--wf-callout-accent: var(--text-muted-c);--wf-callout-bg: var(--bg-tint)}.wf-callout--insight{--wf-callout-accent: #2C7A7B;--wf-callout-bg: rgba(44, 122, 123, .08)}:root[data-theme=dark] .wf-callout--critical{--wf-callout-accent: #E8564C;--wf-callout-bg: rgba(232, 86, 76, .12)}:root[data-theme=dark] .wf-callout--caveat{--wf-callout-accent: #E0A83B;--wf-callout-bg: rgba(224, 168, 59, .12)}:root[data-theme=dark] .wf-callout--insight{--wf-callout-accent: #4FD1C5;--wf-callout-bg: rgba(79, 209, 197, .1)}.wf-steps{list-style:none;counter-reset:wf-step;margin:1.6rem 0;padding:0}.wf-steps>li{counter-increment:wf-step;position:relative;padding-left:2.4rem;margin-bottom:1.1rem}.wf-steps>li:before{content:counter(wf-step);position:absolute;left:0;top:.05rem;width:1.65rem;height:1.65rem;border-radius:50%;background:var(--accent-c);color:var(--bg);display:grid;place-items:center;font-size:.78rem;font-weight:700;font-variant-numeric:tabular-nums}.wf-pre-wrap{position:relative}.wf-copy{position:absolute;top:.5rem;right:.5rem;padding:.28rem .6rem;font-size:.7rem;font-family:ui-monospace,SFMono-Regular,Menlo,monospace;color:var(--code-text);background:#ffffff1a;border:1px solid rgba(255,255,255,.2);border-radius:5px;cursor:pointer;opacity:0;transition:opacity .15s ease,background .15s ease}.wf-pre-wrap:hover .wf-copy,.wf-copy:focus-visible{opacity:1}.wf-copy:hover{background:#fff3}.wf-copy[data-copied=true]{opacity:1;background:#4fd1c540}@media print{.wf-copy,.wf-toc-details{display:none}}.wf-exhibit{margin:2rem 0;scroll-margin-top:1.5rem}.notes-container .wf-exhibit figure,.notes-container .wf-prose figure{max-height:none;height:auto;margin:0;border-radius:0;box-shadow:none}.wf-sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.wf-exhibit-caption{margin-top:.6rem;font-size:.8rem;color:var(--text-muted-c);line-height:1.5;text-align:left}.wf-stack{margin:1.8rem 0;border:1px solid var(--border-c);border-radius:10px;overflow:hidden}.wf-stack-head{background:var(--bg-tint);padding:.6rem 1rem;font-family:Bricolage Grotesque Variable,-apple-system,sans-serif;font-size:.7rem;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:var(--text-muted-c);border-bottom:1px solid var(--border-c)}.wf-stack table{margin:0;width:100%;font-size:.88rem}.wf-prose table{display:block;overflow-x:auto;max-width:100%}@media (min-width: 720px){.wf-prose table{display:table}}.wf-check ul{list-style:none;padding-left:0}.wf-check li{position:relative;padding-left:1.7rem;margin-bottom:.5rem}.wf-check li:before{content:"";position:absolute;left:0;top:.35em;width:.95rem;height:.95rem;border:1.5px solid var(--accent-c);border-radius:3px}.wf-steps-list ol{padding-left:1.35rem}.wf-steps-list li{margin-bottom:.6rem;padding-left:.2rem}.wf-steps-list li::marker{color:var(--accent-c);font-weight:700}
