.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:10px;margin:2px}.custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#405fec,#385bf7);border-radius:10px;border:2px solid transparent;background-clip:content-box;-webkit-transition:all .3s ease;transition:all .3s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#5a6fd8,#4551f8);background-clip:content-box}.custom-scrollbar::-webkit-scrollbar-corner{background:transparent}.dark .custom-scrollbar::-webkit-scrollbar-track{background:hsla(0,0%,100%,.1)}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#818cf8,#3c3ac4);background-clip:content-box}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#6366f1,#3930bb);background-clip:content-box}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:#667eea rgba(0,0,0,.1)}.dark .custom-scrollbar{scrollbar-color:#818cf8 hsla(0,0%,100%,.1)}.modal-scrollbar::-webkit-scrollbar{width:10px}.modal-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,.05);border-radius:20px;margin:4px}.modal-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#3b82f6,#3c3ac4);border-radius:20px;border:3px solid transparent;background-clip:content-box;min-height:40px}.modal-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#2563eb,#7c3aed);background-clip:content-box}.modal-scrollbar::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#1d4ed8,#6d28d9);background-clip:content-box}.dark .modal-scrollbar::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05)}.dark .modal-scrollbar::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#60a5fa,#3c3ac4);background-clip:content-box}.dark .modal-scrollbar::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#3b82f6,#3930bb);background-clip:content-box}.dark .modal-scrollbar::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#2563eb,#3a5bed);background-clip:content-box}.smooth-scroll{scroll-behavior:smooth;-webkit-overflow-scrolling:touch}.hide-scrollbar{-ms-overflow-style:none;scrollbar-width:none}.hide-scrollbar::-webkit-scrollbar{display:none}.scroll-on-hover{-ms-overflow-style:none;scrollbar-width:none}.scroll-on-hover::-webkit-scrollbar{display:none}.scroll-on-hover:hover::-webkit-scrollbar{display:block;width:8px}.scroll-on-hover:hover::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:10px}.scroll-on-hover:hover::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#667eea,#3c3ac4);border-radius:10px}.scroll-on-hover:hover{-ms-overflow-style:thin;scrollbar-width:thin;scrollbar-color:#667eea rgba(0,0,0,.1)}