.production-progress-card .card-title{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;gap:8px;font-weight:600}.production-progress-card .progress-stats .stat-item{text-align:center;padding:16px 12px;border-radius:8px;transition:all .3s}.production-progress-card .progress-stats .stat-item .stat-label{font-size:14px;margin-bottom:8px;color:#8c8c8c}.production-progress-card .progress-stats .stat-item .stat-value{font-size:24px;font-weight:600;color:#262626}.production-progress-card .progress-stats .stat-item.stat-total{background:linear-gradient(135deg,#667eea,#764ba2)}.production-progress-card .progress-stats .stat-item.stat-total .stat-label,.production-progress-card .progress-stats .stat-item.stat-total .stat-value{color:#fff!important}.production-progress-card .progress-stats .stat-item.stat-total:hover{background:linear-gradient(135deg,#7c8ef0,#8a5db2);transform:translateY(-2px)}.production-progress-card .progress-stats .stat-item.stat-pending{background:#fff7e6}.production-progress-card .progress-stats .stat-item.stat-pending .stat-value{color:#fa8c16}.production-progress-card .progress-stats .stat-item.stat-pending:hover{background:#ffe7ba;transform:translateY(-2px)}.production-progress-card .progress-stats .stat-item.stat-inprogress{background:#f0f5ff}.production-progress-card .progress-stats .stat-item.stat-inprogress .stat-value{color:#597ef7}.production-progress-card .progress-stats .stat-item.stat-inprogress:hover{background:#d6e4ff;transform:translateY(-2px)}.production-progress-card .progress-stats .stat-item.stat-completed{background:#f6ffed}.production-progress-card .progress-stats .stat-item.stat-completed .stat-value{color:#52c41a}.production-progress-card .progress-stats .stat-item.stat-completed:hover{background:#d9f7be;transform:translateY(-2px)}.production-progress-card .progress-stats .completion-rate{margin-top:20px;padding:16px;background:#fafafa;border-radius:8px}.production-progress-card .progress-stats .completion-rate .rate-label{font-size:14px;color:#595959;margin-bottom:8px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between}.production-progress-card .progress-stats .completion-rate .rate-label .rate-value{font-size:18px;font-weight:600;color:#1890ff}