#pro-tts-player-v2 {
    margin-bottom: 20px;
    padding: 12px 16px;
    background: #111;
    border-radius: 16px;
    font-size: 14px;
}

#pro-tts-btn {
    background: #22d3ee;
    color: #000;
    border: none;
    padding: 8px 16px;
    border-radius: 24px;
    cursor: pointer;
    font-weight: 600;
}

#pro-tts-progress {
    width: 100%;
    height: 6px;
    background: #333;
    border-radius: 10px;
    margin-top: 10px;
    overflow: hidden;
}

#pro-tts-bar {
    width: 0%;
    height: 100%;
    background: #22d3ee;
    transition: width 0.2s linear;
}
