.custom-scrollbar{scrollbar-color:var(--color-border) transparent;scrollbar-width:thin!important}.custom-scrollbar::-webkit-scrollbar{width:8px}.custom-scrollbar::-webkit-scrollbar-track{background:transparent;border-radius:4px}.custom-scrollbar::-webkit-scrollbar-thumb{background:var(--color-border);background-clip:padding-box;border:2px solid transparent;border-radius:4px;-webkit-transition:background-color .2s ease;transition:background-color .2s ease}.custom-scrollbar::-webkit-scrollbar-thumb:hover{background:var(--color-secondary-text)}.custom-scrollbar::-webkit-scrollbar-thumb:active{background:var(--color-accent)}.dark .custom-scrollbar::-webkit-scrollbar-thumb{background:#4b5563}.dark .custom-scrollbar::-webkit-scrollbar-thumb:hover{background:#6b7280}.dark .custom-scrollbar::-webkit-scrollbar-thumb:active{background:var(--color-accent)}
