.chatbot-chat-msg strong{font-weight:600}.chatbot-chat-msg em{font-style:italic;font-weight:400}.chatbot-chat-msg h1{font-size:2rem;font-weight:700}.chatbot-chat-msg h2{font-size:1.75rem;font-weight:600}.chatbot-container{max-width:500px;margin:7rem auto;padding:1rem;font-family:var(--font-poppins);display:flex;flex-direction:column;height:90vh}.chatbot-messages{flex:1;overflow-y:auto;background:#fff;border-radius:1rem;padding:1.2rem;box-shadow:0 0 10px rgba(0,0,0,.07)}.chatbot-message{max-width:75%;padding:.5rem 1rem;margin:.5rem 0;border-radius:1rem;line-height:1.5;white-space:pre-wrap}.chatbot-message.user{align-self:flex-end;background:#ffe0eb;border-bottom-right-radius:0;text-align:right;justify-self:flex-end}.chatbot-message.bot{align-self:flex-start;background:#f3f4f6;border-bottom-left-radius:0;text-align:left;justify-self:flex-start}.chatbot-input-area{margin-top:1rem;display:flex;gap:.5rem;align-items:center}.chatbot-input{flex:1;padding:.75rem 1rem;border-radius:1rem;border:1px solid #ccc;font-size:.95rem;outline:none}.chatbot-send-btn{background:#000;color:#fff;padding:.75rem 1rem;border-radius:1rem;font-weight:500;cursor:pointer;transition:.2s ease}.chatbot-send-btn:hover{opacity:.9}.chatbot-actions{display:flex;gap:.5rem;margin-top:.75rem}.chatbot-action-btn{background:#ffeef5;color:#d6336c;font-weight:500;font-size:.85rem;border-radius:.75rem;padding:.5rem 1rem;cursor:pointer;border:1px solid #ffd6e6;transition:all .2s}.chatbot-action-btn:hover{background:#fff0f5;border-color:#ffbad2}.chatbot-command-menu{background:#fcf7f7;padding:.75rem;border-radius:.75rem;margin-top:.75rem;box-shadow:0 0 5px rgba(0,0,0,.05)}.chatbot-command-option{cursor:pointer;padding:.5rem;border-radius:.5rem;transition:.2s}.chatbot-command-option:hover{background:#ffeefe;color:magenta}.chatbot-media-preview{display:flex;flex-wrap:wrap;gap:.75rem;margin-top:1rem}.chatbot-media-preview img,.chatbot-media-preview video{width:96px;height:96px;-o-object-fit:cover;object-fit:cover;border-radius:.75rem;cursor:pointer;border:2px solid transparent;transition:.2s ease}.chatbot-media-preview img:hover,.chatbot-media-preview video:hover{border-color:#d6336c;transform:scale(1.05)}.typing-dots span{animation:blink 1.2s infinite;font-weight:700;margin-left:2px}.typing-dots span:nth-child(2){animation-delay:.2s}.typing-dots span:nth-child(3){animation-delay:.4s}@keyframes blink{0%{opacity:.2}20%{opacity:1}to{opacity:.2}}