:root {
    --nx-primary: #8B5CF6;
    --nx-primary-dark: #6D28D9;
    --nx-bg: #0F172A;
    --nx-bg-dark: #000000;
    --nx-text: #FFFFFF;
    --nx-text-dim: #94A3B8;
}

html, body {
    background-color: #000000 !important;
    color: #FFFFFF !important;
    margin: 0;
    padding: 0;
    min-height: 100vh;
}

#root {
    min-height: 100vh;
    background-color: #000000 !important;
    color: #FFFFFF !important;
}

/* Forzar visibilidad si React falla */
#root:empty::after {
    content: 'Cargando Nexu Hosting...';
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100vh;
    font-family: 'Inter', sans-serif;
    font-size: 1.2rem;
    color: #8B5CF6;
}
