.react-flow{direction:ltr;--xy-edge-stroke-default: #b1b1b7;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #555;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(255, 255, 255, .5);--xy-minimap-background-color-default: #fff;--xy-minimap-mask-background-color-default: rgba(240, 240, 240, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #e2e2e2;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: transparent;--xy-background-pattern-dots-color-default: #91919a;--xy-background-pattern-lines-color-default: #eee;--xy-background-pattern-cross-color-default: #e2e2e2;background-color:var(--xy-background-color, var(--xy-background-color-default));--xy-node-color-default: inherit;--xy-node-border-default: 1px solid #1a192b;--xy-node-background-color-default: #fff;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(0, 0, 0, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #1a192b;--xy-node-border-radius-default: 3px;--xy-handle-background-color-default: #1a192b;--xy-handle-border-color-default: #fff;--xy-selection-background-color-default: rgba(0, 89, 220, .08);--xy-selection-border-default: 1px dotted rgba(0, 89, 220, .8);--xy-controls-button-background-color-default: #fefefe;--xy-controls-button-background-color-hover-default: #f4f4f4;--xy-controls-button-color-default: inherit;--xy-controls-button-color-hover-default: inherit;--xy-controls-button-border-color-default: #eee;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #ffffff;--xy-edge-label-color-default: inherit;--xy-resize-background-color-default: #3367d9}.react-flow.dark{--xy-edge-stroke-default: #3e3e3e;--xy-edge-stroke-width-default: 1;--xy-edge-stroke-selected-default: #727272;--xy-connectionline-stroke-default: #b1b1b7;--xy-connectionline-stroke-width-default: 1;--xy-attribution-background-color-default: rgba(150, 150, 150, .25);--xy-minimap-background-color-default: #141414;--xy-minimap-mask-background-color-default: rgba(60, 60, 60, .6);--xy-minimap-mask-stroke-color-default: transparent;--xy-minimap-mask-stroke-width-default: 1;--xy-minimap-node-background-color-default: #2b2b2b;--xy-minimap-node-stroke-color-default: transparent;--xy-minimap-node-stroke-width-default: 2;--xy-background-color-default: #141414;--xy-background-pattern-dots-color-default: #777;--xy-background-pattern-lines-color-default: #777;--xy-background-pattern-cross-color-default: #777;--xy-node-color-default: #f8f8f8;--xy-node-border-default: 1px solid #3c3c3c;--xy-node-background-color-default: #1e1e1e;--xy-node-group-background-color-default: rgba(240, 240, 240, .25);--xy-node-boxshadow-hover-default: 0 1px 4px 1px rgba(255, 255, 255, .08);--xy-node-boxshadow-selected-default: 0 0 0 .5px #999;--xy-handle-background-color-default: #bebebe;--xy-handle-border-color-default: #1e1e1e;--xy-selection-background-color-default: rgba(200, 200, 220, .08);--xy-selection-border-default: 1px dotted rgba(200, 200, 220, .8);--xy-controls-button-background-color-default: #2b2b2b;--xy-controls-button-background-color-hover-default: #3e3e3e;--xy-controls-button-color-default: #f8f8f8;--xy-controls-button-color-hover-default: #fff;--xy-controls-button-border-color-default: #5b5b5b;--xy-controls-box-shadow-default: 0 0 2px 1px rgba(0, 0, 0, .08);--xy-edge-label-background-color-default: #141414;--xy-edge-label-color-default: #f8f8f8}.react-flow__background{background-color:var(--xy-background-color-props, var(--xy-background-color, var(--xy-background-color-default)));pointer-events:none;z-index:-1}.react-flow__container{position:absolute;width:100%;height:100%;top:0;left:0}.react-flow__pane{z-index:1}.react-flow__pane.draggable{cursor:grab}.react-flow__pane.dragging{cursor:grabbing}.react-flow__pane.selection{cursor:pointer}.react-flow__viewport{transform-origin:0 0;z-index:2;pointer-events:none}.react-flow__renderer{z-index:4}.react-flow__selection{z-index:6}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible{outline:none}.react-flow__edge-path{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default));stroke-width:var(--xy-edge-stroke-width, var(--xy-edge-stroke-width-default));fill:none}.react-flow__connection-path{stroke:var(--xy-connectionline-stroke, var(--xy-connectionline-stroke-default));stroke-width:var(--xy-connectionline-stroke-width, var(--xy-connectionline-stroke-width-default));fill:none}.react-flow .react-flow__edges{position:absolute}.react-flow .react-flow__edges svg{overflow:visible;position:absolute;pointer-events:none}.react-flow__edge{pointer-events:visibleStroke}.react-flow__edge.selectable{cursor:pointer}.react-flow__edge.animated path{stroke-dasharray:5;animation:dashdraw .5s linear infinite}.react-flow__edge.animated path.react-flow__edge-interaction{stroke-dasharray:none;animation:none}.react-flow__edge.inactive{pointer-events:none}.react-flow__edge.selected,.react-flow__edge:focus,.react-flow__edge:focus-visible{outline:none}.react-flow__edge.selected .react-flow__edge-path,.react-flow__edge.selectable:focus .react-flow__edge-path,.react-flow__edge.selectable:focus-visible .react-flow__edge-path{stroke:var(--xy-edge-stroke-selected, var(--xy-edge-stroke-selected-default))}.react-flow__edge-textwrapper{pointer-events:all}.react-flow__edge .react-flow__edge-text{pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__arrowhead polyline{stroke:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__arrowhead polyline.arrowclosed{fill:var(--xy-edge-stroke, var(--xy-edge-stroke-default))}.react-flow__connection{pointer-events:none}.react-flow__connection .animated{stroke-dasharray:5;animation:dashdraw .5s linear infinite}svg.react-flow__connectionline{z-index:1001;overflow:visible;position:absolute}.react-flow__nodes{pointer-events:none;transform-origin:0 0}.react-flow__node{position:absolute;-webkit-user-select:none;-moz-user-select:none;user-select:none;pointer-events:all;transform-origin:0 0;box-sizing:border-box;cursor:default}.react-flow__node.selectable{cursor:pointer}.react-flow__node.draggable{cursor:grab;pointer-events:all}.react-flow__node.draggable.dragging{cursor:grabbing}.react-flow__nodesselection{z-index:3;transform-origin:left top;pointer-events:none}.react-flow__nodesselection-rect{position:absolute;pointer-events:all;cursor:grab}.react-flow__handle{position:absolute;pointer-events:none;min-width:5px;min-height:5px;width:6px;height:6px;background-color:var(--xy-handle-background-color, var(--xy-handle-background-color-default));border:1px solid var(--xy-handle-border-color, var(--xy-handle-border-color-default));border-radius:100%}.react-flow__handle.connectingfrom{pointer-events:all}.react-flow__handle.connectionindicator{pointer-events:all;cursor:crosshair}.react-flow__handle-bottom{top:auto;left:50%;bottom:0;transform:translate(-50%,50%)}.react-flow__handle-top{top:0;left:50%;transform:translate(-50%,-50%)}.react-flow__handle-left{top:50%;left:0;transform:translate(-50%,-50%)}.react-flow__handle-right{top:50%;right:0;transform:translate(50%,-50%)}.react-flow__edgeupdater{cursor:move;pointer-events:all}.react-flow__pane.selection .react-flow__panel{pointer-events:none}.react-flow__panel{position:absolute;z-index:5;margin:15px}.react-flow__panel.top{top:0}.react-flow__panel.bottom{bottom:0}.react-flow__panel.top.center,.react-flow__panel.bottom.center{left:50%;transform:translate(-15px) translate(-50%)}.react-flow__panel.left{left:0}.react-flow__panel.right{right:0}.react-flow__panel.left.center,.react-flow__panel.right.center{top:50%;transform:translateY(-15px) translateY(-50%)}.react-flow__attribution{font-size:10px;background:var(--xy-attribution-background-color, var(--xy-attribution-background-color-default));padding:2px 3px;margin:0}.react-flow__attribution a{text-decoration:none;color:#999}@keyframes dashdraw{0%{stroke-dashoffset:10}}.react-flow__edgelabel-renderer{position:absolute;width:100%;height:100%;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none;left:0;top:0}.react-flow__viewport-portal{position:absolute;width:100%;height:100%;left:0;top:0;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__minimap{background:var( --xy-minimap-background-color-props, var(--xy-minimap-background-color, var(--xy-minimap-background-color-default)) )}.react-flow__minimap-svg{display:block}.react-flow__minimap-mask{fill:var( --xy-minimap-mask-background-color-props, var(--xy-minimap-mask-background-color, var(--xy-minimap-mask-background-color-default)) );stroke:var( --xy-minimap-mask-stroke-color-props, var(--xy-minimap-mask-stroke-color, var(--xy-minimap-mask-stroke-color-default)) );stroke-width:var( --xy-minimap-mask-stroke-width-props, var(--xy-minimap-mask-stroke-width, var(--xy-minimap-mask-stroke-width-default)) )}.react-flow__minimap-node{fill:var( --xy-minimap-node-background-color-props, var(--xy-minimap-node-background-color, var(--xy-minimap-node-background-color-default)) );stroke:var( --xy-minimap-node-stroke-color-props, var(--xy-minimap-node-stroke-color, var(--xy-minimap-node-stroke-color-default)) );stroke-width:var( --xy-minimap-node-stroke-width-props, var(--xy-minimap-node-stroke-width, var(--xy-minimap-node-stroke-width-default)) )}.react-flow__background-pattern.dots{fill:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-dots-color-default)) )}.react-flow__background-pattern.lines{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-lines-color-default)) )}.react-flow__background-pattern.cross{stroke:var( --xy-background-pattern-color-props, var(--xy-background-pattern-color, var(--xy-background-pattern-cross-color-default)) )}.react-flow__controls{display:flex;flex-direction:column;box-shadow:var(--xy-controls-box-shadow, var(--xy-controls-box-shadow-default))}.react-flow__controls.horizontal{flex-direction:row}.react-flow__controls-button{display:flex;justify-content:center;align-items:center;height:26px;width:26px;padding:4px;border:none;background:var(--xy-controls-button-background-color, var(--xy-controls-button-background-color-default));border-bottom:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) );color:var( --xy-controls-button-color-props, var(--xy-controls-button-color, var(--xy-controls-button-color-default)) );cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.react-flow__controls-button svg{width:100%;max-width:12px;max-height:12px;fill:currentColor}.react-flow__edge.updating .react-flow__edge-path{stroke:#777}.react-flow__edge-text{font-size:10px}.react-flow__node.selectable:focus,.react-flow__node.selectable:focus-visible{outline:none}.react-flow__node-input,.react-flow__node-default,.react-flow__node-output,.react-flow__node-group{padding:10px;border-radius:var(--xy-node-border-radius, var(--xy-node-border-radius-default));width:150px;font-size:12px;color:var(--xy-node-color, var(--xy-node-color-default));text-align:center;border:var(--xy-node-border, var(--xy-node-border-default));background-color:var(--xy-node-background-color, var(--xy-node-background-color-default))}.react-flow__node-input.selectable:hover,.react-flow__node-default.selectable:hover,.react-flow__node-output.selectable:hover,.react-flow__node-group.selectable:hover{box-shadow:var(--xy-node-boxshadow-hover, var(--xy-node-boxshadow-hover-default))}.react-flow__node-input.selectable.selected,.react-flow__node-input.selectable:focus,.react-flow__node-input.selectable:focus-visible,.react-flow__node-default.selectable.selected,.react-flow__node-default.selectable:focus,.react-flow__node-default.selectable:focus-visible,.react-flow__node-output.selectable.selected,.react-flow__node-output.selectable:focus,.react-flow__node-output.selectable:focus-visible,.react-flow__node-group.selectable.selected,.react-flow__node-group.selectable:focus,.react-flow__node-group.selectable:focus-visible{box-shadow:var(--xy-node-boxshadow-selected, var(--xy-node-boxshadow-selected-default))}.react-flow__node-group{background-color:var(--xy-node-group-background-color, var(--xy-node-group-background-color-default))}.react-flow__nodesselection-rect,.react-flow__selection{background:var(--xy-selection-background-color, var(--xy-selection-background-color-default));border:var(--xy-selection-border, var(--xy-selection-border-default))}.react-flow__nodesselection-rect:focus,.react-flow__nodesselection-rect:focus-visible,.react-flow__selection:focus,.react-flow__selection:focus-visible{outline:none}.react-flow__controls-button:hover{background:var( --xy-controls-button-background-color-hover-props, var(--xy-controls-button-background-color-hover, var(--xy-controls-button-background-color-hover-default)) );color:var( --xy-controls-button-color-hover-props, var(--xy-controls-button-color-hover, var(--xy-controls-button-color-hover-default)) )}.react-flow__controls-button:disabled{pointer-events:none}.react-flow__controls-button:disabled svg{fill-opacity:.4}.react-flow__controls-button:last-child{border-bottom:none}.react-flow__controls.horizontal .react-flow__controls-button{border-bottom:none;border-right:1px solid var( --xy-controls-button-border-color-props, var(--xy-controls-button-border-color, var(--xy-controls-button-border-color-default)) )}.react-flow__controls.horizontal .react-flow__controls-button:last-child{border-right:none}.react-flow__resize-control{position:absolute}.react-flow__resize-control.left,.react-flow__resize-control.right{cursor:ew-resize}.react-flow__resize-control.top,.react-flow__resize-control.bottom{cursor:ns-resize}.react-flow__resize-control.top.left,.react-flow__resize-control.bottom.right{cursor:nwse-resize}.react-flow__resize-control.bottom.left,.react-flow__resize-control.top.right{cursor:nesw-resize}.react-flow__resize-control.handle{width:5px;height:5px;border:1px solid #fff;border-radius:1px;background-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));translate:-50% -50%}.react-flow__resize-control.handle.left{left:0;top:50%}.react-flow__resize-control.handle.right{left:100%;top:50%}.react-flow__resize-control.handle.top{left:50%;top:0}.react-flow__resize-control.handle.bottom{left:50%;top:100%}.react-flow__resize-control.handle.top.left,.react-flow__resize-control.handle.bottom.left{left:0}.react-flow__resize-control.handle.top.right,.react-flow__resize-control.handle.bottom.right{left:100%}.react-flow__resize-control.line{border-color:var(--xy-resize-background-color, var(--xy-resize-background-color-default));border-width:0;border-style:solid}.react-flow__resize-control.line.left,.react-flow__resize-control.line.right{width:1px;transform:translate(-50%);top:0;height:100%}.react-flow__resize-control.line.left{left:0;border-left-width:1px}.react-flow__resize-control.line.right{left:100%;border-right-width:1px}.react-flow__resize-control.line.top,.react-flow__resize-control.line.bottom{height:1px;transform:translateY(-50%);left:0;width:100%}.react-flow__resize-control.line.top{top:0;border-top-width:1px}.react-flow__resize-control.line.bottom{border-bottom-width:1px;top:100%}.react-flow__edge-textbg{fill:var(--xy-edge-label-background-color, var(--xy-edge-label-background-color-default))}.react-flow__edge-text{fill:var(--xy-edge-label-color, var(--xy-edge-label-color-default))}.ground[data-astro-cid-s7qhfdc3]{--paper:#faf7ee;--paper-2:#f3eedc;--paper-edge:#ebe4cc;--rule:#e3dec9;--rule-soft:#ece6d2;--ink:#1f2a1d;--ink-2:#3a4034;--mute:#7a766c;--moss:#4a6a3e;--moss-2:#6c8a5d;--moss-tint:rgba(74,106,62,.12);--moss-line:rgba(74,106,62,.55);--ochre:#a89263;--ochre-soft:rgba(168,146,99,.55);--vermilion:#b14c2a;--serif:"Newsreader","Source Serif 4",Georgia,serif;--sans:"Helvetica Neue",Helvetica,Arial,sans-serif;--mono:"JetBrains Mono",ui-monospace,monospace}.ground[data-astro-cid-s7qhfdc3],.ground[data-astro-cid-s7qhfdc3] [data-astro-cid-s7qhfdc3]{box-sizing:border-box}.ground[data-astro-cid-s7qhfdc3]{position:relative;background:radial-gradient(circle at 1px 1px,var(--rule) 1px,transparent 1.6px) 0 0/30px 30px,var(--paper);padding:96px 32px 110px;overflow:hidden;-webkit-mask-image:linear-gradient(to bottom,transparent 0,#000 80px,#000 calc(100% - 92px),transparent 100%);mask-image:linear-gradient(to bottom,transparent 0,#000 80px,#000 calc(100% - 92px),transparent 100%)}.wrap[data-astro-cid-s7qhfdc3]{max-width:1120px;margin:0 auto;position:relative;z-index:1}.eyebrow[data-astro-cid-s7qhfdc3]{display:inline-flex;align-items:center;gap:10px;font-family:var(--mono);font-size:11px;letter-spacing:.2em;text-transform:uppercase;color:var(--ochre)}.eyebrow[data-astro-cid-s7qhfdc3] .specimen[data-astro-cid-s7qhfdc3]{width:9px;height:9px;border-radius:50% 0;background:var(--moss);transform:rotate(-22deg)}.head[data-astro-cid-s7qhfdc3]{max-width:760px;margin-top:22px}.head[data-astro-cid-s7qhfdc3] h1[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-weight:500;font-size:60px;line-height:1;letter-spacing:-.025em;margin:0;text-wrap:balance}.head[data-astro-cid-s7qhfdc3] h1[data-astro-cid-s7qhfdc3] em[data-astro-cid-s7qhfdc3]{font-style:italic;color:var(--moss);font-weight:400}.head[data-astro-cid-s7qhfdc3] p[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:20px;line-height:1.55;color:var(--ink-2);margin:22px 0 0;max-width:620px;text-wrap:pretty}.head[data-astro-cid-s7qhfdc3] p[data-astro-cid-s7qhfdc3] strong[data-astro-cid-s7qhfdc3]{color:var(--ink);font-weight:500}.rule-orn[data-astro-cid-s7qhfdc3]{display:flex;align-items:center;gap:16px;margin:54px 0 40px;color:var(--ochre)}.rule-orn[data-astro-cid-s7qhfdc3] i[data-astro-cid-s7qhfdc3]{flex:1;height:1px;background:var(--rule)}.rule-orn[data-astro-cid-s7qhfdc3] .dots[data-astro-cid-s7qhfdc3]{display:inline-flex;gap:7px;align-items:center}.rule-orn[data-astro-cid-s7qhfdc3] .dots[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]{width:7px;height:7px;border-radius:50%;display:block}.rule-orn[data-astro-cid-s7qhfdc3] .dots[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]:nth-child(1){background:#facc15}.rule-orn[data-astro-cid-s7qhfdc3] .dots[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]:nth-child(2){background:#a78bfa}.rule-orn[data-astro-cid-s7qhfdc3] .dots[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]:nth-child(3){background:#60a5fa}.rule-orn[data-astro-cid-s7qhfdc3] span[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:10px;letter-spacing:.2em;text-transform:uppercase;color:var(--mute)}.stages[data-astro-cid-s7qhfdc3]{display:grid;grid-template-columns:repeat(4,1fr);gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:12px;overflow:hidden}.stage[data-astro-cid-s7qhfdc3]{background:var(--paper);padding:22px 22px 26px;display:flex;flex-direction:column;gap:14px}.stage[data-astro-cid-s7qhfdc3] .st-top[data-astro-cid-s7qhfdc3]{display:flex;align-items:center;justify-content:space-between}.stage[data-astro-cid-s7qhfdc3] .st-n[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:11px;letter-spacing:.12em;color:var(--ochre)}.stage[data-astro-cid-s7qhfdc3] .st-dot[data-astro-cid-s7qhfdc3]{width:9px;height:9px;border-radius:50% 0;background:var(--moss);transform:rotate(-22deg)}.stage[data-astro-cid-s7qhfdc3] h3[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:19px;font-weight:500;letter-spacing:-.01em;margin:0;line-height:1.18}.stage[data-astro-cid-s7qhfdc3] h3[data-astro-cid-s7qhfdc3] em[data-astro-cid-s7qhfdc3]{font-style:italic;color:var(--moss)}.stage[data-astro-cid-s7qhfdc3] p[data-astro-cid-s7qhfdc3]{font-family:var(--sans);font-size:13px;line-height:1.5;color:var(--ink-2);margin:0;text-wrap:pretty}.mini[data-astro-cid-s7qhfdc3]{margin-top:auto;background:var(--paper-2);border:1px solid var(--rule);border-radius:8px;padding:12px 13px}.mini[data-astro-cid-s7qhfdc3] .cap[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:8.5px;letter-spacing:.12em;text-transform:uppercase;color:var(--mute);margin-bottom:7px}.mini[data-astro-cid-s7qhfdc3] .q[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:13.5px;line-height:1.3;font-weight:500;color:var(--ink)}.mini[data-astro-cid-s7qhfdc3] .q[data-astro-cid-s7qhfdc3] em[data-astro-cid-s7qhfdc3]{font-style:italic;color:var(--moss)}.mini[data-astro-cid-s7qhfdc3] .prow[data-astro-cid-s7qhfdc3]{display:flex;justify-content:space-between;align-items:baseline;padding:4px 0;border-bottom:1px dotted var(--rule)}.mini[data-astro-cid-s7qhfdc3] .prow[data-astro-cid-s7qhfdc3]:last-child{border-bottom:0}.mini[data-astro-cid-s7qhfdc3] .prow[data-astro-cid-s7qhfdc3] .t[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:12px;color:var(--ink)}.mini[data-astro-cid-s7qhfdc3] .prow[data-astro-cid-s7qhfdc3] .p[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:8px;letter-spacing:.06em;text-transform:uppercase}.mini[data-astro-cid-s7qhfdc3] .prow[data-astro-cid-s7qhfdc3] .p[data-astro-cid-s7qhfdc3].vh{color:var(--vermilion)}.mini[data-astro-cid-s7qhfdc3] .prow[data-astro-cid-s7qhfdc3] .p[data-astro-cid-s7qhfdc3].h{color:var(--moss)}.ribbon[data-astro-cid-s7qhfdc3]{display:flex;gap:3px}.ribbon[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]{flex:1;height:16px;border-radius:2px;display:block}.ribbon[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3].done{background:var(--moss)}.ribbon[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3].iter{background:var(--moss-tint);border:1px dashed var(--moss)}.ribbon[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3].queue{background:var(--paper);border:1px dotted var(--ochre-soft)}.mini[data-astro-cid-s7qhfdc3] .barmeta[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:9px;color:var(--mute);margin-top:8px;letter-spacing:.04em}.mini[data-astro-cid-s7qhfdc3] .barmeta[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]{color:var(--ink)}.mini[data-astro-cid-s7qhfdc3] .scorerow[data-astro-cid-s7qhfdc3]{display:flex;align-items:baseline;gap:4px}.mini[data-astro-cid-s7qhfdc3] .scorerow[data-astro-cid-s7qhfdc3] .v[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:34px;font-weight:500;color:var(--moss);letter-spacing:-.02em;line-height:1}.mini[data-astro-cid-s7qhfdc3] .scorerow[data-astro-cid-s7qhfdc3] .d[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:11px;color:var(--mute)}.mini[data-astro-cid-s7qhfdc3] .scl[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:8px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);margin-top:3px}.sb[data-astro-cid-s7qhfdc3]{margin-top:64px;display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center}.sb-copy[data-astro-cid-s7qhfdc3] h2[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:38px;font-weight:500;letter-spacing:-.02em;margin:0 0 8px;line-height:1.08}.sb-copy[data-astro-cid-s7qhfdc3] h2[data-astro-cid-s7qhfdc3] em[data-astro-cid-s7qhfdc3]{font-style:italic;color:var(--moss)}.sb-copy[data-astro-cid-s7qhfdc3] .lead[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:17px;line-height:1.55;color:var(--ink-2);margin:0 0 26px;text-wrap:pretty}.sb-views[data-astro-cid-s7qhfdc3]{display:flex;flex-direction:column;gap:2px}.sb-view[data-astro-cid-s7qhfdc3]{display:grid;grid-template-columns:auto 1fr;gap:14px;align-items:start;padding:16px 0;border-top:1px solid var(--rule);cursor:default}.sb-view[data-astro-cid-s7qhfdc3] .tab[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:10px;letter-spacing:.06em;color:var(--paper);background:var(--ink);border-radius:999px;padding:5px 11px;white-space:nowrap}.sb-view[data-astro-cid-s7qhfdc3]:nth-child(2) .tab[data-astro-cid-s7qhfdc3]{background:var(--moss)}.sb-view[data-astro-cid-s7qhfdc3]:nth-child(3) .tab[data-astro-cid-s7qhfdc3]{background:var(--ochre)}.sb-view[data-astro-cid-s7qhfdc3] h4[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:17px;font-weight:500;margin:1px 0 3px;color:var(--ink)}.sb-view[data-astro-cid-s7qhfdc3] p[data-astro-cid-s7qhfdc3]{font-family:var(--sans);font-size:13px;line-height:1.5;color:var(--ink-2);margin:0;text-wrap:pretty}.sb-panel[data-astro-cid-s7qhfdc3]{background:var(--paper);border:1px solid var(--ink);border-radius:12px;box-shadow:0 30px 80px -50px #1f2a1d80,0 8px 28px -18px #1f2a1d40;overflow:hidden}.sb-tabbar[data-astro-cid-s7qhfdc3]{display:flex;gap:4px;padding:14px 18px;border-bottom:1px solid var(--rule)}.sb-tabbar[data-astro-cid-s7qhfdc3] .t[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:11px;letter-spacing:.04em;padding:6px 13px;border-radius:999px;color:var(--ink-2)}.sb-tabbar[data-astro-cid-s7qhfdc3] .t[data-astro-cid-s7qhfdc3].on{background:var(--ink);color:var(--paper)}.sb-panel-body[data-astro-cid-s7qhfdc3]{padding:18px 20px 22px}.sb-seclabel[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);padding-bottom:12px}.ldg-why[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-style:italic;font-size:14px;line-height:1.45;color:var(--ink-2);border-left:2px solid var(--moss);padding-left:12px;margin-bottom:16px}.ldg-sub[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:9.5px;letter-spacing:.14em;text-transform:uppercase;padding-bottom:9px}.ldg-sub[data-astro-cid-s7qhfdc3].kept{color:var(--moss);border-bottom:1px dashed var(--moss-line)}.ldg-sub[data-astro-cid-s7qhfdc3].disc{color:var(--ochre);border-bottom:1px dashed var(--ochre-soft);margin-top:16px}.ldg-card[data-astro-cid-s7qhfdc3]{border:1px solid var(--rule);background:var(--paper-2);border-radius:7px;padding:11px 13px;margin-top:10px}.ldg-card[data-astro-cid-s7qhfdc3].disc{background:transparent;border-style:dashed}.ldg-top[data-astro-cid-s7qhfdc3]{display:flex;align-items:baseline;justify-content:space-between;gap:12px}.ldg-name[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:14px;font-weight:500;color:var(--ink)}.ldg-card[data-astro-cid-s7qhfdc3].disc .ldg-name[data-astro-cid-s7qhfdc3]{font-weight:400;color:var(--ink-2)}.bge[data-astro-cid-s7qhfdc3]{display:inline-flex;align-items:center;gap:6px;font-family:var(--mono);font-size:10px;color:var(--ink-2);white-space:nowrap}.bge[data-astro-cid-s7qhfdc3]:before{content:"BGE";font-size:8px;letter-spacing:.14em;color:var(--mute)}.bge[data-astro-cid-s7qhfdc3] .tk[data-astro-cid-s7qhfdc3]{width:48px;height:5px;background:#1f1d1a14;border-radius:2px;overflow:hidden}.bge[data-astro-cid-s7qhfdc3] .tk[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]{display:block;height:100%;background:var(--moss)}.bge[data-astro-cid-s7qhfdc3].lo .tk[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]{background:var(--mute)}.bge[data-astro-cid-s7qhfdc3] .nm[data-astro-cid-s7qhfdc3]{color:var(--ink);font-variant-numeric:tabular-nums}.ldg-snip[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-style:italic;font-size:12.5px;line-height:1.45;color:var(--ink-2);border-left:2px solid var(--ochre-soft);padding-left:10px;margin:7px 0 0}.ldg-card[data-astro-cid-s7qhfdc3].disc .ldg-snip[data-astro-cid-s7qhfdc3]{border-left-color:var(--rule);color:var(--mute)}.ldg-rat[data-astro-cid-s7qhfdc3]{font-family:var(--sans);font-size:12px;line-height:1.42;color:var(--ink-2);margin:8px 0 0}.ldg-rat[data-astro-cid-s7qhfdc3] .lab[data-astro-cid-s7qhfdc3],.ldg-reason[data-astro-cid-s7qhfdc3] .lab[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:8.5px;letter-spacing:.14em;text-transform:uppercase;color:var(--mute);margin-right:5px}.ldg-reason[data-astro-cid-s7qhfdc3]{font-family:var(--sans);font-size:12px;line-height:1.42;color:var(--mute);margin:8px 0 0}.ldg-reason[data-astro-cid-s7qhfdc3] em[data-astro-cid-s7qhfdc3]{color:var(--ochre);font-style:italic}.band[data-astro-cid-s7qhfdc3]{margin-top:70px;background:var(--ink);border-radius:14px;padding:44px 48px;display:grid;grid-template-columns:1fr auto;gap:32px;align-items:center}.band[data-astro-cid-s7qhfdc3] h3[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:30px;font-weight:500;line-height:1.22;margin:0;color:var(--paper);letter-spacing:-.015em}.band[data-astro-cid-s7qhfdc3] h3[data-astro-cid-s7qhfdc3] em[data-astro-cid-s7qhfdc3]{font-style:italic;color:var(--moss-2)}.band[data-astro-cid-s7qhfdc3] p[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-style:italic;font-size:15px;line-height:1.5;color:var(--ink-2);margin:12px 0 0}.band[data-astro-cid-s7qhfdc3] .cta[data-astro-cid-s7qhfdc3]{text-decoration:none;display:inline-flex;align-items:center;justify-content:center;appearance:none;border:0;background:var(--moss);color:var(--paper);font-family:var(--sans);font-size:15px;font-weight:600;letter-spacing:.01em;padding:16px 30px;border-radius:7px;cursor:pointer;white-space:nowrap}.band[data-astro-cid-s7qhfdc3] .cta[data-astro-cid-s7qhfdc3]:hover{background:var(--moss-2)}@media(max-width:880px){.stages[data-astro-cid-s7qhfdc3]{grid-template-columns:repeat(2,1fr)}.sb[data-astro-cid-s7qhfdc3]{grid-template-columns:1fr;gap:32px}.head[data-astro-cid-s7qhfdc3] h1[data-astro-cid-s7qhfdc3]{font-size:44px}.band[data-astro-cid-s7qhfdc3]{grid-template-columns:1fr}}@media(max-width:560px){.stages[data-astro-cid-s7qhfdc3]{grid-template-columns:1fr}.head[data-astro-cid-s7qhfdc3] h1[data-astro-cid-s7qhfdc3]{font-size:36px}}.sb-intro[data-astro-cid-s7qhfdc3]{max-width:680px;margin:72px 0 4px}.sb-intro[data-astro-cid-s7qhfdc3] h2[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:38px;font-weight:500;letter-spacing:-.02em;margin:0 0 10px;line-height:1.08}.sb-intro[data-astro-cid-s7qhfdc3] h2[data-astro-cid-s7qhfdc3] em[data-astro-cid-s7qhfdc3]{font-style:italic;color:var(--moss)}.sb-intro[data-astro-cid-s7qhfdc3] p[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:17px;line-height:1.55;color:var(--ink-2);margin:0;text-wrap:pretty}.feat[data-astro-cid-s7qhfdc3]{display:grid;grid-template-columns:.92fr 1.08fr;gap:48px;align-items:center;margin-top:48px}.feat[data-astro-cid-s7qhfdc3].reverse .feat-copy[data-astro-cid-s7qhfdc3]{order:2}.feat[data-astro-cid-s7qhfdc3].reverse .sb-panel[data-astro-cid-s7qhfdc3]{order:1}.feat-copy[data-astro-cid-s7qhfdc3] .feat-tab[data-astro-cid-s7qhfdc3]{display:inline-block;font-family:var(--mono);font-size:10px;letter-spacing:.06em;color:var(--paper);background:var(--ink);border-radius:999px;padding:5px 12px;margin-bottom:14px}.feat-copy[data-astro-cid-s7qhfdc3] .feat-tab[data-astro-cid-s7qhfdc3].ref{background:var(--moss)}.feat-copy[data-astro-cid-s7qhfdc3] .feat-tab[data-astro-cid-s7qhfdc3].rep{background:var(--ochre)}.feat-copy[data-astro-cid-s7qhfdc3] h3[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:30px;font-weight:500;letter-spacing:-.015em;margin:0 0 10px;line-height:1.1}.feat-copy[data-astro-cid-s7qhfdc3] .feat-lead[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:16px;line-height:1.55;color:var(--ink-2);margin:0 0 18px;text-wrap:pretty}.feat-copy[data-astro-cid-s7qhfdc3] .feat-lead[data-astro-cid-s7qhfdc3] em[data-astro-cid-s7qhfdc3]{font-style:italic;color:var(--moss)}.feat-pts[data-astro-cid-s7qhfdc3]{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:11px}.feat-pts[data-astro-cid-s7qhfdc3] li[data-astro-cid-s7qhfdc3]{font-family:var(--sans);font-size:13.5px;line-height:1.5;color:var(--ink-2);padding-left:18px;position:relative;text-wrap:pretty}.feat-pts[data-astro-cid-s7qhfdc3] li[data-astro-cid-s7qhfdc3]:before{content:"";position:absolute;left:0;top:7px;width:7px;height:7px;border-radius:50% 0;background:var(--ochre);transform:rotate(-22deg)}.feat-pts[data-astro-cid-s7qhfdc3] li[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]{color:var(--ink);font-weight:600}.res-grid[data-astro-cid-s7qhfdc3]{display:grid;grid-template-columns:1fr 1fr;gap:1px;background:var(--rule);border:1px solid var(--rule);border-radius:8px;overflow:hidden}.res-cell[data-astro-cid-s7qhfdc3]{background:var(--paper);padding:12px;display:flex;gap:10px;align-items:center}.res-cell[data-astro-cid-s7qhfdc3] .spider[data-astro-cid-s7qhfdc3]{flex-shrink:0}.spider[data-astro-cid-s7qhfdc3] .g[data-astro-cid-s7qhfdc3]{fill:none;stroke:var(--rule);stroke-width:1}.spider[data-astro-cid-s7qhfdc3] .g2[data-astro-cid-s7qhfdc3]{stroke:var(--rule-soft)}.spider[data-astro-cid-s7qhfdc3] .p[data-astro-cid-s7qhfdc3]{fill:var(--moss-tint);stroke:var(--moss);stroke-width:1.4;stroke-linejoin:round}.spider[data-astro-cid-s7qhfdc3] .p[data-astro-cid-s7qhfdc3].thin{fill:#a8926324;stroke:var(--ochre)}.res-meta[data-astro-cid-s7qhfdc3] .rt[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:13px;font-weight:500;color:var(--ink);line-height:1.2}.res-meta[data-astro-cid-s7qhfdc3] .rm[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:10px;color:var(--mute);margin-top:4px;letter-spacing:.02em}.res-meta[data-astro-cid-s7qhfdc3] .rm[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]{color:var(--ink)}.res-meta[data-astro-cid-s7qhfdc3] .rm[data-astro-cid-s7qhfdc3] .ok[data-astro-cid-s7qhfdc3]{color:var(--moss)}.res-meta[data-astro-cid-s7qhfdc3] .rm[data-astro-cid-s7qhfdc3] .warn[data-astro-cid-s7qhfdc3]{color:var(--ochre)}.res-foot[data-astro-cid-s7qhfdc3]{display:flex;align-items:center;justify-content:space-between;margin-top:14px;padding-top:14px;border-top:1px solid var(--rule)}.res-score[data-astro-cid-s7qhfdc3]{display:flex;align-items:baseline;gap:5px}.res-score[data-astro-cid-s7qhfdc3] .v[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:34px;font-weight:500;color:var(--moss);letter-spacing:-.025em;line-height:1}.res-score[data-astro-cid-s7qhfdc3] .d[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:12px;color:var(--mute)}.res-score[data-astro-cid-s7qhfdc3] .l[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:9px;letter-spacing:.12em;text-transform:uppercase;color:var(--mute);margin-left:6px}.res-tally[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:11px;color:var(--mute);letter-spacing:.03em}.res-tally[data-astro-cid-s7qhfdc3] b[data-astro-cid-s7qhfdc3]{color:var(--ink);font-family:var(--serif);font-size:14px;font-weight:500}.rep-stand[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-style:italic;font-size:16px;line-height:1.5;color:var(--ink-2);border-left:3px solid var(--moss);padding-left:14px;margin-bottom:18px;text-wrap:pretty}.rep-h[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:18px;font-weight:500;color:var(--ink);letter-spacing:-.01em;margin-bottom:8px}.rep-h[data-astro-cid-s7qhfdc3] em[data-astro-cid-s7qhfdc3]{font-style:italic;color:var(--moss)}.rep-h[data-astro-cid-s7qhfdc3] .sec[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:11px;color:var(--mute);letter-spacing:.08em;margin-right:10px}.rep-p[data-astro-cid-s7qhfdc3]{font-family:var(--serif);font-size:14px;line-height:1.6;color:var(--ink);margin:0 0 12px;text-wrap:pretty}.rep-p[data-astro-cid-s7qhfdc3] sup[data-astro-cid-s7qhfdc3]{font-family:var(--mono);font-size:8.5px;color:var(--ochre);letter-spacing:.04em;vertical-align:super}.rep-pull[data-astro-cid-s7qhfdc3]{display:grid;grid-template-columns:10px 1fr;gap:12px;margin-top:14px}.rep-pull[data-astro-cid-s7qhfdc3] .bar[data-astro-cid-s7qhfdc3]{background:var(--ochre);border-radius:1px}.rep-pull[data-astro-cid-s7qhfdc3] blockquote[data-astro-cid-s7qhfdc3]{margin:0;font-family:var(--serif);font-style:italic;font-size:15px;line-height:1.4;color:var(--ink);text-wrap:pretty}@media(max-width:880px){.feat[data-astro-cid-s7qhfdc3]{grid-template-columns:1fr;gap:26px}.feat[data-astro-cid-s7qhfdc3].reverse .feat-copy[data-astro-cid-s7qhfdc3],.feat[data-astro-cid-s7qhfdc3].reverse .sb-panel[data-astro-cid-s7qhfdc3]{order:0}}@media(max-width:560px){.res-grid[data-astro-cid-s7qhfdc3]{grid-template-columns:1fr}}body{overflow:hidden!important}footer{display:none!important}
