.chat-popup-container{z-index:100;pointer-events:none;flex-direction:row-reverse;align-items:flex-end;gap:8px;display:flex;position:fixed;bottom:0;right:24px}.chat-popup{pointer-events:auto;background:#fff;border-radius:12px 12px 0 0;flex-direction:column;width:328px;display:flex;overflow:hidden;box-shadow:0 -2px 16px #0000001a,0 -1px 4px #0000000f}.chat-popup.minimized{width:280px}.chat-popup-header{color:#fff;cursor:pointer;-webkit-user-select:none;user-select:none;background:#5dcad9;align-items:center;gap:.5rem;padding:.5rem .625rem;display:flex}.chat-popup-header:hover{background:#4bb8c7}.chat-popup-avatar{color:#fff;background:#4bb8c7;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:12px;font-weight:600;display:flex}.chat-popup-avatar-img{object-fit:cover;border-radius:9999px;width:100%;height:100%}.chat-popup-header-info{flex:1;min-width:0}.chat-popup-header-name{color:#1c1917;white-space:nowrap;text-overflow:ellipsis;font-size:.8125rem;font-weight:600;overflow:hidden}.chat-popup-header-role{color:#44403c;font-size:.6875rem}.chat-popup-unread{color:#fff;text-align:center;background:#ef4444;border-radius:9999px;flex-shrink:0;min-width:18px;padding:.0625rem .375rem;font-size:11px;font-weight:600}.chat-popup-header-actions{flex-shrink:0;gap:.125rem;display:flex}.chat-popup-btn{color:#44403c;cursor:pointer;background:0 0;border:none;border-radius:6px;justify-content:center;align-items:center;width:28px;height:28px;transition:background .15s,color .15s;display:flex}.chat-popup-btn:hover{color:#1c1917;background:#00000014}.chat-popup-messages{background:#fafaf9;flex-direction:column;gap:.125rem;height:340px;padding:.75rem;display:flex;overflow-y:auto}.chat-popup .chat-bubble-wrapper{min-width:0;max-width:85%}.chat-popup .chat-bubble{border-radius:14px;max-width:none;padding:.5rem .75rem;font-size:.8125rem}.chat-popup .chat-bubble.mine{border-bottom-right-radius:4px}.chat-popup .chat-bubble.theirs{border-bottom-left-radius:4px}.chat-popup .chat-bubble-meta{font-size:.625rem}.chat-popup .chat-date-header span{padding:.125rem .5rem;font-size:.6875rem}.chat-popup-empty{text-align:center;color:#78716c;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:2rem 1rem;display:flex}.chat-popup-empty-text{color:#57534e;font-size:.8125rem;font-weight:600}.chat-popup-empty-sub{margin-top:.25rem;font-size:.75rem}.chat-popup-input-area{background:#fff;border-top:1px solid #e7e5e4;align-items:center;gap:.5rem;padding:.5rem;display:flex}.chat-popup-input{background:#fafaf9;border:1px solid #d6d3d1;border-radius:20px;outline:none;flex:1;padding:.5rem .75rem;font-family:inherit;font-size:.8125rem;transition:border-color .15s}.chat-popup-input:focus{background:#fff;border-color:#a8a29e}.chat-popup-send{color:#fff;cursor:pointer;background:#5dcad9;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background .15s;display:flex}.chat-popup-send:hover{background:#4bb8c7}.chat-popup-send:disabled{cursor:not-allowed;background:#d6d3d1}.chat-container{flex-direction:column;height:calc(100vh - 32px);display:flex}.chat-header{background:#fff;border-bottom:1px solid #e7e5e4;align-items:center;gap:.75rem;padding:.875rem 1.25rem;display:flex}.chat-back{color:#57534e;border-radius:8px;justify-content:center;align-items:center;width:32px;height:32px;text-decoration:none;transition:background .15s;display:flex}.chat-back:hover{background:#f5f5f4}.chat-header-info{flex:1;min-width:0}.chat-header-name{color:#1c1917;font-size:.9375rem;font-weight:600}.chat-header-role{color:#78716c;font-size:.75rem}.chat-messages{flex-direction:column;flex:1;gap:.25rem;padding:1rem 1.25rem;display:flex;overflow-y:auto}.chat-date-header{text-align:center;padding:.75rem 0}.chat-date-header span{color:#a8a29e;background:#f5f5f4;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.chat-bubble-row{margin-bottom:.125rem;display:flex}.chat-bubble-row.mine{justify-content:flex-end}.chat-bubble-row.theirs{justify-content:flex-start}.chat-bubble-wrapper{flex-direction:column;max-width:85%;display:flex}.chat-bubble{word-break:break-word;border-radius:16px;max-width:100%;padding:.625rem .875rem;font-size:.9375rem;line-height:1.4}.chat-bubble.mine{color:#1c1917;background:#5dcad9;border-bottom-right-radius:4px}.chat-bubble.theirs{color:#1c1917;background:#fff;border:1px solid #e7e5e4;border-bottom-left-radius:4px}.chat-bubble-meta{color:#a8a29e;align-items:center;gap:.25rem;margin-top:.25rem;font-size:.6875rem;display:flex}.chat-bubble-row.mine .chat-bubble-meta{justify-content:flex-end}.chat-read-check{color:#78716c;width:14px;height:14px}.chat-read-check.read{color:#5dcad9}.chat-input-area{background:#fff;border-top:1px solid #e7e5e4;align-items:center;gap:.75rem;padding:.75rem 1.25rem;display:flex}.chat-input{background:#fafaf9;border:1px solid #d6d3d1;border-radius:24px;outline:none;flex:1;padding:.625rem 1rem;font-family:inherit;font-size:.9375rem;transition:border-color .15s}.chat-input:focus{background:#fff;border-color:#a8a29e}.chat-send-btn{color:#fff;cursor:pointer;background:#5dcad9;border:none;border-radius:9999px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .15s;display:flex}.chat-send-btn:hover{background:#4bb8c7}.chat-send-btn:disabled{cursor:not-allowed;background:#d6d3d1}.message-skeleton-row{align-items:center;gap:.875rem;padding:.875rem 1.25rem;display:flex}.skeleton-avatar{border-radius:9999px;width:40px;height:40px}.skeleton-lines{flex-direction:column;flex:1;gap:.375rem;display:flex}.skeleton-line{border-radius:4px;height:14px}.skeleton-line.w60{width:60%}.skeleton-line.w40{width:40%}.skeleton-line.w80{width:80%}
