.App{width:100%;height:100vh;background:#fff}.messenger-container{display:flex;height:100vh;background:#fff}.no-chat-selected{flex:1;display:flex;align-items:center;justify-content:center;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.empty-state{text-align:center;color:#fff}.empty-icon{font-size:80px;display:block;margin-bottom:20px}.empty-state h2{margin:0 0 10px;font-size:24px;font-weight:600}.empty-state p{margin:0;font-size:16px;opacity:.9}.chat-list{width:360px;height:100vh;background:#fff;border-left:1px solid #e5e5e5;display:flex;flex-direction:column;box-shadow:-2px 0 8px #0000000d}.chat-list-header{padding:20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center}.chat-list-header h1{margin:0;font-size:32px;font-weight:800;color:#000}.new-chat-btn{background:#e7f3ff;border:none;border-radius:50%;width:40px;height:40px;font-size:20px;cursor:pointer;transition:all .3s ease;display:flex;align-items:center;justify-content:center}.new-chat-btn:hover{background:#d0e8ff;transform:scale(1.05)}.chat-list-container{flex:1;overflow-y:auto;padding:8px 0}.chat-item{display:flex;align-items:center;padding:12px 16px;cursor:pointer;transition:all .2s ease;position:relative}.chat-item:hover{background:#f0f0f0}.chat-item.active{background:#e7f3ff;border-right:4px solid #0084ff}.chat-item-avatar{width:56px;height:56px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:28px;margin-left:12px;flex-shrink:0}.chat-item-content{flex:1;min-width:0}.chat-item-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:4px}.chat-item-header h3{margin:0;font-size:15px;font-weight:600;color:#000}.chat-item-time{font-size:13px;color:#999}.chat-item-message{margin:0;font-size:13px;color:#65676b;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.unread-badge{background:#0084ff;color:#fff;border-radius:50%;width:24px;height:24px;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:600;margin-left:8px}.chat-list-container::-webkit-scrollbar{width:6px}.chat-list-container::-webkit-scrollbar-track{background:transparent}.chat-list-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.chat-list-container::-webkit-scrollbar-thumb:hover{background:#999}.chat-window{flex:1;display:flex;flex-direction:column;background:#fff}.chat-window-header{padding:16px 20px;border-bottom:1px solid #e5e5e5;display:flex;justify-content:space-between;align-items:center;box-shadow:0 1px 2px #0000000d}.chat-header-info{display:flex;align-items:center;gap:12px}.chat-header-avatar{width:48px;height:48px;border-radius:50%;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);display:flex;align-items:center;justify-content:center;font-size:24px}.chat-header-info h2{margin:0;font-size:15px;font-weight:600;color:#000}.chat-status{margin:4px 0 0;font-size:13px;color:#65676b}.chat-header-actions{display:flex;gap:8px}.header-btn{background:#e4e6eb;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center}.header-btn:hover{background:#d0d2d7;transform:scale(1.05)}.messages-container{flex:1;overflow-y:auto;padding:16px 20px;display:flex;flex-direction:column;gap:12px}.message{display:flex;margin-bottom:8px}.message.sent{justify-content:flex-start}.message.received{justify-content:flex-end}.message-bubble{max-width:60%;padding:12px 16px;border-radius:18px;word-wrap:break-word;display:flex;flex-direction:column;gap:4px}.message.sent .message-bubble{background:#e7f3ff;color:#000}.message.received .message-bubble{background:#f0f0f0;color:#000}.message-bubble p{margin:0;font-size:15px;line-height:1.4}.message-time{font-size:12px;color:#999;align-self:flex-end}.messages-container::-webkit-scrollbar{width:6px}.messages-container::-webkit-scrollbar-track{background:transparent}.messages-container::-webkit-scrollbar-thumb{background:#ccc;border-radius:3px}.messages-container::-webkit-scrollbar-thumb:hover{background:#999}.chat-input-area{padding:16px 20px;border-top:1px solid #e5e5e5;display:flex;gap:12px;align-items:flex-end}.attach-btn{background:none;border:none;font-size:20px;cursor:pointer;transition:all .2s ease;padding:8px;display:flex;align-items:center;justify-content:center}.attach-btn:hover{transform:scale(1.1)}.chat-input{flex:1;border:1px solid #e5e5e5;border-radius:20px;padding:10px 16px;font-size:15px;outline:none;font-family:inherit;transition:all .2s ease;resize:none;max-height:100px}.chat-input:focus{border-color:#0084ff;box-shadow:0 0 0 2px #0084ff1a}.send-btn{background:#0084ff;color:#fff;border:none;border-radius:50%;width:36px;height:36px;font-size:18px;cursor:pointer;transition:all .2s ease;display:flex;align-items:center;justify-content:center;flex-shrink:0}.send-btn:hover:not(:disabled){background:#0073e6;transform:scale(1.05)}.send-btn:disabled{background:#ccc;cursor:not-allowed}*{margin:0;padding:0;box-sizing:border-box}body{font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Helvetica Neue,sans-serif;background:#fff;color:#000;direction:rtl}html,body,#root{width:100%;height:100%}button,input{font-family:inherit}
