.mosaic-gallery[data-astro-cid-b4eps32z]{position:relative;width:100%;padding:1rem}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-grid[data-astro-cid-b4eps32z]{display:grid;grid-template-columns:repeat(auto-fill,minmax(150px,1fr));grid-auto-rows:12px;gap:12px}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z]{position:relative;overflow:hidden;border-radius:0.375rem;cursor:pointer;grid-row-end:span var(--span, 1);box-shadow:0 2px 4px rgba(0,0,0,0.1),0 0 0 1px rgba(0,0,0,0.05);transition:transform 0.3s ease,box-shadow 0.3s ease,z-index 0.3s ease}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z] .gallery-thumbnail[data-astro-cid-b4eps32z]{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z]:hover{transform:translateY(-5px) scale(1.05);box-shadow:0 10px 15px rgba(0,0,0,0.2),0 0 0 1px rgba(0,0,0,0.1);z-index:10}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z]:focus-visible{outline:3px solid var(--primary);transform:translateY(-5px) scale(1.05);z-index:15}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z]::after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(0deg,rgba(0,0,0,0.3) 0%,rgba(0,0,0,0) 50%);opacity:0.3;transition:opacity 0.3s ease}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z]:hover::after{opacity:0.1}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z].span-1{grid-column:span 1}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z].span-2{grid-column:span 2}@media (max-width: 640px){.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z].span-3{grid-column:span 2}}@media (min-width: 641px){.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z].span-3{grid-column:span 3}}@media (max-width: 640px){.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z].span-4{grid-column:span 2}}@media (min-width: 641px) and (max-width: 1023px){.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z].span-4{grid-column:span 3}}@media (min-width: 1024px){.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z].span-4{grid-column:span 4}}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z]{display:flex;align-items:center;justify-content:center;position:fixed;top:0;left:0;width:100%;height:100%;background-color:rgba(0,0,0,0.9);z-index:1000;opacity:0;pointer-events:none;transition:opacity 0.3s ease}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z].active{opacity:1;pointer-events:auto}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-content[data-astro-cid-b4eps32z]{position:relative;max-width:90%;max-height:90%;display:flex;flex-direction:column;align-items:center;justify-content:center}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-content[data-astro-cid-b4eps32z] .modal-loading[data-astro-cid-b4eps32z]{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;color:white;font-size:1rem;z-index:5}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-content[data-astro-cid-b4eps32z] .modal-loading[data-astro-cid-b4eps32z] .loader-spinner[data-astro-cid-b4eps32z]{width:50px;height:50px;border:5px solid rgba(255,255,255,0.3);border-radius:50%;border-top-color:white;animation:spin 1s ease-in-out infinite;margin-bottom:1rem}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-content[data-astro-cid-b4eps32z] .modal-image[data-astro-cid-b4eps32z]{max-width:100%;max-height:80vh;display:block;border-radius:4px;box-shadow:0 0 30px rgba(0,0,0,0.5);animation:fadeIn 0.3s ease-in-out;background-color:#1a1a1a;-o-object-fit:contain;object-fit:contain;opacity:0;transition:opacity 0.3s ease;z-index:10}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-content[data-astro-cid-b4eps32z] .modal-caption[data-astro-cid-b4eps32z]{color:white;text-align:center;padding:1rem 0;font-size:1rem;margin-top:0.5rem;width:100%}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-close[data-astro-cid-b4eps32z],.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-prev[data-astro-cid-b4eps32z],.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-next[data-astro-cid-b4eps32z]{position:absolute;background:rgba(0,0,0,0.5);color:white;border:none;font-size:2rem;cursor:pointer;transition:all 0.3s ease;z-index:1001;padding:0.5rem;border-radius:50%;width:3rem;height:3rem;display:flex;align-items:center;justify-content:center}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-close[data-astro-cid-b4eps32z]:hover,.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-prev[data-astro-cid-b4eps32z]:hover,.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-next[data-astro-cid-b4eps32z]:hover,.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-close[data-astro-cid-b4eps32z]:focus,.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-prev[data-astro-cid-b4eps32z]:focus,.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-next[data-astro-cid-b4eps32z]:focus{background-color:rgba(255,255,255,0.2);color:var(--primary, #4caf50);transform:scale(1.1)}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-close[data-astro-cid-b4eps32z]:focus-visible,.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-prev[data-astro-cid-b4eps32z]:focus-visible,.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-next[data-astro-cid-b4eps32z]:focus-visible{outline:3px solid var(--primary);outline-offset:2px}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-close[data-astro-cid-b4eps32z]{top:1rem;right:1rem;font-size:2.5rem}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-prev[data-astro-cid-b4eps32z],.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-next[data-astro-cid-b4eps32z]{top:50%;transform:translateY(-50%);font-size:3rem;padding:1rem;background-color:rgba(0,0,0,0.3)}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-prev[data-astro-cid-b4eps32z]:hover,.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-next[data-astro-cid-b4eps32z]:hover{background-color:rgba(0,0,0,0.6)}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-prev[data-astro-cid-b4eps32z]{left:1rem}.mosaic-gallery[data-astro-cid-b4eps32z] .gallery-modal[data-astro-cid-b4eps32z] .modal-next[data-astro-cid-b4eps32z]{right:1rem}@keyframes fadeIn{from{opacity:0;transform:scale(0.9)}to{opacity:1;transform:scale(1)}}@keyframes spin{0%{transform:rotate(0deg)}100%{transform:rotate(360deg)}}body.dark-mode .mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z]{box-shadow:0 4px 6px rgba(0,0,0,0.3);border:2px solid #333}body.dark-mode .mosaic-gallery[data-astro-cid-b4eps32z] .gallery-item[data-astro-cid-b4eps32z]:hover{box-shadow:0 10px 15px rgba(0,0,0,0.4)}