/* 9senses Natural Language Processing Explainer — standalone plugin */
.ns-nlp{
  --ns-ink:#f1f1f1;
  --ns-muted:rgba(255,255,255,.64);
  --ns-body:Inter,system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  --ns-tw:"Special Elite","Courier Prime",Georgia,serif;
  position:relative;width:100%;overflow:visible;isolation:isolate;color:var(--ns-ink);font-family:var(--ns-body);
  padding:clamp(8px,1.7vw,18px) 0 clamp(16px,2.5vw,28px);
}
.ns-nlp *{box-sizing:border-box}

.ns-nlp-version-badge{position:absolute;right:0;top:0;z-index:90;font-family:var(--ns-tw);font-size:12px;line-height:1;color:rgba(255,255,255,.58);letter-spacing:.06em;border:1px solid rgba(255,255,255,.16);border-radius:999px;padding:7px 9px 4px;background:rgba(4,8,18,.28);pointer-events:none;text-shadow:0 0 9px rgba(0,0,0,.55)}
.ns-nlp-theme-light .ns-nlp-version-badge{color:rgba(16,19,28,.62);border-color:rgba(16,19,28,.16);background:rgba(255,255,255,.52)}
.ns-nlp::before,.ns-nlp::after{display:none}

.ns-nlp-head{position:relative;z-index:40;width:100%;max-width:1180px;margin:0 auto clamp(8px,1.35vw,16px);padding-right:clamp(0px,4vw,70px)}
.ns-nlp-kicker{
  font-family:var(--ns-tw) !important;font-size:clamp(14px,1.3vw,17px);letter-spacing:.08em;
  color:var(--ns-nlp-accent,#30ce7c);margin-bottom:10px;text-shadow:0 0 12px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 30%, transparent);
}
.ns-nlp-title{
  font-family:var(--ns-tw) !important;font-weight:400 !important;color:#f1f1f1 !important;
  font-size:clamp(31px,3vw,41px);line-height:1.1 !important;letter-spacing:.02em;margin:0 0 10px !important;max-width:none;white-space:nowrap;
}
.ns-nlp-intro{font-size:clamp(15px,1.16vw,17px);line-height:1.62;color:var(--ns-muted);max-width:860px;margin:0}
.ns-nlp-tabs{position:relative;z-index:50;display:flex;gap:10px;flex-wrap:wrap;margin:18px 0 0}
.ns-nlp-tab{
  appearance:none;border:1px solid rgba(255,255,255,.18);background:rgba(4,8,18,.05);color:rgba(255,255,255,.60);
  border-radius:999px;padding:10px 17px 7px;font-family:var(--ns-tw);font-size:15px;line-height:1;letter-spacing:.04em;cursor:pointer;pointer-events:auto;position:relative;z-index:55;
  transition:color 1.1s cubic-bezier(.16,.72,.18,1),border-color 1.1s cubic-bezier(.16,.72,.18,1),box-shadow 1.1s cubic-bezier(.16,.72,.18,1),background 1.1s cubic-bezier(.16,.72,.18,1),transform 1.1s cubic-bezier(.16,.72,.18,1);
}
.ns-nlp-tab:hover,.ns-nlp-tab:focus-visible{outline:none;color:#fff;border-color:rgba(255,255,255,.34);background:rgba(255,255,255,.035)}
.ns-nlp-tab.ns-on{color:#fff;border-color:color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 68%, rgba(255,255,255,.32));box-shadow:0 0 20px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 20%, transparent);background:rgba(255,255,255,.035);transform:translateY(-1px)}

.ns-nlp-body{position:relative;z-index:5;display:grid;grid-template-columns:minmax(280px,.78fr) minmax(420px,1.22fr);gap:clamp(18px,3.6vw,52px);align-items:start;width:100%;max-width:1180px;margin:10px auto 0}
.ns-nlp-copy{min-width:0}
.ns-nlp-takeaway{display:none}
.ns-nlp-progress{height:2px;background:rgba(255,255,255,.12);overflow:hidden;margin:12px 0 16px;max-width:560px}
.ns-nlp-progress span{display:block;height:100%;width:0;background:linear-gradient(90deg,var(--ns-nlp-accent,#30ce7c),var(--ns-nlp-secondary,#0c71c3));transition:width 1.6s cubic-bezier(.16,.72,.18,1)}
.ns-nlp-steps{list-style:none !important;margin:0 !important;padding:0 !important;display:grid;gap:5px;max-width:620px}
.ns-nlp-steps li{margin:0 !important;padding:0 !important;list-style:none !important}
.ns-nlp[data-flow="development"] .ns-nlp-flow-execution,
.ns-nlp[data-flow="execution"] .ns-nlp-flow-development{display:none !important}
.ns-nlp-step{
  appearance:none;border:0;background:transparent;color:rgba(255,255,255,.54);width:100%;display:grid;grid-template-columns:44px 1fr;gap:12px;
  align-items:start;text-align:left;padding:8px 11px 8px 0;cursor:pointer;border-radius:0;font-family:var(--ns-body);
  transition:color 1.45s cubic-bezier(.16,.72,.18,1),transform 1.45s cubic-bezier(.16,.72,.18,1),background 1.45s cubic-bezier(.16,.72,.18,1),opacity 1.45s cubic-bezier(.16,.72,.18,1);
}
.ns-nlp-step:hover,.ns-nlp-step:focus-visible{color:#fff;outline:none;background:rgba(255,255,255,.035)}
.ns-nlp-step.ns-on{color:#f5f5f5;transform:translateX(6px);background:linear-gradient(90deg,rgba(255,255,255,.035),transparent 72%)}
.ns-nlp-step-num{
  font-family:var(--ns-tw);font-size:15px;line-height:1.6;color:rgba(255,255,255,.32);text-align:right;
  transition:color 1.25s cubic-bezier(.16,.72,.18,1),text-shadow 1.25s cubic-bezier(.16,.72,.18,1),opacity 1.25s cubic-bezier(.16,.72,.18,1);
}
.ns-nlp-step.ns-on .ns-nlp-step-num{color:var(--ns-nlp-accent,#30ce7c);text-shadow:0 0 12px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 45%, transparent)}
.ns-nlp-step-label{display:block;font-family:var(--ns-tw);font-size:18.8px;line-height:1.25;color:inherit;letter-spacing:.03em;opacity:.82;transform:translateY(8px);transition:letter-spacing 1.1s cubic-bezier(.16,.72,.18,1),opacity 1.1s cubic-bezier(.16,.72,.18,1),transform 1.1s cubic-bezier(.16,.72,.18,1)}
.ns-nlp-step.ns-on .ns-nlp-step-label{letter-spacing:.05em;opacity:1;transform:translateY(0)}
.ns-nlp-step-micro{display:block;font-size:12.7px;line-height:1.46;color:rgba(255,255,255,.46);margin-top:2px;opacity:.66;transform:translateY(10px);transition:color 1.28s cubic-bezier(.16,.72,.18,1) .2s,opacity 1.28s cubic-bezier(.16,.72,.18,1) .2s,transform 1.28s cubic-bezier(.16,.72,.18,1) .2s}
.ns-nlp-step.ns-on .ns-nlp-step-micro{color:rgba(255,255,255,.72);opacity:1;transform:translateY(0)}

.ns-nlp-stage{position:relative;height:clamp(520px,48vw,600px);min-height:0;aspect-ratio:auto;width:calc(100% + 32px);max-width:760px;margin:clamp(-45px,-3vw,-34px) auto 0 -20px;overflow:visible}
.ns-nlp-canvas{pointer-events:none;position:absolute !important;inset:0 !important;width:100% !important;height:100% !important;display:block !important;max-width:none !important;max-height:none !important;margin:0 !important}
.ns-nlp-core,.ns-nlp-node{
  position:absolute;z-index:3;display:grid;place-items:center;pointer-events:none;text-align:center;
  font-family:var(--ns-tw);font-weight:400;letter-spacing:.04em;text-transform:lowercase;color:rgba(255,255,255,.58);
  transition:opacity 1.65s cubic-bezier(.16,.72,.18,1),filter 1.65s cubic-bezier(.16,.72,.18,1),transform 1.65s cubic-bezier(.16,.72,.18,1),color 1.65s cubic-bezier(.16,.72,.18,1),border-color 1.65s cubic-bezier(.16,.72,.18,1),box-shadow 1.65s cubic-bezier(.16,.72,.18,1),background 1.65s cubic-bezier(.16,.72,.18,1);
}
.ns-nlp-core{left:50%;top:35%;width:32%;min-width:156px;max-width:210px;aspect-ratio:1/1;border:1px solid rgba(255,255,255,.34);border-radius:50%;transform:translate(-50%,-50%);background:transparent;box-shadow:none}
.ns-nlp-core::before,.ns-nlp-core::after{content:"";position:absolute;inset:-13%;border:1px dashed rgba(255,255,255,.15);border-radius:50%;animation:nsNlpSpin 28s linear infinite}
.ns-nlp-core::after{inset:-25%;animation-direction:reverse;animation-duration:42s;opacity:.58}
.ns-nlp-core span{font-size:clamp(19px,2.15vw,30px);line-height:1;position:relative;z-index:1;color:#f7fbff;text-shadow:0 0 20px rgba(48,206,124,.18);white-space:nowrap;overflow:visible;hyphens:none;word-break:keep-all}
.ns-nlp-core-train span{font-size:clamp(21px,2.35vw,32px)}
.ns-nlp-model-scale{position:absolute;left:70%;top:37%;z-index:4;display:flex;gap:9px;transform:translateX(-50%) translateY(12px);opacity:0;pointer-events:none;transition:opacity 1.35s cubic-bezier(.16,.72,.18,1),transform 1.35s cubic-bezier(.16,.72,.18,1),filter 1.35s cubic-bezier(.16,.72,.18,1)}
.ns-nlp-model-scale span{font-family:var(--ns-tw);font-size:13px;letter-spacing:.035em;line-height:1;color:rgba(255,255,255,.68);white-space:nowrap;border:1px solid rgba(255,255,255,.18);border-radius:999px;padding:8px 10px 5px;background:rgba(4,8,18,.12);text-shadow:0 0 8px rgba(0,0,0,.72)}
.ns-nlp[data-active-key="train"] .ns-nlp-model-scale{opacity:1;transform:translateX(-50%) translateY(0);filter:brightness(1.08)}
.ns-nlp[data-active-key="train"] .ns-nlp-model-scale span:last-child{border-color:color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 55%, rgba(255,255,255,.25));box-shadow:0 0 18px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 18%, transparent)}
@keyframes nsNlpSpin{to{transform:rotate(360deg)}}
.ns-nlp-node{width:104px;height:42px;border:1px solid rgba(255,255,255,.18);background:rgba(5,10,24,.06);backdrop-filter:none;font-size:15px;line-height:1;border-radius:999px;text-shadow:0 0 9px rgba(0,0,0,.7)}
.ns-nlp-node span{display:block;transform:translateY(4px);white-space:nowrap}

.ns-nlp-node-input{left:4%;top:12%}.ns-nlp-node-token{left:13%;top:42%}.ns-nlp-node-vector{left:36%;top:56%}.ns-nlp-node-output{right:5%;top:15%}.ns-nlp-node-risk{right:4%;top:55%}.ns-nlp-node-check{left:50%;top:64%;transform:translateX(-50%)}.ns-nlp-node-loop{left:9%;top:61%}
.ns-nlp-node-corpus{left:5%;top:12%}.ns-nlp-node-dev-token{left:12%;top:40%}.ns-nlp-node-dev-vector{left:34%;top:51%}.ns-nlp-node-adapt{right:5%;top:45%}.ns-nlp-node-test{left:55%;top:58%;transform:translateX(-50%)}.ns-nlp-node-govern{left:12%;top:54%}.ns-nlp-node-implementation{right:-18%;top:49%;width:140px;transform:translateX(28px)}

.ns-nlp[data-active-key="read"] .ns-nlp-node-input,
.ns-nlp[data-active-key="tokenize"] .ns-nlp-node-token,
.ns-nlp[data-active-key="vectorize"] .ns-nlp-node-vector,
.ns-nlp[data-active-key="contextualize"] .ns-nlp-core[data-node="contextualize"],
.ns-nlp[data-active-key="predict"] .ns-nlp-node-output,
.ns-nlp[data-active-key="confabulate"] .ns-nlp-node-risk,
.ns-nlp[data-active-key="ground"] .ns-nlp-node-check,
.ns-nlp[data-active-key="improve"] .ns-nlp-node-loop,
.ns-nlp[data-active-key="collect"] .ns-nlp-node-corpus,
.ns-nlp[data-active-key="split"] .ns-nlp-node-dev-token,
.ns-nlp[data-active-key="map"] .ns-nlp-node-dev-vector,
.ns-nlp[data-active-key="train"] .ns-nlp-core-train,
.ns-nlp[data-active-key="adapt"] .ns-nlp-node-adapt,
.ns-nlp[data-active-key="test"] .ns-nlp-node-test,
.ns-nlp[data-active-key="govern"] .ns-nlp-node-govern{
  color:#fff;border-color:color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 65%, rgba(255,255,255,.3));
  box-shadow:0 0 24px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 25%, transparent);filter:brightness(1.2);
}
.ns-nlp[data-active-key="contextualize"] .ns-nlp-core,.ns-nlp[data-active-key="train"] .ns-nlp-core-train{box-shadow:0 0 20px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 28%, transparent);background:transparent}
.ns-nlp[data-active-key="confabulate"] .ns-nlp-node-risk,.ns-nlp[data-active-key="test"] .ns-nlp-node-test{border-color:rgba(255,210,120,.74);box-shadow:0 0 24px rgba(255,190,85,.22)}
.ns-nlp[data-active-key="govern"] .ns-nlp-node-implementation{color:#fff;border-color:color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 65%, rgba(255,255,255,.3));box-shadow:0 0 24px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 22%, transparent);filter:brightness(1.18)}

.ns-nlp-tokenline{position:absolute;left:6%;top:25%;z-index:3;display:flex;gap:8px;max-width:none;flex-wrap:nowrap;opacity:.52;transform:translateY(4px);transition:opacity 1.3s cubic-bezier(.16,.72,.18,1),transform 1.3s cubic-bezier(.16,.72,.18,1),filter 1.3s cubic-bezier(.16,.72,.18,1)}
.ns-nlp-tokenline span{font-family:var(--ns-tw);font-size:13px;color:rgba(255,255,255,.72);border:1px solid rgba(255,255,255,.2);border-radius:999px;padding:6px 9px 3px;background:rgba(4,8,18,.1);text-shadow:0 0 8px rgba(0,0,0,.8);white-space:nowrap}
.ns-nlp[data-active-key="read"] .ns-nlp-tokenline,.ns-nlp[data-active-key="tokenize"] .ns-nlp-tokenline,.ns-nlp[data-active-key="vectorize"] .ns-nlp-tokenline,.ns-nlp[data-active-key="contextualize"] .ns-nlp-tokenline,.ns-nlp[data-active-key="collect"] .ns-nlp-dev-tokenline,.ns-nlp[data-active-key="split"] .ns-nlp-dev-tokenline,.ns-nlp[data-active-key="map"] .ns-nlp-dev-tokenline{opacity:1;transform:translateY(0);filter:brightness(1.08)}
.ns-nlp[data-active-key="confabulate"] .ns-nlp-tokenline,.ns-nlp[data-active-key="ground"] .ns-nlp-tokenline,.ns-nlp[data-active-key="improve"] .ns-nlp-tokenline,.ns-nlp[data-active-key="adapt"] .ns-nlp-dev-tokenline,.ns-nlp[data-active-key="test"] .ns-nlp-dev-tokenline,.ns-nlp[data-active-key="govern"] .ns-nlp-dev-tokenline{opacity:.18}
.ns-nlp-dev-tokenline{left:8%;top:25%}

.ns-nlp-warning{position:absolute;right:0%;bottom:36%;z-index:4;display:flex;align-items:center;gap:7px;font-family:var(--ns-tw);font-size:13px;letter-spacing:.045em;text-transform:lowercase;color:rgba(255,255,255,.55);opacity:0;transform:translateY(14px);transition:opacity 1.35s cubic-bezier(.16,.72,.18,1),transform 1.35s cubic-bezier(.16,.72,.18,1)}
.ns-nlp-dev-warning{right:-1%;bottom:40%}
.ns-nlp-warning b{font-family:var(--ns-body);font-weight:700;color:rgba(255,220,140,.9);font-size:16px}
.ns-nlp[data-active-key="confabulate"] .ns-nlp-warning.ns-nlp-flow-execution,.ns-nlp[data-active-key="ground"] .ns-nlp-warning.ns-nlp-flow-execution,
.ns-nlp[data-active-key="collect"] .ns-nlp-dev-warning,.ns-nlp[data-active-key="test"] .ns-nlp-dev-warning{opacity:1;transform:translateY(0)}

.ns-nlp-detail{position:absolute;left:calc(55% + 8px);bottom:-22px;width:min(70%,480px);min-height:198px;transform:translateX(-50%);z-index:4;pointer-events:none}
.ns-nlp-detail-viewport{position:absolute;inset:0;overflow:hidden}
.ns-nlp-detail-rail{position:absolute;left:0;top:10px;bottom:22px;width:3px;border-radius:999px;background:linear-gradient(180deg,var(--ns-nlp-accent,#30ce7c),color-mix(in srgb,var(--ns-nlp-secondary,#0c71c3) 70%, white 8%));box-shadow:0 0 16px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 55%, transparent),0 0 30px color-mix(in srgb,var(--ns-nlp-secondary,#0c71c3) 25%, transparent);z-index:5;pointer-events:none}
.ns-nlp-panel{position:absolute;inset:0;opacity:0;transform:translateY(-34px);transition:opacity 1.45s cubic-bezier(.2,.68,.18,1),transform 1.45s cubic-bezier(.2,.68,.18,1);padding:14px 0 14px 24px;background:transparent;border:0;box-shadow:none;backdrop-filter:none;will-change:transform,opacity}
.ns-nlp[data-dir="-1"] .ns-nlp-panel{transform:translateY(34px)}
.ns-nlp-panel.ns-on{opacity:1;transform:translateY(0)}
.ns-nlp[data-dir="1"] .ns-nlp-panel.ns-leaving{opacity:0;transform:translateY(34px)}
.ns-nlp[data-dir="-1"] .ns-nlp-panel.ns-leaving{opacity:0;transform:translateY(-34px)}
.ns-nlp-panel h3{font-family:var(--ns-tw) !important;font-weight:400 !important;font-size:clamp(18px,1.5vw,23px);line-height:1.16 !important;color:#fff !important;margin:0 0 10px !important;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;text-shadow:0 0 14px rgba(0,0,0,.48)}
.ns-nlp-panel p{margin:0;max-width:36ch;font-size:14.05px;line-height:1.50;color:rgba(255,255,255,.78);text-shadow:0 0 12px rgba(0,0,0,.46)}

.ns-nlp-handoff{position:absolute;left:56%;top:53%;width:38%;height:5px;z-index:7;opacity:.26;pointer-events:none;transform:rotate(-5deg);transform-origin:left center;filter:drop-shadow(0 0 10px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 45%, transparent));transition:opacity .8s cubic-bezier(.16,.72,.18,1),filter .8s cubic-bezier(.16,.72,.18,1)}
.ns-nlp-handoff::before{content:"";position:absolute;left:0;right:0;top:2px;height:1px;background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 72%, white 10%),color-mix(in srgb,var(--ns-nlp-secondary,#0c71c3) 52%, transparent),transparent)}
.ns-nlp-handoff span{position:absolute;left:0;top:50%;width:13px;height:13px;border-radius:50%;background:#fff;box-shadow:0 0 12px #fff,0 0 28px var(--ns-nlp-accent,#30ce7c),0 0 52px color-mix(in srgb,var(--ns-nlp-secondary,#0c71c3) 44%, transparent);transform:translate(-50%,-50%);opacity:0;animation:nsNlpHandoff 2.15s cubic-bezier(.22,.61,.36,1) infinite;animation-play-state:paused}
.ns-nlp[data-active-key="test"] .ns-nlp-handoff,
.ns-nlp[data-active-key="govern"] .ns-nlp-handoff,
.ns-nlp[data-handoff="1"] .ns-nlp-handoff{opacity:1;filter:drop-shadow(0 0 16px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 60%, transparent))}
.ns-nlp[data-active-key="test"] .ns-nlp-handoff span,
.ns-nlp[data-active-key="govern"] .ns-nlp-handoff span,
.ns-nlp[data-handoff="1"] .ns-nlp-handoff span{opacity:1;animation-play-state:running}
@keyframes nsNlpHandoff{0%{left:0;opacity:0;transform:translate(-50%,-50%) scale(.65)}12%{opacity:1}78%{opacity:1}100%{left:100%;opacity:0;transform:translate(-50%,-50%) scale(1.15)}}

.ns-nlpx-placeholder{padding:12px;border:1px dashed #aaa;color:#aaa;font-size:12px;font-family:system-ui,sans-serif;background:rgba(0,0,0,.04)}

.ns-nlp-theme-light{--ns-ink:#10131c;--ns-muted:rgba(16,19,28,.68)}
.ns-nlp-theme-light .ns-nlp-title{color:#10131c !important}
.ns-nlp-theme-light .ns-nlp-intro,.ns-nlp-theme-light .ns-nlp-takeaway{color:rgba(16,19,28,.72)}
.ns-nlp-theme-light .ns-nlp-tab{color:rgba(16,19,28,.62);border-color:rgba(16,19,28,.16)}
.ns-nlp-theme-light .ns-nlp-tab:hover,.ns-nlp-theme-light .ns-nlp-tab:focus-visible,.ns-nlp-theme-light .ns-nlp-tab.ns-on{color:#10131c;background:rgba(16,19,28,.035)}
.ns-nlp-theme-light .ns-nlp-step{color:rgba(16,19,28,.58)}
.ns-nlp-theme-light .ns-nlp-step:hover,.ns-nlp-theme-light .ns-nlp-step:focus-visible,.ns-nlp-theme-light .ns-nlp-step.ns-on{color:#10131c;background:rgba(16,19,28,.035)}
.ns-nlp-theme-light .ns-nlp-step-micro{color:rgba(16,19,28,.48)}
.ns-nlp-theme-light .ns-nlp-step.ns-on .ns-nlp-step-micro{color:rgba(16,19,28,.68)}

@media (max-width:980px){
  .ns-nlp{min-height:0 !important}.ns-nlp-head{margin-bottom:16px}.ns-nlp-title{white-space:normal}.ns-nlp-body{grid-template-columns:1fr;gap:18px}.ns-nlp-stage{height:clamp(500px,64vw,585px);max-width:680px;width:100%;margin-top:-25px;margin-left:0}.ns-nlp-tokenline{max-width:80%;flex-wrap:wrap}.ns-nlp-core{min-width:145px}
}
@media (max-width:640px){
  .ns-nlp{padding-top:6px}.ns-nlp-head{padding-right:0}.ns-nlp-title{font-size:clamp(26px,7.8vw,34px);white-space:normal}.ns-nlp-tabs{gap:8px}.ns-nlp-tab{font-size:13px;padding:9px 13px 6px}.ns-nlp-stage{height:560px;aspect-ratio:auto}.ns-nlp-detail{width:90%;left:52%;bottom:-34px;min-height:218px}.ns-nlp-node{width:86px;height:36px;font-size:13px}.ns-nlp-node-implementation{width:112px;right:-14%;transform:translateX(20px)}.ns-nlp-core{width:38%;min-width:138px}.ns-nlp-core span{font-size:21px}.ns-nlp-panel{padding:14px 0 14px 20px}.ns-nlp-step{grid-template-columns:36px 1fr}.ns-nlp-tokenline{left:4%;top:24%;max-width:72%;gap:5px;flex-wrap:wrap}.ns-nlp-tokenline span{font-size:12px;padding:5px 8px 3px}.ns-nlp-warning{right:0%;bottom:36%;font-size:12px;gap:5px}.ns-nlp-model-scale{left:68%;top:33%;gap:6px}.ns-nlp-model-scale span{font-size:12px;padding:7px 8px 4px}
}
@media (prefers-reduced-motion:reduce){.ns-nlp-core::before,.ns-nlp-core::after{animation:none !important}.ns-nlp-tab,.ns-nlp-step,.ns-nlp-step-num,.ns-nlp-step-label,.ns-nlp-step-micro,.ns-nlp-panel,.ns-nlp-progress span,.ns-nlp-tokenline,.ns-nlp-warning{transition:none !important}}


/* 1.0.7 hard layout reset: intentionally scoped so cached old CSS cannot mask the placement changes. */
.ns-nlp.ns-nlp-v125{overflow:visible !important;padding-bottom:clamp(8px,1.4vw,18px) !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-body{grid-template-columns:minmax(260px,.72fr) minmax(500px,1.28fr) !important;gap:clamp(20px,3vw,42px) !important;overflow:visible !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-stage{height:clamp(500px,43vw,555px) !important;width:100% !important;max-width:760px !important;margin:clamp(-28px,-2vw,-18px) 0 0 0 !important;overflow:visible !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-dev-token{left:10% !important;top:38% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-dev-vector{left:34% !important;top:47% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-adapt{left:78% !important;right:auto !important;top:39% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-test{left:57% !important;top:50% !important;bottom:auto !important;transform:translateX(-50%) !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-govern{left:10% !important;top:49% !important;bottom:auto !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{left:calc(100% - 70px) !important;right:auto !important;top:46% !important;width:142px !important;transform:none !important;z-index:6 !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-detail{left:51% !important;top:62% !important;bottom:auto !important;width:min(74%,492px) !important;min-height:178px !important;transform:translateX(-50%) !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-detail-rail{top:8px !important;bottom:44px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel{padding:10px 0 8px 24px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel h3{font-size:clamp(18px,1.42vw,22px) !important;margin-bottom:8px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel p{max-width:36ch !important;font-size:13.9px !important;line-height:1.48 !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-dev-warning{top:27% !important;right:1% !important;bottom:auto !important;font-size:12px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-warning.ns-nlp-flow-execution{right:1% !important;bottom:29% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff{left:63% !important;top:50% !important;width:37% !important;height:4px !important;transform:rotate(-3deg) !important;z-index:7 !important;}
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-handoff,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-handoff{opacity:1 !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff::before{height:2px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff span{width:14px !important;height:14px !important;animation-duration:1.85s !important;}
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-node-implementation,
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-node-implementation{color:#fff !important;border-color:color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 70%, rgba(255,255,255,.3)) !important;box-shadow:0 0 28px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 28%, transparent) !important;filter:brightness(1.22) !important;}

@media (max-width:980px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-body{grid-template-columns:1fr !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{max-width:680px !important;margin-left:0 !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{left:82% !important;width:118px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{top:64% !important;left:50% !important;width:88% !important;min-height:190px !important;}
}
@media (max-width:640px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{height:540px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{left:75% !important;width:106px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{top:62% !important;width:92% !important;}
}

.ns-nlp-v125 .ns-nlp-version-badge::after{content:"";}


/* v1.0.15: stable layout reset after 1.0.10 overflow regression */
.ns-nlp.ns-nlp-v125{
  overflow:hidden !important;
  padding-bottom:clamp(18px,2.2vw,30px) !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-head{
  overflow:visible !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-tabs{
  --ns-nlp-tab-bridge:clamp(90px,14vw,210px);
  display:flex !important;
  flex-wrap:nowrap !important;
  align-items:center !important;
  gap:14px !important;
  max-width:100% !important;
  overflow:visible !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]{
  margin-left:var(--ns-nlp-tab-bridge) !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::before{
  content:"";
  position:absolute;
  left:calc(-1 * var(--ns-nlp-tab-bridge) - 14px);
  top:50%;
  width:calc(var(--ns-nlp-tab-bridge) + 14px);
  height:2px;
  transform:translateY(-50%);
  background:linear-gradient(90deg,transparent,color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 75%, white 10%),transparent);
  opacity:0;
  pointer-events:none;
  transition:opacity .6s cubic-bezier(.16,.72,.18,1);
}
.ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::after{
  content:"";
  position:absolute;
  left:calc(-1 * var(--ns-nlp-tab-bridge) - 14px);
  top:50%;
  width:11px;
  height:11px;
  border-radius:50%;
  transform:translate(-50%,-50%);
  background:#fff;
  box-shadow:0 0 12px #fff,0 0 28px var(--ns-nlp-accent,#30ce7c),0 0 48px color-mix(in srgb,var(--ns-nlp-secondary,#0c71c3) 55%, transparent);
  opacity:0;
  pointer-events:none;
}
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-tab[data-flow="execution"]::before{opacity:.9;}
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-tab[data-flow="execution"]::after,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-tab[data-flow="execution"]::after,
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-tab[data-flow="execution"]::after{
  opacity:1;
  animation:nsNlpTabHandoff 1.65s cubic-bezier(.22,.61,.36,1) infinite;
}
@keyframes nsNlpTabHandoff{
  0%{left:calc(-1 * var(--ns-nlp-tab-bridge) - 14px);opacity:0;}
  12%{opacity:1;}
  86%{opacity:1;}
  100%{left:-7px;opacity:0;}
}

/* Keep the main two-column layout inside the Divi column; do not expand the stage rightward. */
.ns-nlp.ns-nlp-v125 .ns-nlp-body{
  grid-template-columns:minmax(350px,.88fr) minmax(0,1.12fr) !important;
  gap:clamp(18px,2.6vw,38px) !important;
  max-width:1180px !important;
  overflow:hidden !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-copy{
  min-width:350px !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-step{
  grid-template-columns:48px minmax(270px,1fr) !important;
  padding-right:8px !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-step-micro{
  max-width:38ch !important;
  font-size:13px !important;
  line-height:1.42 !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-stage{
  width:100% !important;
  max-width:690px !important;
  height:clamp(500px,43vw,555px) !important;
  margin:clamp(-28px,-2vw,-18px) 0 0 0 !important;
  overflow:hidden !important;
}

/* Keep the internal implementation endpoint visible but inside the graphic, not outside the column. */
.ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{
  left:82% !important;
  right:auto !important;
  top:45% !important;
  width:126px !important;
  transform:none !important;
  z-index:8 !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff{
  left:56% !important;
  top:48% !important;
  width:30% !important;
  height:5px !important;
  transform:rotate(-3deg) !important;
  z-index:9 !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff span{
  animation-duration:1.75s !important;
}
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-node-implementation,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-node-implementation,
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-node-implementation{
  color:#fff !important;
  border-color:color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 74%, rgba(255,255,255,.3)) !important;
  box-shadow:0 0 30px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 31%, transparent) !important;
  filter:brightness(1.24) !important;
}

/* Keep explanation panel below the graphic nodes but within the stage. */
.ns-nlp.ns-nlp-v125 .ns-nlp-detail{
  left:48% !important;
  top:68% !important;
  bottom:auto !important;
  width:min(78%,500px) !important;
  min-height:176px !important;
  transform:translateX(-50%) !important;
  z-index:5 !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-detail-rail{
  top:8px !important;
  bottom:34px !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel{
  padding:10px 0 8px 24px !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel h3{
  font-size:clamp(18px,1.42vw,22px) !important;
  margin-bottom:8px !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel p{
  max-width:39ch !important;
  font-size:13.9px !important;
  line-height:1.48 !important;
}

@media (max-width:980px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-tabs{--ns-nlp-tab-bridge:clamp(42px,8vw,90px);}
  .ns-nlp.ns-nlp-v125 .ns-nlp-body{grid-template-columns:1fr !important;overflow:hidden !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-copy{min-width:0 !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{max-width:700px !important;width:100% !important;margin-left:0 !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{left:80% !important;width:116px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-handoff{left:55% !important;width:30% !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{left:50% !important;top:69% !important;width:88% !important;}
}
@media (max-width:640px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-tabs{--ns-nlp-tab-bridge:0px;flex-wrap:wrap !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]{margin-left:0 !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::before,
  .ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::after{display:none !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-step{grid-template-columns:38px minmax(0,1fr) !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-step-micro{max-width:none !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{height:560px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{left:74% !important;width:108px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{top:68% !important;width:92% !important;}
}


/* v1.0.15 conservative rollback fixes: keep the 1.0.11 visual base, only improve readability. */
.ns-nlp.ns-nlp-v125 .ns-nlp-step{grid-template-columns:46px minmax(0,1fr) !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-step-micro{max-width:34ch !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-copy{min-width:320px !important;}


/* v1.0.16 focused refinement pass */
.ns-nlp.ns-nlp-v125{
  overflow:hidden !important;
  padding-bottom:clamp(12px,1.8vw,22px) !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-body{
  grid-template-columns:minmax(360px,.92fr) minmax(0,1.08fr) !important;
  gap:clamp(14px,2vw,24px) !important;
  overflow:hidden !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-copy{min-width:360px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-step{
  grid-template-columns:46px minmax(300px,1fr) !important;
  padding-right:4px !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-step-micro{
  max-width:43ch !important;
  font-size:13.1px !important;
  line-height:1.42 !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-stage{
  width:100% !important;
  max-width:700px !important;
  height:clamp(490px,41vw,530px) !important;
  margin:clamp(-18px,-1.5vw,-12px) 0 0 0 !important;
  overflow:hidden !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{
  left:auto !important;
  right:1.2% !important;
  top:46.5% !important;
  width:118px !important;
  transform:none !important;
  z-index:10 !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-adapt{right:4% !important; top:39% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-test{left:57% !important; top:56.5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-govern{left:11% !important; top:54% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff{
  left:59% !important;
  top:50.5% !important;
  width:24% !important;
  height:8px !important;
  opacity:0 !important;
  transform:rotate(-2deg) !important;
  z-index:11 !important;
  filter:drop-shadow(0 0 14px rgba(255,255,255,.28)) !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff::before{
  top:3px !important;
  height:2px !important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.95) 18%,rgba(255,255,255,.92) 82%,rgba(255,255,255,0)) !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff span{
  width:18px !important;
  height:18px !important;
  border-radius:50% !important;
  background:radial-gradient(circle at 32% 30%, rgba(255,255,255,1) 0 26%, rgba(218,248,255,.98) 27%, rgba(135,240,255,.88) 58%, rgba(135,240,255,.12) 78%, rgba(135,240,255,0) 100%) !important;
  box-shadow:0 0 14px rgba(255,255,255,.95),0 0 28px rgba(145,242,255,.60),0 0 48px rgba(145,242,255,.18) !important;
  opacity:0 !important;
  animation:none !important;
}
/* Only show the transfer path when the Govern step has completed and the handoff starts. */
.ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::after,
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-tab[data-flow="execution"]::after,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-tab[data-flow="execution"]::after{
  opacity:0 !important;
  animation:none !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-tab[data-flow="execution"]::before{
  opacity:.92 !important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.88),transparent) !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-tab[data-flow="execution"]::after{
  opacity:1 !important;
  width:14px !important;
  height:14px !important;
  animation:nsNlpTabHandoff116 2.6s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
@keyframes nsNlpTabHandoff116{
  0%{left:calc(-1 * var(--ns-nlp-tab-bridge) - 14px);opacity:0;transform:translate(-50%,-50%) scale(.75);}
  10%{opacity:1;}
  55%{opacity:1;transform:translate(-50%,-50%) scale(1.02);}
  100%{left:-7px;opacity:1;transform:translate(-50%,-50%) scale(.92);}
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-handoff{opacity:1 !important;}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-handoff span{
  opacity:1 !important;
  animation:nsNlpHandoff116 2.6s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
@keyframes nsNlpHandoff116{
  0%{left:0%;opacity:0;transform:translate(-50%,-50%) scale(.72);}
  12%{opacity:1;}
  58%{opacity:1;transform:translate(-50%,-50%) scale(1.02);}
  100%{left:100%;opacity:1;transform:translate(-50%,-50%) scale(.90);}
}
.ns-nlp.ns-nlp-v125[data-flow="development"][data-handoff="1"] .ns-nlp-stage .ns-nlp-flow-development{
  display:block !important;
  opacity:.30 !important;
  filter:brightness(.72) saturate(.86) !important;
  transition:opacity 1.5s cubic-bezier(.16,.72,.18,1),filter 1.5s cubic-bezier(.16,.72,.18,1) !important;
}
.ns-nlp.ns-nlp-v125[data-flow="development"][data-handoff="1"] .ns-nlp-stage .ns-nlp-flow-execution{
  display:block !important;
  opacity:0 !important;
  animation:nsNlpExecStageFade116 2.6s ease forwards !important;
  pointer-events:none !important;
}
@keyframes nsNlpExecStageFade116{
  0%{opacity:0;filter:brightness(.86);}
  45%{opacity:.18;filter:brightness(.96);}
  100%{opacity:1;filter:brightness(1.06);}
}
.ns-nlp.ns-nlp-v125 .ns-nlp-detail{
  left:48% !important;
  top:61.5% !important;
  bottom:auto !important;
  width:min(74%,470px) !important;
  min-height:170px !important;
  transform:translateX(-50%) !important;
  z-index:5 !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-detail-rail{top:8px !important; bottom:28px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel{padding:8px 0 8px 22px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel h3{margin-bottom:7px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel p{
  max-width:41ch !important;
  font-size:13.8px !important;
  line-height:1.46 !important;
}
@media (max-width:980px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-body{grid-template-columns:1fr !important;gap:18px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-copy{min-width:0 !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{max-width:700px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{right:2% !important;width:112px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-handoff{left:57% !important;width:24% !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{left:50% !important;top:64% !important;width:86% !important;}
}
@media (max-width:640px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-tabs{--ns-nlp-tab-bridge:0px;flex-wrap:wrap !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]{margin-left:0 !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::before,
  .ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::after{display:none !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-step{grid-template-columns:38px minmax(0,1fr) !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-step-micro{max-width:none !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{height:550px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{right:1.5% !important;width:104px !important;top:47% !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-handoff{left:54% !important;width:25% !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{top:66% !important;width:92% !important;}
}


/* v1.0.17 focused post-feedback pass */
.ns-nlp.ns-nlp-v125 .ns-nlp-version::after{content:"";}

/* Keep the two tabs separated, but make the transfer a one-shot event only after Govern completes. */
.ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125 .ns-nlp-tab[data-flow="execution"]::after,
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-tab[data-flow="execution"]::after,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-tab[data-flow="execution"]::after{
  opacity:0 !important;
  animation:none !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-tab[data-flow="development"]{
  animation:nsNlpDevTabFade117 3.05s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-tab[data-flow="execution"]{
  animation:nsNlpImplTabLight117 3.05s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-tab[data-flow="execution"]::before{
  opacity:1 !important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.88) 18%,rgba(255,255,255,.92) 82%,rgba(255,255,255,0)) !important;
  animation:nsNlpTransferLineFade117 3.05s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-tab[data-flow="execution"]::after{
  opacity:1 !important;
  width:18px !important;
  height:18px !important;
  background:radial-gradient(circle at 32% 30%,#fff 0 28%,#dffaff 29% 48%,rgba(130,230,255,.75) 63%,rgba(130,230,255,0) 100%) !important;
  box-shadow:0 0 14px rgba(255,255,255,.98),0 0 30px rgba(145,242,255,.72),0 0 56px rgba(145,242,255,.22) !important;
  animation:nsNlpTabTokenTravel117 3.05s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
@keyframes nsNlpDevTabFade117{
  0%{opacity:1;filter:brightness(1);}
  25%{opacity:.78;filter:brightness(.92);}
  72%{opacity:.36;filter:brightness(.72);}
  100%{opacity:.34;filter:brightness(.70);}
}
@keyframes nsNlpImplTabLight117{
  0%,58%{box-shadow:none;filter:brightness(.78);}
  76%{box-shadow:0 0 22px rgba(255,255,255,.55),0 0 34px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 38%, transparent);filter:brightness(1.25);}
  100%{box-shadow:0 0 16px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 26%, transparent);filter:brightness(1.08);}
}
@keyframes nsNlpTransferLineFade117{
  0%{opacity:0;}
  14%{opacity:.92;}
  78%{opacity:.92;}
  100%{opacity:0;}
}
@keyframes nsNlpTabTokenTravel117{
  0%{left:calc(-1 * var(--ns-nlp-tab-bridge) - 14px);opacity:0;transform:translate(-50%,-50%) scale(.62);}
  14%{opacity:1;}
  72%{left:-7px;opacity:1;transform:translate(-50%,-50%) scale(1.04);}
  84%{left:-7px;opacity:1;transform:translate(-50%,-50%) scale(.96);}
  100%{left:-7px;opacity:0;transform:translate(-50%,-50%) scale(.72);}
}

/* Move the graph and labels upward so the explanation panel has a clean lane. */
.ns-nlp.ns-nlp-v125 .ns-nlp-stage{
  height:clamp(485px,40vw,520px) !important;
  margin:clamp(-26px,-2vw,-16px) 0 0 0 !important;
  overflow:hidden !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-core{top:30.5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-input{top:7.5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-tokenline{top:23% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-token{top:36% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-vector{top:49% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-output{top:10% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-risk{top:45% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-check{top:56% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-loop{display:none !important;}

.ns-nlp.ns-nlp-v125 .ns-nlp-node-corpus{top:7.5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-dev-tokenline{top:22% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-dev-token{top:34.5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-dev-vector{top:46.5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-adapt{top:35.5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-test{top:50.5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-govern{top:47% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{
  right:1.5% !important;
  top:42.5% !important;
  width:116px !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff{
  left:57.5% !important;
  top:47% !important;
  width:24% !important;
  height:8px !important;
  opacity:0 !important;
  transform:rotate(-2deg) !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff::before{
  height:2px !important;
  background:linear-gradient(90deg,rgba(255,255,255,0),rgba(255,255,255,.92) 16%,rgba(255,255,255,.95) 84%,rgba(255,255,255,0)) !important;
  animation:none !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff span{
  width:18px !important;
  height:18px !important;
  background:radial-gradient(circle at 32% 30%,#fff 0 28%,#dffaff 29% 48%,rgba(130,230,255,.75) 63%,rgba(130,230,255,0) 100%) !important;
  box-shadow:0 0 14px rgba(255,255,255,.98),0 0 30px rgba(145,242,255,.72),0 0 56px rgba(145,242,255,.22) !important;
  animation:none !important;
}
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-handoff,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-handoff,
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-handoff span,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-handoff span{
  opacity:0 !important;
  animation:none !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-handoff{
  opacity:1 !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-handoff::before{
  animation:nsNlpTransferLineFade117 3.05s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-handoff span{
  opacity:1 !important;
  animation:nsNlpStageTokenTravel117 3.05s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
@keyframes nsNlpStageTokenTravel117{
  0%{left:0%;opacity:0;transform:translate(-50%,-50%) scale(.62);}
  14%{opacity:1;}
  72%{left:100%;opacity:1;transform:translate(-50%,-50%) scale(1.04);}
  84%{left:100%;opacity:1;transform:translate(-50%,-50%) scale(.96);}
  100%{left:100%;opacity:0;transform:translate(-50%,-50%) scale(.72);}
}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-node-implementation{
  animation:nsNlpImplNodeLight117 3.05s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
@keyframes nsNlpImplNodeLight117{
  0%,58%{filter:brightness(.85);box-shadow:none;}
  76%{filter:brightness(1.35);box-shadow:0 0 22px rgba(255,255,255,.42),0 0 34px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 36%, transparent);}
  100%{filter:brightness(1.10);box-shadow:0 0 18px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 23%, transparent);}
}
.ns-nlp.ns-nlp-v125[data-flow="development"][data-handoff="1"] .ns-nlp-stage .ns-nlp-flow-development{
  display:block !important;
  animation:nsNlpDevStageFade117 3.05s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
@keyframes nsNlpDevStageFade117{
  0%{opacity:1;filter:brightness(1);}
  72%{opacity:.28;filter:brightness(.70) saturate(.85);}
  100%{opacity:.26;filter:brightness(.68) saturate(.82);}
}
.ns-nlp.ns-nlp-v125[data-flow="development"][data-handoff="1"] .ns-nlp-stage .ns-nlp-flow-execution{
  display:block !important;
  opacity:0 !important;
  pointer-events:none !important;
  animation:nsNlpExecStageFade117 3.05s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
@keyframes nsNlpExecStageFade117{
  0%,56%{opacity:0;filter:brightness(.80);}
  82%{opacity:.72;filter:brightness(1.04);}
  100%{opacity:1;filter:brightness(1.06);}
}

/* Explanation lane: slightly lower than the lifted labels, with fewer collisions. */
.ns-nlp.ns-nlp-v125 .ns-nlp-detail{
  left:48% !important;
  top:63.5% !important;
  width:min(72%,460px) !important;
  min-height:166px !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel p{
  max-width:40ch !important;
  font-size:13.7px !important;
  line-height:1.45 !important;
}

/* Reduced implementation path: keep loop hidden and use one final Check stage. */
.ns-nlp.ns-nlp-v125 .ns-nlp-node-loop{display:none !important;}
.ns-nlp.ns-nlp-v125[data-active-key="ground"] .ns-nlp-node-risk,
.ns-nlp.ns-nlp-v125[data-active-key="ground"] .ns-nlp-node-check{
  color:#fff !important;
  border-color:color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 62%, rgba(255,255,255,.3)) !important;
  box-shadow:0 0 24px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 23%, transparent) !important;
}
@media (max-width:980px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{height:540px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{top:65% !important;width:86% !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{right:2% !important;width:110px !important;}
}
@media (max-width:640px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{height:545px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{top:66% !important;width:92% !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{right:1.5% !important;width:104px !important;}
}


/* v1.0.18: vertical rebalance and overlap cleanup */
.ns-nlp.ns-nlp-v125{
  overflow:hidden !important;
  padding-bottom:clamp(10px,1.8vw,22px) !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-body{
  grid-template-columns:minmax(350px,.90fr) minmax(0,1.10fr) !important;
  gap:clamp(12px,1.7vw,22px) !important;
  max-width:1180px !important;
  overflow:hidden !important;
}
.ns-nlp.ns-nlp-v125 .ns-nlp-copy{min-width:350px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-step{grid-template-columns:46px minmax(300px,1fr) !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-step-micro{max-width:43ch !important;line-height:1.42 !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-stage{
  width:100% !important;
  max-width:700px !important;
  height:clamp(482px,40vw,520px) !important;
  margin:clamp(-30px,-2.2vw,-20px) 0 0 0 !important;
  overflow:hidden !important;
}
/* Move the graph up and distribute labels into the empty upper/right zones. */
.ns-nlp.ns-nlp-v125 .ns-nlp-core{top:27.5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-input{top:5.5% !important;left:9% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-tokenline{top:18.5% !important;left:10% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-token{top:29.5% !important;left:15% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-vector{top:40.5% !important;left:39% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-output{top:8% !important;right:7% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-risk{top:38% !important;right:5% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-check{top:48.5% !important;left:50% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-loop{display:none !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-corpus{top:5.5% !important;left:7% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-dev-tokenline{top:18.5% !important;left:7% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-dev-token{top:29% !important;left:10% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-dev-vector{top:39.5% !important;left:34% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-adapt{left:auto !important;right:4% !important;top:29.5% !important;width:112px !important;transform:none !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-test{top:42.5% !important;left:56% !important;transform:translateX(-50%) !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-govern{top:41.5% !important;left:10% !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{left:auto !important;right:4% !important;top:43% !important;width:112px !important;transform:none !important;}
.ns-nlp.ns-nlp-v125[data-active-key="adapt"] .ns-nlp-node-adapt,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-node-implementation,
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-node-implementation{z-index:10 !important;}
/* Keep the one-time handoff subtle and above nodes without permanent motion. */
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff{left:58% !important;top:45% !important;width:27% !important;transform:rotate(-1deg) !important;z-index:11 !important;}
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-handoff,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-handoff,
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-handoff span,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-handoff span{opacity:0 !important;animation:none !important;}
.ns-nlp.ns-nlp-v125[data-handoff="1"] .ns-nlp-handoff{opacity:1 !important;}
/* Explanation lower than the map, but no longer colliding with warning labels. */
.ns-nlp.ns-nlp-v125 .ns-nlp-detail{left:48% !important;top:57.5% !important;width:min(76%,470px) !important;min-height:168px !important;z-index:5 !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-detail-rail{bottom:30px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel{padding:8px 0 8px 22px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel h3{font-size:clamp(17px,1.35vw,21px) !important;margin-bottom:7px !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-panel p{max-width:41ch !important;font-size:13.7px !important;line-height:1.45 !important;}
/* Avoid the warning sentence colliding with the explanation title. */
.ns-nlp.ns-nlp-v125[data-active-key="ground"] .ns-nlp-warning.ns-nlp-flow-execution{opacity:0 !important;}
.ns-nlp.ns-nlp-v125[data-active-key="confabulate"] .ns-nlp-warning.ns-nlp-flow-execution{right:4% !important;top:51% !important;bottom:auto !important;}
.ns-nlp.ns-nlp-v125 .ns-nlp-dev-warning{right:5% !important;top:18% !important;bottom:auto !important;}
@media (max-width:980px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-body{grid-template-columns:1fr !important;gap:16px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-copy{min-width:0 !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{max-width:680px !important;height:540px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{left:50% !important;top:61.5% !important;width:86% !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-adapt{right:3% !important;width:108px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-node-implementation{right:3% !important;width:106px !important;}
}
@media (max-width:640px){
  .ns-nlp.ns-nlp-v125 .ns-nlp-step{grid-template-columns:38px minmax(0,1fr) !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-step-micro{max-width:none !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-stage{height:545px !important;}
  .ns-nlp.ns-nlp-v125 .ns-nlp-detail{top:64% !important;width:92% !important;}
}


/* v1.0.25: whole-body handoff. All content below the tabs fades as one unit.
   Only the top tab-level token/path remains visible during the trip. */
.ns-nlp.ns-nlp-v125 .ns-nlp-body{
  opacity:1;
  transition:opacity .5s ease;
}

/* Remove all older stage-level handoff signals; the body fades out, so only the tab-level trip remains. */
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff,
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff::before,
.ns-nlp.ns-nlp-v125 .ns-nlp-handoff span{
  display:none !important;
  opacity:0 !important;
  animation:none !important;
}

/* No pre-handoff pulses during Test/Govern. */
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-tab[data-flow="execution"]::before,
.ns-nlp.ns-nlp-v125[data-active-key="test"] .ns-nlp-tab[data-flow="execution"]::after,
.ns-nlp.ns-nlp-v125[data-active-key="govern"] .ns-nlp-tab[data-flow="execution"]::after{
  opacity:0 !important;
  animation:none !important;
}

/* End of Govern: token travels while the entire left/stage/explainer content fades out. */
.ns-nlp.ns-nlp-v125[data-handoff="travel"] .ns-nlp-body{
  animation:nsNlpBodyOut125 2.15s ease forwards !important;
  pointer-events:none !important;
}
@keyframes nsNlpBodyOut125{
  0%{opacity:1;filter:brightness(1);}
  78%{opacity:.18;filter:brightness(.78);}
  100%{opacity:0;filter:brightness(.72);}
}

/* Token trip across the top tabs. */
.ns-nlp.ns-nlp-v125[data-handoff="travel"] .ns-nlp-tab[data-flow="execution"]::before{
  opacity:1 !important;
  background:linear-gradient(90deg,transparent,rgba(255,255,255,.92),transparent) !important;
  animation:nsNlpTabLine125 2.15s ease forwards !important;
}
.ns-nlp.ns-nlp-v125[data-handoff="travel"] .ns-nlp-tab[data-flow="execution"]::after{
  width:15px !important;
  height:15px !important;
  opacity:1 !important;
  background:radial-gradient(circle at 32% 30%,#fff 0 24%,#dffbff 25%,#98efff 56%,rgba(152,239,255,.18) 78%,rgba(152,239,255,0) 100%) !important;
  box-shadow:0 0 16px rgba(255,255,255,.98),0 0 34px rgba(152,239,255,.62),0 0 56px rgba(48,206,124,.22) !important;
  animation:nsNlpTabToken125 2.15s cubic-bezier(.22,.61,.36,1) 1 forwards !important;
}
@keyframes nsNlpTabLine125{
  0%{opacity:0;}
  10%{opacity:.95;}
  82%{opacity:.95;}
  100%{opacity:0;}
}
@keyframes nsNlpTabToken125{
  0%{left:calc(-1 * var(--ns-nlp-tab-bridge) - 14px);opacity:0;transform:translate(-50%,-50%) scale(.72);}
  10%{opacity:1;}
  78%{left:-7px;opacity:1;transform:translate(-50%,-50%) scale(1.05);}
  100%{left:-7px;opacity:0;transform:translate(-50%,-50%) scale(.86);}
}

/* After arrival, implementation is active and the whole body fades back in with the new journey. */
.ns-nlp.ns-nlp-v125[data-handoff="in"] .ns-nlp-body{
  opacity:0;
  animation:nsNlpBodyIn125 .85s ease forwards !important;
  pointer-events:none !important;
}
@keyframes nsNlpBodyIn125{
  0%{opacity:0;filter:brightness(.88);}
  100%{opacity:1;filter:brightness(1);}
}

.ns-nlp.ns-nlp-v125[data-handoff="in"] .ns-nlp-tab[data-flow="execution"],
.ns-nlp.ns-nlp-v125[data-flow="execution"] .ns-nlp-tab[data-flow="execution"].ns-on{
  box-shadow:0 0 22px color-mix(in srgb,var(--ns-nlp-accent,#30ce7c) 24%, transparent),0 0 34px rgba(255,255,255,.08) !important;
  filter:brightness(1.05);
}

/* Prevent any panel stacking from old transitions. */
.ns-nlp.ns-nlp-v125 .ns-nlp-panel.ns-leaving{
  display:none !important;
  opacity:0 !important;
}
