:root{--scroll-rail:1in}::-webkit-scrollbar{width:4px;height:4px;background:transparent}::-webkit-scrollbar-track{background:transparent;margin-block:calc(50% - (var(--scroll-rail) / 2));margin-inline:calc(50% - (var(--scroll-rail) / 2))}::-webkit-scrollbar-thumb{background-color:transparent;border-radius:9999px;border:2px solid transparent;background-clip:content-box;min-height:22px;min-width:22px}:active::-webkit-scrollbar-thumb,:focus-visible::-webkit-scrollbar-thumb,:hover::-webkit-scrollbar-thumb{background-color:rgba(203,213,225,.6)}:hover::-webkit-scrollbar-thumb:hover{background-color:rgba(148,163,184,.8)}::-webkit-scrollbar-button{display:none;width:0;height:0}::-webkit-scrollbar-corner{background:transparent}*{scrollbar-width:thin;scrollbar-color:transparent transparent}:hover{scrollbar-color:rgba(203,213,225,.6) transparent}