:root{--mia-scrollbar-color-light:#00000080;--mia-scrollbar-color-dark:#000000bf}@supports (scrollbar-width:thin){*{scrollbar-color:var(--mia-scrollbar-color-light) transparent;scrollbar-width:thin}}@supports (not (scrollbar-width:thin)) and selector(::-webkit-scrollbar){::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-thumb{background-color:var(--mia-scrollbar-color-light);background-clip:content-box;border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background-color:var(--mia-scrollbar-color-dark)}::-webkit-scrollbar-corner{background:0 0}}
