/* Evidence strip below the existing Mission Control / agent diagram. */
.pi-foot.pi-proof-footer { gap: 18px; margin-top: 18px; text-align: left; }
.pi-performance { display: grid; grid-template-columns: 124px 1fr; align-items: center; width: 100%; padding: 18px 26px; border: 1px solid var(--line); border-radius: 14px; background: var(--card2); box-shadow: 0 12px 32px #132d6010; }
.pi-performance-brand { display: flex; align-items: center; justify-content: center; padding-right: 26px; border-right: 1px solid #a9bbe0; }
.pi-performance-brand img { display: block; width: 72px; height: auto; }
.pi-performance-copy { padding-left: 26px; }
.pi-performance h3 { margin: 0 0 7px; color: var(--head); font-size: clamp(15px, 1.12vw, 18px); font-weight: 750; line-height: 1.35; }
.pi-performance p { margin: 0; color: var(--mut); font-size: 13px; line-height: 1.6; }
.pi-performance p strong { font-weight: 700; color: var(--head); }
.pi-performance a { color: inherit; text-decoration: underline; text-decoration-color: #a9bbe080; text-underline-offset: 3px; }
.pi-performance a:hover { color: var(--head); text-decoration-color: currentColor; }
.pi-performance .pi-test-link { display: inline-flex; align-items: center; gap: 5px; margin-left: 14px; font-size: 11px; white-space: nowrap; }
.pi-performance a:focus-visible { outline: 2px solid var(--blue); outline-offset: 4px; }
.pi-os-support { display: flex; justify-content: center; flex-wrap: wrap; align-items: center; margin: 0; padding: 0; list-style: none; color: var(--mut); }
.pi-os-support li { display: flex; align-items: center; gap: 9px; padding: 0 23px; font-size: 12px; font-weight: 600; letter-spacing: .04em; line-height: 24px; }
.pi-os-support li + li { border-left: 1px solid #9db2d5; }
.pi .pi-os-support svg { width: 24px; height: 26px; fill: currentColor; flex: none; }
.pi-os-support .os-cutout { fill: var(--bgc); }
@media (max-width: 760px) {
  .pi-performance { grid-template-columns: 68px 1fr; padding: 19px 16px; align-items: start; }
  .pi-performance-brand { padding-right: 14px; margin-top: 3px; }
  .pi-performance-brand img { width: 49px; }
  .pi-performance-copy { padding-left: 16px; }
  .pi-performance h3 { font-size: 15px; line-height: 1.45; }
  .pi-performance p { font-size: 12px; }
  .pi-performance .pi-test-link { display: flex; width: fit-content; margin: 8px 0 0; }
  .pi-os-support li { padding-inline: 13px; gap: 7px; font-size: 11px; }
  .pi .pi-os-support svg { width: 21px; height: 24px; }
}
@media (max-width: 380px) { .pi-os-support li { padding-inline: 9px; } }
