.cursor {
    position: fixed;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: rgba(111, 118, 247, 0.7);
    pointer-events: none;
    z-index: 9999;
    mix-blend-mode: difference;
    transition: transform 0.2s ease;
}

.cursor-follower {
    position: fixed;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: 2px solid rgba(255, 126, 238, 0.5);
    pointer-events: none;
    z-index: 9998;
    transition: transform 0.4s ease;
}

.particle {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    z-index: 5;
}