.t3nnZaRE7xIa_JJYE5qE {
  display: flex;
  flex-direction: column;
  gap: 12px;
  font-family: var(--font-body);
  width: 100%;
}

/* ---------- Dropzone ---------- */
._XRCGIpBZN2jMxuWrnY0 {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 28px 24px;
  border: 1.5px dashed #c6cece;
  border-radius: var(--radius-lg);
  background: var(--color-neutral-50);
  cursor: pointer;
  text-align: center;
  transition:
    border-color 0.2s ease,
    background 0.2s ease;
}

._XRCGIpBZN2jMxuWrnY0:hover,
._XRCGIpBZN2jMxuWrnY0:focus-visible {
  border-color: var(--color-brand-blue);
  background: var(--color-neutral-100);
  outline: none;
}

._iopZgRlOLhzQWg0MABA {
  border-color: var(--color-brand-blue);
  background: var(--color-neutral-100);
}

.jtj6wLdNHxpPS8UhJE8T {
  font-size: 28px;
  line-height: 1;
  color: var(--color-brand-blue);
}

.PslmYID1bE45OlYSh3H2 {
  font-family: var(--font-display);
  font-weight: 600;
  font-size: 16px;
  line-height: 22px;
  color: var(--color-brand-black);
}

.wn1pYuCCD0EYH1HuCz2Q {
  font-size: 13px;
  line-height: 18px;
  color: var(--color-text-muted);
}

.aBYxleeuq9FTrC8KvQ7G {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0 0 0 0);
  white-space: nowrap;
  border: 0;
}

/* ---------- File list ---------- */
.X807VeZypwBBriOgs8ww {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.TUvs7yMTpFzu5ti7Tp9p {
  display: flex;
  align-items: center;
  gap: 12px;
  padding: 12px 14px;
  border: 1px solid #ebecec;
  border-radius: var(--radius-md);
  background: var(--color-neutral-white);
}

.TUvs7yMTpFzu5ti7Tp9p[data-status="error"] {
  border-color: #e7c3c3;
  background: #fdf6f6;
}

.k6J7Yentb74jopycXOgq {
  font-size: 20px;
  line-height: 1;
  color: var(--color-text-muted);
  flex-shrink: 0;
}

.TUvs7yMTpFzu5ti7Tp9p[data-status="done"] .k6J7Yentb74jopycXOgq {
  color: #2f8a5b;
}

.TUvs7yMTpFzu5ti7Tp9p[data-status="error"] .k6J7Yentb74jopycXOgq {
  color: #c0392b;
}

.yjdfM6luBZWyJkCdzci1 {
  display: flex;
  flex-direction: column;
  gap: 3px;
  flex: 1 1 auto;
  min-width: 0;
}

.qLlI9VunAuZld02NZqHa {
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
  color: var(--color-brand-black);
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.dlvD1wbgWTKzOQVLUN6Q {
  font-size: 12px;
  line-height: 16px;
  color: var(--color-text-muted);
}

.TUvs7yMTpFzu5ti7Tp9p[data-status="error"] .dlvD1wbgWTKzOQVLUN6Q {
  color: #c0392b;
}

.ubqlS1HOwdX8B3g3GVXh {
  display: block;
  width: 100%;
  height: 4px;
  margin-top: 4px;
  border-radius: 999px;
  background: #ebecec;
  overflow: hidden;
}

.hM_6HK3U18BDLHtzZVnw {
  display: block;
  height: 100%;
  border-radius: 999px;
  background: var(--color-brand-blue);
  transition: width 0.2s ease;
}

.PSpZQmJrKedRev7wunje {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 28px;
  height: 28px;
  padding: 0;
  border: none;
  border-radius: 50%;
  background: transparent;
  color: var(--color-text-muted);
  font-size: 18px;
  cursor: pointer;
  transition:
    background 0.15s ease,
    color 0.15s ease;
}

.PSpZQmJrKedRev7wunje:hover {
  background: #f2f4f6;
  color: var(--color-brand-black);
}

/* ---------- Form-not-found error ---------- */
.ZNqflhs8QsTm5resUZg6 {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin: 0;
  padding: 10px 12px;
  border: 1px solid #e7c3c3;
  border-radius: var(--radius-md);
  background: #fdf6f6;
  font-size: 12px;
  line-height: 17px;
  color: #c0392b;
}

.ZNqflhs8QsTm5resUZg6 i {
  font-size: 15px;
  line-height: 17px;
  flex-shrink: 0;
}

