/* Black Hole Canvas Styles */

#blackhole-canvas {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    z-index: -3;
    background-color: #050505;
    /* Deep black fallback */
}

/* Ensure content remains visible */
body {
    background: transparent !important;
    color: #f1f5f9;
    /* Light slate text */
}