.chat-page{display:flex;flex-direction:column;min-height:100vh;background-color:#f8f9fa}.chat-split-view{display:flex;height:100%;width:100%}.chat-list-panel{flex:3;border-right:1px solid #e9ecef;background:white;overflow-y:auto}.chat-content-panel{flex:7;background:#f0f2f5;position:relative}.embedded-chat-room{display:flex;flex-direction:column;height:100%;background:white}.embedded-chat-header{padding:16px;border-bottom:1px solid #e9ecef;background:white;display:flex;align-items:center;justify-content:space-between}.embedded-participant-info{display:flex;align-items:center;gap:12px}.embedded-participant-avatar{width:40px;height:40px;border-radius:50%;overflow:hidden;background:#e9ecef;display:flex;align-items:center;justify-content:center;flex-shrink:0}.embedded-participant-avatar img{width:100%;height:100%;object-fit:cover}.embedded-participant-avatar span{font-size:16px;font-weight:600;color:#666;text-transform:uppercase}.embedded-chat-header h3{margin:0;font-size:16px;font-weight:600;color:#333}.chat-id{font-size:12px;color:#999;font-family:monospace}.embedded-chat-messages{flex:1;padding:16px;overflow-y:auto;background:#f0f2f5;display:flex;flex-direction:column}.embedded-chat-input{padding:16px;border-top:1px solid #e9ecef;background:white;display:flex;align-items:center;gap:8px}.embedded-chat-input .message-input{flex:1;padding:12px 16px;border:1px solid #e9ecef;border-radius:24px;outline:none;font-size:14px}.embedded-chat-input .send-btn{padding:12px;background:#007bff;color:white;border:none;border-radius:50%;cursor:pointer;font-size:16px;width:44px;height:44px}.embedded-chat-input .send-btn,.no-chat-selected{display:flex;align-items:center;justify-content:center}.no-chat-selected{flex-direction:column;height:100%;padding:40px;text-align:center;color:#666}.no-chat-selected .no-chat-icon{font-size:48px;margin-bottom:16px;opacity:.5}.no-chat-selected h3{margin:0 0 8px;font-size:18px;font-weight:600}.no-chat-selected p{margin:0;font-size:14px;opacity:.8}@media (max-width:768px){.chat-split-view{display:none}}.embedded-chat-messages .message{display:flex;margin-bottom:8px;max-width:80%}.embedded-chat-messages .message.my-message{align-self:flex-end;flex-direction:row-reverse}.embedded-chat-messages .message.other-message{align-self:flex-start}.embedded-chat-messages .message.other-message.no-avatar{margin-left:40px}.embedded-chat-messages .message-avatar{width:32px;height:32px;border-radius:50%;margin-right:8px;overflow:hidden;background:#e9ecef;display:flex;align-items:center;justify-content:center;flex-shrink:0}.embedded-chat-messages .my-message .message-avatar{margin-right:0;margin-left:8px}.embedded-chat-messages .message-avatar img{width:100%;height:100%;object-fit:cover}.embedded-chat-messages .message-content{display:flex;flex-direction:column;max-width:100%}.embedded-chat-messages .my-message .message-content{align-items:flex-end}.embedded-chat-messages .other-message .message-content{align-items:flex-start}.embedded-chat-messages .message-bubble{padding:10px 14px;border-radius:18px;max-width:100%;word-wrap:break-word;position:relative;font-size:14px;line-height:1.4}.embedded-chat-messages .my-message .message-bubble{background:#007bff;color:white;border-bottom-right-radius:4px}.embedded-chat-messages .other-message .message-bubble{background:white;color:#333;border:1px solid #e9ecef;border-bottom-left-radius:4px}.embedded-chat-messages .message-time{font-size:11px;color:#999;margin-top:2px;display:flex;align-items:center;gap:4px}.embedded-chat-messages .message-read-status{font-size:10px;color:#666;font-weight:500}.embedded-chat-messages .my-message .message-time{justify-content:flex-end}.embedded-chat-messages .other-message .message-time{justify-content:flex-start}.embedded-chat-messages .system-message{display:flex;flex-direction:column;align-items:center;margin:16px 0;align-self:center}.embedded-chat-messages .system-message-content{background:rgba(0,0,0,.1);color:#666;padding:8px 16px;border-radius:16px;font-size:13px;text-align:center;max-width:80%}.embedded-chat-messages .system-message-time{font-size:10px;color:#999;margin-top:4px;text-align:center}.chat-main-layout{display:flex;flex:1;min-height:0}.chat-main-content{flex:1;display:flex;flex-direction:column;margin-left:250px;margin-top:60px;background-color:#f8f9fa;min-height:calc(100vh - 60px)}.chat-header{background:white;padding:20px;border-bottom:1px solid #e9ecef;box-shadow:0 2px 4px rgba(0,0,0,.1)}.chat-header h1{margin:0;font-size:24px;font-weight:600;color:#333}.chat-loading{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:60px 20px;text-align:center}.chat-loading-spinner{font-size:48px;margin-bottom:16px;animation:bounce 1.5s ease-in-out infinite}@keyframes bounce{0%,20%,50%,80%,to{transform:translateY(0)}40%{transform:translateY(-10px)}60%{transform:translateY(-5px)}}.chat-loading span{font-size:16px;color:#666}.chat-room-list{flex:1;display:flex;flex-direction:column}.chat-rooms-container{flex:1;padding:0}.chat-room-item{display:flex;align-items:center;padding:16px 20px;background:white;border-bottom:1px solid #f0f0f0;cursor:pointer;transition:background-color .2s ease;position:relative}.chat-room-item:hover{background-color:#f8f9fa}.chat-room-item:last-child{border-bottom:none}.chat-room-item.selected{background-color:#e3f2fd;border-left:4px solid #2196f3}.chat-room-item.selected .chat-room-name{color:#1976d2;font-weight:700}.chat-room-avatar{width:50px;height:50px;border-radius:50%;margin-right:16px;overflow:hidden;background:#e9ecef;display:flex;align-items:center;justify-content:center;flex-shrink:0}.chat-room-avatar img{width:100%;height:100%;object-fit:cover}.chat-room-avatar span{font-size:20px;font-weight:600;color:#666;text-transform:uppercase}.chat-room-info{flex:1;min-width:0}.chat-room-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.chat-room-name{font-size:16px;font-weight:600;color:#333;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.chat-room-meta{display:flex;align-items:center;gap:8px}.chat-room-time{font-size:12px;color:#999;flex-shrink:0}.unread-count,.unread-indicator{display:flex;align-items:center;justify-content:center}.unread-count{background:#ff4757;color:white;font-size:11px;font-weight:600;padding:2px 6px;border-radius:10px;min-width:18px;height:18px;text-align:center}.chat-room-preview{display:flex;align-items:center;gap:8px}.last-message{font-size:14px;color:#666;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1}.chat-room-actions{position:relative;margin-left:12px}.chat-options-btn{background:none;border:none;font-size:18px;color:#999;cursor:pointer;padding:8px;border-radius:50%;transition:all .2s ease;display:flex;align-items:center;justify-content:center;width:32px;height:32px}.chat-options-btn:hover{background-color:#f0f0f0;color:#666}.chat-options-menu{position:absolute;top:100%;right:0;background:white;border:1px solid #e9ecef;border-radius:8px;box-shadow:0 4px 12px rgba(0,0,0,.15);z-index:1000;min-width:160px;overflow:hidden}.chat-option-item{display:flex;align-items:center;width:100%;padding:12px 16px;background:none;border:none;text-align:left;font-size:14px;cursor:pointer;transition:background-color .2s ease;gap:8px}.chat-option-item:hover{background-color:#f8f9fa}.chat-option-item.delete{color:#dc3545}.chat-option-item.delete:hover{background-color:#fff5f5}.chat-option-item.block{color:#fd7e14}.chat-option-item.block:hover{background-color:#fff8f0}.no-chat-rooms{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:80px 20px;text-align:center;background:white;margin:20px;border-radius:12px;box-shadow:0 2px 8px rgba(0,0,0,.1)}.no-chat-icon{font-size:64px;margin-bottom:20px;opacity:.5}.no-chat-rooms h3{font-size:20px;font-weight:600;color:#333;margin:0 0 8px}.no-chat-rooms p{font-size:16px;color:#666;margin:0;line-height:1.5}@media (max-width:768px){.chat-main-content{margin-left:0;margin-top:60px;padding-bottom:80px}.chat-header{padding:16px 20px}.chat-header h1{font-size:20px}.chat-room-item{padding:12px 16px}.chat-room-avatar{width:45px;height:45px;margin-right:12px}.chat-room-avatar span{font-size:18px}.chat-room-name{font-size:15px}.last-message{font-size:13px}.chat-room-time{font-size:11px}.no-chat-rooms{margin:16px;padding:60px 20px}.no-chat-icon{font-size:48px;margin-bottom:16px}.no-chat-rooms h3{font-size:18px}.no-chat-rooms p{font-size:14px}}@media (max-width:480px){.chat-main-content{margin-top:60px;padding-bottom:80px}.chat-header{padding:12px 16px}.chat-room-item{padding:10px 12px}.chat-room-avatar{width:40px;height:40px;margin-right:10px}.no-chat-rooms{margin:12px;padding:40px 16px}}