%%{init: {'themeVariables': { 'background': '#FFFFF0' }}}%%
flowchart TB
subgraph FOUNDATION["Computational Foundation"]
NV["NVIDIA Trusted Partner Network<br/><span style='background-color: white; display: inline-block; padding: 5px; border-radius: 4px;'><img src='images/trusted-development-partner.png' width='200' /></span>"]
HW["Hardware Acceleration"]
CL["Cloud Infrastructure"]
end
subgraph PLATFORMS["Evaluation Platforms"]
TEREX["TEREX<br/>Trusted Reasoning Explorer"]
VIREX["latent.market<br/>Innovation Management Hub"]
CTX["Context Management<br/>& MCP Integration"]
end
subgraph VALUE["Value Delivery"]
GOV["Regulatory Compliance"]
OPT["Performance Optimization"]
MON["Operational Monitoring"]
end
NV --> HW
NV --> CL
HW --> TEREX
HW --> VIREX
CL --> CTX
TEREX --> GOV
TEREX --> OPT
VIREX --> GOV
VIREX --> MON
CTX --> OPT
CTX --> MON
style NV fill:#76b900,color:#000,stroke:#fff,stroke-width:2px
style FOUNDATION fill:#1a1a2e,color:#fff,stroke:#333,stroke-width:1px
style PLATFORMS fill:#16213e,color:#fff,stroke:#333,stroke-width:1px
style VALUE fill:#0f3460,color:#fff,stroke:#333,stroke-width:1px
linkStyle default stroke:#666,stroke-width:2px,fill:none