/* Companion panels use a deliberate three-tone hierarchy: calm base, readable
   market-style copy surface, and a dark rail for certainty and price values. */
.certain-panel,
.asset-panel {
  background:
    radial-gradient(circle at 100% 0, rgba(241, 201, 40, 0.045), transparent 17rem),
    linear-gradient(145deg, rgba(255, 255, 255, 0.018), transparent 58%),
    #101416;
}

.certain-panel .intel-scroll-sequence > .intel-row,
.asset-scroll .asset-row,
.asset-scroll .asset-row:nth-child(odd) {
  background:
    linear-gradient(108deg, rgba(255, 255, 255, 0.018), transparent 72%),
    #191f21;
}

.certain-panel .intel-copy b,
.asset-copy b {
  color: #eef1ec;
}

.certain-panel .intel-value,
.asset-scroll .asset-range-wrap {
  border-left-color: rgba(255, 255, 255, 0.085);
  background: #0b0e0f;
  box-shadow: inset 1px 0 0 rgba(255, 255, 255, 0.018);
}

.certain-panel .intel-value {
  justify-items: end;
  text-align: right;
}
