/* Technical whitepaper on the PDI house theme (assets/pdi-theme.css). */
.qbn-whitepaper-page{
  --navy:#0A2540; --ink:#12263F; --blue:#0B6BCB; --blue-d:#084E98;
  --green:#06663F; --green-l:#E6F6EF; --green-d:#064E3B;
  --amber-d:#B45309; --red:#E11D48;
  --slate:#334155; --cloud:#F5F8FC; --line:#E2E8F2;
  --mono:"IBM Plex Mono",ui-monospace,SFMono-Regular,Menlo,monospace;
}
.qbn-whitepaper-page *{margin:0;padding:0;box-sizing:border-box}
.qbn-whitepaper-page{font-family:"Inter",-apple-system,Segoe UI,Roboto,sans-serif;color:var(--ink);
  background:#fff;-webkit-font-smoothing:antialiased;line-height:1.65}
.qbn-whitepaper-page .wrap{max-width:760px;margin:0 auto;padding:0 24px}
.qbn-whitepaper-page nav{border-bottom:1px solid var(--line)}
.qbn-whitepaper-page .nav-in{display:flex;justify-content:space-between;align-items:baseline;
  padding:18px 24px;max-width:1180px;margin:0 auto}
.qbn-whitepaper-page .wordmark{font-size:14px;font-weight:800;letter-spacing:.12em;color:var(--navy);text-decoration:none}
.qbn-whitepaper-page .crumbs{font-size:13px;color:var(--slate)}
.qbn-whitepaper-page .crumbs b{color:var(--navy)}

.qbn-whitepaper-page .label{display:inline-flex;font-size:12px;font-weight:700;letter-spacing:.08em;
  text-transform:uppercase;color:var(--green-d);background:var(--green-l);
  padding:6px 12px;border-radius:30px;margin:64px 0 18px}
.qbn-whitepaper-page h1{font-size:42px;font-weight:800;color:var(--navy);letter-spacing:-.01em;
  line-height:1.15;margin-bottom:16px}
.qbn-whitepaper-page .standfirst{font-size:18px;color:var(--slate);margin-bottom:8px}
.qbn-whitepaper-page .rule{height:1px;background:var(--line);margin:56px 0 0}
.qbn-whitepaper-page .rule.heavy{height:3px;width:56px;background:var(--blue);margin-top:3px}
.qbn-whitepaper-page h2{font-size:28px;font-weight:800;color:var(--navy);letter-spacing:-.01em;margin:28px 0 14px}
.qbn-whitepaper-page h3{font-size:17px;font-weight:800;color:var(--navy);letter-spacing:-.01em;margin:30px 0 8px}
.qbn-whitepaper-page p{font-size:15.5px;margin-bottom:14px;max-width:68ch}
.qbn-whitepaper-page p.quiet{color:var(--slate)}
.qbn-whitepaper-page code{font-family:var(--mono);font-size:13px;background:var(--cloud);
  border:1px solid var(--line);padding:1px 6px;border-radius:5px;color:var(--navy)}
.qbn-whitepaper-page .fig{margin:32px 0;background:#fff;border:1px solid var(--line);border-radius:12px;padding:20px}
.qbn-whitepaper-page .fig svg{width:100%;height:auto;display:block}
.qbn-whitepaper-page .figcap{font-size:12.5px;color:var(--slate);margin-top:12px}
.qbn-whitepaper-page table{width:100%;border-collapse:collapse;font-size:14px;margin:20px 0 8px}
.qbn-whitepaper-page th{text-align:left;font-size:12px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;
  color:var(--slate);padding:10px 12px 10px 0;border-bottom:2px solid var(--navy)}
.qbn-whitepaper-page td{padding:11px 12px 11px 0;border-bottom:1px solid #F0F3F8;vertical-align:top}
.qbn-whitepaper-page td.m{font-family:var(--mono);font-size:12.5px;white-space:nowrap;color:var(--slate)}
.qbn-whitepaper-page td.r{font-family:var(--mono);font-weight:700;color:var(--navy)}
.qbn-whitepaper-page .tablenote{font-size:12.5px;color:var(--slate)}
.qbn-whitepaper-page .callout{border-left:3px solid var(--blue);background:var(--cloud);
  border-radius:0 10px 10px 0;padding:16px 20px;margin:22px 0;font-size:14.5px;
  max-width:70ch;color:var(--navy);font-weight:500}
.qbn-whitepaper-page .cta{border-top:1px solid var(--line);margin-top:80px;padding:60px 0 76px;text-align:center;
  background:linear-gradient(180deg,#fff 0%,var(--cloud) 100%)}
.qbn-whitepaper-page .cta h2{font-size:30px}
.qbn-whitepaper-page .btn{display:inline-block;font-size:15px;font-weight:600;padding:13px 22px;
  border-radius:8px;border:1.5px solid var(--blue);background:var(--blue);color:#fff;
  text-decoration:none;margin-top:18px;transition:.15s}
.qbn-whitepaper-page .btn:hover{background:var(--blue-d);border-color:var(--blue-d)}
.qbn-whitepaper-page footer{border-top:1px solid var(--line);padding:22px 24px;font-size:12.5px;color:var(--slate);
  display:flex;justify-content:space-between;max-width:1180px;margin:0 auto}
@media (max-width:640px){.qbn-whitepaper-page h1{font-size:32px}}
.qbn-whitepaper-page :focus-visible{outline:2px solid var(--blue);outline-offset:2px}
