.header-actions{display:flex;gap:9px}.export-status{background:#fff;border:1px solid var(--line);border-radius:10px;padding:15px 18px;margin:-10px 0 20px}.export-copy{display:flex;justify-content:space-between;gap:16px;margin-bottom:10px}.export-copy span{color:var(--muted)}.progress-track{height:7px;background:#e6edef;border-radius:20px;overflow:hidden}.progress-bar{height:100%;width:0;background:var(--brand);border-radius:20px;transition:width .2s}.progress-bar.indeterminate{width:35%!important;animation:export-progress 1.1s ease-in-out infinite}.export-status.done .progress-bar{background:var(--ok)}.export-status.error .progress-bar{background:var(--danger)}@keyframes export-progress{0%{transform:translateX(-110%)}100%{transform:translateX(320%)}}@media(max-width:700px){.header-actions{flex-wrap:wrap}.export-copy{display:grid}}
