.gallery_gallery__8AoRi{display:grid;grid-template-columns:repeat(auto-fit,minmax(150px,1fr));grid-gap:1rem;gap:1rem;max-width:1200px;margin:0 auto 3rem;padding:0 1rem}.gallery_thumb__2936j{position:relative;width:100%;aspect-ratio:4/3;border-radius:12px;overflow:hidden;border:3px solid var(--color-yellow-bg);cursor:pointer;box-shadow:0 4px 15px rgba(0,0,0,.15);transition:transform .3s ease,box-shadow .3s ease;background-color:var(--color-black-text)}.gallery_thumb__2936j:focus-visible,.gallery_thumb__2936j:hover{transform:scale(1.05);box-shadow:0 8px 25px rgba(0,0,0,.3);outline:none}.gallery_modalOverlay__MkuNc{position:fixed;inset:0;background-color:rgba(26,26,26,.9);display:flex;justify-content:center;align-items:center;z-index:1000;padding:1rem;cursor:zoom-out}.gallery_modalContent__Xajd5{position:relative;max-width:90vw;max-height:90vh;border-radius:12px;box-shadow:0 0 20px var(--color-yellow-bg);background-color:var(--color-black-text);display:flex;align-items:center;justify-content:center;overflow:hidden}.gallery_modalContent__Xajd5 img{max-width:100%;max-height:100%;object-fit:contain;border-radius:12px}.gallery_closeBtn__2pbiY{position:absolute;top:10px;right:10px;background:var(--color-yellow-bg);color:var(--color-black-text);font-size:2rem;font-weight:900;border:none;border-radius:50%;width:40px;height:40px;line-height:36px;cursor:pointer;box-shadow:0 0 10px rgba(0,0,0,.25);transition:background-color .3s ease;z-index:10}.gallery_closeBtn__2pbiY:focus,.gallery_closeBtn__2pbiY:hover{background-color:#e0d100;outline:none}@media (min-width:600px){.gallery_gallery__8AoRi{grid-template-columns:repeat(auto-fit,minmax(180px,1fr));margin-top:1rem}}@media (min-width:900px){.gallery_gallery__8AoRi{margin-top:1rem;grid-template-columns:repeat(auto-fit,minmax(200px,1fr))}.gallery_closeBtn__2pbiY{width:48px;height:48px;font-size:2.2rem}}