body {
    font-family: Arial, sans-serif;
    line-height: 1.6;
    margin: 0;
    padding: 20px;
    background-color: #f4f4f4;
}

.container {
    max-width: 800px;
    margin: auto;
    background: white;
    padding: 20px;
    border-radius: 5px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

h1, h2 {
    color: #333;
}

input[type="text"], button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

input[type="password"], button {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

button {
    background-color: #4CAF50;
    color: white;
    border: none;
    cursor: pointer;
}

button:hover {
    background-color: #45a049;
}

.progress-container {
    margin-bottom: 20px;
}

.progress-bar {
    width: 100%;
    background-color: #ddd;
    height: 20px;
    border-radius: 10px;
    overflow: hidden;
}

#crawlProgress, #fetchProgressBatch, #fetchProgressTotal {
    width: 0;
    height: 100%;
    background-color: #4CAF50;
    transition: width 0.3s ease-in-out;
}

#linksContainer {
    max-height: 300px;
    overflow-y: auto;body {
        font-family: Arial, sans-serif;
        line-height: 1.6;
        margin: 0;
        padding: 20px;
        background-color: #f4f4f4;
    }
    
    .container {
        max-width: 800px;
        margin: auto;
        background: white;
        padding: 20px;
        border-radius: 5px;
        box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
    }
    
    h1, h2 {
        color: #333;
    }
    
    input[type="text"], button {
        width: 100%;
        padding: 10px;
        margin-bottom: 10px;
    }
    
    button {
        background-color: #4CAF50;
        color: white;
        border: none;
        cursor: pointer;
    }
    
    button:hover {
        background-color: #45a049;
    }
    
    .progress-container {
        margin-bottom: 20px;
    }
    
    .progress-bar {
        width: 100%;
        background-color: #ddd;
        height: 20px;
        border-radius: 10px;
        overflow: hidden;
    }
    
    #crawlProgress, #fetchProgressTotal {
        width: 0;
        height: 100%;
        background-color: #4CAF50;
        transition: width 0.3s ease-in-out;
    }
    
    #linksContainer {
        max-height: 300px;
        overflow-y: auto;
        border: 1px solid #ddd;
        padding: 10px;
        margin-bottom: 20px;
    }
    
    #linksList {
        list-style-type: none;
        padding: 0;
    }
    
    #linksList li {
        margin-bottom: 5px;
        word-break: break-all;
    }
    
    .delete {
        color: red;
        cursor: pointer;
        margin-left: 10px;
    }
    
    #statusMessage {
        font-weight: bold;
        margin-bottom: 10px;
    }
    border: 1px solid #ddd;
    padding: 10px;
    margin-bottom: 20px;
}

#linksList {
    list-style-type: none;
    padding: 0;
}

#linksList li {
    margin-bottom: 5px;
    word-break: break-all;
}

.delete {
    color: red;
    cursor: pointer;
    margin-left: 10px;
}

#statusMessage {
    font-weight: bold;
    margin-bottom: 10px;
}