.latest-chat-bubbles{align-items:flex-end;display:flex;flex-direction:column;gap:.45em;max-height:calc(100vh - 1.3em);max-width:min(33vw,22em);overflow:visible;pointer-events:none;position:fixed;right:.65em;top:.65em;width:min(33vw,22em);z-index:1200}.latest-chat-bubble{background:hsla(0,0%,100%,.96);border:1px solid hsla(0,0%,83%,.92);border-radius:18px;box-shadow:0 3px 12px rgba(0,0,0,.18);box-sizing:border-box;color:#000;display:block;line-height:1.25;max-width:100%;min-height:3.1em;opacity:1;overflow:hidden;padding:.45em .55em;pointer-events:auto;text-decoration:none;transform:translateX(0);transition:opacity .24s ease,transform .24s ease,margin .24s ease;width:100%}.latest-chat-bubble.is-entering{animation:latest-chat-bubble-enter .22s ease-out}.latest-chat-bubble.is-leaving{margin-top:-3.55em;opacity:0;pointer-events:none;transform:translateY(-.7em)}.latest-chat-bubble-avatar{border-radius:8px;flex:0 0 auto;height:1.45em;-o-object-fit:cover;object-fit:cover;width:1.45em}.latest-chat-bubble-avatar-empty{background:#efefdb;display:block}.latest-chat-bubble-body{display:block;min-width:0}.latest-chat-bubble-room{color:#666;display:block;font-size:.72em;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.latest-chat-bubble-user-row{align-items:center;-moz-column-gap:.35em;column-gap:.35em;display:flex;margin-top:.16em;min-width:0}.latest-chat-bubble-user{display:block;font-size:.76em;font-weight:700;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.latest-chat-bubble-text{-webkit-box-orient:vertical;-webkit-line-clamp:3;display:-webkit-box;font-size:.82em;margin-top:.18em;overflow:hidden;overflow-wrap:anywhere;text-overflow:ellipsis;white-space:normal}.latest-chat-bubble-image{border-radius:12px;display:block;margin-top:.35em;max-height:8em;-o-object-fit:cover;object-fit:cover;width:100%}@keyframes latest-chat-bubble-enter{0%{opacity:0;transform:translateY(-.7em)}to{opacity:1;transform:translateY(0)}}
