::-webkit-scrollbar{width:12px;height:12px}::-webkit-scrollbar-track{background:var(--colors-surface-high);border-radius:6px}::-webkit-scrollbar-thumb{background:var(--colors-divider);background-clip:padding-box;border:2px solid #0000;border-radius:6px}::-webkit-scrollbar-thumb:hover{background:var(--colors-text-secondary);background-clip:padding-box}::-webkit-scrollbar-corner{background:var(--colors-surface-high)}*{scrollbar-width:thin;scrollbar-color:var(--colors-divider)var(--colors-surface-high)}::-webkit-scrollbar:horizontal{height:12px}::-webkit-scrollbar:vertical{width:12px}