.dify-progress{margin-top:10px;background:#ffe6f0;border:1px solid #ffc2d8;border-radius:10px;padding:8px 10px;font-size:13px;color:#6a2150;box-shadow:inset 0 1px 0 rgba(255,255,255,.6);} 
.dify-progress .label{display:flex;justify-content:space-between;align-items:center;} 
.dify-progress .bar-wrap{height:10px;background:#ffd3e3;border-radius:999px;overflow:hidden;margin-top:6px;} 
.dify-progress .bar{height:100%;width:0%;background:linear-gradient(90deg,#ff6aa5,#ff9fc2);transition:width .2s linear;}