*{scrollbar-width:thin;scrollbar-color:rgba(255,255,255,.2) transparent}[data-theme=light] *{scrollbar-color:rgba(0,0,0,.2) transparent}::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:transparent;border-radius:10px}::-webkit-scrollbar-thumb{background:rgba(255,255,255,.2);border-radius:10px;border:2px solid transparent;background-clip:padding-box;-webkit-transition:background .2s ease-in-out;transition:background .2s ease-in-out;min-height:40px}::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.3);background-clip:padding-box}::-webkit-scrollbar-thumb:active{background:rgba(255,255,255,.4);background-clip:padding-box}[data-theme=light] ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.2);background-clip:padding-box}[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.3);background-clip:padding-box}[data-theme=light] ::-webkit-scrollbar-thumb:active{background:rgba(0,0,0,.4);background-clip:padding-box}.code-block::-webkit-scrollbar,code::-webkit-scrollbar,pre::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-corner{background:transparent}html{scroll-behavior:smooth}.modal ::-webkit-scrollbar-thumb,[role=dialog] ::-webkit-scrollbar-thumb{background:rgba(255,255,255,.25)}.modal ::-webkit-scrollbar-thumb:hover,[role=dialog] ::-webkit-scrollbar-thumb:hover{background:rgba(255,255,255,.35)}[data-theme=light] .modal ::-webkit-scrollbar-thumb,[data-theme=light] [role=dialog] ::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25)}[data-theme=light] .modal ::-webkit-scrollbar-thumb:hover,[data-theme=light] [role=dialog] ::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.35)}