.chat-floating-button{color:#fff;cursor:pointer;z-index:999;background:#3b82f6;border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:48px;height:48px;transition:all .2s;display:flex;position:fixed;bottom:80px;right:20px;box-shadow:0 4px 12px rgba(0,0,0,.15)}.chat-floating-button:hover{background:#2563eb;transform:scale(1.05)}.chat-icon{font-size:22px}.chat-badge{color:#fff;background:#ef4444;border-radius:50%;justify-content:center;align-items:center;width:18px;height:18px;font-size:10px;font-weight:700;display:flex;position:absolute;top:-4px;right:-4px}.chat-offline{background:#9ca3af;border-radius:50%;justify-content:center;align-items:center;width:14px;height:14px;font-size:8px;display:flex;position:absolute;bottom:-2px;right:-2px}.chat-window{z-index:1000;background:#fff;border-radius:12px;flex-direction:column;width:320px;height:450px;animation:.2s slideUp;display:flex;position:fixed;bottom:80px;right:20px;overflow:hidden;box-shadow:0 8px 24px rgba(0,0,0,.15)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chat-header{color:#fff;background:#3b82f6;flex-shrink:0;justify-content:space-between;align-items:center;min-height:56px;padding:12px 16px;display:flex}.chat-header-info{flex:1;align-items:center;gap:8px;min-width:0;display:flex}.chat-header-icon{flex-shrink:0;font-size:16px}.chat-header-title{white-space:nowrap;text-overflow:ellipsis;font-size:14px;font-weight:600;overflow:hidden}.chat-status{white-space:nowrap;background:rgba(255,255,255,.2);border-radius:12px;flex-shrink:0;padding:2px 8px;font-size:10px}.chat-status.online{background:#10b981}.chat-status.offline{background:#6b7280}.chat-close{color:#fff;cursor:pointer;background:rgba(255,255,255,.15);border:none;border-radius:8px;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;margin-left:8px;padding:0;font-size:20px;transition:background .2s;display:flex}.chat-close:hover{background:rgba(255,255,255,.25)}.chat-body{flex:1;display:flex;overflow:hidden}.chat-sidebar{background:#f9fafb;flex-direction:column;flex:1;display:flex}.chat-sidebar-header{border-bottom:1px solid #e5e7eb;padding:8px 12px}.chat-sidebar-header h3{margin:0;font-size:13px;font-weight:600}.chat-conversations{flex:1;overflow-y:auto}.chat-conversation-item{cursor:pointer;border-bottom:1px solid #e5e7eb;align-items:center;gap:10px;padding:10px 12px;transition:background .2s;display:flex}.chat-conversation-item:hover{background:#f3f4f6}.chat-conversation-item.unread{background:#eff6ff}.chat-conversation-avatar{background:#e5e7eb;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.chat-conversation-info{flex:1;min-width:0;overflow:hidden}.chat-conversation-name{white-space:nowrap;text-overflow:ellipsis;margin-bottom:2px;font-size:13px;font-weight:600;overflow:hidden}.chat-conversation-last{color:#6b7280;white-space:nowrap;text-overflow:ellipsis;font-size:11px;overflow:hidden}.chat-conversation-badge{color:#fff;background:#3b82f6;border-radius:10px;flex-shrink:0;padding:2px 6px;font-size:10px;font-weight:600}.chat-area{flex-direction:column;flex:1;display:flex}.chat-area-header{background:#fff;border-bottom:1px solid #e5e7eb;align-items:center;gap:10px;padding:10px 12px;display:flex}.chat-back{cursor:pointer;background:0 0;border:none;border-radius:6px;padding:6px;font-size:18px;transition:background .2s}.chat-back:hover{background:#f3f4f6}.chat-area-avatar{background:#e5e7eb;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:16px;display:flex}.chat-area-info{flex:1}.chat-area-name{font-size:13px;font-weight:600}.chat-area-status{color:#6b7280;font-size:10px}.chat-messages{background:#f9fafb;flex-direction:column;flex:1;gap:8px;padding:12px;display:flex;position:relative;overflow-y:auto}.chat-message{display:flex}.chat-message.sent{justify-content:flex-end}.chat-message.received{justify-content:flex-start}.chat-message-bubble{border-radius:10px;max-width:80%;padding:6px 10px;position:relative}.chat-message.sent .chat-message-bubble{color:#fff;background:#3b82f6;border-bottom-right-radius:2px}.chat-message.received .chat-message-bubble{color:#1f2937;background:#fff;border-bottom-left-radius:2px;box-shadow:0 1px 2px rgba(0,0,0,.05)}.chat-message-text{word-wrap:break-word;font-size:12px}.chat-message-time{opacity:.7;text-align:right;margin-top:2px;font-size:9px}.chat-new-messages-btn{color:#fff;cursor:pointer;z-index:10;background:#3b82f6;border:none;border-radius:20px;align-items:center;gap:4px;padding:6px 12px;font-size:11px;font-weight:500;transition:all .2s;display:flex;position:absolute;bottom:70px;left:50%;transform:translate(-50%);box-shadow:0 2px 8px rgba(0,0,0,.15)}.chat-new-messages-btn:hover{background:#2563eb;transform:translate(-50%)scale(1.02)}.chat-input-form{background:#fff;border-top:1px solid #e5e7eb;gap:6px;padding:8px 12px;display:flex}.chat-input{border:1px solid #e5e7eb;border-radius:20px;outline:none;flex:1;padding:8px 12px;font-size:12px;transition:border-color .2s}.chat-input:focus{border-color:#3b82f6}.chat-input:disabled{cursor:not-allowed;background:#f3f4f6}.chat-send{color:#fff;cursor:pointer;background:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:14px;transition:background .2s;display:flex}.chat-send:hover:not(:disabled){background:#2563eb}.chat-send:disabled{opacity:.5;cursor:not-allowed}.chat-empty,.chat-empty-messages{text-align:center;color:#6b7280;flex-direction:column;justify-content:center;align-items:center;padding:30px 16px;display:flex}.chat-empty span,.chat-empty-messages span{margin-bottom:8px;font-size:32px}.chat-empty p,.chat-empty-messages p{margin-bottom:4px;font-size:12px;font-weight:500}.chat-empty small,.chat-empty-messages small{font-size:10px}.chat-loading{color:#6b7280;justify-content:center;align-items:center;gap:8px;padding:20px;font-size:12px;display:flex}.chat-floating-notification{cursor:pointer;z-index:1001;background:#fff;border-left:4px solid #3b82f6;border-radius:12px;align-items:center;gap:12px;width:280px;padding:12px;animation:.3s slideInRight;display:flex;position:fixed;bottom:140px;right:20px;box-shadow:0 4px 12px rgba(0,0,0,.15)}@keyframes slideInRight{0%{opacity:0;transform:translate(100%)}to{opacity:1;transform:translate(0)}}.notification-icon{background:#eff6ff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;display:flex}.notification-content{flex:1}.notification-title{color:#1f2937;font-size:13px;font-weight:600}.notification-message{color:#6b7280;text-overflow:ellipsis;white-space:nowrap;margin-top:2px;font-size:11px;overflow:hidden}.notification-close{cursor:pointer;color:#9ca3af;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:24px;height:24px;padding:4px;font-size:18px;transition:background .2s;display:flex}.notification-close:hover{color:#4b5563;background:#f3f4f6}.chat-conversations::-webkit-scrollbar{width:4px}.chat-messages::-webkit-scrollbar{width:4px}.chat-conversations::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.chat-messages::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.chat-conversations::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.chat-messages::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.chat-conversations::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.chat-messages::-webkit-scrollbar-thumb:hover{background:#a1a1a1}.chat-typing-indicator{color:#6b7280;background:#f3f4f6;border-radius:16px;align-items:center;gap:4px;width:-moz-fit-content;width:fit-content;margin-bottom:8px;padding:6px 12px;font-size:11px;display:flex}.chat-typing-dot{background:#9ca3af;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite typingBounce}.chat-typing-dot:first-child{animation-delay:0s}.chat-typing-dot:nth-child(2){animation-delay:.2s}.chat-typing-dot:nth-child(3){animation-delay:.4s}@keyframes typingBounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-4px)}}@media (max-width:768px){.chat-header{min-height:52px;padding:8px 12px}.chat-header-info{flex:1;gap:4px;min-width:0}.chat-header-icon{flex-shrink:0;font-size:14px}.chat-header-title{white-space:nowrap;text-overflow:ellipsis;max-width:100px;font-size:13px;overflow:hidden}.chat-status{white-space:nowrap;flex-shrink:0;padding:2px 6px;font-size:9px}.chat-close{background:rgba(255,255,255,.2);border-radius:50%;flex-shrink:0;width:36px;height:36px;margin-left:8px;font-size:22px}.chat-close:active{background:rgba(255,255,255,.3);transform:scale(.95)}.chat-window{border-radius:16px;width:calc(100% - 20px);height:85vh;max-height:600px;bottom:10px;left:10px;right:10px}.chat-floating-button{bottom:70px;right:15px}.chat-floating-notification{width:auto;max-width:calc(100% - 30px);bottom:130px;left:15px;right:15px}.chat-new-messages-btn{bottom:65px}.chat-messages{padding:10px}.chat-message-bubble{max-width:85%;padding:8px 12px}.chat-message-text{font-size:13px}.chat-input-form{gap:8px;padding:8px 12px}.chat-input{padding:10px 14px;font-size:14px}.chat-send{width:40px;height:40px;font-size:18px}.chat-conversation-item{padding:12px}.chat-conversation-name{font-size:14px}.chat-conversation-last{font-size:12px}}@media (max-width:480px){.chat-header-title{max-width:70px}.chat-status{padding:2px 4px;font-size:8px}.chat-close{width:32px;height:32px;font-size:20px}}@media (max-width:360px){.chat-header-title{max-width:55px}.chat-status{padding:2px 3px;font-size:7px}.chat-close{width:28px;height:28px;font-size:18px}}
