.photo-picker{display:grid;gap:10px}
.photo-preview{display:grid;place-items:center;min-height:120px;overflow:hidden;border:1px dashed var(--border-hover);border-radius:10px;background:var(--bg-secondary);color:var(--text-muted);font-size:11px}
.photo-preview img{display:block;width:100%;height:160px;object-fit:cover}
.photo-actions{display:flex;align-items:center;gap:8px;flex-wrap:wrap}
.photo-actions input[type=file]{display:none}
.photo-actions .secondary-button{cursor:pointer}
@media(max-width:540px){.photo-preview img{height:180px}.photo-actions>*{min-height:42px}}
