
  .pin-wrapper.svelte-vykjoi { display:flex; align-items:center; justify-content:center; cursor:pointer; }
  .pin-shape.svelte-vykjoi { display:flex; align-items:center; justify-content:center; overflow:hidden; border:1.5px solid #888; box-shadow:0 2px 4px rgba(0,0,0,0.15); transition: transform 0.2s ease; }
  .grow.svelte-vykjoi { transform: scale(1.4); }
  .pin-inner.svelte-vykjoi { display:flex; align-items:center; justify-content:center; }
  .pin-icon-wrapper.svelte-vykjoi { width:100%; height:100%; display:flex; align-items:center; justify-content:center; }
  .pin-icon-wrapper span { font-size:1.3rem !important; line-height:1; }
  .pin-icon-wrapper img { width:95% !important; height:95% !important; object-fit:contain; }
  .pin-circle.svelte-vykjoi { border-radius:50%; }
  .pin-circle.resolved.svelte-vykjoi { transform: scale(1.2); transition: transform 0.3s, box-shadow 0.3s; }
  .pin-circle.todo.svelte-vykjoi { mix-blend-mode: multiply; opacity:0.6; }
  .pin-circle.resolved.grow.svelte-vykjoi { transform: scale(1.4); }
