.delf-v9-container {
    max-width: 500px;
    margin: 20px auto;
    padding: 25px;
    background: #fff;
    border: 3px solid #002395;
    border-radius: 20px;
    text-align: center;
    box-shadow: 0 10px 25px rgba(0,0,0,0.1);
    font-family: Arial, sans-serif;
}
#v9-progress-wrapper {
    width: 100%; background: #eee; height: 10px; border-radius: 5px; margin-bottom: 20px; overflow: hidden;
}
#v9-progress-bar {
    height: 100%; background: #002395; width: 0%; transition: width 0.4s ease;
}
#v9-phrase strong { color: #002395; font-size: 1.4em; display: block; margin: 10px 0; }
.v9-controls button {
    padding: 10px 18px; margin: 5px; cursor: pointer;
    border: 2px solid #002395; border-radius: 10px; background: #fff; color: #002395; font-weight: bold;
}
#v9-skip { background: #e67e22 !important; color: white !important; border-color: #d35400 !important; }
#v9-next { background: #27ae60 !important; color: white !important; border-color: #219150 !important; }
#v9-result { margin-top: 15px; min-height: 50px; }