body{font-family:Arial;margin-top:0;margin-bottom:0}.send-button{background-color:#198754;color:#fff;padding:12px 20px;margin-left:10px;border:none;border-radius:10px;font-size:15px;cursor:pointer}.chat-input{padding:12px 15px;border-radius:10px;border-width:1px;font-size:15px;flex-grow:1}.chat-input-container{display:flex;margin-bottom:60px}.chat-message-user{display:flex;justify-content:end;align-items:start}.chat-message-robot{display:flex;align-items:start}.chat-message-text{background-color:#eee;padding:15px 20px;border-radius:10px;margin-right:10px;margin-left:10px;margin-bottom:20px;max-width:300px}.chat-message-profile{width:45px}.chat-messages-container{flex-grow:1;margin-top:20px;overflow:scroll;scrollbar-width:none}.chat-message-text{background-color:#e5e5e5;padding:10px 14px;border-radius:12px;max-width:65%;display:flex;align-items:flex-end;gap:8px}.chat-message-content{word-break:break-word}.chat-time{font-size:11px;color:#666;white-space:nowrap}.app-container{max-width:600px;margin-left:auto;margin-right:auto;height:100vh;display:flex;flex-direction:column}
