::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:0 0}html[data-theme=light] ::-webkit-scrollbar-thumb{background:#0003;border-radius:6px}html[data-theme=light] ::-webkit-scrollbar-thumb:hover{background:#00000059}html[data-theme=dark] ::-webkit-scrollbar-thumb{background:#fff3;border-radius:6px}html[data-theme=dark] ::-webkit-scrollbar-thumb:hover{background:#ffffff4d}html[data-theme=light] *{scrollbar-width:thin;scrollbar-color:#0003 transparent}html[data-theme=dark] *{scrollbar-width:thin;scrollbar-color:#fff3 transparent}[data-no-scroll=true]{overflow:hidden!important}[data-no-scroll=true]::-webkit-scrollbar{width:0!important;height:0!important;display:none!important}