:root { font-family: ui-sans-serif, system-ui, -apple-system, Segoe UI, Roboto; }
main { max-width: 960px; margin: 2rem auto; padding: 0 1rem; }
.grid { display:grid; grid-template-columns: repeat(auto-fill, minmax(220px,1fr)); gap: .75rem; }
.photo-card { background:#fff; border:1px solid #eee; border-radius: 10px; overflow:hidden; }
.photo-card img { display:block; width:100%; aspect-ratio: 1/1; object-fit: cover; }
.photo-meta { padding:.5rem .75rem; font-size:.9rem; color:#444; }
.status { min-height:1.25rem; color:#0a0; }
