.custom-scrollbar::-webkit-scrollbar{width:8px;height:8px}.custom-scrollbar::-webkit-scrollbar-track{background:hsla(0,0%,100%,.05);border-radius:10px;margin:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(147,197,253,.5);border-radius:10px;border:2px solid transparent;background-clip:padding-box;backdrop-filter:blur(4px)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(96,165,250,.6);border:2px solid transparent;background-clip:padding-box}@media (prefers-color-scheme:dark){.custom-scrollbar::-webkit-scrollbar-track{background:rgba(30,41,59,.2)}.custom-scrollbar::-webkit-scrollbar-thumb{background:rgba(59,130,246,.3)}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:rgba(59,130,246,.5)}}.custom-scrollbar{scrollbar-width:thin;scrollbar-color:rgba(147,197,253,.5) hsla(0,0%,100%,.05)}@media (prefers-color-scheme:dark){.custom-scrollbar{scrollbar-color:rgba(59,130,246,.3) rgba(30,41,59,.2)}}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:transparent;border-radius:8px}::-webkit-scrollbar-thumb{background:#d4d4d8;border-radius:8px;border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:#a1a1aa;border:2px solid transparent;background-clip:content-box}@media (prefers-color-scheme:dark){::-webkit-scrollbar-thumb{background:#3f3f46}::-webkit-scrollbar-thumb:hover{background:#52525b}}*{scrollbar-width:thin;scrollbar-color:#d4d4d8 transparent}@media (prefers-color-scheme:dark){*{scrollbar-color:#3f3f46 transparent}}