
/* CRITICAL FIXES FOR LOOPHUB */
body { background-color: #050507 !important; color: #ffffff !important; overflow-x: hidden; }

/* Put canvas behind everything */
#canvas-container {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    z-index: 0 !important;
    pointer-events: none !important;
}

/* Put content above canvas */
.hero-section, .container, h1, h2, h3, p, a, .glass-card {
    position: relative !important;
    z-index: 10 !important;
}

/* Hide any preloader */
.preloader, #preloader, .loader, #loader, .loading-overlay {
    display: none !important;
    visibility: hidden !important;
    opacity: 0 !important;
    height: 0 !important;
    width: 0 !important;
}

/* Fix fonts if Google fails */
body { font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif; }
