.export-build-progress{
  position:sticky;
  bottom:68px;
  z-index:4;
  display:grid;
  grid-template-columns:minmax(0,1fr) minmax(180px,34%);
  align-items:center;
  gap:18px;
  padding:14px 22px;
  border-top:1px solid #b9dcd8;
  border-bottom:1px solid #b9dcd8;
  background:linear-gradient(105deg,#e8f8f5f7,#f7fbfaf7);
  box-shadow:0 -10px 28px #102f3920;
  backdrop-filter:blur(12px);
}
.export-build-progress[hidden]{display:none}
.export-build-progress span,.export-build-progress b,.export-build-progress small{display:block}
.export-build-progress b{color:#0c4e49;font-size:12px}
.export-build-progress small{margin-top:3px;color:#58716f;font-size:9px;line-height:1.4}
.export-build-progress progress{
  width:100%;
  height:12px;
  overflow:hidden;
  border:0;
  border-radius:999px;
  background:#cfe2df;
  accent-color:#0b9588;
}
.export-build-progress progress::-webkit-progress-bar{border-radius:999px;background:#cfe2df}
.export-build-progress progress::-webkit-progress-value{border-radius:999px;background:linear-gradient(90deg,#0a8f86,#14b7a6)}
.production-export-dialog[aria-busy="true"] .export-review-body{pointer-events:none;user-select:none}
.production-export-dialog[aria-busy="true"] .export-review-head button,
.production-export-dialog[aria-busy="true"] .export-review-actions button:first-child{opacity:.45;cursor:not-allowed}
@media(max-width:700px){
  .export-build-progress{bottom:74px;grid-template-columns:1fr;gap:10px;padding:12px 14px}
}
