.gallery.svelte-geoysn{display:flex;flex-direction:column;gap:var(--space-3);outline:none}.gallery-hero.svelte-geoysn{position:relative;display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:var(--radius-lg);min-height:0;flex:1}.gallery-hero-img.svelte-geoysn{width:100%;max-height:60vh;object-fit:contain;display:block;border-radius:var(--radius-lg)}.gallery-nav.svelte-geoysn{position:absolute;top:50%;transform:translateY(-50%);z-index:2;display:none;align-items:center;justify-content:center;width:36px;height:36px;border-radius:var(--radius-full);border:none;background:#00000080;color:#fff;cursor:pointer}.gallery-nav--prev.svelte-geoysn{left:var(--space-3)}.gallery-nav--next.svelte-geoysn{right:var(--space-3)}.gallery-thumbs.svelte-geoysn{display:flex;gap:var(--space-2);overflow-x:auto;scrollbar-width:none;-ms-overflow-style:none;padding:var(--space-1) 0}.gallery-thumbs.svelte-geoysn::-webkit-scrollbar{display:none}.gallery-thumb.svelte-geoysn{flex-shrink:0;width:72px;height:72px;border-radius:var(--radius-md);overflow:hidden;border:2px solid transparent;padding:0;background:transparent;cursor:pointer;opacity:.5;transition:opacity var(--duration-fast) var(--ease-out),border-color var(--duration-fast) var(--ease-out)}.gallery-thumb.svelte-geoysn:hover{opacity:.8}.gallery-thumb.active.svelte-geoysn{opacity:1;border-color:var(--color-white)}.gallery-thumb-img.svelte-geoysn{width:100%;height:100%;object-fit:cover;display:block}@media(max-width:768px){.gallery-hero-img.svelte-geoysn{max-height:none;border-radius:0}.gallery-hero.svelte-geoysn{border-radius:0}.gallery-nav.svelte-geoysn{opacity:1;width:32px;height:32px}.gallery-thumb.svelte-geoysn{width:60px;height:60px}.gallery-thumbs.svelte-geoysn{padding:0 var(--space-4)}}
