
.upload-shell-pro{overflow:visible}
.sticky-upload-submit{position:sticky;bottom:96px;z-index:12;padding:12px;border-radius:20px;background:rgba(8,15,27,.88);backdrop-filter:blur(10px);border:1px solid var(--line)}
.selected-file-card{position:relative}
.selected-file-remove{position:absolute;top:10px;right:10px;width:30px;height:30px;border:0;border-radius:999px;background:rgba(8,15,27,.88);color:#fff;font-size:22px;line-height:1;cursor:pointer;z-index:2}
.selected-file-thumb img{width:100%;height:100%;object-fit:cover;border-radius:18px}
.selected-file-thumb{height:140px;border-radius:18px;background:rgba(255,255,255,.04);display:flex;align-items:center;justify-content:center;overflow:hidden;margin-bottom:10px}
.selected-file-card{padding:12px;border:1px solid var(--line);border-radius:20px;background:rgba(255,255,255,.03)}
.selected-files-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:12px}
.upload-live-stats{display:flex;flex-wrap:wrap;gap:8px;align-items:center;justify-content:flex-end}
.dropzone-pro.has-files{border-color:rgba(98,184,255,.36);box-shadow:0 0 0 4px rgba(98,184,255,.1)}
.dropzone-pro.is-uploading{opacity:.82;pointer-events:none}
@media (max-width:820px){
  .upload-mode-tabs{display:none}
  .sticky-upload-submit{bottom:94px}
  .upload-submit-btn{min-height:54px}
  .upload-live-top{display:grid;gap:10px}
  .selected-files-grid{grid-template-columns:1fr 1fr}
}
