.chat-bubble-btn{right:var(--spacing-xl);bottom:calc(var(--spacing-xl) + 60px);border-radius:var(--radius-full);cursor:pointer;background:var(--color-container-bg-primarybtn-default);width:56px;height:56px;color:var(--color-text-static);box-shadow:var(--shadow-ground-glass);z-index:49;border:none;justify-content:center;align-items:center;transition:background .15s,transform .2s;display:flex;position:fixed}.chat-bubble-btn:hover{background:var(--color-container-bg-primarybtn-hover)}.chat-bubble-btn--open{background:var(--color-container-bg-primarybtn-hover);transform:rotate(90deg)}.chat-bubble-btn--open:hover{background:var(--color-container-bg-primarybtn-hover)}
