/* Scoped probability presentation; every bar uses the selected box's actual odds. */
.ub-vivid .oddsSection .card-h { align-items: center; gap: 12px; }
.ub-vivid .oddsSection .card-h > .mono { color: #97a3b2; font-family: var(--font-body); font-size: 11px; white-space: nowrap; }
.ub-vivid .oddsSection .oddsBar { height: 5px; margin: 10px 0 15px; opacity: .85; }
.ub-vivid .oddsSection .chances { display: grid; grid-template-columns: minmax(0, 1fr); gap: 2px; }
.ub-vivid .oddsSection .chance { display: block; padding: 0; min-width: 0; border: 0; background: none; }
.ub-vivid.ub-controls.ub-pro .oddsSection button.rarityClick {
  display: grid; grid-template-columns: minmax(0, 1fr) auto 12px; grid-template-rows: auto 3px;
  column-gap: 10px; row-gap: 9px; align-items: center;
  width: 100%; min-height: 55px; padding: 9px 8px 10px; border: 1px solid transparent;
  border-radius: 8px !important; background: transparent; color: #dce3ed !important;
  box-shadow: none; font-size: 12px; font-weight: 500; line-height: 1.3;
  overflow: visible; text-align: left;
  transition: background-color 160ms ease, border-color 160ms ease;
}
.ub-vivid.ub-controls.ub-pro .oddsSection button.rarityClick::after {
  grid-column: 3; grid-row: 1; width: 12px; height: 12px; opacity: .65;
  background: #a6b3c4; transform: none;
}
.ub-vivid.ub-controls.ub-pro .oddsSection button.rarityClick:hover:not(:disabled),
.ub-vivid.ub-controls.ub-pro .oddsSection button.rarityClick:focus-visible {
  background: color-mix(in srgb, var(--rc) 7%, transparent);
  border-color: color-mix(in srgb, var(--rc) 22%, transparent); box-shadow: none;
}
.ub-vivid.ub-controls.ub-pro .oddsSection button.rarityClick:focus-visible {
  outline: 2px solid color-mix(in srgb, var(--rc) 40%, white); outline-offset: 1px;
}
.ub-vivid .oddsSection .chanceName { display: flex; align-items: center; gap: 9px; min-width: 0; }
.ub-vivid .oddsSection .chance .dot { width: 7px; height: 7px; flex: 0 0 7px; border-radius: 50%; background: var(--rc); }
.ub-vivid .oddsSection .chance .pct {
  margin: 0; color: color-mix(in srgb, var(--rc) 32%, white);
  font-size: 17px; font-weight: 600; line-height: 1.2; font-variant-numeric: tabular-nums; white-space: nowrap;
}
.ub-vivid .oddsSection .pctUnit { font-size: 11px; font-weight: 450; margin-left: 3px; opacity: .8; }
.ub-vivid .oddsSection .chanceTrack { grid-column: 1 / -1; height: 3px; overflow: hidden; border-radius: 999px; background: #ffffff0d; }
.ub-vivid .oddsSection .chanceTrack > span { display: block; height: 100%; background: var(--rc); border-radius: inherit; }
.ub-vivid .oddsSection #oddsNote { margin-top: 19px; padding-top: 16px; border-top: 1px solid #ffffff16; }
.ub-vivid .oddsSpecial { display: flex; align-items: baseline; justify-content: space-between; gap: 12px; padding-inline: 8px; color: #cbd4e0; font-size: 11px; }
.ub-vivid .oddsSpecial .oddsMuted { color: #939fac; }
.ub-vivid .oddsSpecial b { color: #e7c589; font-size: 15px; font-weight: 600; white-space: nowrap; }
.ub-vivid .oddsPrices { display: grid; grid-template-columns: repeat(2, minmax(0, 1fr)); gap: 16px; margin: 19px 0 0; padding: 0 8px; }
.ub-vivid .oddsPrices > div { min-width: 0; }
.ub-vivid .oddsPrices dt { display: flex; align-items: center; gap: 6px; color: #a8b4c4; font-size: 11px; }
.ub-vivid .oddsPrices dt .ico { width: 14px; height: 14px; flex-basis: 14px; color: #dac38e; }
.ub-vivid .oddsPrices dt .ico-key { color: #86d5e3; }
.ub-vivid .oddsPrices dd { display: flex; flex-wrap: wrap; align-items: baseline; gap: 4px; margin: 5px 0 0; color: #edf1f7; font-size: 16px; font-weight: 600; font-variant-numeric: tabular-nums; }
.ub-vivid .oddsPrices dd > span { color: #929eae; font-size: 9px; font-weight: 450; }
@media (min-width: 621px) and (max-width: 900px) {
  .ub-vivid .oddsSection .card-b { display: grid; grid-template-columns: minmax(0, 1fr) 190px; column-gap: 30px; }
  .ub-vivid .oddsSection .oddsBar { grid-column: 1 / -1; margin-bottom: 16px; }
  .ub-vivid .oddsSection #oddsNote { align-self: start; margin: 9px 0 0; padding: 6px 0 6px 22px; border-top: 0; border-left: 1px solid #ffffff16; }
  .ub-vivid .oddsSection .oddsSpecial { padding: 0; }
  .ub-vivid .oddsSection .oddsSpecial .oddsMuted { display: none; }
  .ub-vivid .oddsSection .oddsPrices { padding: 0; column-gap: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  .ub-vivid.ub-controls.ub-pro .oddsSection button.rarityClick { transition: none; }
}
