input[type="file"] { max-width:100%; min-width:0; padding:6px; font:inherit; font-size:.875rem; color:var(--ink); background:var(--white); border:1px solid var(--border-soft); border-radius:12px; }
input[type="file"]::file-selector-button { margin-right:12px; padding:10px 14px; min-height:40px; border:0; border-radius:8px; background:var(--green); color:var(--white); font:inherit; font-weight:600; cursor:pointer; }
input[type="file"]::file-selector-button:hover { background:var(--green-dark); }
input[type="file"]:focus-visible { outline:2px solid var(--green); outline-offset:3px; }
