::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#18181b;border-radius:4px}::-webkit-scrollbar-thumb{background:#4c1d95;border-radius:4px;border:2px solid #18181b;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background:#7c3aed}*{scrollbar-width:thin;scrollbar-color:#4c1d95 #18181b}.dark{--scrollbar-thumb: #4c1d95;--scrollbar-thumb-hover: #7c3aed;--scrollbar-track: #18181b}.dark ::-webkit-scrollbar-track{background:var(--scrollbar-track)}.dark ::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border:2px solid var(--scrollbar-track)}.dark ::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}
