.module-walkthroughs{--walkthrough-ink: #0b2238;--walkthrough-teal: #006b5e;--walkthrough-mint: #b9ffe7;--walkthrough-muted: #486173;--walkthrough-line: #c5d5dd;color:var(--walkthrough-ink);background:#f2f6f8;border-block:1px solid var(--walkthrough-line)}.module-walkthroughs [hidden]{display:none !important}.module-walkthroughs .walkthrough-heading{max-width:850px;margin-bottom:34px}.module-walkthroughs .walkthrough-heading .eyebrow{color:var(--walkthrough-teal)}.module-walkthroughs .walkthrough-heading h2{margin:14px 0 20px}.module-walkthroughs .walkthrough-heading .section-description{max-width:740px;color:var(--walkthrough-muted)}.module-walkthroughs .walkthrough-picker{display:grid;grid-template-columns:repeat(auto-fit, minmax(min(100%, 210px), 1fr));gap:10px;margin-bottom:20px}.module-walkthroughs .walkthrough-choice{display:grid;grid-template-columns:28px minmax(0, 1fr);align-content:start;gap:6px 12px;min-height:102px;padding:20px;border:1px solid #9db6c3;border-radius:0;background:#fff;color:var(--walkthrough-ink);text-align:left;line-height:1.45;transition:border-color .18s ease,background-color .18s ease}.module-walkthroughs .walkthrough-choice:hover{border-color:var(--walkthrough-teal);background:#e8f6f1}.module-walkthroughs .walkthrough-choice-number{grid-row:span 2;padding-top:1px;color:var(--walkthrough-teal);font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums}.module-walkthroughs .walkthrough-choice strong{font-size:1rem;font-weight:650}.module-walkthroughs .walkthrough-choice small{color:var(--walkthrough-muted);font-size:.875rem;line-height:1.5}.module-walkthroughs .walkthrough-choice[aria-pressed=true]{border-color:var(--walkthrough-ink);background:var(--walkthrough-ink);color:#fff;box-shadow:inset 0 -4px 0 var(--walkthrough-mint)}.module-walkthroughs .walkthrough-choice[aria-pressed=true] .walkthrough-choice-number{color:var(--walkthrough-mint)}.module-walkthroughs .walkthrough-choice[aria-pressed=true] small{color:#d2e2ec}.module-walkthroughs button:focus-visible,.module-walkthroughs a:focus-visible{outline:3px solid var(--walkthrough-teal);outline-offset:4px}.module-walkthroughs .walkthrough-panels{display:grid;gap:24px}.module-walkthroughs .walkthrough-panel{display:grid;grid-template-columns:minmax(0, 1.4fr) minmax(0, 1fr);border:1px solid #adc3ce;background:#fff;min-width:0}.module-walkthroughs.is-enhanced .walkthrough-panels{gap:0}.module-walkthroughs.is-enhanced .walkthrough-panel{grid-area:1/1}.module-walkthroughs.is-enhanced .walkthrough-panel[data-active=false]{visibility:hidden;pointer-events:none}.module-walkthroughs .walkthrough-visual{display:flex;flex-direction:column;min-width:0;border-right:1px solid var(--walkthrough-line);background:#eaf1f5}.module-walkthroughs .walkthrough-visual-top{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:10px 18px;min-height:68px;padding:17px 24px;color:#fff;background:var(--walkthrough-ink)}.module-walkthroughs .walkthrough-diagram-label{color:#fff;font-size:.875rem;font-weight:600;line-height:1.5}.module-walkthroughs .walkthrough-sample{padding:4px 8px;border:1px solid #698295;color:#d7e7f1;font-size:.875rem;line-height:1.5}.module-walkthroughs .walkthrough-canvas{display:grid;place-items:center;flex:1;min-width:0;padding:12px;background-color:#eef4f7;background-image:linear-gradient(rgba(11, 34, 56, 0.0352941176) 1px, transparent 1px),linear-gradient(90deg, rgba(11, 34, 56, 0.0352941176) 1px, transparent 1px),linear-gradient(125deg, rgba(255, 255, 255, 0.7019607843), rgba(218, 245, 236, 0.5019607843));background-size:24px 24px,24px 24px,100% 100%}.module-walkthroughs .walkthrough-svg{display:block;width:100%;height:auto;overflow:visible;font-family:var(--font)}.module-walkthroughs .walkthrough-diagram-caption{padding:18px 24px;border-top:1px solid var(--walkthrough-line);background:#fff}.module-walkthroughs .walkthrough-diagram-caption,.module-walkthroughs .walkthrough-diagram-caption p{color:var(--walkthrough-muted);font-size:.875rem;line-height:1.65}.module-walkthroughs .walkthrough-edge{fill:none;stroke:#607d90;stroke-width:2}.module-walkthroughs .walkthrough-edge path{fill:none;stroke:inherit;stroke-width:inherit}.module-walkthroughs .walkthrough-edge.is-active{stroke:var(--walkthrough-teal);stroke-width:3}.module-walkthroughs .walkthrough-edge.is-complete{stroke:var(--walkthrough-teal)}.module-walkthroughs .walkthrough-edge.is-muted{stroke:#8b9eaa;stroke-dasharray:4 4}.module-walkthroughs .walkthrough-node{color:var(--walkthrough-ink)}.module-walkthroughs .walkthrough-node-body{fill:#fff;stroke:#6b879a;stroke-width:1.5}.module-walkthroughs .walkthrough-node-icon{fill:none;stroke:currentColor;stroke-width:1.7;stroke-linecap:square;stroke-linejoin:miter}.module-walkthroughs .walkthrough-node-label{fill:currentColor;font-size:16px;font-weight:600}.module-walkthroughs .walkthrough-node-index{fill:#486173;font-size:14px;font-weight:650;font-variant-numeric:tabular-nums}.module-walkthroughs .walkthrough-node.is-complete{color:#004e44}.module-walkthroughs .walkthrough-node.is-complete .walkthrough-node-body{fill:#d6f8eb;stroke:var(--walkthrough-teal);stroke-width:2}.module-walkthroughs .walkthrough-node.is-alert{color:#704000}.module-walkthroughs .walkthrough-node.is-alert .walkthrough-node-body{fill:#fff0d6;stroke:#975700;stroke-width:2;stroke-dasharray:5 3}.module-walkthroughs .walkthrough-node.is-muted .walkthrough-node-body{fill:#edf2f5;stroke:#8b9eaa;stroke-dasharray:4 3}.module-walkthroughs .walkthrough-node.is-muted{color:#4b6373}.module-walkthroughs .walkthrough-node.is-active{color:#fff}.module-walkthroughs .walkthrough-node.is-active .walkthrough-node-body{fill:var(--walkthrough-ink);stroke:var(--walkthrough-teal);stroke-width:3;stroke-dasharray:none}.module-walkthroughs .walkthrough-node.is-active .walkthrough-node-index{fill:var(--walkthrough-mint)}.module-walkthroughs .walkthrough-node.is-active.is-alert{color:#704000}.module-walkthroughs .walkthrough-node.is-active.is-alert .walkthrough-node-body{fill:#fff0d6;stroke:#975700;stroke-dasharray:5 3}.module-walkthroughs .walkthrough-node.is-active.is-alert .walkthrough-node-index{fill:#704000}.module-walkthroughs .walkthrough-packet{fill:var(--walkthrough-teal);stroke:#fff;stroke-width:2}.module-walkthroughs .walkthrough-explanation{display:flex;flex-direction:column;min-width:0;padding:30px}.module-walkthroughs .walkthrough-explanation>.eyebrow{color:var(--walkthrough-teal)}.module-walkthroughs .walkthrough-module-title{margin:12px 0 26px;font-size:clamp(1.5rem,2.1vw,2rem);line-height:1.2}.module-walkthroughs .walkthrough-intro{margin:-10px 0 24px;color:var(--walkthrough-muted);font-size:1rem;line-height:1.75}.module-walkthroughs .walkthrough-story{display:grid;gap:24px;padding:0;margin:0 0 24px;list-style:none}.module-walkthroughs .walkthrough-step{display:grid;grid-template-columns:32px minmax(0, 1fr);align-content:start;gap:12px}.module-walkthroughs .walkthrough-step-number{display:grid;place-items:center;width:32px;height:32px;border:1px solid #87c2b3;background:#e4f7ef;color:var(--walkthrough-teal);font-size:.875rem;font-weight:700;font-variant-numeric:tabular-nums}.module-walkthroughs .walkthrough-step h4{align-self:center;margin:0;font-size:1.0625rem;line-height:1.45;font-weight:650;letter-spacing:-0.01em}.module-walkthroughs .walkthrough-step p{grid-column:1/-1;color:var(--walkthrough-muted);font-size:1rem;line-height:1.75}.module-walkthroughs .walkthrough-takeaway{grid-column:1/-1;display:block;margin-top:2px;padding:14px 16px;border-left:3px solid var(--walkthrough-teal);background:#e9f6f0;color:#064c40;font-size:.9375rem;font-weight:600;line-height:1.65}.module-walkthroughs.is-enhanced .walkthrough-story{gap:0}.module-walkthroughs.is-enhanced .walkthrough-step{grid-area:1/1}.module-walkthroughs.is-enhanced .walkthrough-step[data-active=false]{visibility:hidden;pointer-events:none}.module-walkthroughs .walkthrough-step-buttons{display:flex;gap:8px;margin-top:auto;margin-bottom:16px}.module-walkthroughs .walkthrough-step-buttons button{display:grid;place-items:center;min-width:44px;min-height:44px;padding:8px 12px;border:1px solid #97afbc;border-radius:0;background:#fff;color:var(--walkthrough-ink);font-size:.9375rem;font-weight:600;line-height:1.4}.module-walkthroughs .walkthrough-step-buttons button:hover{border-color:var(--walkthrough-teal);background:#e9f6f0}.module-walkthroughs .walkthrough-step-buttons button[aria-pressed=true]{border-color:var(--walkthrough-teal);background:var(--walkthrough-teal);color:#fff}.module-walkthroughs .walkthrough-controls{display:grid;grid-template-columns:minmax(0, 1fr) 44px 44px;align-items:center;gap:8px;padding-top:16px;border-top:1px solid var(--walkthrough-line)}.module-walkthroughs .walkthrough-controls button{display:inline-flex;align-items:center;justify-content:center;gap:8px;min-width:44px;min-height:44px;padding:10px 12px;border:1px solid #97afbc;border-radius:0;background:#fff;color:var(--walkthrough-ink);font-size:.875rem;font-weight:600;line-height:1.45}.module-walkthroughs .walkthrough-controls button:hover{border-color:var(--walkthrough-teal);background:#e9f6f0}.module-walkthroughs .walkthrough-controls .walkthrough-play{padding-inline:16px;border-color:var(--walkthrough-ink);background:var(--walkthrough-ink);color:#fff}.module-walkthroughs .walkthrough-controls .walkthrough-play:hover{background:#174364;border-color:#174364}.module-walkthroughs .walkthrough-controls button:disabled{cursor:default;color:#607482;border-color:#c4d1d8;background:#eef2f4}.module-walkthroughs [data-walkthrough-previous] svg{transform:rotate(180deg)}.module-walkthroughs .walkthrough-counter{grid-column:1/-1;color:var(--walkthrough-muted);font-size:.875rem;font-variant-numeric:tabular-nums;white-space:nowrap}.module-walkthroughs .walkthrough-motion-note{margin-top:12px;color:var(--walkthrough-muted);font-size:.875rem;line-height:1.65}.module-walkthroughs .walkthrough-detail{display:inline-flex;align-items:center;align-self:flex-start;gap:10px;min-height:44px;margin-top:18px;color:var(--walkthrough-teal);font-size:.9375rem;font-weight:650;line-height:1.5;text-decoration:underline;text-decoration-thickness:1px;text-underline-offset:4px}.module-walkthroughs .walkthrough-detail:hover{text-decoration-thickness:2px}.module-walkthroughs .walkthrough-note{max-width:920px;margin-top:18px;color:var(--walkthrough-muted);font-size:.875rem;line-height:1.7}@media(max-width: 1100px){.module-walkthroughs .walkthrough-explanation{padding:25px}.module-walkthroughs .walkthrough-choice{padding:17px;gap:5px 9px}}@media(max-width: 950px){.module-walkthroughs .walkthrough-panel{grid-template-columns:minmax(0, 1fr)}.module-walkthroughs .walkthrough-visual{border-right:0;border-bottom:1px solid var(--walkthrough-line)}.module-walkthroughs .walkthrough-explanation{padding:30px}.module-walkthroughs.is-enhanced .walkthrough-explanation{display:contents}.module-walkthroughs.is-enhanced .walkthrough-visual{grid-row:1}.module-walkthroughs.is-enhanced .walkthrough-step-buttons{grid-row:2;margin:20px 24px 12px}.module-walkthroughs.is-enhanced .walkthrough-controls{grid-row:3;margin:0 24px 8px}.module-walkthroughs.is-enhanced .walkthrough-module-title{grid-row:4;margin:22px 24px 18px}.module-walkthroughs.is-enhanced .walkthrough-intro{grid-row:5;margin:0 24px 24px}.module-walkthroughs.is-enhanced .walkthrough-story{grid-row:6;margin:0 24px 20px}.module-walkthroughs.is-enhanced .walkthrough-motion-note{grid-row:7;margin:0 24px 12px}.module-walkthroughs.is-enhanced .walkthrough-detail{grid-row:8;margin:0 24px 24px}.module-walkthroughs .walkthrough-story{margin-bottom:22px}.module-walkthroughs .walkthrough-module-title{font-size:1.75rem;margin-bottom:22px}.module-walkthroughs .walkthrough-canvas{padding:16px}.module-walkthroughs .walkthrough-svg{max-width:720px}}@media(max-width: 600px){.module-walkthroughs .walkthrough-heading{margin-bottom:26px}.module-walkthroughs .walkthrough-picker{grid-template-columns:repeat(2, minmax(0, 1fr));gap:8px;margin-bottom:16px}.module-walkthroughs .walkthrough-choice{grid-template-columns:minmax(0, 1fr);gap:6px;padding:15px 12px;min-height:0}.module-walkthroughs .walkthrough-choice-number{grid-row:auto}.module-walkthroughs .walkthrough-choice strong{font-size:.9375rem}.module-walkthroughs .walkthrough-choice small{font-size:.875rem}.module-walkthroughs .walkthrough-visual-top{padding:16px;gap:10px}.module-walkthroughs .walkthrough-diagram-caption{padding:16px}.module-walkthroughs .walkthrough-canvas{padding:8px}.module-walkthroughs .walkthrough-svg{max-width:420px}.module-walkthroughs .walkthrough-explanation{padding:24px 20px}.module-walkthroughs .walkthrough-module-title{font-size:1.625rem}.module-walkthroughs .walkthrough-step{gap:10px}.module-walkthroughs .walkthrough-step p{line-height:1.7}.module-walkthroughs .walkthrough-takeaway{padding:13px 14px}.module-walkthroughs .walkthrough-counter{flex-basis:100%;margin-left:0;padding-top:4px}.module-walkthroughs .walkthrough-controls .walkthrough-play{min-height:62px}}@media(prefers-reduced-motion: reduce){.module-walkthroughs .walkthrough-controls{grid-template-columns:44px 44px minmax(0, 1fr)}.module-walkthroughs *,.module-walkthroughs *::before,.module-walkthroughs *::after{animation:none !important;transition:none !important}}@media(forced-colors: active){.module-walkthroughs{--walkthrough-ink: CanvasText;--walkthrough-teal: LinkText;--walkthrough-muted: CanvasText;--walkthrough-line: CanvasText;background:Canvas}.module-walkthroughs .walkthrough-canvas{background:Canvas}.module-walkthroughs .walkthrough-node-body,.module-walkthroughs .walkthrough-node:is(.is-complete,.is-alert,.is-muted) .walkthrough-node-body{fill:Canvas;stroke:CanvasText}.module-walkthroughs .walkthrough-node,.module-walkthroughs .walkthrough-node:is(.is-complete,.is-alert,.is-muted){color:CanvasText}.module-walkthroughs .walkthrough-node.is-active{color:HighlightText}.module-walkthroughs .walkthrough-node.is-active .walkthrough-node-body{fill:Highlight;stroke:Highlight}.module-walkthroughs .walkthrough-node-index{fill:CanvasText}.module-walkthroughs .walkthrough-node.is-active .walkthrough-node-index{fill:HighlightText}.module-walkthroughs .walkthrough-node.is-active.is-alert{color:HighlightText}.module-walkthroughs .walkthrough-node.is-active.is-alert .walkthrough-node-body{fill:Highlight;stroke:Highlight}.module-walkthroughs .walkthrough-node.is-active.is-alert .walkthrough-node-index{fill:HighlightText}.module-walkthroughs .walkthrough-edge,.module-walkthroughs .walkthrough-edge.is-active,.module-walkthroughs .walkthrough-edge.is-complete{stroke:CanvasText}.module-walkthroughs .walkthrough-packet{fill:Highlight;stroke:Canvas}.module-walkthroughs .walkthrough-choice[aria-pressed=true],.module-walkthroughs .walkthrough-step-buttons button[aria-pressed=true]{outline:3px solid Highlight;outline-offset:-4px}}@media print{.module-walkthroughs{background:#fff}.module-walkthroughs .walkthrough-picker,.module-walkthroughs .walkthrough-controls,.module-walkthroughs .walkthrough-step-buttons,.module-walkthroughs .walkthrough-motion-note{display:none !important}.module-walkthroughs.is-enhanced .walkthrough-panels{display:block}.module-walkthroughs.is-enhanced .walkthrough-panel,.module-walkthroughs.is-enhanced .walkthrough-panel[data-active=false]{display:block;visibility:visible;margin-bottom:24px;break-inside:avoid}.module-walkthroughs .walkthrough-visual{border-right:0}.module-walkthroughs .walkthrough-canvas{display:none !important}.module-walkthroughs .walkthrough-explanation,.module-walkthroughs.is-enhanced .walkthrough-explanation{display:block;padding:20px}.module-walkthroughs.is-enhanced .walkthrough-story{display:grid;gap:20px}.module-walkthroughs.is-enhanced .walkthrough-step,.module-walkthroughs.is-enhanced .walkthrough-step[data-active=false]{grid-area:auto;visibility:visible}.module-walkthroughs .walkthrough-step p,.module-walkthroughs .walkthrough-note{color:#0b2238}}