:root{--primary-color: #0097A7;--user-msg-color: #007B8C;--white-color: #fff;--text-dark-color: #333;--bg-gradient-start: #E0F7FA;--bg-gradient-end: #B2EBF2}*{margin:0;padding:0;box-sizing:border-box;font-family:Inter,sans-serif}body{width:100%;min-height:100vh;background:linear-gradient(var(--bg-gradient-start),var(--bg-gradient-end))}.chat-body .message{display:flex;align-items:flex-end;gap:10px;max-width:85%}.message-text{padding:10px 14px;border-radius:18px;font-size:.95rem;line-height:1.5;word-break:break-word}.bot-message{align-self:flex-start}.bot-message .message-text{background:var(--white-color);color:var(--text-dark-color);border-top-left-radius:0;box-shadow:0 2px 4px #0000000d}.user-message{align-self:flex-end;flex-direction:row-reverse}.user-message .message-text{background:var(--user-msg-color);color:var(--white-color);border-top-right-radius:0}.chatbot-icon-container{display:flex;align-items:center;justify-content:center;border-radius:50%;flex-shrink:0}.header-info .chatbot-icon-container{width:40px;height:40px;background:var(--white-color)}.header-info .chatbot-icon-container svg{color:var(--primary-color);width:24px;height:24px}.chat-body .message .chatbot-icon-container{width:35px;height:35px;background:var(--primary-color);color:var(--white-color)}.chat-body .message .chatbot-icon-container svg{width:20px;height:20px}
