body,html{margin:0;padding:0;background-color:#0b0f19;height:100%}.chat-container{height:100vh;display:flex;flex-direction:column}.chat-messages{flex:1;overflow-y:auto;padding:20px;background-color:#0b0f19;color:#0f0c0c}.bot,.user{justify-content:flex-start;display:flex}.user{flex-direction:row-reverse}.avatar{width:40px;height:40px;border-radius:50%;margin-right:10px;margin-left:10px}.message-text-bot{background-color:#fff}.message-text-bot,.message-text-user{padding:10px 10px;border-radius:10px;display:inline-block;max-width:60%;word-break:break-word}.message-text-user{background-color:#0084ff;color:#fff}.message-content{max-width:50%;padding:10px 15px;border-radius:15px;word-break:break-word}.chat-input{display:flex;padding:15px;background-color:#161924}.chat-input input{flex:1;background-color:#292d3e}.chat-input button,.chat-input input{padding:10px 15px;border:none;border-radius:5px;color:#fff}.chat-input button{margin-left:10px;background-color:#3b82f6;cursor:pointer}.chat-input button:hover{background-color:#2563eb}