/* Mouse Particles CSS */
#mouse-particles div {
    position: absolute;
    pointer-events: none;
    border-radius: 50%;
    transition: transform 0.5s ease-out, opacity 0.5s ease-out;
}

/* Light Mode - Mouse trail particles yellow (darker) */
[data-theme="light"] #mouse-particles div {
    background: #D97706 !important;
    box-shadow: 0 0 6px rgba(217, 119, 6, 0.7), 0 0 12px rgba(217, 119, 6, 0.4) !important;
}
