/* upload.css - mobile friendly styles */
body { font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial; background:#f7f9fc; }
.container { max-width:900px; margin:0 auto; }
#selectedImage { max-width: 100%; height: auto; border-radius: 10px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.btn-rounded { padding: 12px 18px; border-radius: 12px; }
.card img { max-height:160px; object-fit:cover; }
.progress { height: 18px; }
@media (max-width:600px){
  h1 { font-size:1.3rem; }
  .btn-rounded { padding: 12px; width:100%; }
}
