:root,.light{--scrollbar-thumb:#9392a8;--scrollbar-thumb-hover:#6f6e88;--scrollbar-thumb-active:var(--primary)}.dark{--scrollbar-thumb:#63627d;--scrollbar-thumb-hover:#8a89a3;--scrollbar-thumb-active:var(--primary)}:root:has([data-scrollbar-surface=light]){--scrollbar-thumb:#9392a8;--scrollbar-thumb-hover:#6f6e88}@layer base{@supports not selector(::-webkit-scrollbar){*{scrollbar-width:thin;scrollbar-color:var(--scrollbar-thumb) transparent}:root:has([data-scrollbar-surface=light]){scrollbar-color:var(--scrollbar-thumb) #fff}}:root:has([data-scrollbar-surface=light])::-webkit-scrollbar{background:#fff}::-webkit-scrollbar{background:0 0;width:10px;height:10px}::-webkit-scrollbar-track{background:0 0}::-webkit-scrollbar-corner{background:0 0}::-webkit-scrollbar-button{display:none}::-webkit-scrollbar-thumb{background-color:var(--scrollbar-thumb);background-clip:padding-box;border:2px solid #0000;border-radius:9999px}::-webkit-scrollbar-thumb:vertical{min-height:32px}::-webkit-scrollbar-thumb:horizontal{min-width:32px}::-webkit-scrollbar-thumb:hover{background-color:var(--scrollbar-thumb-hover);border-width:1px}::-webkit-scrollbar-thumb:active{background-color:var(--scrollbar-thumb-active);border-width:1px}}