.custom-cursor{position:fixed;top:0;left:0;width:18px;height:18px;margin:0;padding:0;border-radius:50%;pointer-events:none;z-index:10001;transform:translate(-50%,-50%);background:rgba(48,58,45,.88);border:1.5px solid rgba(255,255,255,.65);box-shadow:0 0 0 1px rgba(16,24,32,.12),0 4px 14px rgba(16,24,32,.18);transition:width .22s ease,height .22s ease,background .22s ease,border-color .22s ease,box-shadow .22s ease;will-change:transform}.custom-cursor.hover{width:48px;height:48px;background:#f2f4ef;border:none;box-shadow:none;mix-blend-mode:difference}@media (max-width:720px){.custom-cursor{display:none!important}}