.cvc-document-progress {
  position: fixed;
  inset: 0;
  z-index: 2147483000;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 20px;
  background: rgba(15, 23, 42, 0.62);
  backdrop-filter: blur(5px);
}

.cvc-document-progress[hidden] {
  display: none !important;
}

.cvc-document-progress__panel {
  width: min(430px, 100%);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 10px;
  background: #ffffff;
  box-shadow: 0 24px 70px rgba(15, 23, 42, 0.25);
  padding: 22px;
  color: #0f172a;
}

.cvc-document-progress__eyebrow {
  margin: 0 0 4px;
  color: #ff6a00;
  font-size: 0.78rem;
  font-weight: 800;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.cvc-document-progress__title {
  margin: 0;
  color: #0f172a;
  font-size: 1.14rem;
  font-weight: 800;
  line-height: 1.25;
}

.cvc-document-progress__message {
  margin: 8px 0 16px;
  color: #64748b;
  font-size: 0.94rem;
  line-height: 1.45;
}

.cvc-document-progress__track {
  overflow: hidden;
  width: 100%;
  height: 10px;
  border-radius: 999px;
  background: #e8eef5;
}

.cvc-document-progress__bar {
  width: 0%;
  height: 100%;
  border-radius: inherit;
  background: linear-gradient(90deg, #ff6a00, #2e639e);
  transition: width 240ms ease;
}

.cvc-document-progress__meta {
  display: flex;
  justify-content: space-between;
  gap: 12px;
  margin-top: 10px;
  color: #64748b;
  font-size: 0.8rem;
}

.cvc-document-progress__percent {
  color: #0f172a;
  font-weight: 800;
  white-space: nowrap;
}

.cvc-document-progress__error {
  margin-top: 12px;
  color: #b42318;
  font-size: 0.86rem;
  line-height: 1.35;
}
