.Gallery_container__fM9N8{position:relative;min-height:100vh;padding:6rem 1.5rem 5rem}.Gallery_imageContainer__zLd_X{display:grid;grid-template-columns:repeat(auto-fill,minmax(260px,1fr));grid-gap:3rem 2rem;gap:3rem 2rem;align-items:start;max-width:1200px;margin:0 auto}.Gallery_plate__slwG9{position:relative;margin:0;display:flex;flex-direction:column}.Gallery_frame__8grwL{display:block;position:relative;aspect-ratio:4/5;overflow:hidden;background-color:var(--color-surface);border:1px solid var(--color-border-subtle);text-decoration:none;cursor:zoom-in;transform:scale(1);transition:transform .45s cubic-bezier(.22,1,.36,1);will-change:transform}.Gallery_frame__8grwL:hover{transform:scale(1.04);z-index:2}.Gallery_image__0sx_b{width:100%;height:100%;object-fit:contain;opacity:0;filter:grayscale(1);transition:opacity .5s ease,filter .5s ease}.Gallery_imageReady__RSzkF{opacity:1}.Gallery_frame__8grwL:hover .Gallery_imageReady__RSzkF{filter:grayscale(0)}.Gallery_caption__GfWK5{margin-top:.875rem;display:flex;flex-direction:column;gap:.1875rem;line-height:1.45}.Gallery_captionTitle__O_BKJ{font-size:.875rem;color:var(--color-text-muted);transition:color .3s ease}.Gallery_captionMeta__k_Z_P{font-size:.8125rem;color:var(--color-text-quaternary)}.Gallery_plate__slwG9:hover .Gallery_captionTitle__O_BKJ{color:var(--color-text-primary)}@supports (animation-timeline:view()){.Gallery_plate__slwG9{animation:Gallery_platePass__Wm67N linear both;animation-timeline:view();animation-range:cover;transform-origin:center top}}@keyframes Gallery_platePass__Wm67N{0%{opacity:0;transform:translateY(18px) scale(.97)}20%{opacity:1;transform:translateY(0) scale(1)}58%{opacity:1;transform:translateY(0) scale(1)}to{opacity:.15;transform:translateY(-14px) scale(.86)}}@media (prefers-reduced-motion:reduce){.Gallery_plate__slwG9{animation:none}}.Gallery_sentinel__Rb6_W{display:flex;align-items:center;justify-content:center;height:60px;margin-top:2rem}.Gallery_loadingDots__7Ejxa{display:flex;gap:8px}.Gallery_loadingDots__7Ejxa span{width:5px;height:5px;border-radius:50%;background-color:var(--color-text-muted);animation:Gallery_dotBounce__VxxGx 1.4s ease-in-out infinite both}.Gallery_loadingDots__7Ejxa span:first-child{animation-delay:-.32s}.Gallery_loadingDots__7Ejxa span:nth-child(2){animation-delay:-.16s}@keyframes Gallery_dotBounce__VxxGx{0%,80%,to{transform:scale(.8);opacity:.4}40%{transform:scale(1.15);opacity:1}}@media (hover:none){.Gallery_image__0sx_b{filter:grayscale(0)}}@media (max-width:640px){.Gallery_container__fM9N8{padding:5.5rem 1.25rem 4rem}.Gallery_imageContainer__zLd_X{grid-template-columns:1fr;gap:2.5rem}}.Gallery_emptyState__IgDB_{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:80vh;margin:0 auto;padding:2rem 1.5rem;text-align:center}.Gallery_emptyTitle__bG5VB{font-size:clamp(1.5rem,4vw,2rem);font-weight:300;letter-spacing:-.02em;line-height:1.15;color:var(--color-text-primary);margin:0 0 1rem}.Gallery_emptyBody__Bw06i{font-size:1rem;line-height:1.7;color:var(--color-text-tertiary);max-width:44ch;margin:0}.Gallery_emptyActions__YyiLy{display:flex;flex-wrap:wrap;justify-content:center;gap:1.75rem;margin-top:2.5rem}.Gallery_textAction__mrma9{font:inherit;font-size:.9375rem;color:var(--color-text-muted);background:none;border:none;border-bottom:1px solid var(--color-border-subtle);border-radius:0;padding:0 0 2px;cursor:pointer;transition:color .2s ease,border-bottom-color .2s ease}.Gallery_textAction__mrma9:hover{color:var(--color-text-primary);border-bottom-color:var(--color-text-primary)}.GalleryLoading_loadingContainer__aII4R{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;margin:auto;padding:2rem 1.5rem;background-color:var(--color-background-primary)}.GalleryLoading_loadingText__2fMBj{font-family:inherit;font-size:1rem;font-weight:400;color:var(--color-text-muted);margin:0 0 1.25rem}.GalleryLoading_rule__nZ68l{position:relative;width:160px;max-width:60vw;height:1px;background-color:var(--color-border-subtle);overflow:hidden}.GalleryLoading_ruleFill__rRfEs{position:absolute;inset:0;background-color:var(--color-text-muted);transform-origin:left center;animation:GalleryLoading_ruleSweep__E8Rsm 1.6s ease-in-out infinite}@keyframes GalleryLoading_ruleSweep__E8Rsm{0%{transform:scaleX(0);transform-origin:left center}50%{transform:scaleX(1);transform-origin:left center}50.1%{transform:scaleX(1);transform-origin:right center}to{transform:scaleX(0);transform-origin:right center}}