.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:rgba(0,0,0,.1);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(16,185,129,.3);border-radius:4px;-webkit-transition:background .2s ease;transition:background .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(16,185,129,.5)}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(16,185,129,.3) rgba(0,0,0,.1)}.scroll-container{overflow-y:auto;overflow-x:hidden;scroll-behavior:smooth;-webkit-overflow-scrolling:touch;will-change:scroll-position}.scroll-content{transform:translateZ(0);backface-visibility:hidden;-webkit-backface-visibility:hidden}@media (max-width:768px){.scroll-container{-webkit-overflow-scrolling:touch;overscroll-behavior-y:contain}}html{scroll-behavior:smooth}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}