/* Baskibu Designer 0.23.45 — smart overlap selection and layer picker. */
.bbd-app.bbd-release-02345 .bbd-v2336-object-menu__trigger[data-stack-count]::after{
  content:attr(data-stack-count);
  position:absolute;
  right:-6px;
  bottom:-6px;
  min-width:17px;
  height:17px;
  padding:0 4px;
  display:grid;
  place-items:center;
  border:2px solid #fff;
  border-radius:999px;
  background:#0b7a6a;
  color:#fff;
  font:800 9px/1 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;
  letter-spacing:0;
  box-shadow:0 2px 7px rgba(15,23,42,.16);
}
.bbd-v2345-layer-action{grid-column:auto!important}

.bbd-v2345-stack-picker{
  position:absolute!important;
  z-index:9850!important;
  width:min(286px,calc(100% - 16px))!important;
  max-height:min(430px,calc(100% - 16px))!important;
  overflow:auto!important;
  padding:8px!important;
  border:1px solid rgba(202,216,213,.98)!important;
  border-radius:14px!important;
  background:rgba(255,255,255,.985)!important;
  box-shadow:0 18px 48px rgba(15,23,42,.18),0 2px 8px rgba(15,23,42,.07)!important;
  backdrop-filter:blur(18px) saturate(1.06)!important;
  pointer-events:auto!important;
  color:#1d2939!important;
  animation:bbd-v2345-picker-in .14s cubic-bezier(.2,.8,.2,1) both;
}
.bbd-v2345-stack-picker[hidden]{display:none!important}
.bbd-v2345-stack-picker__head{
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:10px;
  min-height:36px;
  padding:2px 3px 7px;
  border-bottom:1px solid #e9efed;
}
.bbd-v2345-stack-picker__head strong{font-size:11.5px;font-weight:850}
.bbd-v2345-stack-picker__head button{
  width:28px;height:28px;min-width:28px;padding:0;border:0;border-radius:7px;
  background:#f2f5f4;color:#667085;font:700 18px/1 system-ui;cursor:pointer;
}
.bbd-v2345-stack-picker__head button:hover{background:#eaf6f2;color:#0b7a6a}
.bbd-v2345-stack-picker__list{display:grid;gap:4px;padding-top:6px}
.bbd-v2345-stack-picker__item{
  width:100%;min-height:46px;display:flex;align-items:center;gap:9px;text-align:left;
  padding:6px 8px;border:1px solid transparent;border-radius:9px;background:#fff;color:#344054;cursor:pointer;
}
.bbd-v2345-stack-picker__item:hover{background:#f2faf7;border-color:#cae5de}
.bbd-v2345-stack-picker__item.is-active{background:#edf8f5;border-color:#a9d8cd;color:#0b7a6a}
.bbd-v2345-stack-picker__index{
  flex:0 0 24px;width:24px;height:24px;display:grid;place-items:center;border-radius:6px;
  background:#f1f4f3;color:#667085;font-size:9.5px;font-weight:850;
}
.bbd-v2345-stack-picker__item.is-active .bbd-v2345-stack-picker__index{background:#d9f0ea;color:#08705f}
.bbd-v2345-stack-picker__copy{min-width:0;display:grid;gap:1px;flex:1 1 auto}
.bbd-v2345-stack-picker__copy strong{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;font-size:11px;font-weight:850}
.bbd-v2345-stack-picker__copy small{font-size:9px;font-weight:700;color:#98a2b3}
.bbd-v2345-stack-picker__lock{flex:0 0 auto;padding:3px 5px;border-radius:5px;background:#f4f5f7;color:#667085;font-size:8px;font-weight:800}
@keyframes bbd-v2345-picker-in{from{opacity:0;transform:translateY(-4px) scale(.985)}to{opacity:1;transform:none}}
@media (max-width:760px){
  .bbd-v2345-stack-picker{width:min(272px,calc(100% - 12px))!important;border-radius:13px!important}
  .bbd-v2345-stack-picker__item{min-height:48px}
}
@media (prefers-reduced-motion:reduce){.bbd-v2345-stack-picker{animation:none!important}}
