
/* find-backup-product-champions figures. This article-local stylesheet loads after resources.css.
   Replaces backup-champion-candidate-framework.svg and critical-workflow-user-coverage.svg
   (both desktop and -mobile variants; the <picture> markup is no longer needed). */

.bc-fig {
  margin: 38px 0;
  padding: 30px 32px 26px;
  border: 1px solid #cfdcf0;
  border-radius: 20px;
  background: #f4f7fb;
  color: #071b3a;
}

.bc-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 28px;
  margin-bottom: 26px;
}

p.bc-eyebrow {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.13em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #2459b8;
}

h3.bc-h {
  margin: 8px 0 0;
  font-size: 27px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #071b3a;
}

p.bc-sub {
  margin: 8px 0 0;
  font-size: 16px;
  line-height: 1.45;
  color: #4b5b76;
  text-wrap: pretty;
}

p.bc-flag {
  flex: 0 1 340px;
  margin: 0;
  padding: 14px 18px;
  border: 2px solid #e6c77f;
  border-radius: 16px;
  background: #fff9ec;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.4;
  color: #071b3a;
  text-wrap: pretty;
}

p.bc-flag--summary { flex-basis: 380px; }

.bc-flag--summary b {
  display: block;
  margin-bottom: 2px;
  font-size: 24px;
  line-height: 1.1;
  color: #8a620c;
}

p.bc-note {
  display: block;
  margin: 22px 0 0;
  padding: 14px 18px;
  border: 1px solid #dbe4ef;
  border-left: 6px solid #2f6df6;
  border-radius: 12px;
  background: #fff;
  font-size: 14.5px;
  line-height: 1.5;
  color: #4b5b76;
  text-wrap: pretty;
}

.bc-note b { color: #071b3a; }
p.bc-note--amber { border-left-color: #d99b22; }

.bc-vh {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- Figure 1: candidate-evidence framework ---------- */

.bc-framework__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 302px;
  gap: 20px;
  align-items: stretch;
}

.bc-layer {
  padding: 22px 24px 24px;
  border: 2px solid #cfdcf0;
  border-radius: 22px;
  background: #fff;
}

p.bc-layer__label {
  display: inline-flex;
  align-items: center;
  gap: 9px;
  margin: 0;
  padding: 7px 15px;
  border-radius: 999px;
  background: #e8f0ff;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #2459b8;
}

.bc-pip {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: #2f6df6;
}

h4.bc-layer__title {
  margin: 16px 0 18px;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #071b3a;
}

.bc-evidence {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 16px;
}

.bc-ev {
  padding: 18px 20px 20px;
  border: 2px solid #bfd3f7;
  border-radius: 18px;
  background: #eef6ff;
}

p.bc-ev__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0 0 12px;
  font-size: 19px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.25;
  color: #071b3a;
}

.bc-ev__top b {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: #2f6df6;
  font-size: 15px;
  font-weight: 700;
  color: #fff;
}

p.bc-ev__top--plain {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  color: #2459b8;
}

p.bc-ev__copy {
  margin: 0;
  font-size: 15.5px;
  line-height: 1.45;
  color: #4b5b76;
  text-wrap: pretty;
}

.bc-ev--purple { border-color: #c8bcfa; background: #f7f4ff; }
.bc-ev--purple .bc-ev__top b { background: #6653c4; }
.bc-ev--green { border-color: #bfe8cf; background: #effaf3; }
.bc-ev--green .bc-ev__top b { background: #14603a; }
.bc-ev--amber { border-color: #e6c77f; background: #fff9ec; }
.bc-ev--amber .bc-ev__top b { background: #8a620c; }
.bc-ev--ghost { border-style: dashed; border-color: #c3d1e4; background: #f4f7fb; }

.bc-gate {
  display: flex;
  align-items: baseline;
  gap: 18px;
  margin: 16px 0;
  padding: 14px 20px;
  border: 2px solid #e6c77f;
  border-radius: 14px;
  background: #fff9ec;
}

p.bc-gate__title {
  flex: none;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 1.3;
  color: #8a620c;
}

p.bc-gate__copy {
  margin: 0;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.4;
  color: #4b5b76;
  text-wrap: pretty;
}

.bc-chain {
  display: grid;
  grid-template-rows: auto minmax(0, 1fr) auto auto;
  gap: 10px;
}

.bc-chain__arrow {
  font-size: 20px;
  line-height: 1;
  color: #2459b8;
  text-align: center;
}

.bc-chain__arrow:first-child { display: none; }

.bc-validate {
  padding: 22px 24px;
  border: 2px solid #c8bcfa;
  border-radius: 22px;
  background: #f7f4ff;
}

p.bc-validate__top {
  display: flex;
  align-items: center;
  gap: 12px;
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #6653c4;
}

.bc-validate__top b {
  display: flex;
  align-items: center;
  justify-content: center;
  flex: none;
  width: 42px;
  height: 28px;
  border-radius: 14px;
  background: #6653c4;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 0;
  color: #fff;
}

h4.bc-validate__title {
  margin: 16px 0 14px;
  font-size: 23px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.2;
  color: #071b3a;
}

ul.bc-validate__list {
  margin: 0;
  padding: 0;
  list-style: none;
}

.bc-validate__list li {
  position: relative;
  margin-bottom: 12px;
  padding-left: 22px;
  font-size: 15.5px;
  font-weight: 600;
  line-height: 1.35;
  color: #243650;
}

.bc-validate__list li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.42em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: #7b66d9;
}

p.bc-source {
  margin: 16px 0 0;
  padding-top: 14px;
  border-top: 2px solid #d5ccf5;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #2459b8;
}

.bc-outcome {
  padding: 22px 24px;
  border-radius: 22px;
  background: #071b3a;
}

p.bc-outcome__kicker {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #9cc0ff;
}

p.bc-outcome__title {
  margin: 12px 0 10px;
  font-size: 25px;
  font-weight: 700;
  letter-spacing: -0.01em;
  line-height: 1.15;
  color: #fff;
}

p.bc-outcome__copy {
  margin: 0;
  font-size: 15px;
  line-height: 1.45;
  color: #dbe7ff;
  text-wrap: pretty;
}

/* ---------- Figure 2: workflow coverage matrix ---------- */

.bc-table {
  border: 2px solid #cfdcf0;
  border-radius: 20px;
  background: #fff;
  overflow: hidden;
}

.bc-table table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

.bc-table thead th {
  padding: 16px 10px;
  background: #071b3a;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  vertical-align: bottom;
}

.bc-th__k {
  display: block;
  margin-bottom: 5px;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.09em;
  text-transform: uppercase;
  line-height: 1.25;
  color: #c8d9ff;
}

.bc-table th.bc-th--wf {
  width: 27%;
  padding-left: 22px;
  text-align: left;
}

.bc-table th.bc-th--status {
  width: 19%;
  padding-right: 22px;
  text-align: left;
}

.bc-table tbody th,
.bc-table tbody td {
  padding: 14px 10px;
  border-top: 1.5px solid #dbe4ef;
  vertical-align: middle;
  text-align: center;
}

.bc-table tbody tr:first-child th,
.bc-table tbody tr:first-child td { border-top: 0; }

.bc-table tbody th {
  padding-left: 22px;
  border-left: 6px solid transparent;
  text-align: left;
}

.bc-row--gap { background: #fff9ec; }
.bc-row--gap th { border-left-color: #d99b22; }

.bc-wf {
  display: block;
  font-size: 17px;
  font-weight: 700;
  line-height: 1.25;
  color: #071b3a;
}

.bc-wf__sub {
  display: block;
  margin-top: 5px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.3;
  color: #4b5b76;
}

.bc-gapbadge {
  display: block;
  width: fit-content;
  margin-top: 6px;
  padding: 3px 10px;
  border: 1.5px solid #d99b22;
  border-radius: 999px;
  background: #fff3da;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.07em;
  text-transform: uppercase;
  line-height: 1.4;
  color: #8a620c;
}

.bc-g {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 34px;
  height: 34px;
  border: 2px solid transparent;
  border-radius: 50%;
  font-size: 13px;
  font-weight: 700;
  font-style: normal;
  line-height: 1;
}

.bc-g i { font-style: normal; }
.bc-g em { display: none; }

.bc-g--p { background: #071b3a; color: #fff; }
.bc-g--s { border-color: #2f6df6; background: #e8f0ff; color: #071b3a; }
.bc-g--e {
  border-color: #7b66d9;
  border-radius: 8px;
  background: #f7f4ff;
  color: #071b3a;
  transform: rotate(45deg);
}
.bc-g--e i { transform: rotate(-45deg); }
.bc-g--v { border-color: #7f96b5; border-radius: 9px; background: #eef2f7; color: #071b3a; }
.bc-g--x { border-color: #d99b22; background: #fff3da; color: #8a620c; font-size: 17px; }
.bc-g--na { border-color: #9aabc1; background: #eef2f7; color: #62718a; font-size: 20px; }

.bc-table td.bc-status {
  padding-right: 22px;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  color: #243650;
  text-align: left;
  text-wrap: pretty;
}

.bc-row--gap td.bc-status { color: #8a620c; }

.bc-stack { display: none; }

.bc-key {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 12px 26px;
  margin-top: 20px;
}

p.bc-key__title {
  margin: 0;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.11em;
  text-transform: uppercase;
  line-height: 1.2;
  color: #2459b8;
}

.bc-key__item {
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
  color: #243650;
}

.bc-key__item .bc-g { width: 28px; height: 28px; font-size: 12px; }
.bc-key__item .bc-g--x { font-size: 15px; }
.bc-key__item .bc-g--na { font-size: 18px; }

/* ---------- Narrow ---------- */

@media (max-width: 1180px) {
  .bc-fig { padding: 24px 20px 22px; }
  .bc-head { gap: 20px; }
  p.bc-flag { flex-basis: 280px; font-size: 14px; }
  p.bc-flag--summary { flex-basis: 300px; }

  .bc-framework__grid { grid-template-columns: minmax(0, 1fr); }

  .bc-chain {
    display: grid;
    grid-template-columns: minmax(0, 1fr) 34px minmax(0, 1fr);
    grid-template-rows: auto;
    align-items: stretch;
    gap: 0;
  }

  .bc-chain__arrow { display: flex; align-items: center; justify-content: center; }
  .bc-chain__arrow:first-child {
    display: flex;
    grid-column: 1 / -1;
    padding: 4px 0 10px;
    transform: rotate(90deg);
  }
  .bc-chain__arrow--down { transform: rotate(-90deg); }

  .bc-layer { padding: 18px 18px 20px; }
  .bc-evidence { gap: 12px; }
  .bc-ev { padding: 15px 16px 16px; }
  p.bc-ev__top { font-size: 17px; gap: 10px; }
  p.bc-ev__copy { font-size: 14.5px; }
  .bc-gate { flex-direction: column; align-items: flex-start; gap: 6px; }

  .bc-table thead th { padding: 14px 6px; font-size: 15px; }
  .bc-table tbody th,
  .bc-table tbody td { padding: 12px 6px; }
  .bc-table th.bc-th--wf,
  .bc-table tbody th { padding-left: 16px; }
  .bc-table th.bc-th--status,
  .bc-table td.bc-status { padding-right: 16px; }
  .bc-wf { font-size: 15.5px; }
  .bc-g { width: 30px; height: 30px; }
}

@media (max-width: 920px) {
  .bc-head { flex-direction: column; }
  p.bc-flag { flex-basis: auto; align-self: stretch; }

  .bc-evidence { grid-template-columns: repeat(2, minmax(0, 1fr)); }

  .bc-chain {
    grid-template-columns: minmax(0, 1fr);
    grid-template-rows: auto auto auto auto;
    gap: 10px;
  }

  .bc-chain__arrow:first-child { padding: 0; }
  .bc-chain__arrow--down { transform: none; }

  .bc-table { display: none; }

  .bc-stack {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(260px, 1fr));
    gap: 14px;
  }

  .bc-card {
    padding: 18px 20px;
    border: 2px solid #cfdcf0;
    border-left: 6px solid #cfdcf0;
    border-radius: 16px;
    background: #fff;
  }

  .bc-card--gap { border-left-color: #d99b22; background: #fff9ec; }

  p.bc-card__wf {
    display: block;
    margin: 0 0 14px;
    font-size: 17px;
    font-weight: 700;
    line-height: 1.25;
    color: #071b3a;
  }

  .bc-card__wf em {
    display: block;
    margin-top: 4px;
    font-style: normal;
    font-size: 14px;
    font-weight: 600;
    color: #4b5b76;
  }

  ul.bc-card__list {
    margin: 0;
    padding: 0;
    list-style: none;
  }

  .bc-card__list li {
    display: grid;
    grid-template-columns: 30px 62px minmax(0, 1fr);
    align-items: center;
    gap: 10px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 1.3;
    color: #4b5b76;
  }

  .bc-card__list .bc-g { width: 30px; height: 30px; font-size: 12px; }
  .bc-card__list .bc-g--x { font-size: 15px; }
  .bc-card__list .bc-g--na { font-size: 18px; }
  .bc-card__list b { font-size: 14px; font-weight: 700; color: #071b3a; }

  p.bc-card__status {
    margin: 14px 0 0;
    padding-top: 12px;
    border-top: 1.5px solid #dbe4ef;
    font-size: 14px;
    font-weight: 700;
    line-height: 1.35;
    color: #243650;
  }

  .bc-card--gap p.bc-card__status { border-top-color: #ead7ad; color: #8a620c; }
}

@media (max-width: 620px) {
  h3.bc-h { font-size: 22px; }
  .bc-evidence { grid-template-columns: minmax(0, 1fr); }
  .bc-key { gap: 10px 18px; }
}
