.pb-table { width:100%; max-width:700px; border-collapse:collapse; margin-bottom:10px; }
.pb-table th, .pb-table td { padding:6px 8px; text-align:left; border-bottom:1px solid #eee; }
#pb-save-btn { padding:8px 12px; cursor:pointer; }

.progress-container { margin: 10px 0; }
.progress-label { font-weight: bold; margin-bottom: 5px; }
.progress-bar { background: #eee; border-radius: 6px; overflow: hidden; height: 22px; }
.progress-fill { background: linear-gradient(90deg,#4caf50,#2196f3); height: 100%; transition: width .5s ease; }
#pb-message { margin-top:8px; }
