/* Legacy Task Org parity bridge inside AO / Task Org Explorer. */
.tm-k-parity {
  flex: 0 0 auto;
  border-bottom: 1px solid #242b31;
  background: #0a0e11;
}
.tm-k-parity-head {
  display: flex;
  gap: 10px;
  align-items: center;
  padding: 8px 14px;
}
.tm-k-parity-head > div { flex: 1; min-width: 0; }
.tm-k-parity-head b {
  display: block;
  color: #c9d3dc;
  font: 700 9px/1.2 'Courier New', monospace;
  letter-spacing: .8px;
}
.tm-k-parity-head span {
  display: block;
  margin-top: 3px;
  color: #66737e;
  font: 8px/1.2 'Courier New', monospace;
  letter-spacing: .4px;
}
.tm-k-parity-toggle {
  flex: 0 0 auto;
  border: 1px solid #4a5660;
  background: #11171c;
  color: #dbe2e8;
  padding: 5px 7px;
  font: 700 8px/1.1 'Courier New', monospace;
  letter-spacing: .45px;
  cursor: pointer;
}
.tm-k-parity-toggle:hover,
.tm-k-parity-toggle:focus-visible { border-color: #8795a1; background: #1a2229; outline: none; }
.tm-k-parity-controls { padding: 0 14px 8px; }
.tm-k-parity-select {
  width: 100%;
  min-width: 0;
  border: 1px solid #46515c;
  background: #11161b;
  color: #eef1f4;
  padding: 7px 8px;
  font: 10px/1.2 'Courier New', monospace;
}
.tm-k-parity-body {
  max-height: min(40vh, 360px);
  overflow-y: auto;
  overscroll-behavior: contain;
  scrollbar-width: thin;
  padding: 0 14px 10px;
}
.tm-k-parity-hq {
  border: 1px solid #38434c;
  background: #0e1418;
  color: #edf1f4;
  padding: 7px 8px;
  font: 700 10px/1.35 'Courier New', monospace;
  margin-bottom: 7px;
}
.tm-k-parity-component {
  border-left: 1px solid #303a43;
  margin: 0 0 8px 3px;
  padding-left: 8px;
}
.tm-k-parity-component-head {
  display: flex;
  gap: 7px;
  align-items: baseline;
  border-bottom: 1px solid #242c33;
  padding: 3px 0 5px;
  margin-bottom: 4px;
}
.tm-k-parity-component-head b { color: #dce3e9; font-size: 9px; }
.tm-k-parity-component-head span { color: #6f7d89; font-size: 8px; margin-left: auto; }
.tm-k-parity-unit { padding: 4px 0 4px 4px; }
.tm-k-parity-unit-name { color: #d9e0e5; font-size: 9px; line-height: 1.4; }
.tm-k-parity-sub { color: #8f9aa4; font-size: 8px; line-height: 1.45; padding: 2px 0 2px 10px; }
.tm-k-parity-eq {
  display: flex;
  gap: 4px;
  flex-wrap: wrap;
  padding: 3px 0 1px 10px;
}
.tm-k-parity-eq a,
.tm-k-parity-eq > span {
  display: inline-flex;
  align-items: center;
  gap: 5px;
  border: 1px solid #30404d;
  background: #0b1116;
  color: #9fcef6;
  padding: 3px 5px;
  text-decoration: none;
  font: 8px/1.2 'Courier New', monospace;
}
.tm-k-parity-eq a:hover { border-color: #668098; background: #111a21; }
.tm-k-parity-eq b { color: #d7e4ef; font-size: 8px; }
.tm-k-parity-eq span,
.tm-k-parity-eq small { color: #788793; font-size: 7px; }
.tm-k-parity-eq em { color: #8ec8ff; font-size: 7px; font-style: normal; }
.tm-k-parity-note,
.tm-k-parity-source,
.tm-k-parity-empty {
  color: #71808b;
  font: 8px/1.45 'Courier New', monospace;
}
.tm-k-parity-note {
  border-top: 1px solid #2a3239;
  padding-top: 7px;
  margin-top: 7px;
  font-style: italic;
}
.tm-k-parity-source {
  border-top: 1px solid #20272d;
  padding: 7px 14px 8px;
  color: #596671;
  letter-spacing: .25px;
}
.tm-k-parity-empty { padding: 9px 0; }

@media (max-width: 760px) {
  .tm-k-parity-body { max-height: 42dvh; }
  .tm-k-parity-head { align-items: flex-start; }
  .tm-k-parity-head span { max-width: 230px; }
}
