.chat-container{background:#fff;border:1px solid #e5e7eb;border-radius:8px;flex-direction:column;height:100%;display:flex;overflow:hidden}.chat-header{background:#f8fafc;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;padding:12px 16px;display:flex}.chat-header-title{color:#1a1a2e;align-items:center;gap:8px;font-size:14px;font-weight:600;display:flex}.chat-header-context{color:#6b7280;font-size:12px;font-weight:400}.chat-header-actions{align-items:center;gap:8px;display:flex}.chat-close-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;padding:4px;display:flex}.chat-close-btn:hover{color:#374151;background:#e5e7eb}.chat-context-selection{text-align:center;padding:24px}.chat-context-selection h3{color:#1a1a2e;margin-bottom:8px;font-size:16px;font-weight:600}.chat-context-selection p{color:#6b7280;margin-bottom:20px;font-size:13px}.chat-context-options{flex-direction:column;gap:12px;display:flex}.chat-context-btn{cursor:pointer;text-align:left;background:#f8fafc;border:1px solid #e5e7eb;border-radius:8px;align-items:center;gap:12px;padding:16px;transition:all .15s;display:flex}.chat-context-btn:hover{background:#f0f7ff;border-color:#4a90e2}.chat-context-btn-icon{color:#6b7280;background:#e5e7eb;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.chat-context-btn:hover .chat-context-btn-icon{color:#4a90e2;background:#dbeafe}.chat-context-btn-text h4{color:#1a1a2e;margin-bottom:2px;font-size:14px;font-weight:600}.chat-context-btn-text p{color:#6b7280;margin:0;font-size:12px}.chat-messages{flex-direction:column;flex:1;gap:12px;padding:16px;display:flex;overflow-y:auto}.chat-messages-empty{color:#9ca3af;text-align:center;flex:1;justify-content:center;align-items:center;padding:40px;font-size:13px;display:flex}.chat-message{flex-direction:column;max-width:80%;display:flex}.chat-message.chat-message-own{align-self:flex-end}.chat-message.chat-message-other{align-self:flex-start}.chat-message-header{align-items:center;gap:6px;margin-bottom:4px;font-size:11px;display:flex}.chat-message-own .chat-message-header{flex-direction:row-reverse}.chat-message-sender{color:#374151;font-weight:600}.chat-message-time{color:#9ca3af}.chat-message-bubble{word-wrap:break-word;border-radius:12px;padding:10px 14px;font-size:13px;line-height:1.5}.chat-message-own .chat-message-bubble{border-bottom-right-radius:4px}.chat-message-other .chat-message-bubble{border-bottom-left-radius:4px}.chat-team-insight .chat-message-bubble{color:#1e40af;background:#dbeafe}.chat-team-mark-taylor .chat-message-bubble{color:#5b21b6;background:#ede9fe}.chat-team-badge{text-transform:uppercase;border-radius:4px;padding:2px 6px;font-size:10px;font-weight:600}.chat-team-badge.chat-team-insight{color:#1e40af;background:#dbeafe}.chat-team-badge.chat-team-mark-taylor{color:#5b21b6;background:#ede9fe}.chat-input-area{background:#f8fafc;border-top:1px solid #e5e7eb;padding:12px 16px}.chat-input-form{gap:8px;display:flex}.chat-input{resize:none;border:1px solid #e5e7eb;border-radius:8px;flex:1;min-height:40px;max-height:120px;padding:10px 14px;font-family:inherit;font-size:13px}.chat-input:focus{border-color:#4a90e2;outline:none;box-shadow:0 0 0 2px #4a90e21a}.chat-send-btn{color:#fff;cursor:pointer;background:#4a90e2;border:none;border-radius:8px;align-items:center;gap:6px;padding:10px 16px;font-size:13px;font-weight:500;transition:background .15s;display:flex}.chat-send-btn:hover:not(:disabled){background:#3a7bc8}.chat-send-btn:disabled{color:#9ca3af;cursor:not-allowed;background:#e5e7eb}.chat-floating-btn{color:#fff;cursor:pointer;z-index:1000;background:#4a90e2;border:none;border-radius:50%;justify-content:center;align-items:center;width:56px;height:56px;transition:all .2s;display:flex;position:fixed;bottom:24px;right:24px;box-shadow:0 4px 12px #4a90e266}.chat-floating-btn:hover{background:#3a7bc8;transform:scale(1.05)}.chat-floating-btn svg{width:24px;height:24px}.chat-panel{z-index:1000;border-radius:12px;width:380px;height:500px;max-height:calc(100vh - 120px);position:fixed;bottom:96px;right:24px;overflow:hidden;box-shadow:0 8px 32px #00000026}.chat-back-btn{cursor:pointer;color:#6b7280;background:0 0;border:none;border-radius:4px;justify-content:center;align-items:center;margin-right:4px;padding:4px;display:flex}.chat-back-btn:hover{color:#374151;background:#e5e7eb}.chat-sessions-container{flex-direction:column;flex:1;display:flex;overflow:hidden}.chat-new-btn{color:#fff;cursor:pointer;background:#4a90e2;border:none;border-radius:8px;justify-content:center;align-items:center;gap:8px;margin:12px 16px;padding:12px 16px;font-size:14px;font-weight:500;transition:background .15s;display:flex}.chat-new-btn:hover{background:#3a7bc8}.chat-sessions-loading,.chat-sessions-empty{color:#9ca3af;text-align:center;flex-direction:column;flex:1;justify-content:center;align-items:center;padding:40px 20px;font-size:13px;display:flex}.chat-sessions-empty p{margin:4px 0}.chat-sessions-list{flex:1;padding:0 8px 8px;overflow-y:auto}.chat-session-item{cursor:pointer;text-align:left;background:#fff;border:1px solid #e5e7eb;border-radius:8px;align-items:center;width:100%;margin-bottom:8px;padding:12px;transition:all .15s;display:flex}.chat-session-item:hover{background:#f8fafc;border-color:#d1d5db}.chat-session-item.has-unread{background:#f0f7ff;border-color:#4a90e2}.chat-session-item-content{flex:1;min-width:0}.chat-session-item-header{justify-content:space-between;align-items:center;gap:8px;margin-bottom:4px;display:flex}.chat-session-item-title{color:#1a1a2e;white-space:nowrap;text-overflow:ellipsis;font-size:13px;font-weight:600;overflow:hidden}.chat-session-item-date{color:#9ca3af;flex-shrink:0;font-size:11px}.chat-session-item-preview{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:12px;overflow:hidden}.chat-session-item.has-unread .chat-session-item-preview{color:#374151;font-weight:500}.chat-session-item-badge{color:#fff;background:#ef4444;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;min-width:20px;height:20px;margin-left:8px;font-size:11px;font-weight:600;display:flex}@media (max-width:480px){.chat-panel{border-radius:0;width:100%;height:100%;max-height:100vh;bottom:0;left:0;right:0}.chat-floating-btn{bottom:16px;right:16px}}
