.shop-chat-trigger{bottom:var(--spacing-xl);left:var(--spacing-xl);background:var(--cyber-cyan);border:3px solid var(--cyber-cyan);cursor:pointer;width:70px;height:70px;z-index:var(--z-header);transition:all var(--transition-base);box-shadow:var(--shadow-glow-cyan);border-radius:50%;justify-content:center;align-items:center;padding:0;display:flex;position:fixed;overflow:visible}.shop-chat-trigger:hover{background:var(--cyber-pink);border-color:var(--cyber-pink);transform:scale(1.1);box-shadow:0 6px 30px #00f5ffb3}.shop-chat-trigger:focus{outline:none;box-shadow:0 0 0 3px #00f5ff80,0 6px 30px #00f5ffb3}.shop-chat-trigger__avatar{object-fit:cover;border-radius:50%;width:60px;height:60px}.shop-chat-trigger__badge{background:var(--cyber-pink);color:#fff;border:2px solid var(--cyber-bg);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:1rem;font-weight:800;animation:2s ease-in-out infinite badge-pulse;display:flex;position:absolute;top:-5px;right:-5px;box-shadow:0 2px 10px #ff006e80}@keyframes badge-pulse{0%,to{transform:scale(1);box-shadow:0 2px 10px #ff006e80}50%{transform:scale(1.1);box-shadow:0 2px 15px #ff006ecc}}@media (width<=640px){.shop-chat-trigger{bottom:var(--spacing-lg);left:var(--spacing-lg);width:60px;height:60px}.shop-chat-trigger__avatar{width:50px;height:50px}.shop-chat-trigger__badge{width:24px;height:24px;font-size:.875rem;top:-3px;right:-3px}}
