:root{--scrollbar-width:8px;--scrollbar-track:#0015ff0d;--scrollbar-thumb:#fff70033;--scrollbar-thumb-hover:#ff00004d}[data-theme=dark]{--scrollbar-track:#ff00000d;--scrollbar-thumb:red;--scrollbar-thumb-hover:#ff00004d}.custom-scrollbar::-webkit-scrollbar,body::-webkit-scrollbar{width:var(--scrollbar-width)}.custom-scrollbar::-webkit-scrollbar-track,body::-webkit-scrollbar-track{background:var(--scrollbar-track)}.custom-scrollbar::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover)}