/* Static, Carbon-inspired product illustrations. No animation or runtime dependency. */
.flow-product{margin-top:28px;max-width:820px;border:1px solid #c6c6c6;background:#f4f4f4;box-shadow:0 12px 32px #16161608;overflow:hidden}
.flow-chrome{display:flex;align-items:center;justify-content:space-between;gap:12px;background:#262626;color:#c6c6c6;padding:12px 16px;font-size:10px;letter-spacing:.04em}
.flow-brand{display:flex;align-items:center;gap:8px;color:#fff;font-size:11px;font-weight:600;letter-spacing:.16em}
.flow-brand img{background:#fff;border-radius:50%}
.flow-stages{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));padding:20px;gap:18px}
.flow-stage{position:relative;min-width:0;background:#fff;border:1px solid #e0e0e0;padding:14px 12px 16px}
.flow-stage:not(:last-child):after{content:'→';position:absolute;right:-16px;top:48%;font-size:18px;color:#0f62fe;z-index:1}
.flow-stage-top{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px}
.flow-number{font-family:monospace;font-size:11px;color:#0f62fe;background:#edf5ff;padding:4px 7px}
.flow-stage-top .product-icon{width:22px;height:22px}
.flow-screen{display:block;width:100%;height:auto;margin:8px 0 14px;background:#f4f4f4}
.flow-stage h3{font-size:13px!important;line-height:1.4!important;font-weight:600!important;letter-spacing:0!important;margin:0!important;color:#161616}
.flow-stage p{font-size:11px;line-height:1.5;margin:5px 0 0;color:#6f6f6f}
.flow-footer{display:flex;align-items:center;gap:8px;padding:12px 16px;border-top:1px solid #e0e0e0;font-size:11px;line-height:1.5;color:#525252;background:#fff}
.flow-led{width:6px;height:6px;border-radius:50%;background:#24a148;flex-shrink:0}
.cut-comparison .flow-product{margin:0}
.flow-compact .flow-stages{padding:12px;gap:14px}
.flow-compact .flow-stage{padding:10px 8px}
.flow-compact .flow-chrome{padding:10px 12px}
.flow-compact .flow-stage p{display:none}
.evidence-graph{margin-top:30px;max-width:980px;border:1px solid #c6c6c6;background:#f4f4f4;box-shadow:0 12px 32px #16161608}
.evidence-canvas{position:relative;isolation:isolate;display:grid;grid-template-columns:1fr .85fr 1fr;grid-template-rows:1fr 1fr;gap:24px 72px;padding:28px;min-height:320px}
.evidence-grid-pattern{position:absolute;inset:0;background-image:radial-gradient(#c6c6c6 1px,transparent 1px);background-size:16px 16px;opacity:.5;z-index:-2}
.evidence-wires{position:absolute;inset:0;width:100%;height:100%;z-index:-1;fill:none;stroke:#4589ff;stroke-width:2}
.evidence-wires circle{fill:#0f62fe;stroke:#fff}
.evidence-node{background:white;border:1px solid #c6c6c6;box-shadow:0 4px 12px #16161608;padding:14px;min-width:0;border-left:3px solid #78a9ff}
.evidence-node-0{grid-area:1/1}
.evidence-node-1{grid-area:2/1}
.evidence-node-2{grid-area:1/3}
.evidence-node-3{grid-area:2/3}
.evidence-node-meta{display:flex;align-items:center;gap:8px;color:#6f6f6f;font-size:10px;font-family:monospace}
.evidence-node-meta .product-icon{width:24px;height:24px;flex-shrink:0}
.evidence-node h3{font-size:14px;font-weight:600;line-height:1.4;margin:10px 0}
.evidence-node-status{font-size:10px;color:#198038;display:flex;gap:5px;align-items:center}
.evidence-hub{grid-area:1/2/3/3;align-self:center;background:#161616;color:#fff;text-align:center;padding:22px 12px;border-top:3px solid #4589ff;box-shadow:0 8px 20px #16161620}
.evidence-hub-mark{width:46px;height:46px;margin:0 auto 14px;background:#393939;display:grid;place-items:center}
.evidence-hub-mark .product-icon{color:#fff;width:30px;height:30px}
.evidence-hub-eyebrow{font-size:9px;letter-spacing:.15em;color:#a6c8ff}
.evidence-hub h3{font-size:16px;font-weight:600;line-height:1.35;margin:8px 0 14px}
.evidence-hub>div:last-child{font-size:10px;color:#c6c6c6;border-top:1px solid #525252;padding-top:12px}
.evidence-inspector{display:flex;gap:14px;align-items:center;background:#fff;padding:18px 24px;border-top:1px solid #c6c6c6}
.evidence-inspector .product-icon{width:30px;height:30px}
.evidence-inspector strong{font-size:13px;font-weight:600}
.evidence-inspector p{font-size:12px;color:#525252;line-height:1.6;margin-top:4px}
.evidence-graph figcaption{padding:10px 24px;font-size:11px;line-height:1.6;color:#6f6f6f;border-top:1px solid #e0e0e0}
.switch-hero .flow-product{max-width:760px}
@media(max-width:700px){.evidence-canvas{gap:18px;padding:18px;grid-template-columns:1fr 1fr;grid-template-rows:auto auto auto}
.evidence-wires{display:none}
.evidence-hub{grid-area:1/1/2/3;display:grid;grid-template-columns:46px 1fr;gap:4px 14px;text-align:left;padding:16px}
.evidence-hub-mark{grid-area:1/1/4/2;margin:0;align-self:center}
.evidence-hub h3{margin:0}
.evidence-hub>div:last-child{padding-top:0;border:0}
.evidence-node-0{grid-area:2/1}
.evidence-node-1{grid-area:2/2}
.evidence-node-2{grid-area:3/1}
.evidence-node-3{grid-area:3/2}
.evidence-node{padding:12px 10px;border-left:0;border-top:3px solid #78a9ff}
.evidence-node h3{font-size:13px}
.evidence-node-meta{flex-wrap:wrap;font-size:9px}
.evidence-inspector{padding:16px}
.evidence-graph figcaption{padding:10px 16px}
}
@media(max-width:480px){.flow-stages{grid-template-columns:1fr;padding:16px;gap:18px}
.flow-stage{display:grid;grid-template-columns:100px 1fr;column-gap:14px;padding:12px}
.flow-stage-top{grid-area:1/2;justify-content:start;gap:8px;margin-bottom:7px}
.flow-screen{grid-area:1/1/4/2;align-self:center;margin:0}
.flow-stage h3{grid-area:2/2}
.flow-stage p{grid-area:3/2}
.flow-stage:not(:last-child):after{content:'↓';right:auto;left:50%;top:auto;bottom:-19px}
.flow-compact .flow-stage{grid-template-columns:84px 1fr}
.flow-chrome{padding:11px 12px}
.flow-footer{font-size:10px}
.evidence-canvas{gap:12px;padding:12px}
}

