/* Suivi de Dossier - Styles spécifiques */
.page-content form {
    max-width: 600px;
    margin: 30px auto 0;
}

.progress-bar {
    width: 100%;
    height: 20px;
    background: rgba(255, 255, 255, 0.1);
    border-radius: 10px;
    overflow: hidden;
    margin-top: 15px;
}

.progress-fill {
    height: 100%;
    background: linear-gradient(90deg, #ffd700, #e6c200);
    border-radius: 10px;
    transition: width 0.5s;
}