::-webkit-scrollbar{width:8px;height:8px}::-webkit-scrollbar-thumb{border-radius:8px;background:var(--gray-400);border:2px solid transparent;background-clip:content-box}::-webkit-scrollbar-thumb:hover{background:var(--gray-200);background-clip:content-box}html.light ::-webkit-scrollbar-track{background:var(--gray-150)}html.light ::-webkit-scrollbar-thumb{background:var(--gray-400);background-clip:content-box}html.light ::-webkit-scrollbar-thumb:hover{background:var(--gray-300);background-clip:content-box}html.light *{scrollbar-color:var(--gray-150) var(--gray-50)}html.dark ::-webkit-scrollbar-track{background:var(--gray-800)}html.dark ::-webkit-scrollbar-thumb{background:var(--gray-600);background-clip:content-box}html.dark ::-webkit-scrollbar-thumb:hover{background:var(--gray-500);background-clip:content-box}html.dark *{scrollbar-color:var(--gray-700) var(--gray-800)}