/* ShortVideo upload dialog styles. Extracted from index.html during frontend split stage 1. */

.pub-header-actions { display:flex; gap:10px; flex-wrap:wrap; justify-content:center; }
.upload-modal-box { max-width:420px; }
.upload-modal-help { color:rgba(255,255,255,.48); font-size:12px; line-height:1.45; }
.upload-progress { display:none; flex-direction:column; gap:6px; }
.upload-progress.show { display:flex; }
.upload-progress-track { height:6px; border-radius:999px; background:rgba(255,255,255,.1); overflow:hidden; }
.upload-progress-bar { height:100%; width:0%; background:#58d7c7; transition:width .15s; }
.upload-progress-text { color:rgba(255,255,255,.52); font-size:12px; }
.tag-header-upload { margin-left:auto; flex-shrink:0; }
@media (max-width: 520px) {
  .tag-header { flex-wrap:wrap; }
  .tag-header-upload { margin-left:0; width:100%; justify-content:center; }
}
