.gallery.svelte-geoysn{--gallery-height:24rem;box-sizing:border-box;flex-direction:column;align-items:center;gap:1rem;width:100%;display:flex}.container.svelte-geoysn{width:100%;max-width:900px;height:var(--gallery-height);grid-template-columns:auto minmax(0,1fr) auto;align-items:center;gap:1.5rem;display:grid;overflow:hidden}.arrow.svelte-geoysn{border:var(--border-width) solid var(--border);background:var(--surface);width:2.75rem;height:2.75rem;color:var(--text);cursor:pointer;transition:transform var(--transition-time) ease, background var(--transition-time) ease, color var(--transition-time) ease;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:flex}.arrow.svelte-geoysn:hover:not(:disabled){background:var(--primary-hover);color:var(--surface);transform:scale(1.08)}.arrow.svelte-geoysn:active:not(:disabled){transform:scale(.95)}.arrow.svelte-geoysn:disabled{opacity:.4;cursor:default}.stage.svelte-geoysn{height:var(--gallery-height);min-width:0;min-height:0;position:relative;overflow:hidden}.slide.svelte-geoysn{justify-content:center;align-items:center;display:flex;position:absolute;inset:0}.imageFill.svelte-geoysn{height:var(--gallery-height);object-fit:contain;border:var(--border-width) solid var(--border);border-radius:var(--border-radius);box-sizing:border-box;width:auto;max-width:100%;display:block}.empty.svelte-geoysn{width:100%;height:var(--gallery-height);border:1px dashed var(--divider);border-radius:var(--border-radius);color:var(--text-muted);font-family:var(--font-sans);box-sizing:border-box;justify-content:center;align-items:center;display:flex}.dots.svelte-geoysn{gap:.5rem;display:flex}.dot.svelte-geoysn{background:var(--divider);cursor:pointer;width:8px;height:8px;transition:background var(--transition-time) ease, transform var(--transition-time) ease;border:none;border-radius:50%;padding:0}.dot.active.svelte-geoysn{background:var(--primary);transform:scale(1.3)}.gallery.phone.svelte-geoysn{--gallery-height:14rem;padding-inline:.5rem}.gallery.phone.svelte-geoysn .container:where(.svelte-geoysn){flex-wrap:wrap;justify-content:center;align-items:center;gap:.75rem;max-width:100%;height:auto;display:flex}.gallery.phone.svelte-geoysn .stage:where(.svelte-geoysn){flex:100%;order:1;width:100%}.gallery.phone.svelte-geoysn .arrow:where(.svelte-geoysn){order:2}.gallery.phone.svelte-geoysn .arrow:where(.svelte-geoysn):last-of-type{order:3}.gallery.phone.svelte-geoysn .dots:where(.svelte-geoysn){flex-wrap:wrap;justify-content:center;max-width:100%}.gallery.phone.svelte-geoysn .dot:where(.svelte-geoysn){background-clip:content-box;padding:10px}
