: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{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}[data-theme=dark]{--lightningcss-light: ;--lightningcss-dark:initial;color-scheme:dark}::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}body::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}div::-webkit-scrollbar{width:var(--scrollbar-width);height:var(--scrollbar-width)}::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:10px}body::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:10px}div::-webkit-scrollbar-track{background:var(--scrollbar-track);border-radius:10px}::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:content-box;border:3px solid #0000;border-radius:10px}body::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:content-box;border:3px solid #0000;border-radius:10px}div::-webkit-scrollbar-thumb{background:var(--scrollbar-thumb);background-clip:content-box;border:3px solid #0000;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:content-box}body::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:content-box}div::-webkit-scrollbar-thumb:hover{background:var(--scrollbar-thumb-hover);background-clip:content-box}::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active);background-clip:content-box}body::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active);background-clip:content-box}div::-webkit-scrollbar-thumb:active{background:var(--scrollbar-thumb-active);background-clip:content-box}::-webkit-scrollbar-corner{background:0 0}body::-webkit-scrollbar-corner{background:0 0}div::-webkit-scrollbar-corner{background:0 0}*,body,div{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) var(--scrollbar-track)}