.upload-zone { margin:28px 0; border:2px dashed #b9aa99; border-radius:16px; padding:22px; background:#faf8f4; }
.upload-zone input[type=file] { position:absolute; width:1px; height:1px; overflow:hidden; clip:rect(0,0,0,0); }
.upload-zone label { display:block; cursor:pointer; padding:18px; text-align:center; border-radius:12px; background:white; }
.upload-zone label span { color:#697069; font-weight:500; font-size:.9rem; }
#file-list { display:grid; gap:8px; margin:14px 0; color:#565d56; font-size:.9rem; }
.upload-message { min-height:1.4em; font-weight:700; }
