/* ===== 联合公社 - 粒子背景 & 侧边装饰 ===== */

/* 粒子画布 */
#particles-canvas {
    position: fixed;
    top: 0;
    left: 0;
    pointer-events: none;
    z-index: 0;
}
/* top-bar 保持 common.css 中的 sticky 定位和高 z-index，不在此覆盖 */
.container, footer {
    position: relative;
    z-index: 1;
}

@media (prefers-reduced-motion: reduce) {
    #particles-canvas {
        display: none;
    }
}
