.social-proof{display:flex;align-items:center;gap:.625rem}.social-proof__icon{flex-shrink:0;color:rgb(var(--color-foreground))}.social-proof__text{font-size:var(--text-sm);line-height:1.4;color:rgba(var(--color-foreground),.8)}.social-proof__text strong{font-weight:600;color:rgb(var(--color-foreground))}.social-proof-viewers{gap:.5rem}.social-proof-viewers__dot{width:8px;height:8px;border-radius:50%;background-color:rgb(var(--color-accent-1));flex-shrink:0}.social-proof-viewers__dot--pulse{animation:2s ease-in-out infinite social-proof-pulse}@keyframes social-proof-pulse{0%,100%{opacity:1;transform:scale(1)}50%{opacity:.6;transform:scale(.85)}}.social-proof-viewers--icon-eye .social-proof__icon,.social-proof-viewers--icon-fire .social-proof__icon,.social-proof-viewers--icon-users .social-proof__icon{width:16px;height:16px}.social-proof-viewers--style-badge{background:rgba(var(--color-foreground),.05);padding:.5rem .875rem;border-radius:100px;width:fit-content}.social-proof-viewers--style-border{border:1px solid rgba(var(--color-foreground),.15);padding:.5rem .875rem;border-radius:100px;width:fit-content}.social-proof-avatars{gap:.75rem}.social-proof-avatars__stack{display:flex;flex-shrink:0}.social-proof-avatars__avatar{width:var(--avatar-size,36px);height:var(--avatar-size,36px);border-radius:50%;border:2px solid rgb(var(--color-background));overflow:hidden;background:rgba(var(--color-foreground),.1);margin-left:calc(var(--avatar-size,36px) * -.35);position:relative}.social-proof-avatars__avatar:first-child{margin-left:0}.social-proof-avatars__avatar img{width:100%;height:100%;object-fit:cover}.social-proof-avatars__avatar--placeholder{display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,rgba(var(--color-accent-1),.2),rgba(var(--color-accent-2),.2))}.social-proof-avatars__avatar--placeholder svg{width:50%;height:50%;color:rgba(var(--color-foreground),.4)}.social-proof-avatars__content{display:flex;flex-direction:column;gap:.125rem}.social-proof-avatars__title{font-size:var(--text-sm);font-weight:600;line-height:1.3;color:rgb(var(--color-foreground));display:flex;align-items:center;gap:.375rem}.social-proof-avatars__subtitle{font-size:var(--text-xs);color:rgba(var(--color-foreground),.7);line-height:1.4}.social-proof-avatars__verified{flex-shrink:0;width:16px;height:16px;color:#1da1f2}.social-proof-avatars--style-card{background:rgb(var(--color-background));padding:.875rem 1rem;border-radius:12px;box-shadow:0 2px 12px rgba(0,0,0,.08);width:fit-content}.social-proof-avatars--style-border{border:1px solid rgba(var(--color-foreground),.12);padding:.875rem 1rem;border-radius:12px;width:fit-content}.product__content--block-social-proof{display:flex}.product__content--block-social-proof.align--left{justify-content:flex-start}.product__content--block-social-proof.align--center{justify-content:center}.product__content--block-social-proof.align--right{justify-content:flex-end}@media screen and (max-width:749px){.social-proof-avatars__avatar{width:calc(var(--avatar-size,36px) * .85);height:calc(var(--avatar-size,36px) * .85);margin-left:calc(var(--avatar-size,36px) * -.3)}}@media (prefers-reduced-motion:reduce){.social-proof-viewers__dot--pulse{animation:none}}