/* ============================================================
   Bot Hosting — Pricing Calculator
   ============================================================ */

input[type=range]::-webkit-slider-thumb {
  -webkit-appearance: none;
  width: 18px;
  height: 18px;
  background: #a855f7;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #18181b;
}

input[type=range]::-moz-range-thumb {
  width: 18px;
  height: 18px;
  background: #a855f7;
  border-radius: 50%;
  cursor: pointer;
  border: 2px solid #18181b;
}

.active-cycle {
  border-color: rgb(168 85 247 / 0.6) !important;
  background: rgb(168 85 247 / 0.1) !important;
  color: rgb(216 180 254) !important;
}
