/* Particle Background */
#particles-js {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 0;
    pointer-events: none;
}

/* Dark mode particle colors */
.dark-mode #particles-js {
    background: linear-gradient(to bottom, #0f0c29, #103359, #24293e);
}

/* Light mode particle colors */
.light-mode #particles-js {
    background: linear-gradient(to bottom, #e0e0e0, #f5f5f5, #e0e0e0);
}