::-webkit-scrollbar{width:10px;height:10px}::-webkit-scrollbar-track{background:#f1f5f9;border-radius:5px}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,#94a3b8,#64748b);border-radius:5px;border:2px solid #f1f5f9;-webkit-transition:background .2s ease;transition:background .2s ease}::-webkit-scrollbar-thumb:hover{background:linear-gradient(180deg,#64748b,#475569)}::-webkit-scrollbar-thumb:active{background:linear-gradient(180deg,#475569,#334155)}.thin-scrollbar::-webkit-scrollbar{width:6px;height:6px}.thin-scrollbar::-webkit-scrollbar-thumb{background:#94a3b8;border-radius:3px;border:1px solid #f1f5f9}*{scrollbar-width:thin;scrollbar-color:#94a3b8 #f1f5f9}html{scroll-behavior:smooth}body{margin:0;padding:0}