/* Confidence-tag badges — applied by tags.js */
.conf-tag {
  display: inline;
  font-size: 0.72em;
  font-weight: 500;
  line-height: 1.4;
  padding: 0.08em 0.45em;
  border-radius: 0.7em;
  border: 1px solid transparent;
  vertical-align: baseline;
  white-space: normal;
}

.conf-verified {
  background: #e6f4ea; color: #1e6b34; border-color: #b7dfc3;
}
.conf-documented {
  background: #e8f0fe; color: #1a4f9c; border-color: #c2d7f7;
}
.conf-consensus {
  background: #eef2f7; color: #3d5570; border-color: #d3dde8;
}
.conf-estimated {
  background: #fef7e0; color: #8a6116; border-color: #f3e2ad;
}
.conf-disputed {
  background: #fdeeee; color: #a03232; border-color: #f3caca;
}
.conf-framework {
  background: #f3eefc; color: #5f3f9e; border-color: #ddd0f0;
}
.conf-xref {
  background: #eefaf7; color: #23685c; border-color: #c4e8df;
}

/* Dark mode (Material slate scheme) */
[data-md-color-scheme="slate"] .conf-verified {
  background: #16311f; color: #8fd6a4; border-color: #275c3a;
}
[data-md-color-scheme="slate"] .conf-documented {
  background: #16233d; color: #93b8f2; border-color: #2a4576;
}
[data-md-color-scheme="slate"] .conf-consensus {
  background: #1e2733; color: #a8bdd4; border-color: #37485e;
}
[data-md-color-scheme="slate"] .conf-estimated {
  background: #372b0e; color: #e8c56d; border-color: #6b571f;
}
[data-md-color-scheme="slate"] .conf-disputed {
  background: #3a1a1a; color: #eda3a3; border-color: #6e3030;
}
[data-md-color-scheme="slate"] .conf-framework {
  background: #291f3d; color: #c3a8ee; border-color: #4c3a72;
}
[data-md-color-scheme="slate"] .conf-xref {
  background: #10302a; color: #86d6c4; border-color: #235c50;
}
