.slider::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;height:16px;width:16px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#ec4899);cursor:pointer;box-shadow:0 2px 4px rgba(139,92,246,.3)}.slider::-moz-range-thumb{height:16px;width:16px;border-radius:50%;background:linear-gradient(135deg,#8b5cf6,#ec4899);cursor:pointer;border:none;box-shadow:0 2px 4px rgba(139,92,246,.3)}.slider::-webkit-slider-track{height:8px;border-radius:4px;background:rgba(255,255,255,.1)}.slider::-moz-range-track{height:8px;border-radius:4px;background:rgba(255,255,255,.1);border:none}.shimmer{background:linear-gradient(90deg,rgba(255,255,255,.05),rgba(255,255,255,.1) 50%,rgba(255,255,255,.05));background-size:200% 100%;animation:shimmer 1.5s infinite}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}.custom-scrollbar::-webkit-scrollbar{width:6px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(255,255,255,.05);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#8b5cf6,#ec4899);border-radius:3px}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#7c3aed,#db2777)}