:root{--scrollbar-width:12px;--scrollbar-track:transparent;--scrollbar-thumb:#0000004d;--scrollbar-thumb-hover:#00000080;--scrollbar-thumb-active:#000000b3}[data-theme=dark]{--scrollbar-track:transparent;--scrollbar-thumb:#ffffff4d;--scrollbar-thumb-hover:#ffffff80;--scrollbar-thumb-active:#ffffffb3}:root{color-scheme:light}[data-theme=dark]{color-scheme:dark}::-webkit-scrollbar,body::-webkit-scrollbar,div::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track,body::-webkit-scrollbar-track,div::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:10px}::-webkit-scrollbar-thumb,body::-webkit-scrollbar-thumb,div::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:content-box;border:3px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover,body::-webkit-scrollbar-thumb:hover,div::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:content-box}::-webkit-scrollbar-thumb:active,body::-webkit-scrollbar-thumb:active,div::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active);background-clip:content-box}::-webkit-scrollbar-corner,body::-webkit-scrollbar-corner,div::-webkit-scrollbar-corner{background:0 0}*,body,div{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb)var(--scrollbar-track)}