::-webkit-scrollbar{width:12px!important;height:12px!important}::-webkit-scrollbar-track{background:rgba(0,0,0,0.8)!important;border-radius:10px!important}::-webkit-scrollbar-thumb{background:linear-gradient(135deg,#ff6b35,#e55a2e)!important;border-radius:10px!important;border:2px solid transparent!important;background-clip:content-box!important;transition:all 0.3s ease!important}::-webkit-scrollbar-thumb:hover{background:linear-gradient(135deg,#e55a2e,#d14922)!important;transform:scale(1.1)!important}::-webkit-scrollbar-thumb:active{background:linear-gradient(135deg,#d14922,#c03d1a)!important}::-webkit-scrollbar-corner{background:rgba(0,0,0,0.8)!important}html{scrollbar-width:thin!important;scrollbar-color:#ff6b35 rgba(0,0,0,0.8)!important}html{scroll-behavior:smooth!important}.dark-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,0.9)!important}.dark-scrollbar{scrollbar-color:#ff6b35 rgba(0,0,0,0.9)!important}