.chat-bubbles{position:fixed;inset:0;z-index:14;overflow:hidden;pointer-events:none;contain:layout style;user-select:none}
.chat-bubbles[hidden]{display:none}
.chat-bubble{position:absolute;left:0;top:0;width:max-content;max-width:min(240px,48vw);padding:10px 14px;margin-bottom:8px;border:1px solid #c9d4e2;border-radius:15px;background:#fffdf8;color:#152239;box-shadow:0 3px 12px #14243a30;font-size:15px;line-height:1.35;font-weight:650;text-align:center;pointer-events:none}
.chat-bubble::after{content:"";position:absolute;bottom:-6px;left:calc(50% - 5px);width:10px;height:10px;transform:rotate(45deg);background:#fffdf8;border-right:1px solid #c9d4e2;border-bottom:1px solid #c9d4e2}
.chat-bubble-text{display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:3;overflow:hidden;overflow-wrap:anywhere;white-space:normal;unicode-bidi:plaintext}
@media(max-height:500px){.chat-bubble{max-width:min(205px,40vw);font-size:14px;padding:8px 11px;border-radius:12px}}
