/* Clustered project markers ("Alle Projekte") */
.proj-cluster { position: relative; width: 36px; height: 36px; }
.proj-cluster .circle { width: 36px; height: 36px; border-radius: 50%; background:#fff; border:2px solid rgba(15,23,42,0.15); box-shadow:0 2px 8px rgba(15,23,42,0.12); display:flex; align-items:center; justify-content:center; }
.proj-cluster img { width: 60%; height: 60%; display:block; opacity:.9; }
.proj-cluster .badge { position:absolute; top:-4px; right:-4px; color:#fff; font-weight:700; font-size:10px; box-shadow:0 2px 6px rgba(15,23,42,0.18); background:#A6C4A1; border:2px solid #fff; }
.proj-cluster .badge.circle { width:18px; height:18px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; line-height:18px; }
.proj-cluster .badge.pill { min-width:18px; height:18px; padding:0 6px; border-radius:999px; display:inline-flex; align-items:center; justify-content:center; line-height:18px; }
.proj-cluster.is-new .circle { background:#3b82f6; border-color:#2563eb; }
.proj-cluster.is-new img { opacity:1; filter:brightness(0) invert(1); }
.proj-cluster.is-new .badge { background:#3b82f6; }
