/* Jizone Channel Effects CSS */
#jz-effect-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    pointer-events: none;
    z-index: 999999; /* Ensure it is on top */
}

/* Ensure feed sits above canvas if needed, but usually z-index 0 on canvas is fine if body is background */
.jizone-weibo-feed {
    position: relative;
    z-index: 1; 
}