.PhotoGallery_gallery__EdGle{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-4);gap:var(--space-4)}.PhotoGallery_placeholder__lI3ek{aspect-ratio:4/3;background:var(--color-bg-subtle);border:1px dashed var(--color-border-strong);display:flex;align-items:center;justify-content:center;padding:var(--space-4)}.PhotoGallery_placeholderText__2zdg2{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-ink-muted);text-align:center}.PhotoGallery_emptyState__Lb7UD{grid-column:1/-1;text-align:center;padding:var(--space-10) var(--space-4);background:var(--color-bg-subtle);border:1px dashed var(--color-border-strong)}.PhotoGallery_emptyText__df2zv{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--color-ink-muted);margin:0}.PhotoGallery_grid__GYLMP{display:grid;grid-template-columns:repeat(3,1fr);grid-gap:var(--space-3);gap:var(--space-3)}.PhotoGallery_gridItem__afU8X{overflow:hidden;border-radius:var(--radius-md);background:var(--color-bg-muted);aspect-ratio:4/3}.PhotoGallery_gridImage__ZGBnw{width:100%;height:100%;object-fit:cover;transition:transform var(--duration-normal) var(--ease-out)}.PhotoGallery_gridItem__afU8X:hover .PhotoGallery_gridImage__ZGBnw{transform:scale(1.03)}.PhotoGallery_title__FEEmV{font-family:var(--font-display);font-size:var(--text-xl);font-weight:400;margin-bottom:var(--space-5)}@media (max-width:1024px){.PhotoGallery_gallery__EdGle{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.PhotoGallery_gallery__EdGle{grid-template-columns:1fr}}