body.v9-app section[data-view="network"]{padding:0!important;background:#f7f9fc!important}
body.v9-app section[data-view="network"].on{display:block!important}
body.v9-app [data-v9-retired]{display:none!important}
body.v9-app .nw-shell{--nw-ink:#111b2f;--nw-copy:#3f4d64;--nw-muted:#718096;--nw-line:#dce4ef;--nw-soft:#f4f7fb;--nw-blue:#1565ea;--nw-green:#087f5b;--nw-amber:#b56800;min-height:calc(100vh - 112px);padding:0 28px;color:var(--nw-copy);font-size:12px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.v9-app .nw-shell *{box-sizing:border-box}
body.v9-app .nw-icon{width:16px;height:16px;fill:none;stroke:currentColor;stroke-width:1.7}
body.v9-app .nw-boundary{min-height:42px;display:grid;grid-template-columns:18px minmax(0,1fr) auto;align-items:center;gap:9px;margin:0 -28px;padding:7px 28px;border-bottom:1px solid var(--nw-line);background:#f8fbff;color:#53647b}
body.v9-app .nw-boundary>svg{color:var(--nw-blue)}
body.v9-app .nw-boundary div{display:flex;align-items:center;gap:6px;min-width:0}
body.v9-app .nw-boundary b{color:var(--nw-ink);font-size:12px}
body.v9-app .nw-boundary span{font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.v9-app .nw-boundary button,body.v9-app .nw-panel header button,body.v9-app .nw-back{border:0;background:transparent;color:var(--nw-blue);font:inherit;font-size:12px;font-weight:700;cursor:pointer}
body.v9-app .nw-tabs{height:50px;display:flex;align-items:flex-end;gap:26px;margin:0 -28px;padding:0 28px;border-bottom:1px solid var(--nw-line);background:#fff;overflow-x:auto}
body.v9-app .nw-tabs button{height:49px;display:flex;align-items:center;gap:7px;padding:0 1px;border:0;border-bottom:2px solid transparent;background:transparent;color:#536178;font:inherit;font-size:12px;font-weight:620;white-space:nowrap;cursor:pointer}
body.v9-app .nw-tabs button.active{border-color:var(--nw-blue);color:var(--nw-blue)}
body.v9-app .nw-tabs button b{min-width:18px;height:18px;display:grid;place-items:center;padding:0 5px;border-radius:9px;background:#eaf2ff;color:var(--nw-blue);font-size:12px}
body.v9-app .nw-pagehead{min-height:112px;display:flex;align-items:center;justify-content:space-between;gap:24px;padding:22px 0 18px}
body.v9-app .nw-pagehead>div:first-child{min-width:0}
body.v9-app .nw-eyebrow{display:block;margin-bottom:7px;color:var(--nw-blue);font-size:12px;font-weight:760;letter-spacing:.1em;text-transform:uppercase}
body.v9-app .nw-pagehead h1{margin:0;color:var(--nw-ink);font-size:24px;line-height:1.12;font-weight:730;letter-spacing:-.035em}
body.v9-app .nw-pagehead p{max-width:760px;margin:7px 0 0;color:var(--nw-muted);font-size:12px;line-height:1.55}
body.v9-app .nw-page-actions{display:flex;align-items:center;gap:8px;flex:0 0 auto}
body.v9-app .nw-page-actions .btn{min-height:36px;padding:7px 12px;font-size:12px}
body.v9-app .nw-workflow{margin-bottom:15px;border:1px solid var(--nw-line);border-radius:8px;background:#fff;overflow:hidden}
body.v9-app .nw-workflow>header{height:38px;display:flex;align-items:center;justify-content:space-between;padding:0 14px;border-bottom:1px solid var(--nw-line)}
body.v9-app .nw-workflow>header b{color:var(--nw-ink);font-size:12px}
body.v9-app .nw-workflow>header span{color:var(--nw-muted);font-size:12px}
body.v9-app .nw-workflow ol{display:grid;grid-template-columns:repeat(6,minmax(145px,1fr));overflow-x:auto;margin:0;padding:0;list-style:none}
body.v9-app .nw-workflow li{position:relative;min-height:52px;display:grid;grid-template-columns:24px minmax(0,1fr);align-items:center;gap:8px;padding:8px 12px;border-right:1px solid var(--nw-line)}
body.v9-app .nw-workflow li:last-child{border:0}
body.v9-app .nw-workflow li>span{width:23px;height:23px;display:grid;place-items:center;border:1px solid #cbd6e4;border-radius:50%;color:#68768b;font-size:12px;font-weight:750}
body.v9-app .nw-workflow li div{display:flex;flex-direction:column;gap:2px;min-width:0}
body.v9-app .nw-workflow li b{color:var(--nw-ink);font-size:12px}
body.v9-app .nw-workflow li small{color:var(--nw-muted);font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}
body.v9-app .nw-workflow li.done>span{border-color:#78c4aa;background:#e8f7f1;color:var(--nw-green)}
body.v9-app .nw-workflow li.current{background:#f3f7ff;box-shadow:inset 0 -2px var(--nw-blue)}
body.v9-app .nw-workflow li.current>span{border-color:var(--nw-blue);background:var(--nw-blue);color:#fff}
@media(max-width:720px){
  body.v9-app .nw-workflow>header{height:auto;min-height:48px;gap:10px;padding:10px 12px;align-items:flex-start}
  body.v9-app .nw-workflow ol{grid-template-columns:repeat(2,minmax(0,1fr));overflow:visible}
  body.v9-app .nw-workflow li{border-bottom:1px solid var(--nw-line)}
  body.v9-app .nw-workflow li:nth-child(even){border-right:0}
  body.v9-app .nw-workflow li small{white-space:normal;overflow:visible;text-overflow:clip}
  body.v9-app .nw-shell :is(input,select,textarea){font-size:16px!important}
}
body.v9-app .nw-need,body.v9-app .nw-results,body.v9-app .nw-panel,body.v9-app .nw-vera{border:1px solid var(--nw-line);border-radius:8px;background:#fff}
body.v9-app .nw-need{margin-bottom:14px;overflow:hidden}
body.v9-app .nw-need>header,body.v9-app .nw-results>header,body.v9-app .nw-panel>header{min-height:52px;display:flex;align-items:center;justify-content:space-between;gap:14px;padding:10px 14px;border-bottom:1px solid var(--nw-line)}
body.v9-app .nw-need>header>div,body.v9-app .nw-results>header>div:first-child{display:flex;align-items:center;gap:10px}
body.v9-app .nw-need>header>div>span,body.v9-app .nw-results>header>div:first-child>span{width:24px;height:24px;display:grid;place-items:center;border-radius:50%;background:var(--nw-blue);color:#fff;font-size:12px;font-weight:750}
body.v9-app .nw-shell h2{margin:0;color:var(--nw-ink);font-size:12px;font-weight:710;letter-spacing:-.01em}
body.v9-app .nw-shell h3{color:var(--nw-ink)}
body.v9-app .nw-need header p,body.v9-app .nw-results header p,body.v9-app .nw-panel header p{margin:3px 0 0;color:var(--nw-muted);font-size:12px}
body.v9-app .nw-need>header>button,body.v9-app .nw-results>header button{min-height:30px;padding:0 10px;border:1px solid var(--nw-line);border-radius:6px;background:#fff;color:#42516a;font:inherit;font-size:12px;font-weight:650;cursor:pointer}
body.v9-app .nw-need-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px;padding:13px 14px}
body.v9-app .nw-need-grid label{display:grid;gap:5px;color:#66758a;font-size:12px;font-weight:650}
body.v9-app .nw-need-grid button{min-height:34px;display:flex;align-items:center;justify-content:space-between;padding:0 9px;border:1px solid #d6dfeb;border-radius:5px;background:#fff;color:var(--nw-ink);font:inherit;font-size:12px;text-align:left;cursor:pointer}
body.v9-app .nw-need-grid button b{color:#8a97a9}
body.v9-app .nw-need>footer{min-height:45px;display:flex;align-items:center;gap:6px;padding:7px 14px;border-top:1px solid var(--nw-line);background:#fafbfd;overflow-x:auto}
body.v9-app .nw-need>footer>b{margin-right:3px;color:var(--nw-ink);font-size:12px;white-space:nowrap}
body.v9-app .nw-need>footer>span{padding:5px 8px;border:1px solid #d9e2ed;border-radius:999px;background:#fff;color:#516178;font-size:12px;white-space:nowrap}
body.v9-app .nw-need>footer>button{margin-left:auto;border:0;background:transparent;color:var(--nw-blue);font:inherit;font-size:12px;font-weight:700;white-space:nowrap;cursor:pointer}
body.v9-app .nw-discover-grid{display:grid;grid-template-columns:minmax(0,1fr) 286px;gap:14px;align-items:start}
body.v9-app .nw-results{overflow-x:auto;min-width:0}
body.v9-app .nw-results>header>div:last-child{display:flex;gap:6px}
body.v9-app .nw-results>header button{display:flex;align-items:center;gap:5px}
body.v9-app .nw-results>header svg{width:13px;height:13px}
body.v9-app .nw-result-head,body.v9-app .nw-result-row{display:grid;grid-template-columns:26px minmax(190px,1.2fr) minmax(220px,1.3fr) minmax(155px,1fr) minmax(165px,1fr) minmax(140px,.9fr) minmax(135px,.8fr) 62px;gap:14px;align-items:center;min-width:1220px}
body.v9-app .nw-result-head{height:33px;padding:0 10px;border-bottom:1px solid var(--nw-line);background:#f9fbfd;color:#6b798d;font-size:12px;font-weight:730;letter-spacing:.045em;text-transform:uppercase}
body.v9-app .nw-result-body{overflow:visible;min-width:1220px}
body.v9-app .nw-result-row{width:100%;min-height:84px;padding:9px 10px;border:0;border-bottom:1px solid var(--nw-line);background:#fff;color:var(--nw-copy);font:inherit;text-align:left;cursor:pointer}
body.v9-app .nw-result-row:last-child{border-bottom:0}
body.v9-app .nw-result-row:hover,body.v9-app .nw-result-row.selected{background:#f5f8ff}
body.v9-app .nw-result-row.selected{box-shadow:inset 3px 0 var(--nw-blue)}
body.v9-app .nw-result-row>span:not(.nw-rank):not(.nw-open){min-width:0;display:flex;flex-direction:column;align-items:flex-start;gap:4px}
body.v9-app .nw-result-row strong{color:var(--nw-ink);font-size:12px;line-height:1.35}
body.v9-app .nw-result-row b{color:#66758a;font-size:12px}
body.v9-app .nw-result-row b.good,body.v9-app .nw-result-row strong.good{color:var(--nw-green)}
body.v9-app .nw-result-row small{color:var(--nw-muted);font-size:12px;line-height:1.35}
body.v9-app .nw-result-row :is(strong,small,b){max-width:100%;overflow-wrap:anywhere}
body.v9-app .nw-result-row .nw-facility-cell>span{min-width:0}
body.v9-app .nw-result-row :is(.nw-evidence,.nw-status){max-width:100%;white-space:normal;line-height:1.3}
body.v9-app .nw-rank{width:22px;height:22px;display:grid;place-items:center;border:1px solid #cad5e3;border-radius:50%;color:#48576d;font-size:12px;font-weight:740}
body.v9-app .nw-open{color:var(--nw-blue);font-size:12px;font-weight:700;text-align:right}
body.v9-app .nw-evidence,body.v9-app .nw-status{display:inline-flex!important;flex-direction:row!important;align-items:center!important;gap:4px!important;width:auto;padding:3px 6px;border-radius:999px;background:#f0f3f7;color:#647287;font-size:12px!important;font-weight:700;line-height:1.1;white-space:nowrap}
body.v9-app .nw-evidence i,body.v9-app .nw-status i{width:5px;height:5px;border-radius:50%;background:currentColor}
body.v9-app .nw-evidence.government{background:#eaf3ff;color:#175ebd}.nw-evidence.supplier{background:#edf7f3;color:#137457}.nw-evidence.buyer{background:#f4efff;color:#6c43bd}.nw-evidence.computed{background:#eef2ff;color:#3e55bd}.nw-evidence.human{background:#fff3e5;color:#9b5b00}
body.v9-app .nw-status.good{background:#e8f7f1;color:var(--nw-green)}body.v9-app .nw-status.warn{background:#fff3dc;color:var(--nw-amber)}body.v9-app .nw-status.bad{background:#fff0ee;color:#b33a32}
body.v9-app .nw-inspector{border:1px solid var(--nw-line);border-radius:8px;background:#fff;overflow:hidden;position:sticky;top:74px}
body.v9-app .nw-inspector>header{padding:14px;border-bottom:1px solid var(--nw-line)}
body.v9-app .nw-inspector>header>span{color:var(--nw-blue);font-size:12px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}
body.v9-app .nw-inspector h2{margin-top:6px;font-size:14px}
body.v9-app .nw-inspector>header p{margin:4px 0 0;color:var(--nw-muted);font-size:12px}
body.v9-app .nw-inspector>nav{height:38px;display:flex;padding:0 10px;border-bottom:1px solid var(--nw-line)}
body.v9-app .nw-inspector>nav button{height:38px;border:0;border-bottom:2px solid transparent;background:transparent;color:#657388;font:inherit;font-size:12px;cursor:pointer}
body.v9-app .nw-inspector>nav button.active{border-color:var(--nw-blue);color:var(--nw-blue);font-weight:700}
body.v9-app .nw-inspector>section{padding:12px 14px;border-bottom:1px solid var(--nw-line)}
body.v9-app .nw-inspector h3{display:flex;align-items:center;justify-content:space-between;margin:0 0 9px;font-size:12px}
body.v9-app .nw-inspector p{display:flex;align-items:center;justify-content:space-between;gap:7px;margin:7px 0;font-size:12px}
body.v9-app .nw-inspector p.ok{justify-content:flex-start;color:var(--nw-green)}
body.v9-app .nw-inspector p.caution{color:var(--nw-amber)}
body.v9-app .nw-inspector p small{margin-left:auto;color:var(--nw-muted)}
body.v9-app .nw-inspector dl{margin:0}
body.v9-app .nw-inspector dl div{display:flex;justify-content:space-between;gap:12px;padding:6px 0;border-top:1px solid #edf1f6}
body.v9-app .nw-inspector dt{color:var(--nw-muted);font-size:12px}body.v9-app .nw-inspector dd{margin:0;color:var(--nw-ink);font-size:12px;font-weight:650;text-align:right}
body.v9-app .nw-inspector>footer{display:grid;gap:7px;padding:12px}
body.v9-app .nw-inspector .btn{width:100%;min-height:32px;font-size:12px}
body.v9-app .nw-vera{min-height:64px;display:grid;grid-template-columns:22px minmax(0,1fr) auto;grid-template-rows:auto auto;gap:4px 9px;align-items:center;margin-top:14px;padding:10px 13px;background:linear-gradient(100deg,#f7faff,#fff)}
body.v9-app .nw-vera>svg{grid-row:1/-1;color:var(--nw-blue)}
body.v9-app .nw-vera b{color:var(--nw-ink);font-size:12px}body.v9-app .nw-vera p{margin:3px 0 0;color:var(--nw-muted);font-size:12px;line-height:1.45}
body.v9-app .nw-vera button{grid-row:1/-1;border:0;background:transparent;color:var(--nw-blue);font:inherit;font-size:12px;font-weight:700;cursor:pointer}
body.v9-app .nw-vera small{grid-column:2;color:#7b8798;font-size:12px}
body.v9-app .nw-back{display:inline-flex;align-items:center;margin-top:14px;padding:0}
body.v9-app .nw-facility-grid{display:grid;grid-template-columns:minmax(0,1fr) 300px;gap:14px;align-items:start}
body.v9-app .nw-facility-grid>main,body.v9-app .nw-facility-grid>aside{display:grid;gap:14px}
body.v9-app .nw-panel{overflow:hidden}
body.v9-app .nw-panel header>div{min-width:0}
body.v9-app .nw-history article{min-height:54px;display:grid;grid-template-columns:28px minmax(0,1fr) 120px 70px;align-items:center;gap:9px;padding:8px 13px;border-bottom:1px solid var(--nw-line)}
body.v9-app .nw-history article:last-child{border:0}
body.v9-app .nw-history article>span{width:27px;height:27px;display:grid;place-items:center;border-radius:50%;background:#edf3ff;color:var(--nw-blue)}
body.v9-app .nw-history article>div{display:flex;flex-direction:column;gap:3px}.nw-history article b{color:var(--nw-ink);font-size:12px}.nw-history article small{color:var(--nw-muted);font-size:12px}
body.v9-app .nw-history article>button{border:0;background:transparent;color:var(--nw-blue);font:inherit;font-size:12px;cursor:pointer}
body.v9-app .nw-product-head,body.v9-app .nw-product{display:grid;grid-template-columns:1.25fr 1fr .8fr 62px;gap:10px;align-items:center}
body.v9-app .nw-product-head{height:31px;padding:0 13px;border-bottom:1px solid var(--nw-line);background:#f9fbfd;color:#6b798d;font-size:12px;font-weight:730;text-transform:uppercase}
body.v9-app .nw-product{width:100%;min-height:56px;padding:8px 13px;border:0;border-bottom:1px solid var(--nw-line);background:#fff;color:var(--nw-copy);font:inherit;font-size:12px;text-align:left;cursor:pointer}.nw-product:last-child{border:0}.nw-product:hover{background:#f7faff}.nw-product>span{display:flex;flex-direction:column;align-items:flex-start;gap:3px}.nw-product b{color:var(--nw-ink);font-size:12px}.nw-product small{color:var(--nw-muted);font-size:12px}
body.v9-app .nw-readiness{padding-bottom:13px}.nw-readiness>header{margin-bottom:12px}.nw-readiness>.nw-status{margin-right:13px}
body.v9-app .nw-meter{height:7px;margin:0 13px 7px;border-radius:4px;background:#e8edf4;overflow:hidden}.nw-meter i{display:block;height:100%;border-radius:4px;background:var(--nw-blue)}
body.v9-app .nw-readiness>b,body.v9-app .nw-readiness>p{margin-left:13px;margin-right:13px}.nw-readiness>b{display:block;margin-bottom:10px;color:var(--nw-ink);font-size:12px}.nw-readiness>p{font-size:12px}.nw-readiness .ok{color:var(--nw-green)}.nw-readiness .caution{color:var(--nw-amber)}
body.v9-app .nw-full{width:calc(100% - 26px);margin:13px;min-height:34px;font-size:12px}
body.v9-app .nw-qualification{display:grid;grid-template-columns:minmax(430px,1.1fr) minmax(300px,.75fr) 270px;gap:14px;align-items:start}
body.v9-app .nw-req-head,body.v9-app .nw-req{display:grid;grid-template-columns:1.2fr .9fr .65fr 48px;align-items:center;gap:9px}
body.v9-app .nw-req-head{height:31px;padding:0 12px;border-bottom:1px solid var(--nw-line);background:#f9fbfd;color:#6b798d;font-size:12px;font-weight:730;text-transform:uppercase}
body.v9-app .nw-req{width:100%;min-height:51px;padding:7px 12px;border:0;border-bottom:1px solid var(--nw-line);background:#fff;color:var(--nw-copy);font:inherit;font-size:12px;text-align:left;cursor:pointer}
body.v9-app .nw-req.selected{background:#f3f7ff;box-shadow:inset 3px 0 var(--nw-blue)}
body.v9-app .nw-req>span:first-child{display:grid;grid-template-columns:22px minmax(0,1fr);align-items:center;gap:7px}.nw-req>span:first-child i{width:20px;height:20px;display:grid;place-items:center;border:1px solid #ccd7e4;border-radius:50%;font-style:normal;font-size:12px}.nw-req b{color:var(--nw-ink);font-size:12px}.nw-req>span:last-child{color:var(--nw-blue);font-weight:700}
body.v9-app .nw-question{overflow:hidden}.nw-question>header{align-items:flex-start}.nw-clause,.nw-draft{padding:13px;border-bottom:1px solid var(--nw-line)}.nw-clause>span,.nw-draft>span{display:block;margin-bottom:6px;color:var(--nw-blue);font-size:12px;font-weight:740;text-transform:uppercase;letter-spacing:.05em}.nw-clause>b{color:var(--nw-ink);font-size:12px}.nw-clause p,.nw-draft p{color:#536179;font-size:12px;line-height:1.55}.nw-clause h3,.nw-draft h3{margin:11px 0 4px;font-size:12px}.nw-draft .btn{min-height:31px;font-size:12px}.nw-draft small{display:block;margin-top:7px;color:var(--nw-muted);font-size:12px}
body.v9-app .nw-decision{padding-bottom:13px}.nw-decision>h3{display:flex;justify-content:space-between;margin:13px;font-size:12px}.nw-decision>p{display:flex;align-items:center;gap:7px;margin:8px 13px;font-size:12px}.nw-decision>label{display:grid;gap:5px;margin:13px;color:#536179;font-size:12px;font-weight:650}.nw-decision select,.nw-decision textarea{width:100%;min-height:34px;padding:8px;border:1px solid #d4deea;border-radius:5px;background:#fff;color:var(--nw-ink);font:inherit;font-size:12px}.nw-decision textarea{min-height:78px;resize:vertical}.nw-decision>small{display:block;margin:0 13px;color:var(--nw-muted);font-size:12px;line-height:1.45}.nw-decision .btn:disabled{opacity:.45;cursor:not-allowed}
body.v9-app .nw-collection{margin-top:4px}.nw-collection-head,.nw-collection-row{display:grid;grid-template-columns:1.25fr 1.2fr .9fr .55fr 48px;align-items:center;gap:12px}.nw-collection-head{height:34px;padding:0 14px;border-bottom:1px solid var(--nw-line);background:#f9fbfd;color:#6b798d;font-size:12px;font-weight:730;text-transform:uppercase}.nw-collection-row{width:100%;min-height:66px;padding:9px 14px;border:0;border-bottom:1px solid var(--nw-line);background:#fff;color:var(--nw-copy);font:inherit;font-size:12px;text-align:left;cursor:pointer}.nw-collection-row:last-child{border:0}.nw-collection-row:hover{background:#f7faff}.nw-collection-row>span:first-child{display:flex;flex-direction:column;gap:3px}.nw-collection-row b{color:var(--nw-ink);font-size:12px}.nw-collection-row small{color:var(--nw-muted);font-size:12px}.nw-collection-row>span:last-child{color:var(--nw-blue);font-size:12px;font-weight:700}
body.v9-app .nw-toast{position:fixed;right:22px;bottom:22px;z-index:500;max-width:390px;padding:11px 14px;border-radius:7px;background:#0c1728;color:#fff;box-shadow:0 18px 48px rgba(13,25,44,.28);font-size:12px}

/* The bell owns the alerts panel. Center it under the bell and keep the panel inside the viewport. */
body.v9-app .topmenu-alerts #alertsPanel{left:50%!important;right:auto!important;width:min(360px,calc(100vw - 24px))!important;transform:translateX(-50%)!important}

/* The disposition and next action are the first operational answer after the COA summary. */
body.v9-app .v4-view-checker #checkresult .vres-next{margin-top:12px!important;border-width:1px!important;box-shadow:0 8px 22px rgba(28,56,100,.06)!important}
body.v9-app .v4-view-checker #checkresult .vres-workspace{margin-top:14px!important}

@media(max-width:1320px){body.v9-app .nw-discover-grid{grid-template-columns:minmax(0,1fr) 250px}body.v9-app .nw-qualification{grid-template-columns:minmax(410px,1fr) minmax(285px,.8fr)}body.v9-app .nw-decision{grid-column:1/-1;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:0 12px}.nw-decision>header,.nw-decision>.nw-full,.nw-decision>small{grid-column:1/-1}}
@media(max-width:1080px){body.v9-app .nw-discover-grid,body.v9-app .nw-facility-grid{grid-template-columns:1fr}body.v9-app .nw-inspector{position:static;display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}.nw-inspector>header,.nw-inspector>nav,.nw-inspector>footer{grid-column:1/-1}.nw-inspector>section{border-right:1px solid var(--nw-line)}body.v9-app .nw-need-grid{grid-template-columns:repeat(2,minmax(0,1fr))}body.v9-app .nw-qualification{grid-template-columns:1fr}.nw-decision{grid-column:auto}}
@media(max-width:720px){body.v9-app section[data-view="network"]{padding:0!important}body.v9-app .nw-shell{padding:0 14px}body.v9-app .nw-boundary,body.v9-app .nw-tabs{margin-left:-14px;margin-right:-14px;padding-left:14px;padding-right:14px}.nw-boundary span{display:none}.nw-pagehead{align-items:flex-start;flex-direction:column}.nw-page-actions{width:100%}.nw-page-actions .btn{flex:1}.nw-workflow ol{grid-template-columns:repeat(6,minmax(92px,1fr));overflow-x:auto}.nw-need-grid{grid-template-columns:1fr!important}.nw-inspector{display:block!important}.nw-history article{grid-template-columns:28px minmax(0,1fr)!important}.nw-history article>.nw-evidence,.nw-history article>button{grid-column:2}.nw-qualification{display:block!important}.nw-qualification>*{margin-bottom:12px}.nw-decision{display:block!important}.nw-result-head,.nw-result-row{min-width:800px}.nw-collection{overflow-x:auto}.nw-collection-head,.nw-collection-row{min-width:720px}.nw-toast{left:12px;right:12px;bottom:12px}.topmenu-alerts #alertsPanel{position:fixed!important;top:58px!important;left:12px!important;right:12px!important;width:auto!important;transform:none!important}}

/* Network v2: real supplier profiles, buyer-owned qualification, and retained communication. */
body.v9-app .nw-shell{font-family:"Veritura Inter",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}
body.v9-app .nw-need-grid input,
body.v9-app .nw-profile-form :is(input,select,textarea),
body.v9-app .nw-presentation-editor :is(input,select),
body.v9-app .nw-compose textarea{width:100%;min-height:36px;padding:8px 10px;border:1px solid #d4deea;border-radius:6px;background:#fff;color:var(--nw-ink);font:inherit;font-size:12px;line-height:1.4;outline:none}
body.v9-app .nw-need-grid input:focus,
body.v9-app .nw-profile-form :is(input,select,textarea):focus,
body.v9-app .nw-presentation-editor :is(input,select):focus,
body.v9-app .nw-compose textarea:focus{border-color:#77a7f6;box-shadow:0 0 0 3px rgba(21,101,234,.1)}
body.v9-app .nw-facility-cell{display:flex!important;flex-direction:row!important;align-items:center!important;gap:9px!important;min-width:0}
body.v9-app .nw-facility-cell>span{display:flex;flex-direction:column;align-items:flex-start;gap:3px;min-width:0}
body.v9-app .nw-source-mark{width:29px;height:29px;display:grid;place-items:center;flex:none;border:1px solid #cfdaea;border-radius:7px;background:linear-gradient(145deg,#edf4ff,#f8fbff);color:#155fd8;font-size:12px;font-weight:780;letter-spacing:.02em;background-position:center;background-size:cover;background-repeat:no-repeat}
body.v9-app .nw-source-mark.large{width:54px;height:54px;border-radius:11px;font-size:13px}
body.v9-app .nw-source-mark.has-image{color:transparent;background-color:#fff}
body.v9-app .nw-source-head{display:flex!important;align-items:center!important;gap:11px!important}
body.v9-app .nw-source-head>div{min-width:0}
body.v9-app .nw-source-head>div>span{display:block;color:var(--nw-blue);font-size:12px;font-weight:750;letter-spacing:.07em;text-transform:uppercase}
body.v9-app .nw-source-head h2{margin:0!important}
body.v9-app .nw-source-head p{margin:3px 0 0!important}
body.v9-app .nw-profile-hero{min-height:164px;display:grid;grid-template-columns:64px minmax(0,1fr) auto;align-items:center;gap:16px;margin:14px 0;padding:20px;border:1px solid var(--nw-line);border-radius:8px;background:linear-gradient(115deg,#fff 0%,#fff 62%,#f3f7ff 100%);box-shadow:0 8px 28px rgba(18,50,98,.045)}
body.v9-app .nw-profile-hero h1{margin:2px 0 4px;color:var(--nw-ink);font-size:23px;line-height:1.15;letter-spacing:-.035em}
body.v9-app .nw-profile-hero p{margin:0;color:var(--nw-muted);font-size:12px}
body.v9-app .nw-profile-hero .nw-profile-summary{max-width:660px;margin:10px 0!important;color:#48566d;font-size:12px;line-height:1.55}
body.v9-app .nw-profile-hero>div>div{display:flex;gap:6px;flex-wrap:wrap}
body.v9-app .nw-profile-actions{display:flex!important;align-items:center;justify-content:flex-end;gap:7px;flex-wrap:wrap}
body.v9-app .nw-profile-actions .btn{min-height:34px;padding:7px 11px;font-size:12px;text-decoration:none}
body.v9-app .nw-profile-editor{display:grid;grid-template-columns:minmax(0,.86fr) minmax(480px,1.14fr);gap:14px;align-items:start}
body.v9-app .nw-profile-form{display:grid;grid-template-columns:1fr 1fr;gap:12px;padding:14px}
body.v9-app .nw-profile-form label,
body.v9-app .nw-presentation-editor label,
body.v9-app .nw-compose>label{display:grid;gap:5px;color:#596981;font-size:12px;font-weight:680}
body.v9-app .nw-profile-form label.wide{grid-column:1/-1}
body.v9-app .nw-profile-form textarea{min-height:98px;resize:vertical}
body.v9-app .nw-logo-upload small{color:var(--nw-muted);font-size:12px;font-weight:450;line-height:1.4}
body.v9-app .nw-logo-upload input[type="file"]{min-height:42px;padding:4px;border-style:dashed;background:#fbfdff;color:#65748a;cursor:pointer}
body.v9-app .nw-logo-upload input[type="file"]::file-selector-button{height:32px;margin:0 10px 0 0;padding:0 12px;border:1px solid #c8d6e8;border-radius:6px;background:#fff;color:#174d9e;font:inherit;font-size:12px;font-weight:720;cursor:pointer}
body.v9-app .nw-logo-upload input[type="file"]:hover::file-selector-button{border-color:#83aef3;background:#f3f7ff}
body.v9-app .nw-toggle-label{grid-template-columns:18px minmax(0,1fr)!important;align-items:start;padding:11px;border:1px solid var(--nw-line);border-radius:7px;background:#f9fbfe}
body.v9-app .nw-toggle-label>input{width:15px!important;min-height:15px!important;margin:2px 0 0;padding:0}
body.v9-app .nw-toggle-label>span{display:grid;gap:3px}
body.v9-app .nw-toggle-label b{color:var(--nw-ink);font-size:12px}
body.v9-app .nw-toggle-label small{color:var(--nw-muted);font-size:12px;font-weight:450;line-height:1.45}
body.v9-app .nw-presentation-editor{display:grid;gap:0}
body.v9-app .nw-presentation-editor article{display:grid;grid-template-columns:minmax(0,1fr) auto;align-items:end;gap:10px;padding:12px 14px;border-bottom:1px solid var(--nw-line-soft)}
body.v9-app .nw-presentation-editor article>div{display:grid;grid-template-columns:1.2fr .7fr .7fr .8fr 1fr .7fr .7fr;gap:8px}
body.v9-app .nw-presentation-editor article>button,
body.v9-app .nw-collection-row>button{min-height:30px;border:0;background:transparent;color:#b43d38;font:inherit;font-size:12px;font-weight:680;cursor:pointer}
body.v9-app .nw-connection-waiting{cursor:default;background:#fbfcfe}
body.v9-app .nw-inline-empty{padding:28px 18px;color:var(--nw-muted);font-size:12px;line-height:1.5;text-align:center}
body.v9-app .nw-profile-save{display:flex;align-items:center;justify-content:space-between;gap:14px;padding:12px 14px;background:#fafbfd}
body.v9-app .nw-profile-save>span{color:var(--nw-muted);font-size:12px}
body.v9-app .nw-profile-save .btn{min-height:34px;font-size:12px}
body.v9-app .nw-message-layout{display:grid;grid-template-columns:minmax(0,1fr) 280px;gap:14px;align-items:start}
body.v9-app .nw-thread-body{min-height:300px;max-height:480px;display:flex;flex-direction:column;gap:9px;padding:16px;overflow:auto;background:#fbfcfe}
body.v9-app .nw-thread-body article{max-width:72%;padding:10px 12px;border:1px solid var(--nw-line);border-radius:8px;background:#fff;box-shadow:0 2px 8px rgba(20,40,75,.04)}
body.v9-app .nw-thread-body article.mine{align-self:flex-end;border-color:#c9daf8;background:#f1f6ff}
body.v9-app .nw-thread-body article span{color:var(--nw-blue);font-size:12px;font-weight:720;text-transform:uppercase;letter-spacing:.04em}
body.v9-app .nw-message-meta{display:flex;align-items:center;gap:7px}
body.v9-app .nw-message-meta>span:last-child{display:grid;gap:1px}
body.v9-app .nw-message-meta b{color:var(--nw-ink);font-size:12px;font-weight:720;text-transform:none;letter-spacing:0}
body.v9-app .nw-message-meta small{color:var(--nw-muted);font-size:12px;text-transform:capitalize}
body.v9-app .nw-message-avatar{width:24px;height:24px;display:grid;place-items:center;flex:none;border:1px solid #d5dfeb;border-radius:50%;background:#edf3ff center/cover no-repeat;color:var(--nw-blue)!important;font-size:12px!important;font-weight:760!important;letter-spacing:0!important}
body.v9-app .nw-message-avatar.has-image{color:transparent!important}
body.v9-app .nw-thread-body article p{margin:5px 0;color:var(--nw-copy);font-size:12px;line-height:1.5}
body.v9-app .nw-thread-body article small{color:var(--nw-muted);font-size:12px}
body.v9-app .nw-compose{display:grid;gap:7px;padding:13px 14px;border-top:1px solid var(--nw-line)}
body.v9-app .nw-compose textarea{min-height:88px;resize:vertical}
body.v9-app .nw-compose footer{display:flex;align-items:center;justify-content:space-between;gap:12px}
body.v9-app .nw-compose footer span{color:var(--nw-muted);font-size:12px}
body.v9-app .nw-compose .btn{min-height:34px;font-size:12px}
body.v9-app .nw-thread-filters{display:flex;align-items:center;gap:4px;padding:3px;border:1px solid var(--nw-line);border-radius:7px;background:#f7f9fc}
body.v9-app .nw-thread-filters button{min-height:27px;padding:0 9px;border:0;border-radius:5px;background:transparent;color:#68778d;font:inherit;font-size:12px;font-weight:680;cursor:pointer}
body.v9-app .nw-thread-filters button.active{background:#fff;color:var(--nw-ink);box-shadow:0 1px 5px rgba(17,35,62,.09)}
body.v9-app .nw-thread-filters b{min-width:16px;height:16px;display:inline-grid;place-items:center;margin-left:5px;border-radius:999px;background:#e8effd;color:var(--nw-blue);font-size:12px}
body.v9-app .nw-collection-row.unread{background:#f7faff;box-shadow:inset 3px 0 var(--nw-blue)}
body.v9-app .nw-collection-row .nw-conversation-cell{display:grid;gap:4px;min-width:0}
body.v9-app .nw-collection-row .nw-conversation-cell :is(b,small){display:block;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
body.v9-app .nw-unread-count{display:inline-flex!important;align-items:center;min-height:20px;padding:0 7px;border-radius:999px;background:#e9f1ff;color:var(--nw-blue)!important;font-size:12px!important}
body.v9-app .nw-compose-tools{display:flex;align-items:center;gap:10px;min-width:0}
body.v9-app .nw-compose-tools>span{color:var(--nw-muted);font-size:12px;line-height:1.4}
body.v9-app .nw-attach-button{min-height:30px;display:inline-flex!important;grid-template-columns:none!important;align-items:center;gap:6px;padding:0 10px;border:1px solid #cad6e7;border-radius:6px;background:#fff;color:#174d9e!important;font-size:12px!important;font-weight:700!important;cursor:pointer;white-space:nowrap}
body.v9-app .nw-attach-button:hover{border-color:#88aef0;background:#f6f9ff}
body.v9-app .nw-attach-button.disabled{opacity:.48;cursor:not-allowed}
body.v9-app .nw-attach-button input{position:absolute;width:1px;height:1px;opacity:0;pointer-events:none}
body.v9-app .nw-pending-attachments,body.v9-app .nw-message-attachments{display:flex;flex-wrap:wrap;gap:7px}
body.v9-app .nw-pending-attachments{padding:9px;border:1px dashed #cad6e7;border-radius:7px;background:#f8fbff}
body.v9-app .nw-message-attachments{margin:7px 0 6px}
body.v9-app .nw-attachment-card{min-width:190px;max-width:100%;display:grid!important;grid-template-columns:22px minmax(0,1fr) auto;align-items:center;gap:7px;padding:7px 8px;border:1px solid #d7e1ed;border-radius:7px;background:#fff;color:var(--nw-copy)!important;text-transform:none!important;letter-spacing:0!important}
body.v9-app .nw-attachment-card>svg{width:16px;height:16px;color:var(--nw-blue)}
body.v9-app .nw-attachment-card>span{display:grid;gap:2px;min-width:0}
body.v9-app .nw-attachment-card b{overflow:hidden;color:var(--nw-ink);font-size:12px;line-height:1.25;text-overflow:ellipsis;white-space:nowrap}
body.v9-app .nw-attachment-card small{color:var(--nw-muted)!important;font-size:12px!important}
body.v9-app .nw-attachment-card :is(a,button){border:0;background:transparent;color:var(--nw-blue);font:inherit;font-size:12px;font-weight:700;text-decoration:none;cursor:pointer}
body.v9-app .nw-contact-rail>a.nw-full{display:flex;align-items:center;justify-content:center;text-decoration:none}
body.v9-app .nw-contact-rail dl{margin:0;padding:7px 14px}
body.v9-app .nw-contact-rail dl div{display:flex;justify-content:space-between;gap:12px;padding:9px 0;border-bottom:1px solid var(--nw-line-soft)}
body.v9-app .nw-contact-rail dt{color:var(--nw-muted);font-size:12px}
body.v9-app .nw-contact-rail dd{margin:0;color:var(--nw-ink);font-size:12px;font-weight:680;text-align:right}
body.v9-app .nw-contact-rail>small{display:block;padding:0 13px 14px;color:var(--nw-muted);font-size:12px;line-height:1.5}
body.v9-app .nw-empty{margin:auto;text-align:center}
body.v9-app .nw-empty b{color:var(--nw-ink);font-size:12px}
body.v9-app .nw-empty p{color:var(--nw-muted);font-size:12px}
body.v9-app .nw-empty-state{display:grid;place-items:center;min-height:240px;padding:28px;text-align:center}
body.v9-app .nw-empty-state>svg{width:28px;height:28px;margin-bottom:10px;color:#7a8ca8}
body.v9-app .nw-empty-state h2{font-size:15px}
body.v9-app .nw-empty-state p{max-width:430px;margin:6px 0 15px;color:var(--nw-muted);font-size:12px;line-height:1.5}
body.v9-app .nw-empty-state .btn{min-height:34px;font-size:12px}
body.v9-app .nw-toast.bad{background:#8d2d2a}
body.v9-app .nw-shell button:disabled{opacity:.45;cursor:not-allowed}

@media(max-width:1280px){body.v9-app .nw-profile-editor{grid-template-columns:1fr}body.v9-app .nw-presentation-editor article>div{grid-template-columns:repeat(4,minmax(0,1fr))}}
@media(max-width:900px){body.v9-app .nw-profile-hero{grid-template-columns:54px minmax(0,1fr)}body.v9-app .nw-profile-actions{grid-column:1/-1;justify-content:flex-start}body.v9-app .nw-message-layout{grid-template-columns:1fr}body.v9-app .nw-presentation-editor article>div{grid-template-columns:repeat(2,minmax(0,1fr))}body.v9-app .nw-collection>header{align-items:flex-start;flex-direction:column}.nw-thread-filters{align-self:stretch}.nw-thread-filters button{flex:1}}
@media(max-width:620px){body.v9-app .nw-profile-form{grid-template-columns:1fr}body.v9-app .nw-profile-form label.wide{grid-column:auto}body.v9-app .nw-profile-hero{grid-template-columns:1fr}body.v9-app .nw-presentation-editor article{grid-template-columns:1fr}body.v9-app .nw-presentation-editor article>div{grid-template-columns:1fr}body.v9-app .nw-thread-body article{max-width:90%}body.v9-app .nw-compose-tools{align-items:flex-start;flex-direction:column}body.v9-app .nw-attach-button{width:100%;justify-content:center}}

@media(max-width:620px){
  body.v9-app .nw-thread-list{overflow:visible}
  body.v9-app .nw-thread-list>.nw-collection-head{display:none}
  body.v9-app .nw-thread-list>.nw-collection-row{min-width:0;grid-template-columns:minmax(0,1fr) auto;gap:9px 12px;padding:12px}
  body.v9-app .nw-thread-list>.nw-collection-row>.nw-facility-cell,
  body.v9-app .nw-thread-list>.nw-collection-row>.nw-conversation-cell{grid-column:1/-1}
  body.v9-app .nw-thread-list>.nw-collection-row>.nw-evidence{justify-self:start}
  body.v9-app .nw-thread-list>.nw-collection-row>span:nth-last-child(2){align-self:center;color:var(--nw-muted);font-size:12px;text-align:right}
  body.v9-app .nw-thread-list>.nw-collection-row>span:last-child{align-self:center;justify-self:end}
}
/* Route-owned mobile layouts. Do not shrink the desktop table to fit a phone. */
body.v9-app .nw-directory-empty{margin:18px 0;padding:24px;border:1px solid var(--nw-line);border-radius:8px;background:#fff}
body.v9-app .nw-directory-empty h2{font-size:18px;line-height:1.35}
body.v9-app .nw-directory-empty p{max-width:760px;font-size:14px;line-height:1.6}
body.v9-app .nw-directory-empty>div{display:flex;flex-wrap:wrap;gap:10px;margin:16px 0}
body.v9-app .nw-directory-empty small{display:block;color:#53647b;font-size:12px;line-height:1.5}
body.v9-app .nw-load-error{padding:14px;background:#fff3dc;color:#714400;font-size:14px}
@media(max-width:760px){
  body.v9-app .nw-results{overflow:visible}
  body.v9-app .nw-result-head{display:none}
  body.v9-app .nw-result-body{min-width:0}
  body.v9-app .nw-result-row{min-width:0;grid-template-columns:repeat(2,minmax(0,1fr));gap:14px;padding:18px 14px}
  body.v9-app .nw-result-row>.nw-rank{display:none}
  body.v9-app .nw-result-row>span:nth-child(2),
  body.v9-app .nw-result-row>span:nth-child(3){grid-column:1/-1}
  body.v9-app .nw-result-row>.nw-facility-cell{grid-row:1}
  body.v9-app .nw-result-row :is(strong,b){font-size:14px;line-height:1.45}
  body.v9-app .nw-result-row>.nw-open{grid-column:1/-1;text-align:left;min-height:32px}
  body.v9-app .nw-pagehead{align-items:flex-start;flex-direction:column;gap:14px}
  body.v9-app .nw-page-actions{flex-wrap:wrap}
  body.v9-app .nw-pagehead h1{font-size:24px;line-height:1.25}
  body.v9-app .nw-shell :is(.nw-pagehead p,.nw-panel p,.nw-thread-body article p){font-size:14px;line-height:1.55}
  body.v9-app .nw-shell :is(button,input,select){min-height:44px}
  body.v9-app .nw-boundary div{display:grid;gap:4px}
  body.v9-app .nw-boundary span{white-space:normal}
  body.v9-app .nw-need-grid{grid-template-columns:repeat(2,minmax(0,1fr))}
  body.v9-app .nw-need-grid label{min-width:0}
  body.v9-app .nw-need>footer{flex-wrap:wrap;overflow:visible}
  body.v9-app .nw-need>footer>span{white-space:normal}
  body.v9-app .nw-inspector{position:static}
  body.v9-app .nw-compose footer{align-items:stretch;flex-direction:column}
  body.v9-app .nw-collection-head{display:none}
  body.v9-app .nw-collection-row{min-width:0;grid-template-columns:1fr;gap:12px}
  body.v9-app .nw-collection-row>*{min-width:0;overflow-wrap:anywhere}
  body.v9-app .nw-directory-empty{padding:18px}
  body.v9-app .nw-directory-empty>div{flex-direction:column;align-items:stretch}
}
