/* 🖱️ 机械手指光标 */
body, * { cursor: none !important; }
#robot-cursor { position:fixed; top:0; left:0; pointer-events:none; z-index:9999999; width:25px; height:25px; }
a, button, input, [onclick], .btn { cursor: none !important; }
