.budget-slider-track{position:relative;height:8px;background:#eee5ff;border-radius:9999px;overflow:visible}.budget-slider-fill{position:absolute;top:0;left:0;height:100%;background:#935fdf;border-radius:9999px}.budget-slider-thumb{position:absolute;top:50%;width:20px;height:20px;background:#ffffff;border:3px solid #935fdf;border-radius:50%;transform:translate(-50%,-50%);cursor:grab;z-index:2;box-shadow:0 2px 8px rgba(150,120,249,.18);transition:transform .15s ease,box-shadow .2s ease}.budget-slider-thumb:hover{box-shadow:0 2px 8px rgba(150,120,249,.18),0 0 0 6px rgba(150,120,249,.14)}.budget-slider-thumb.active{cursor:grabbing;transform:translate(-50%,-50%) scale(1.08);box-shadow:0 2px 10px rgba(150,120,249,.22),0 0 0 8px rgba(150,120,249,.18)}.custom-scrollbar::-webkit-scrollbar{width:6px;height:6px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent}.custom-scrollbar::-webkit-scrollbar-thumb{background:#e5e3ec;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#935fdf}