.ra-explorer{background:var(--pf-surface);border:1px solid var(--pf-line);color:var(--pf-ink);margin-top:6px;padding:16px 24px 24px;container-type:inline-size}.ra-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:8px;display:flex}.ra-heading>p{font-size:14px;font-weight:500}.ra-explorer .ra-replay{height:auto;min-height:44px;color:var(--pf-muted);background:0 0;border-radius:0;gap:7px;padding:8px 0 8px 12px;font-size:14px;font-weight:400}.ra-explorer .ra-replay:hover{color:var(--pf-green);background:0 0}.ra-explorer .ra-tab-list{border-bottom:1px solid var(--pf-line);border-radius:0;justify-content:flex-start;gap:24px;width:100%;height:auto;padding:0;display:flex}.ra-explorer .ra-tab-list>[role=tab]{height:auto;min-height:48px;box-shadow:none;white-space:normal;text-align:left;color:var(--pf-muted);background:0 0;border:0;border-radius:0;flex:0 auto;padding:8px 0;font-size:14px;font-weight:500}.ra-explorer .ra-tab-list>[role=tab][aria-selected=true]{color:var(--pf-green)}.ra-explorer .ra-tab-list>[role=tab]:after{background:var(--pf-green);height:2px;bottom:-1px}.ra-explorer button:focus-visible{outline:2px solid var(--pf-green);outline-offset:4px;box-shadow:none}.ra-explorer .ra-tabs{gap:0}.ra-tab-panel{min-width:0}.ra-explorer .ra-intro{padding:23px 0 22px}.ra-explorer .ra-intro h5{letter-spacing:-.025em;margin:0;font-size:19px;font-weight:500;line-height:1.5}.ra-explorer .ra-intro p{color:var(--pf-muted);margin:7px 0 0;font-size:14px;line-height:1.6}.ra-shared-path,.ra-eval-checks{grid-template-columns:repeat(3,minmax(0,1fr));gap:23px;display:grid}.ra-explorer .ra-stage{border:1px solid var(--pf-stroke);background:var(--pf-raised);width:100%;height:auto;min-height:153px;color:var(--pf-ink);white-space:normal;text-align:center;box-shadow:none;border-radius:5px;flex-direction:column;justify-content:flex-start;align-items:center;gap:0;padding:17px 10px 15px;transition:border-color .2s,background .2s;display:flex;position:relative}.ra-explorer .ra-stage:hover{background:var(--pf-selected);border-color:var(--pf-strong)}.ra-explorer .ra-stage[aria-pressed=true]{border-color:var(--pf-green);background:var(--pf-selected);box-shadow:inset 0 -2px 0 var(--pf-green)}.ra-stage-icon{background:var(--pf-icon-bg);width:44px;height:44px;color:var(--pf-green);border-radius:50%;place-items:center;margin-bottom:8px;display:grid;position:relative}.ra-explorer .ra-stage-icon>svg{width:27px;height:27px}.ra-stage-name{letter-spacing:-.02em;font-size:16px;font-weight:500;line-height:1.45;display:block}.ra-stage-caption{color:var(--pf-muted);margin-top:5px;font-size:14px;font-weight:400;line-height:1.5;display:block}.ra-shared-path>.ra-stage:not(:last-child):after{content:"→";width:23px;color:var(--pf-green);pointer-events:none;font-size:18px;position:absolute;top:49%;left:calc(100% + 1px)}.ra-shared-path>.ra-stage:not(:last-child):before{content:"";background:var(--pf-green);opacity:0;pointer-events:none;border-radius:50%;width:5px;height:5px;position:absolute;top:calc(49% + 13px);left:100%}.ra-split{color:var(--pf-green);justify-content:center;align-items:center;gap:8px;padding:20px 0 23px;font-size:12px;line-height:1.5;display:flex;position:relative}.ra-split>i{border:1px solid var(--pf-track);border-bottom:0;height:9px;position:absolute;bottom:0;left:25%;right:25%}.ra-branches{grid-template-columns:repeat(2,minmax(0,1fr));gap:24px;display:grid}.ra-branch{min-width:0;position:relative}.ra-branch:before{content:"";background:var(--pf-green);opacity:0;border-radius:50%;width:5px;height:5px;position:absolute;top:0;left:calc(50% - 2px)}.ra-branch-note{text-align:center;color:var(--pf-muted);margin-bottom:11px;padding-top:11px;font-size:12px;line-height:1.5;display:block}.ra-explorer .ra-branch .ra-stage{min-height:140px}.ra-output{color:var(--pf-green);justify-content:center;align-items:start;gap:9px;padding:14px 10px 0;font-size:14px;line-height:1.6;display:flex}.ra-output>svg{margin-top:2px}.ra-explorer .ra-human{color:var(--pf-muted);border-top:1px solid var(--pf-line);justify-content:center;align-items:start;gap:8px;margin:20px 0 0;padding-top:16px;font-size:14px;line-height:1.6;display:flex}.ra-human>svg{margin-top:3px}.ra-eval-divider{color:var(--pf-green);justify-content:center;align-items:center;gap:7px;padding:20px 0;font-size:12px;line-height:1.5;display:flex}.ra-eval-checks .ra-stage{min-height:146px}.ra-eval-checks .ra-stage-icon{background:0 0}@media (prefers-reduced-motion:no-preference){.ra-explorer[data-playing=true] .ra-diagram .ra-stage-icon{animation:ra-node-arrive 1s var(--ra-delay,0s) ease both}.ra-explorer[data-playing=true] .ra-shared-path>.ra-stage:not(:last-child):before{animation:ra-transfer .65s calc(var(--ra-delay,0s) + .6s) ease both}.ra-explorer[data-playing=true] .ra-branch:before{animation:ra-branch-transfer .6s var(--ra-delay) ease both}.ra-explorer[data-visible=false] *,.ra-explorer[data-visible=false] :before{animation-play-state:paused!important}}@keyframes ra-node-arrive{0%,to{transform:translateY(0)}40%{background:var(--pf-selected);box-shadow:0 0 0 5px var(--pf-glow);transform:translateY(-3px)}}@keyframes ra-transfer{0%{opacity:0;transform:translate(0)}20%,80%{opacity:1}to{opacity:0;transform:translate(23px)}}@keyframes ra-branch-transfer{0%{opacity:0;transform:translateY(0)}20%,80%{opacity:1}to{opacity:0;transform:translateY(36px)}}@container (width<=520px){.ra-shared-path{grid-template-columns:1fr;gap:22px}.ra-explorer .ra-shared-path>.ra-stage{text-align:left;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:0 13px;min-height:92px;padding:15px;display:grid}.ra-shared-path .ra-stage-icon{grid-row:1/3;margin:0}.ra-shared-path .ra-stage-caption{margin-top:3px}.ra-shared-path>.ra-stage:not(:last-child):after{content:"↓";text-align:center;font-size:18px;line-height:22px;top:100%;left:calc(50% - 11px)}.ra-shared-path>.ra-stage:not(:last-child):before{top:100%;left:calc(50% - 2px);animation-name:ra-transfer-vertical!important}.ra-branches{gap:14px}.ra-explorer .ra-branch .ra-stage{min-height:162px;padding:12px 8px}.ra-branch-note{min-height:47px;margin:0;padding:10px 4px 0}.ra-output{text-align:center;flex-direction:column;align-items:center;padding:12px 3px 0;font-size:14px}.ra-output>svg{margin:0}.ra-eval-checks{grid-template-columns:1fr;gap:10px}.ra-explorer .ra-eval-checks .ra-stage{text-align:left;grid-template-columns:40px 1fr;align-items:center;gap:0 12px;min-height:80px;padding:12px 15px;display:grid}.ra-eval-checks .ra-stage-icon{grid-row:1/3;margin:0}.ra-eval-checks .ra-stage-caption{margin:2px 0 0}.ra-explorer .ra-tab-list{gap:21px}.ra-explorer .ra-tab-list>[role=tab]{font-size:14px;line-height:1.4}.ra-explorer .ra-intro h5{font-size:18px}}@keyframes ra-transfer-vertical{0%{opacity:0;transform:translateY(0)}20%,80%{opacity:1}to{opacity:0;transform:translateY(22px)}}@media (max-width:720px){.ra-explorer{padding:12px 18px 23px}}@media (prefers-reduced-motion:reduce){.ra-explorer *,.ra-explorer :before{transition:none!important;animation:none!important}}html[data-motion=off] .ra-explorer *,html[data-motion=off] .ra-explorer :before{transition:none!important;animation:none!important}.ra-explorer fieldset{border:0;min-width:0;margin:0;padding:0}.ra-stage-note{border-top:1px solid var(--pf-line);margin-top:22px;padding-top:17px}.ra-stage-note>span{color:var(--pf-green);font-size:14px;font-weight:500}.ra-explorer .ra-stage-note>p{color:var(--pf-body);margin:6px 0 0;font-size:16px;line-height:1.7}.ra-branch-connector{height:38px;color:var(--pf-green);justify-content:center;align-items:center;display:flex;position:relative}.ra-branch-connector>i{background:var(--pf-green);opacity:0;border-radius:50%;width:5px;height:5px;position:absolute;top:2px;left:calc(50% - 2px)}.ra-written-details [data-slot=accordion-item]+[data-slot=accordion-item]{border-top:1px solid var(--pf-line);margin-top:5px;padding-top:5px}.ra-written-details .pf-detail-panel{padding-bottom:20px!important}@media (prefers-reduced-motion:no-preference){html[data-motion=on] .ra-explorer[data-playing=true] .ra-branch-connector>i{animation:ra-branch-transfer .6s var(--ra-delay) ease both}}@container (width<=360px){.ra-branches{grid-template-columns:1fr;gap:22px}.ra-split>i{display:none}.ra-explorer .ra-branch .ra-stage{min-height:126px}.ra-branch-note{min-height:0;margin-bottom:10px;padding-top:0}.ra-output{text-align:left;flex-direction:row;justify-content:center}}.pf-pipeline{background:var(--pf-surface);border:1px solid var(--pf-line);color:var(--pf-ink);margin-top:6px;padding:16px 24px 26px;container-type:inline-size}.pf-pipeline .pf-pipeline-heading{justify-content:space-between;align-items:center;gap:15px;margin-bottom:21px;display:flex}.pf-pipeline-heading>p{font-size:14px;font-weight:500}.pf-pipeline .pf-pipeline-replay{height:auto;min-height:44px;color:var(--pf-muted);background:0 0;border-radius:0;gap:7px;padding:8px 0 8px 10px;font-size:14px;font-weight:400}.pf-pipeline .pf-pipeline-replay:hover{color:var(--pf-green);background:0 0}.pf-pipeline-replay:focus-visible{outline:2px solid var(--pf-green);outline-offset:4px}.pf-pipeline-replay:disabled{opacity:.45}.pf-pipeline-stages{grid-template-columns:minmax(0,.85fr) 32px minmax(0,1.25fr) 32px minmax(0,1.1fr);align-items:start;gap:12px;display:grid}.pf-pipeline-stages>section{min-width:0;margin:0!important}.pf-pipeline .pf-pipeline-label{letter-spacing:.035em;color:var(--pf-muted);margin:0 0 22px;font-size:12px}.pf-pipeline h5{letter-spacing:-.02em;margin:0;font-size:16px;font-weight:500;line-height:1.5}.pf-input-pair{justify-items:center;gap:10px;display:grid}.pf-input-card{background:var(--pf-raised);border:1px solid var(--pf-stroke);text-align:center;border-radius:6px;width:100%;padding:18px 12px}.pf-input-card>svg{color:var(--pf-green);margin:0 auto 10px;display:block}.pf-input-card>span{color:var(--pf-muted);margin-top:4px;font-size:14px;line-height:1.5;display:block}.pf-input-plus{color:var(--pf-green)}.pf-pipeline-connector{background:var(--pf-track);height:1px;color:var(--pf-green);margin-top:166px;position:relative}.pf-pipeline-connector>svg{position:absolute;top:-7.5px;right:-3px}.pf-pipeline-connector>i{background:var(--pf-green);opacity:0;border-radius:50%;width:7px;height:7px;position:absolute;top:-3px;left:0}.pf-pipeline-steps{gap:29px;margin:0;padding:10px 0 0;list-style:none;display:grid}.pf-pipeline-steps li{grid-template-columns:54px 1fr;align-items:start;gap:13px;min-height:68px;display:grid;position:relative}.pf-pipeline-steps li:not(:last-child):before{content:"";background:var(--pf-track);width:1px;height:calc(100% - 25px);position:absolute;top:54px;left:26px}.pf-pipeline-steps li:not(:last-child):after{content:"";background:var(--pf-green);opacity:0;border-radius:50%;width:5px;height:5px;position:absolute;top:54px;left:24px}.pf-node-symbol{border:1px solid var(--pf-strong);background:var(--pf-icon-bg);width:54px;height:54px;color:var(--pf-green);border-radius:50%;place-items:center;display:grid;position:relative;overflow:hidden}.pf-node-scan>i{background:var(--pf-green);opacity:0;height:2px;box-shadow:0 0 7px var(--pf-green);position:absolute;top:12px;left:8px;right:8px}.pf-packet{background:var(--pf-raised);border:1px solid var(--pf-stroke);box-shadow:3px 4px 0 var(--pf-shadow);border-radius:6px;padding:16px}.pf-pipeline .pf-packet h5{align-items:center;gap:8px;display:flex}.pf-pipeline .pf-packet-summary{color:var(--pf-muted);margin:15px 0 10px;font-size:14px;line-height:1.5}.pf-summary-lines,.pf-source-lines{gap:6px;display:grid}.pf-summary-lines i{background:var(--pf-track);border-radius:2px;height:3px}.pf-summary-lines i:last-child{width:68%}.pf-pipeline .pf-table-title{color:var(--pf-muted);margin:18px 0 6px;font-size:12px}.pf-evidence-row{border-top:1px solid var(--pf-line);color:var(--pf-green);align-items:center;gap:8px;padding:7px 0;display:flex}.pf-evidence-row>i{background:var(--pf-track);border-radius:2px;width:65%;height:3px}.pf-evidence-row>span{margin-left:auto;font-size:12px}.pf-source-link{color:var(--pf-green);justify-content:center;align-items:center;gap:7px;padding:14px 0;font-size:12px;display:flex}.pf-source-document{background:var(--pf-raised);border:1px solid var(--pf-stroke);border-radius:4px;align-items:center;gap:11px;padding:12px;display:flex}.pf-source-document>div{flex:1;min-width:0}.pf-source-document span{margin-bottom:7px;font-size:12px;display:block}.pf-source-lines i{background:linear-gradient(90deg,var(--pf-mark),var(--pf-mark)) left / 100% 100% no-repeat var(--pf-track);height:7px}.pf-source-lines i:last-child{width:76%}.pf-pipeline .pf-source-caption{color:var(--pf-muted);text-align:center;margin:9px 0 0;font-size:12px;line-height:1.5}@media (prefers-reduced-motion:no-preference){html[data-motion=on] .pf-pipeline[data-playing=true] .pf-records{animation:.7s both pf-card-arrive}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-criteria{animation:.7s .2s both pf-card-arrive}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-pipeline-connector-first>i{animation:.8s ease-in-out .65s both pf-travel}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-node-symbol{animation:1.1s 1.3s both pf-node-activate}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-node-scan>i{animation:1s ease-in-out 1.3s both pf-scan}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-node-plan{animation-delay:2.4s}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-node-plan>svg{animation:1s 2.4s both pf-plan-arrive}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-node-context{animation-delay:3.5s}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-node-context>svg{animation:1s 3.5s both pf-plan-arrive}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-node-extract{animation-delay:4.6s}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-node-extract>svg{animation:1s 4.6s both pf-search}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-pipeline-steps li:first-child:after{animation:.55s 2s both pf-travel-down}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-pipeline-steps li:nth-child(2):after{animation:.55s 3.1s both pf-travel-down}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-pipeline-steps li:nth-child(3):after{animation:.55s 4.2s both pf-travel-down}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-pipeline-connector-last>i{animation:.8s 5.4s both pf-travel}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-packet{animation:.8s 5.9s both pf-card-arrive}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-evidence-row{animation:.7s 6.3s both pf-evidence-arrive}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-evidence-row:last-child{animation-delay:6.5s}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-source-link>svg{animation:.7s 6.9s both pf-node-activate}html[data-motion=on] .pf-pipeline[data-playing=true] .pf-source-lines i{animation:.9s 7.1s both pf-ground-evidence}html[data-motion=on] .pf-pipeline[data-visible=false] *,html[data-motion=on] .pf-pipeline[data-visible=false] :after{animation-play-state:paused!important}}@keyframes pf-card-arrive{0%{border-color:var(--pf-line);transform:translateY(7px)}to{border-color:var(--pf-strong);transform:translateY(0)}}@keyframes pf-travel{0%{opacity:0;left:0}15%,85%{opacity:1}to{opacity:0;left:100%}}@keyframes pf-travel-down{0%{opacity:0;top:54px}20%,80%{opacity:1}to{top:calc(100% + var(--pf-step-gap,29px));opacity:0}}@keyframes pf-node-activate{0%{box-shadow:0 0 0 0 var(--pf-clear)}45%{background:var(--pf-selected);box-shadow:0 0 0 6px var(--pf-glow)}to{box-shadow:0 0 0 0 var(--pf-clear)}}@keyframes pf-scan{0%{opacity:0;transform:translateY(0)}15%,85%{opacity:1}to{opacity:0;transform:translateY(27px)}}@keyframes pf-plan-arrive{0%,to{transform:translateY(0)}35%{transform:translateY(-4px)}70%{transform:translateY(2px)}}@keyframes pf-search{0%,to{transform:translate(0)}35%{transform:translate(-3px,-2px)}70%{transform:translate(3px,2px)}}@keyframes pf-evidence-arrive{0%{background:var(--pf-selected);transform:translate(-4px)}to{background:0 0;transform:translate(0)}}@keyframes pf-ground-evidence{0%{background-size:0 100%}to{background-size:100% 100%}}@container (width<=560px){.pf-pipeline-stages{grid-template-columns:1fr;gap:0}.pf-pipeline .pf-pipeline-label{margin-bottom:15px}.pf-input-pair{grid-template-columns:1fr 17px 1fr;align-items:center;gap:10px}.pf-input-card{height:100%;padding:16px 8px}.pf-input-card>span{font-size:14px}.pf-pipeline-connector{width:1px;height:33px;margin:19px auto 22px}.pf-pipeline-connector>svg{top:auto;bottom:-4px;right:-7.5px;transform:rotate(90deg)}.pf-pipeline-connector>i{top:0;left:-3px}.pf-pipeline-steps{--pf-step-gap:21px;gap:21px;padding:0}.pf-pipeline-steps li{grid-template-columns:54px 1fr;min-height:60px}.pf-pipeline-steps li:not(:last-child):before{height:calc(100% - 33px)}.pf-pipeline-output{justify-self:center;width:100%;max-width:420px}.pf-packet{padding:19px}.pf-source-document{padding:14px}.pf-pipeline-connector>i{animation-name:pf-travel-mobile!important}}@keyframes pf-travel-mobile{0%{opacity:0;top:0}15%,85%{opacity:1}to{opacity:0;top:100%}}@media (max-width:720px){.pf-pipeline{padding:12px 18px 23px}}@media (prefers-reduced-motion:reduce){.pf-pipeline *,.pf-pipeline :after{animation:none!important}}html[data-motion=off] .pf-pipeline *,html[data-motion=off] .pf-pipeline :after{animation:none!important}.pf-pipeline .pf-node-copy>p{color:var(--pf-muted);margin:6px 0 0;font-size:14px;line-height:1.5}.pf-pipeline-steps li>h5{padding-top:14px}.me-explorer .pf-pipeline-heading{margin-bottom:8px}.me-pipeline-panel{padding-top:24px}.me-eval-status{color:var(--pf-green);margin-bottom:8px;font-size:12px;font-weight:500;line-height:1.5;display:block}.me-explorer .ra-tab-list{gap:clamp(8px,3cqw,24px)}.me-log-reporting{max-width:370px;margin:0 auto}.me-log-dashboards{grid-template-columns:repeat(2,minmax(0,1fr));gap:23px;display:grid}.me-log-join{grid-template-columns:repeat(3,1fr);height:23px;display:grid;position:relative}.me-log-join>span{background:var(--pf-track);justify-self:center;width:1px;height:100%}.me-log-join:after{content:"";border-top:1px solid var(--pf-track);position:absolute;bottom:0;left:16.666%;right:16.666%}.me-log-connector,.me-log-fork{height:35px;color:var(--pf-green);justify-content:center;align-items:center;display:flex;position:relative}.me-log-fork{height:48px;padding-bottom:12px}.me-log-fork:after{content:"";border:1px solid var(--pf-track);border-bottom:0;height:12px;position:absolute;bottom:0;left:25%;right:25%}.me-log-join>i,.me-log-fork>i{background:var(--pf-green);opacity:0;border-radius:50%;width:5px;height:5px;position:absolute;top:0;left:calc(50% - 2px)}.me-explorer .me-log-native{color:var(--pf-muted);margin:20px 0 0;font-size:14px;line-height:1.6}@media (prefers-reduced-motion:no-preference){.me-explorer[data-playing=true] .me-log-join>i,.me-explorer[data-playing=true] .me-log-fork>i{animation:ra-branch-transfer .6s var(--ra-delay) ease both}}@container (width<=520px){.me-log-join{height:16px;display:block}.me-log-join>span,.me-log-join:after{display:none}.me-log-join:before{content:"";background:var(--pf-track);width:1px;height:100%;margin:auto;display:block}.me-log-dashboards{gap:12px}}@container (width<=360px){.me-log-dashboards{grid-template-columns:1fr}.me-log-fork:after{display:none}}.ms-endpoint{max-width:440px;margin:0 auto}.ms-explorer .ms-endpoint .ra-stage{text-align:left;grid-template-columns:44px minmax(0,1fr);align-items:center;gap:0 14px;min-height:88px;padding:15px 18px;display:grid}.ms-endpoint .ra-stage-icon{grid-row:1/3;margin:0}.ms-endpoint .ra-stage-caption{margin-top:3px}.ms-connector{height:38px;color:var(--pf-green);justify-content:center;align-items:center;display:flex;position:relative}.ms-connector>i{background:var(--pf-green);opacity:0;border-radius:50%;width:5px;height:5px;position:absolute;top:2px;left:calc(50% - 2px)}.ms-explorer .ms-scale{color:var(--pf-green);border-top:1px solid var(--pf-line);margin:18px 0 0;padding-top:16px;font-size:14px;line-height:1.6}@media (prefers-reduced-motion:no-preference){.ms-explorer[data-playing=true] .ms-connector>i{animation:ra-branch-transfer .6s var(--ra-delay) ease both}}.pf-page{background:var(--pf-bg);color:var(--pf-ink);isolation:isolate;font-family:Manrope,Arial,sans-serif;font-size:16px;line-height:1.75}.pf-page *{box-sizing:border-box}.pf-page p,.pf-page h1,.pf-page h2,.pf-page h3,.pf-page h4,.pf-page h5,.pf-page figure{margin:0}.pf-page a{color:inherit;text-decoration:none}.pf-page a:hover{color:var(--pf-green)}:is(.pf-page a:focus-visible,.pf-page summary:focus-visible){outline:2px solid var(--pf-green);outline-offset:5px}.pf-page nav a:after{display:none}.pf-page svg{flex-shrink:0}.pf-shell{max-width:1392px;margin:auto;padding:0 70px}.pf-skip{top:calc(var(--direction-bar-height,52px) + 8px);z-index:30;background:var(--pf-raised);color:var(--pf-ink);padding:10px 15px;position:fixed;left:12px;transform:translateY(-250%)}.pf-skip:focus{transform:none}.pf-header{border-bottom:1px solid var(--pf-line);justify-content:space-between;align-items:center;gap:25px;min-height:88px;display:flex}.pf-header>a{letter-spacing:.02em;align-items:center;gap:12px;min-height:44px;font-size:14px;font-weight:650;display:flex}.pf-header>a span{color:var(--pf-muted);font-size:12px;font-weight:400}.pf-header nav{color:var(--pf-ink);align-items:center;gap:28px;display:flex}.pf-header nav a{align-items:center;gap:8px;min-height:44px;font-size:14px;display:inline-flex}.pf-intro{grid-template-columns:minmax(0,1fr) 270px;align-items:center;gap:70px;padding:72px 0 74px;display:grid}.pf-small{letter-spacing:.035em;color:var(--pf-muted);font-size:12px;font-weight:550}.pf-intro h1{letter-spacing:-.061em;margin:19px 0 28px;font-size:clamp(58px,6.6vw,94px);font-weight:450;line-height:1.06}.pf-intro h1>span{color:var(--pf-green)}.pf-overview{max-width:635px;color:var(--pf-body);font-size:18px;line-height:1.75}.pf-intro-links{flex-wrap:wrap;gap:8px 30px;margin-top:22px;display:flex}.pf-intro-links a{border-bottom:1px solid var(--pf-line);align-items:center;gap:12px;min-height:44px;font-size:14px;display:flex}.pf-intro-links a svg{transition:transform .2s}.pf-intro-links a:hover svg{transform:translate(2px,-2px)}.pf-portrait{align-self:start;padding-top:8px}.pf-portrait img{object-fit:cover;object-position:center 30%;filter:saturate(.7);border-radius:140px 140px 5px 5px;width:100%;height:330px;display:block}.pf-portrait figcaption{color:var(--pf-muted);text-align:center;margin-top:15px;font-size:12px}.pf-section-heading{border-top:1px solid var(--pf-line);border-bottom:1px solid var(--pf-line);justify-content:space-between;align-items:baseline;gap:30px;padding:23px 0;display:flex}.pf-section-heading h2{letter-spacing:-.035em;font-size:23px;font-weight:500}.pf-section-heading>p{color:var(--pf-muted);font-size:14px}.pf-experience,.pf-governance,.pf-contact,.pf-current-work,.pf-product{scroll-margin-top:calc(var(--direction-bar-height,52px) + 24px)}.pf-current{grid-template-columns:240px minmax(0,1fr);gap:62px;padding:43px 0 10px;display:grid}.pf-current-context h3{letter-spacing:-.045em;margin:14px 0 24px;font-size:30px;font-weight:500;line-height:1.25}.pf-current-context>p:not(.pf-small){font-size:16px}.pf-current-context>p>span{color:var(--pf-muted);font-size:14px;display:block}.pf-current-context .pf-context-note{color:var(--pf-muted);margin:15px 0 22px;font-size:14px!important}.pf-current-context a{border-top:1px solid var(--pf-line);justify-content:space-between;align-items:center;max-width:220px;min-height:44px;font-size:14px;display:flex}.pf-work-heading{letter-spacing:-.035em;font-size:25px;font-weight:500}.pf-work-intro{max-width:730px;color:var(--pf-muted);font-size:16px;margin-top:13px!important}.pf-products{margin-top:35px}.pf-product{border-top:1px solid var(--pf-line);grid-template-columns:170px minmax(0,1fr);gap:30px;padding:29px 0 32px;display:grid}.pf-product-name h4{letter-spacing:-.03em;font-size:19px;font-weight:550;line-height:1.4}.pf-product-name>p{color:var(--pf-muted);margin-top:10px;font-size:12px;line-height:1.65}.pf-product-copy>p{color:var(--pf-body);max-width:720px;margin-bottom:14px;font-size:16px;line-height:1.8}.pf-product-copy .pf-outcome{color:var(--pf-ink);font-weight:550}.pf-detail{margin-top:19px}.pf-detail summary{cursor:pointer;min-height:44px;color:var(--pf-ink);justify-content:space-between;align-items:center;gap:14px;font-size:14px;list-style:none;display:flex}.pf-detail summary::-webkit-details-marker{display:none}.pf-detail summary svg{transition:transform .2s}.pf-detail[open] summary svg{transform:rotate(45deg)}.pf-detail section+section{margin-top:25px}.pf-detail h5{margin-bottom:10px;font-size:16px;font-weight:600;line-height:1.65}.pf-detail p{color:var(--pf-muted);margin-top:12px;font-size:16px;line-height:1.8}.pf-governance{background:var(--pf-green);color:#f0f2e9;grid-template-columns:1fr 1.4fr;gap:60px;margin:38px 0 66px;padding:48px;display:grid}.pf-governance .pf-small{color:#c7d4c4}.pf-governance h2{letter-spacing:-.045em;max-width:330px;margin-top:21px;font-size:39px;font-weight:450;line-height:1.2}.pf-governance-copy>p{color:#e0e6dc;margin-bottom:17px;font-size:16px;line-height:1.8}.pf-governance .pf-detail summary{color:#f0f2e9;border-top:1px solid #6b806d;padding-top:8px}.pf-governance .pf-detail p{color:#d6e0d3}.pf-governance .pf-detail summary:focus-visible{outline-color:#d6e0d3}.pf-earlier{grid-template-columns:1fr 1.4fr;gap:100px;padding:0 0 70px;display:grid}.pf-earlier h2{letter-spacing:-.04em;margin-bottom:20px;font-size:30px;font-weight:500}.pf-earlier>div>p{color:var(--pf-muted);max-width:400px;font-size:16px;line-height:1.8}.pf-career{margin:0;padding:0;list-style:none}.pf-career>li{border-bottom:1px solid var(--pf-line);grid-template-columns:108px minmax(0,1fr);gap:25px;margin-bottom:23px;padding:0 0 23px;display:grid}.pf-career>li>span{color:var(--pf-muted);padding-top:4px;font-size:12px}.pf-career h3{letter-spacing:-.025em;font-size:18px;font-weight:500;line-height:1.5}.pf-career p{color:var(--pf-muted);margin-top:5px;font-size:16px}.pf-career .pf-career-detail{font-size:14px;line-height:1.65}.pf-contact{border-top:1px solid var(--pf-line);grid-template-columns:1fr 180px;gap:60px;padding:46px 0 54px;display:grid}.pf-contact h2{letter-spacing:-.04em;margin-bottom:15px;font-size:35px;font-weight:450;line-height:1.25}.pf-contact p{color:var(--pf-muted);max-width:560px;font-size:16px}.pf-email{letter-spacing:-.035em;overflow-wrap:anywhere;align-items:center;gap:15px;min-height:44px;margin-top:25px;font-size:clamp(18px,2.4vw,30px);display:inline-flex}.pf-contact nav{flex-direction:column;justify-content:flex-end;align-items:stretch;gap:2px;display:flex}.pf-contact nav a{min-height:44px;color:var(--pf-ink);justify-content:space-between;align-items:center;gap:18px;font-size:14px;display:flex}.pf-colophon{color:var(--pf-muted);border-top:1px solid var(--pf-line);justify-content:space-between;gap:20px;padding:20px 0 27px;font-size:12px;display:flex}.pf-intro-text,.pf-portrait{animation:.55s ease-out both pf-enter}.pf-portrait{animation-delay:80ms}@keyframes pf-enter{0%{opacity:0;transform:translateY(9px)}to{opacity:1;transform:translateY(0)}}@keyframes pf-open{0%{opacity:.3;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}@media (max-width:1100px){.pf-shell{padding:0 40px}.pf-intro{grid-template-columns:minmax(0,1fr) 215px;gap:45px;padding:57px 0}.pf-intro h1{font-size:68px}.pf-portrait img{height:285px}.pf-current{grid-template-columns:190px minmax(0,1fr);gap:35px}.pf-current-context h3{font-size:27px}.pf-product{grid-template-columns:1fr;gap:15px}.pf-product-name{justify-content:space-between;align-items:baseline;gap:20px;display:flex}.pf-product-name>p{text-align:right;max-width:200px;margin-top:0}.pf-governance{gap:35px;padding:35px}.pf-governance h2{font-size:33px}.pf-earlier{gap:55px}.pf-career>li{grid-template-columns:90px minmax(0,1fr);gap:18px}}@media (max-width:720px){.pf-shell{padding:0 24px}.pf-header{gap:15px;min-height:77px}.pf-header>a span{display:none}.pf-header nav{gap:18px}.pf-intro{grid-template-columns:1fr;gap:30px;padding:43px 0 38px}.pf-intro h1{letter-spacing:-.06em;margin:16px 0 23px;font-size:clamp(43px,11vw,69px)}.pf-overview{font-size:16px;line-height:1.8}.pf-intro-links{gap:5px 21px;margin-top:19px}.pf-intro-links a{font-size:14px}.pf-portrait{align-items:center;gap:18px;padding-top:0;display:flex}.pf-portrait img{border-radius:50px 50px 3px 3px;width:80px;height:96px}.pf-portrait figcaption{text-align:left;margin:0;font-size:12px}.pf-section-heading{flex-direction:column;align-items:start;gap:7px;padding:22px 0}.pf-section-heading h2{font-size:23px}.pf-section-heading>p{font-size:14px;line-height:1.7}.pf-current{padding-top:27px;display:block}.pf-current-context{padding-bottom:31px}.pf-current-context h3{max-width:330px;margin:11px 0 16px;font-size:29px}.pf-current-context>p>span{margin-left:7px;display:inline}.pf-current-context .pf-context-note{margin:8px 0 18px}.pf-current-context a{border:0;gap:13px;width:auto;max-width:none;margin-right:23px;font-size:14px;display:inline-flex}.pf-work-heading{font-size:24px}.pf-work-intro{font-size:16px}.pf-products{margin-top:26px}.pf-product{gap:17px;padding:25px 0 29px}.pf-product-name{display:block}.pf-product-name h4{font-size:24px}.pf-product-name>p{text-align:left;max-width:none;margin-top:7px;font-size:12px}.pf-product-copy>p{font-size:16px;line-height:1.8}.pf-detail p{font-size:16px}.pf-governance{grid-template-columns:1fr;gap:24px;margin:15px -24px 40px;padding:34px 24px}.pf-governance h2{max-width:350px;margin-top:15px;font-size:34px}.pf-governance-copy>p{font-size:16px}.pf-earlier{padding-bottom:35px;display:block}.pf-earlier h2{margin-bottom:15px;font-size:29px}.pf-earlier>div>p{margin-bottom:29px;font-size:16px}.pf-career>li{grid-template-columns:84px minmax(0,1fr);gap:16px}.pf-career h3{font-size:17px}.pf-career p{font-size:16px}.pf-contact{padding:32px 0;display:block}.pf-contact h2{font-size:31px}.pf-email{letter-spacing:-.03em;gap:8px;font-size:clamp(15px,4.5vw,23px)}.pf-email svg{width:18px}.pf-contact nav{flex-flow:wrap;justify-content:flex-start;gap:20px;margin-top:24px}.pf-contact nav a{gap:8px;font-size:14px}.pf-colophon{flex-wrap:wrap;gap:3px 20px;font-size:12px}}@media (prefers-reduced-motion:reduce){.pf-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}}html[data-motion=off] .pf-page *{scroll-behavior:auto!important;transition:none!important;animation:none!important}.pf-featured{border-top:0;grid-template-columns:1fr;gap:20px;padding-top:0}.pf-featured .pf-product-name{display:block}.pf-featured .pf-product-name h4{font-size:34px;font-weight:450;line-height:1.25}.pf-featured .pf-product-name>p{text-align:left;max-width:none;margin-top:8px;font-size:16px}.pf-product-name h4{font-size:22px}.pf-product-copy .pf-outcome{font-weight:500}.pf-detail [data-slot=accordion-trigger-icon]{display:none}.pf-detail [data-slot=accordion-item]{border:0}.pf-detail-trigger[data-slot=accordion-trigger]{width:100%;min-height:44px;color:var(--pf-ink);box-shadow:none;background:0 0;border:0;border-radius:0;justify-content:space-between;align-items:center;gap:14px;padding:10px 0;font-size:14px;font-weight:450;text-decoration:none;display:flex}.pf-detail-trigger>svg{transition:transform .2s}.pf-detail-trigger[aria-expanded=true]>svg{transform:rotate(45deg)}.pf-detail [data-slot=accordion-content]{animation:none!important}.pf-detail-panel{height:auto!important;padding:14px 0 0!important}.pf-detail-heading{letter-spacing:0!important;margin:0 0 10px!important;font-size:16px!important;font-weight:600!important;line-height:1.65!important}.pf-detail-panel section+section{margin-top:25px}.pf-detail-panel p{color:var(--pf-muted);margin-top:12px;font-size:16px;line-height:1.8}.pf-governance .pf-detail-trigger{color:#f0f2e9!important;border-top:1px solid #6b806d!important}.pf-governance .pf-detail-panel p{color:#d6e0d3}.pf-detail-trigger:focus-visible{outline:2px solid var(--pf-green);outline-offset:5px}.pf-governance .pf-detail-trigger:focus-visible{outline-color:#d6e0d3}.pf-page [data-entrance]{transition:opacity .45s,transform .45s}.pf-page [data-entering=true]{opacity:.78;transform:translateY(10px)}@media (max-width:720px){.pf-featured .pf-product-name h4{font-size:32px}.pf-product-name h4{font-size:24px}.pf-featured .pf-product-name>p{font-size:16px}}.pf-detail [data-slot=accordion-content]{height:var(--accordion-panel-height);transition:height .3s cubic-bezier(.22,1,.36,1);overflow:hidden}.pf-detail [data-slot=accordion-content][data-starting-style],.pf-detail [data-slot=accordion-content][data-ending-style]{height:0}.pf-detail>div{padding-top:0;animation:none}.pf-portrait img{aspect-ratio:1;object-fit:cover;object-position:center;filter:none;border-radius:50%;width:270px;height:270px}.pf-project-explainer{grid-column:1/-1;min-width:0}.pf-how{background:var(--pf-surface);border:1px solid var(--pf-line);margin-top:6px;padding:22px 24px 24px}.pf-how .pf-how-label{color:var(--pf-ink);margin:0 0 19px;font-size:14px;font-weight:500}.pf-how ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px;margin:0;padding:0;list-style:none;display:grid}.pf-how li{min-width:0}.pf-flow-symbol{color:var(--pf-green);justify-content:space-between;align-items:center;margin-bottom:13px;display:flex}.pf-how h5{letter-spacing:-.02em;margin-bottom:8px;font-size:16px;font-weight:500;line-height:1.5}.pf-how li>p{color:var(--pf-muted);margin:0;font-size:16px;line-height:1.7}.pf-how .pf-how-footnote{color:var(--pf-ink);margin:20px 0 0;font-size:14px;line-height:1.6}.pf-responsibilities ul{margin:0;padding-left:20px;list-style:outside}.pf-how.pf-responsibilities li{color:var(--pf-muted);padding-left:3px;font-size:16px;line-height:1.7;display:list-item}.pf-responsibilities li+li{margin-top:9px}.pf-project-explainer .pf-detail{margin-top:13px}.pf-governance .pf-how{background:#ffffff09;border-color:#6b806d;margin-top:27px;padding:21px}.pf-governance .pf-how li{grid-template-columns:24px 1fr;column-gap:13px;display:grid}.pf-governance .pf-how .pf-how-label,.pf-governance .pf-how h5{color:#f0f2e9}.pf-governance .pf-how li>p{color:#d6e0d3;grid-column:2}.pf-governance .pf-flow-symbol{color:#c7d4c4;grid-area:1/1/3;align-items:start;margin:3px 0 0}@media (prefers-reduced-motion:no-preference){html[data-motion=on] .pf-how:hover .pf-flow-symbol svg+svg{transform:translate(4px)}.pf-flow-symbol svg+svg{transition:transform .3s}}@media (max-width:1100px){.pf-portrait img{width:215px;height:215px}.pf-how ol{gap:20px}.pf-how{padding:20px}}@media (max-width:720px){.pf-portrait img{border-radius:50%;width:88px;height:88px}.pf-how{margin-top:0;padding:21px 20px}.pf-how ol{grid-template-columns:1fr;gap:21px}.pf-how li{grid-template-columns:24px 1fr;gap:0 13px;display:grid}.pf-flow-symbol{grid-area:1/1/3;align-items:start;margin:3px 0 0}.pf-flow-symbol svg+svg{display:none}.pf-how h5{grid-column:2;margin-bottom:6px}.pf-how li>p{grid-column:2}.pf-project-explainer .pf-detail-trigger{padding:12px 0}.pf-governance .pf-how{padding:20px}}.pf-governance{row-gap:22px}.pf-governance-workflow{grid-column:1/-1}.pf-governance .pf-how{margin-top:0}.pf-governance .pf-how ol{grid-template-columns:repeat(3,minmax(0,1fr));gap:26px}.pf-governance .pf-how li{display:block}.pf-governance .pf-flow-symbol{justify-content:space-between;align-items:center;margin:0 0 13px;display:flex}.pf-governance .pf-flow-symbol svg+svg{display:block}@media (max-width:720px){.pf-governance .pf-how ol{grid-template-columns:1fr;gap:21px}.pf-governance .pf-how li{grid-template-columns:24px 1fr;gap:0 13px;display:grid}.pf-governance .pf-flow-symbol{align-items:start;margin:3px 0 0}.pf-governance .pf-flow-symbol svg+svg{display:none}}.pf-page .pf-delivery{border-top:1px solid var(--pf-line);color:var(--pf-muted);margin-top:16px;padding-top:14px;font-size:14px;line-height:1.7}.pf-delivery>span{letter-spacing:.025em;color:var(--pf-ink);margin-bottom:5px;font-size:12px;display:block}.pf-career .pf-career-points{margin:12px 0 0;padding-left:18px;list-style:outside}.pf-career .pf-career-points>li{color:var(--pf-muted);padding-left:3px;font-size:14px;line-height:1.7}.pf-career-points>li+li{margin-top:8px}.pf-page[data-standalone=true]{--direction-bar-height:0px}.pf-page .pf-motion-toggle{height:auto;min-height:44px;color:var(--pf-muted);border:1px solid var(--pf-line);background:0 0;border-radius:24px;gap:8px;padding:8px 12px;font-size:12px}.pf-page .pf-motion-toggle:hover{color:var(--pf-green);background:var(--pf-surface)}.pf-colophon{align-items:center}.pf-page{--pf-bg:#f7f5ee;--pf-ink:#21332e;--pf-body:#41574e;--pf-muted:#56675f;--pf-line:#ced7ce;--pf-green:#236b59;--pf-surface:#edf1e9;--pf-raised:#fbfcf7;--pf-stroke:#b6c9bd;--pf-selected:#deece2;--pf-icon-bg:#e1ebe0;--pf-track:#a8c2b1;--pf-strong:#658878;--pf-glow:#72b99826;--pf-clear:#72b99800;--pf-mark:#c1ddc7;--pf-shadow:#dce5da;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}.pf-page[data-theme=dark]{--pf-bg:#121c1b;--pf-ink:#edf2e9;--pf-body:#c4d0cb;--pf-muted:#a6bab0;--pf-line:#34483f;--pf-green:#a4d9c0;--pf-surface:#192823;--pf-raised:#1f3029;--pf-stroke:#4e6a5b;--pf-selected:#2a4337;--pf-icon-bg:#2b4035;--pf-track:#597d68;--pf-strong:#8eaf9a;--pf-glow:#91dbad26;--pf-clear:#91dbad00;--pf-mark:#375d45;--pf-shadow:#111e18;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}@media (prefers-color-scheme:dark){.pf-page[data-theme=system]{--pf-bg:#121c1b;--pf-ink:#edf2e9;--pf-body:#c4d0cb;--pf-muted:#a6bab0;--pf-line:#34483f;--pf-green:#a4d9c0;--pf-surface:#192823;--pf-raised:#1f3029;--pf-stroke:#4e6a5b;--pf-selected:#2a4337;--pf-icon-bg:#2b4035;--pf-track:#597d68;--pf-strong:#8eaf9a;--pf-glow:#91dbad26;--pf-clear:#91dbad00;--pf-mark:#375d45;--pf-shadow:#111e18;--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}}.pf-page{background:var(--pf-bg);color:var(--pf-ink);accent-color:var(--pf-green);transition:background-color .3s,color .3s}.pf-page ::selection{background:var(--pf-selected);color:var(--pf-ink)}.pf-page .pf-theme-toggle{border:1px solid var(--pf-line);height:auto;min-height:44px;color:var(--pf-ink);background:var(--pf-raised);box-shadow:none;border-radius:30px;gap:8px;padding:9px 12px;font-size:13px;font-weight:500}.pf-page .pf-theme-toggle:hover{border-color:var(--pf-green);background:var(--pf-selected)}.pf-page .pf-theme-toggle:focus-visible{outline:2px solid var(--pf-green);outline-offset:4px}.pf-page .pf-theme-toggle svg{width:17px;height:17px}.pf-page .pf-portrait img{border:1px solid var(--pf-line);box-shadow:0 12px 38px -25px var(--pf-green)}.pf-page .pf-intro-links a,.pf-page .pf-detail-trigger{transition:color .2s,border-color .2s}.pf-page .pf-detail-trigger:hover{color:var(--pf-green)}.pf-page .pf-product-name h4{color:var(--pf-ink)}.pf-story-section+.pf-story-section{margin-top:24px}.pf-page .pf-story-section h5{letter-spacing:.025em;color:var(--pf-muted);margin:0 0 8px;font-size:12px;font-weight:600;line-height:1.5}.pf-story-section>p{color:var(--pf-body);max-width:720px;font-size:16px;line-height:1.8}.pf-story-outcome{border-left:2px solid var(--pf-green);background:var(--pf-surface);border-radius:0 8px 8px 0;padding:16px 20px}.pf-page .pf-story-outcome h5{color:var(--pf-green)}.pf-story-outcome>p{color:var(--pf-ink)}.pf-story-outcome strong{letter-spacing:-.025em;color:var(--pf-green);font-size:22px;font-weight:550;line-height:1.5}.pf-page .pf-product-name[data-entrance]{transition:opacity .3s}.pf-page .pf-product-name[data-entering=true]{opacity:.78;transform:none}.pf-page .pf-intro-links a:hover svg{transform:none}.pf-page .ra-explorer,.pf-page .pf-pipeline,.pf-page .pf-how{border-radius:10px}.pf-page .ra-explorer .ra-stage{border-radius:8px;transition:background-color .25s,border-color .25s,box-shadow .25s}.pf-page .ra-explorer .ra-stage[aria-pressed=true]{box-shadow:inset 0 -2px 0 var(--pf-green),0 3px 12px var(--pf-glow)}.pf-approach{border-top:1px solid var(--pf-line);scroll-margin-top:calc(var(--direction-bar-height,52px) + 24px);grid-template-columns:240px minmax(0,1fr);gap:62px;padding:48px 0 56px;display:grid}.pf-approach-heading{top:calc(var(--direction-bar-height,52px) + 30px);align-self:start;position:sticky}.pf-approach h2{letter-spacing:-.035em;margin:0 0 18px;font-size:25px;font-weight:500;line-height:1.4}.pf-approach-position{font-variant-numeric:tabular-nums;color:var(--pf-green);font-size:14px;display:block}.pf-approach-position>span{color:var(--pf-muted)}.pf-approach-list{margin:0;padding:0;list-style:none}.pf-approach-list>li{border-left:2px solid var(--pf-line);background:0 0;border-radius:0 8px 8px 0;grid-template-columns:42px minmax(0,1fr);gap:20px;margin:0;padding:30px 28px;transition:background-color .4s,border-color .4s;display:grid;position:relative}.pf-approach-list>li+li{margin-top:10px}.pf-approach-list>li:before{content:"";background:var(--pf-strong);border-radius:50%;width:8px;height:8px;transition:background-color .3s,box-shadow .3s;position:absolute;top:39px;left:-5px}.pf-approach-list>li[data-active=true]{border-left-color:var(--pf-green);background:var(--pf-surface)}.pf-approach-list>li[data-active=true]:before{background:var(--pf-green);box-shadow:0 0 0 6px var(--pf-glow)}.pf-approach-number{font-variant-numeric:tabular-nums;color:var(--pf-muted);font-size:13px;line-height:30px;transition:color .3s}.pf-approach h3{letter-spacing:-.03em;color:var(--pf-ink);margin:0 0 13px;font-size:23px;font-weight:500;line-height:1.4;transition:color .3s}.pf-approach-list>li[data-active=true] h3,.pf-approach-list>li[data-active=true] .pf-approach-number{color:var(--pf-green)}.pf-approach p{color:var(--pf-body);max-width:700px;margin:0;font-size:16px;line-height:1.85}@media (max-width:1100px){.pf-approach{grid-template-columns:190px minmax(0,1fr);gap:35px}.pf-approach-list>li{grid-template-columns:30px minmax(0,1fr);gap:14px;padding:25px 20px}.pf-approach h3{font-size:21px}.pf-approach-list>li:before{top:34px}}@media (max-width:720px){.pf-header{gap:12px}.pf-header nav{gap:14px}.pf-page .pf-theme-toggle{width:44px;padding:10px}.pf-theme-toggle>span{display:none}.pf-approach{padding:29px 0 35px;display:block}.pf-approach-heading{justify-content:space-between;align-items:baseline;margin-bottom:20px;display:flex;position:static}.pf-approach h2{margin:0;font-size:23px}.pf-approach-list{margin-left:4px}.pf-approach-list>li{grid-template-columns:25px minmax(0,1fr);gap:10px;padding:23px 15px}.pf-approach h3{font-size:20px}.pf-approach-list>li:before{top:32px}.pf-approach-list>li+li{margin-top:6px}}@media (max-width:380px){.pf-header nav{gap:9px}.pf-header nav a{font-size:12px}.pf-header>a{font-size:13px}}@media (prefers-reduced-motion:reduce){.pf-page,.pf-page *,.pf-page :before,.pf-page :after{transition:none!important;animation:none!important}.pf-approach-list>li{border-left-color:var(--pf-green)}.pf-approach-list>li:before{background:var(--pf-green);box-shadow:none!important}}html[data-motion=off] .pf-page,html[data-motion=off] .pf-page *,html[data-motion=off] .pf-page :before,html[data-motion=off] .pf-page :after{transition:none!important;animation:none!important}
