.cursor-star
{
    position: fixed;
    width: 6px;
    height: 6px;
    background: linear-gradient(135deg, #6c31f6, #f3f3f3);
    border-radius: 50%;
    pointer-events: none;
    z-index: 10000;
    opacity: 0;
    animation: fadeOut 0.8s ease-out forwards;
}