.homepage-uploader{max-width:820px;margin:42px auto 0;text-align:left}
.dropzone.dragging{border-color:#2563eb;background:#f0f5ff}
.dropzone.has-files{padding:18px}
.upload-selection{margin-top:22px}
.selection-head{display:flex;align-items:center;justify-content:space-between;margin-bottom:14px}
.selection-head>div{display:grid}
.selection-count{font-size:12px;color:#667085}
.preview-list{display:grid;gap:10px}
.video-preview{display:grid;grid-template-columns:112px 1fr 34px;align-items:center;gap:14px;border:1px solid #e4e7ec;border-radius:11px;padding:9px;background:#fbfcfe}
.video-preview video{width:112px;height:64px;object-fit:cover;background:#0a0d14;border-radius:7px}
.video-preview div{display:grid;min-width:0}
.video-preview strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.video-preview span{font-size:12px;color:#667085}
.video-preview button{border:0;background:#f2f4f7;width:30px;height:30px;border-radius:50%;font-size:18px;cursor:pointer}
.upload-options{margin-top:20px}
.upload-error{background:#fff0f0;color:#b42318;border-radius:8px;padding:11px;margin:12px 0}
.batch-results{display:grid;gap:16px;text-align:left;margin:24px 0}
.batch-results article{border:1px solid #e4e7ec;border-radius:12px;padding:15px}
.batch-results article>div:first-child{display:flex;justify-content:space-between;margin-bottom:10px}
.batch-results article span{color:#667085}
.result-heading{display:flex;justify-content:space-between;gap:16px;margin-bottom:12px}
.result-video-preview{overflow:hidden;margin:4px 0 18px;border-radius:12px;background:#070b14;box-shadow:0 8px 24px rgba(16,24,40,.12)}
.result-video-preview video{display:block;width:100%;max-height:390px;aspect-ratio:16/9;object-fit:contain;background:#070b14}
.result-field-label{display:block;margin:0 0 7px;color:#344054;font-size:12px;font-weight:800;text-align:left}
.embed-result-field{margin-top:18px;padding-top:17px;border-top:1px solid #e4e7ec}
.embed-result-field textarea{display:block;margin:0;min-height:76px}
@media(max-width:600px){
  .selection-head{align-items:flex-start}
  .video-preview{grid-template-columns:84px 1fr 30px}
  .video-preview video{width:84px;height:54px}
  .copy-row{display:grid}
  .batch-results article>div:first-child{display:grid}
}
