body{cursor:none;user-select:none}.custom-cursor{position:fixed;width:10px;height:10px;border-radius:50%;background-color:#ff0;pointer-events:none;transform:translate(-50%,-50%);z-index:10000;display:flex;align-items:center;justify-content:center;transition:width .3s,height .3s;user-select:none}a{cursor:none!important}.custom-cursor.hover{width:30px;height:30px;background-color:#4bfe5a}.smiley{display:none;font-size:12px;color:#000}.custom-cursor.hover .smiley{display:block}.interactive,a,button{cursor:none!important}.custom-cursor.dragging{background-color:indigo;width:30px;height:30px}::-webkit-scrollbar{width:15px;height:15px}::-webkit-scrollbar-thumb{background-color:#888;border-radius:10px;z-index:20}::-webkit-scrollbar-track{background-color:#efe1ff;border-radius:10px;z-index:20}::-webkit-scrollbar-thumb:hover{background-color:#555;z-index:20}