:root {
    /* Hier kannst du die Wunschfarbe deines Matrix-Regens definieren */
    --coderain-color: rgba(0, 255, 102, 0.4); 
}

#coderain-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -1; /* Hinter allen Inhalten platzieren */
    pointer-events: none; /* Klicks gehen durch das Canvas durch */
    background-color: #000000; /* Hintergrundfarbe */
}

/* Optional: Falls dein Blowfish-Theme transparente Sections braucht */
body {
    background-color: transparent !important;
}
