/* ── Slider track & rail ──────────────────────────────────────────────────── */
.rc-slider-rail {
  background-color: #1e2d45 !important;
  height: 4px !important;
}
.rc-slider-track {
  background-color: #38bdf8 !important;
  height: 4px !important;
}
/* range-slider: second segment after right handle stays rail color */
.rc-slider-track-1 {
  background-color: #38bdf8 !important;
}
.rc-slider-track-2 {
  background-color: #1e2d45 !important;
}

/* ── Handle ───────────────────────────────────────────────────────────────── */
.rc-slider-handle {
  background-color: #38bdf8 !important;
  border: 2px solid #0d1420 !important;
  box-shadow: 0 0 0 2px #38bdf8 !important;
  width: 14px !important;
  height: 14px !important;
  margin-top: -5px !important;
  opacity: 1 !important;
}
.rc-slider-handle:hover,
.rc-slider-handle:focus,
.rc-slider-handle-dragging {
  border-color: #7dd3fc !important;
  box-shadow: 0 0 0 3px rgba(56,189,248,0.35) !important;
}

/* ── Mark dots ────────────────────────────────────────────────────────────── */
.rc-slider-dot {
  background-color: #1e2d45 !important;
  border-color: #2d4060 !important;
  bottom: -2px !important;
}
.rc-slider-dot-active {
  border-color: #38bdf8 !important;
  background-color: #38bdf8 !important;
}

/* ── Mark labels ──────────────────────────────────────────────────────────── */
.rc-slider-mark-text {
  color: #7a90b0 !important;
  font-size: 9px !important;
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
}
.rc-slider-mark-text-active {
  color: #e8edf5 !important;
}

/* ── Tooltip ──────────────────────────────────────────────────────────────── */
.rc-slider-tooltip-inner {
  background-color: #0d1420 !important;
  border: 1px solid #1e2d45 !important;
  color: #38bdf8 !important;
  font-family: 'IBM Plex Mono', monospace !important;
  font-size: 10px !important;
  padding: 3px 8px !important;
  border-radius: 3px !important;
}
.rc-slider-tooltip-arrow {
  border-top-color: #1e2d45 !important;
}

/* ── Radio items (Optimisation Target) ───────────────────────────────────── */
.credit-radio label {
  color: #e8edf5 !important;
  font-size: 12px !important;
  font-family: 'IBM Plex Mono', 'Courier New', monospace !important;
  margin-right: 20px !important;
  cursor: pointer;
}
.credit-radio input[type="radio"] {
  accent-color: #38bdf8;
  margin-right: 5px;
}
