input[type=range]{-webkit-appearance:none;background:0 0;width:100%}input[type=range]::-webkit-slider-thumb{-webkit-appearance:none;cursor:pointer;background:#ff6b35;border-radius:50%;width:14px;height:14px;margin-top:-5px;transition:transform .15s,box-shadow .15s;box-shadow:0 0 0 2px #ff6b3533}input[type=range]::-webkit-slider-thumb:hover{transform:scale(1.15);box-shadow:0 0 0 4px #ff6b3526}input[type=range]::-webkit-slider-runnable-track{cursor:pointer;background:#ffffff0f;border-radius:2px;width:100%;height:4px}input[type=range]::-moz-range-thumb{cursor:pointer;background:#ff6b35;border:none;border-radius:50%;width:14px;height:14px;box-shadow:0 0 0 2px #ff6b3533}input[type=range]::-moz-range-track{cursor:pointer;background:#ffffff0f;border-radius:2px;width:100%;height:4px}input[type=color]{-webkit-appearance:none;cursor:pointer;border:none}input[type=color]::-webkit-color-swatch-wrapper{padding:0}input[type=color]::-webkit-color-swatch{border:1px solid #ffffff1a;border-radius:4px}input[type=checkbox]{cursor:pointer;accent-color:#ff6b35}select{cursor:pointer}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background:#ffffff14;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#ffffff26}@keyframes slide-in-right{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}@keyframes scale-in{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.animate-slide-in-right{animation:.3s ease-out slide-in-right}.animate-scale-in{animation:.2s ease-out scale-in}button:active:not(:disabled){transform:scale(.97)}
