.cursor{width:40px;height:40px;border:1px solid var(--accent-primary);z-index:9999;transition:width .3s ease,height .3s ease,background .3s ease,border-color .3s ease;mix-blend-mode:difference}.cursor,.cursor-dot{position:fixed;border-radius:50%;pointer-events:none;transform:translate(-50%,-50%)}.cursor-dot{width:6px;height:6px;background:var(--accent-primary);z-index:10000}.cursor.hover{width:80px;height:80px;background:rgba(201,165,90,.1);border-color:var(--accent-tertiary);mix-blend-mode:normal}@media (max-width:768px){.cursor,.cursor-dot{display:none!important}}