.bp-gb-wrap{position:relative;display:inline-block;}
.bp-gb-badge{position:absolute;z-index:5;display:flex;align-items:center;justify-content:center;text-align:center;pointer-events:none}
.bp-gb-badge.pos-top-left{top:var(--oy);left:var(--ox)}
.bp-gb-badge.pos-top-right{top:var(--oy);right:var(--ox)}
.bp-gb-badge.pos-bottom-left{bottom:var(--oy);left:var(--ox)}
.bp-gb-badge.pos-bottom-right{bottom:var(--oy);right:var(--ox)}
.bp-gb-badge.pos-center{top:50%;left:50%;transform:translate(-50%,-50%)}
.bp-gb-shape{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%) scale(var(--scale));transform-origin:center center}
.bp-gb-shape.shape-burst{background:var(--bg);border:4px solid var(--out);clip-path:polygon(50% 0%,60% 15%,75% 10%,70% 26%,88% 28%,72% 40%,100% 50%,72% 60%,88% 72%,70% 74%,75% 90%,60% 85%,50% 100%,40% 85%,25% 90%,30% 74%,12% 72%,28% 60%,0% 50%,28% 40%,12% 28%,30% 26%,25% 10%,40% 15%);filter:drop-shadow(0 2px 0 var(--out)) drop-shadow(0 0 2px var(--out))}
.bp-gb-shape.shape-pill{background:var(--bg);border:4px solid var(--out);border-radius:9999px;padding:var(--pilly) var(--pillx)}
.bp-gb-shape.shape-circle{background:var(--bg);border:4px solid var(--out);border-radius:50%;width:var(--circle);height:var(--circle)}
.bp-gb-shape.shape-custom{width:var(--cw);height:var(--ch);object-fit:contain}
.bp-gb-text{position:relative;z-index:2;color:var(--txt);font-size:var(--ts);font-weight:900;-webkit-text-stroke:var(--sw) var(--stroke);line-height:1.05;letter-spacing:1px}
@keyframes bpPulse{0%{transform:translate(-50%,-50%) scale(var(--scale))}50%{transform:translate(-50%,-50%) scale(calc(var(--scale)*var(--pscale)))}100%{transform:translate(-50%,-50%) scale(var(--scale))}}
.bp-gb-badge.do-pulse .bp-gb-shape{animation:bpPulse var(--pspeed) ease-in-out infinite}
