.mobile-upload-wrapper{padding:30px;border:2px dashed #e5c9c6;border-radius:12px;background:#fafafa;max-width:800px;margin:auto}
.mobile-upload-dropzone{border:2px dashed #ccc;padding:40px;text-align:center;background:#f3f3f3}
.mobile-upload-actions{display:flex;gap:10px;justify-content:center;margin-top:15px;flex-wrap:wrap}
.mobile-upload-btn{background:#b57b73;color:#fff;padding:10px 20px;border-radius:8px;cursor:pointer}
.mobile-upload-btn.secondary{background:#ddd;color:#333}
.upload-item{display:flex;margin-top:10px}
.upload-thumb{width:50px;height:50px;object-fit:cover;margin-right:10px}
.progress-bar{width:100%;height:6px;background:#ddd}
.progress-fill{height:100%;width:0;background:#b57b73}
