:root{--radarcx-scrollbar-thumb:#dadce2;--radarcx-scrollbar-thumb-hover:#64748b;--radarcx-scrollbar-thumb-active:#475569}*{scrollbar-color:var(--radarcx-scrollbar-thumb) transparent;scrollbar-width:thin}::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-corner{background:0 0}::-webkit-scrollbar-thumb{background-clip:content-box;background-color:var(--radarcx-scrollbar-thumb);border:2px solid #0000;border-radius:999px}::-webkit-scrollbar-thumb:hover{background-color:var(--radarcx-scrollbar-thumb-hover)}::-webkit-scrollbar-thumb:active{background-color:var(--radarcx-scrollbar-thumb-active)}::-webkit-scrollbar-button{display:none}@media (forced-colors:active){*{scrollbar-color:auto}::-webkit-scrollbar-thumb{background-color:buttontext}::-webkit-scrollbar-track{background-color:canvas}}