.cursor-follower {
    position: fixed;
    top: 0;
    left: 0;
    width: 12px;
    height: 12px;
    border: 2px solid orange; /* Kenarlık turuncu */
    background-color: transparent; /* İçi boş */
    border-radius: 50%;
    pointer-events: none;
    z-index: 9999;
    transform: translate(-50%, -50%);
}
