.chatbot-wrapper{z-index:1000;flex-direction:column;align-items:flex-end;display:flex;position:fixed;bottom:24px;right:24px}.chatbot-toggle-btn{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2a8bf2,#7b2cbf);border:none;border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;padding:0;transition:all .3s cubic-bezier(.175,.885,.32,1.275);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #0003}.chatbot-toggle-btn:hover{background:linear-gradient(135deg,#3a9bff,#8c3dff);transform:scale(1.08)rotate(5deg);box-shadow:0 6px 20px #0000004d}.chatbot-toggle-btn.open{background:#e26a6a;transform:scale(.9)rotate(-90deg)}.chatbot-toggle-btn span{font-size:28px;transition:transform .3s}.chatbot-toggle-btn:not(.open):after{content:"";pointer-events:none;border:2px solid #2a8bf280;border-radius:50%;animation:2s ease-out infinite chatbot-pulse;position:absolute;inset:0}@keyframes chatbot-pulse{0%{opacity:1;transform:scale(1)}to{opacity:0;transform:scale(1.4)}}.chatbot-window{background:#fff;border:1px solid #00000014;border-radius:24px;flex-direction:column;width:380px;height:580px;margin-bottom:16px;animation:.3s cubic-bezier(.25,.46,.45,.94) both chatbot-slide-in;display:flex;overflow:hidden;box-shadow:0 10px 30px #00000026}@keyframes chatbot-slide-in{0%{opacity:0;transform:translateY(40px)scale(.92)}to{opacity:1;transform:translateY(0)scale(1)}}.chatbot-header{color:#fff;background:linear-gradient(135deg,#1b4332,#2d6a4f);border-bottom:1px solid #ffffff1a;justify-content:space-between;align-items:center;padding:16px 20px;display:flex}.chatbot-header-info{align-items:center;gap:12px;display:flex}.chatbot-avatar-container{background:#ffffff26;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;display:flex;position:relative}.chatbot-avatar-icon{color:#fff;font-size:24px}.chatbot-online-dot{background-color:#52b788;border:1.5px solid #1b4332;border-radius:50%;width:8px;height:8px;animation:1.5s ease-in-out infinite chatbot-blink;position:absolute;bottom:2px;right:2px}@keyframes chatbot-blink{0%,to{opacity:.6}50%{opacity:1}}.chatbot-title{letter-spacing:.3px;margin:0;font-size:16px;font-weight:700}.chatbot-subtitle{color:#b7e4c7;margin:2px 0 0;font-size:12px;font-weight:500}.chatbot-close-header-btn{color:#ffffffb3;cursor:pointer;background:0 0;border:none;justify-content:center;align-items:center;padding:4px;transition:color .2s;display:flex}.chatbot-close-header-btn:hover{color:#fff}.chatbot-messages-container{scroll-behavior:smooth;flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.chatbot-welcome{text-align:center;color:#2d6a4f;flex-direction:column;justify-content:center;align-items:center;margin:auto 0;padding:10px;display:flex}.welcome-icon{color:#e26a6a;margin-bottom:12px;font-size:40px;animation:2s ease-in-out infinite chatbot-wave}@keyframes chatbot-wave{0%,to{transform:rotate(0)}50%{transform:rotate(15deg)}}.chatbot-welcome h4{margin:0 0 8px;font-size:16px;font-weight:700}.chatbot-welcome p{color:#52b788;margin:0;font-size:13px;line-height:1.5}.chatbot-load-more-btn{color:#1b4332;cursor:pointer;background:#1b43321a;border:none;border-radius:12px;align-self:center;margin-bottom:8px;padding:6px 16px;font-size:12px;font-weight:600;transition:all .2s}.chatbot-load-more-btn:hover{background:#1b433233}.chatbot-message-bubble{flex-direction:column;max-width:80%;animation:.25s ease-out chatbot-message-fade;display:flex}@keyframes chatbot-message-fade{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-message-bubble.user{align-self:flex-end}.chatbot-message-bubble.assistant{align-self:flex-start}.bubble-content{word-wrap:break-word;border-radius:18px;padding:12px 16px;font-size:14px;line-height:1.5}.chatbot-message-bubble.user .bubble-content{color:#fff;background:#1b4332;border-bottom-right-radius:4px;box-shadow:0 2px 8px #1b433226}.chatbot-message-bubble.assistant .bubble-content{color:#1a202c;background:#fff;border:1px solid #0000000d;border-bottom-left-radius:4px;box-shadow:0 2px 8px #0000000a}.bubble-content h3{margin:8px 0 4px;font-size:15px;font-weight:700}.bubble-content h2{margin:12px 0 6px;font-size:16px;font-weight:700}.bubble-content br{content:"";margin-top:6px;display:block}.bubble-content li{margin-top:4px;margin-left:14px;list-style-type:disc}.chatbot-link{color:#e26a6a;font-weight:600;text-decoration:underline;transition:color .2s}.chatbot-link:hover{color:#1b4332}.chatbot-typing-indicator{align-items:center;gap:4px;padding:4px 6px;display:flex}.chatbot-typing-indicator span{background:#2d6a4f;border-radius:50%;width:6px;height:6px;animation:1.3s ease-in-out infinite chatbot-bounce;display:inline-block}.chatbot-typing-indicator span:nth-child(2){animation-delay:.15s}.chatbot-typing-indicator span:nth-child(3){animation-delay:.3s}@keyframes chatbot-bounce{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-6px)}}.chatbot-suggestions{white-space:nowrap;scrollbar-width:none;background:#fff;border-top:1px solid #0000000a;gap:8px;padding:8px 16px;display:flex;overflow-x:auto}.chatbot-suggestions::-webkit-scrollbar{display:none}.chatbot-suggestion-chip{color:#1b4332;cursor:pointer;background:#1b43320d;border:1px solid #1b433226;border-radius:16px;padding:6px 12px;font-size:12px;font-weight:500;transition:all .2s}.chatbot-suggestion-chip:hover{color:#fff;background:#1b4332;border-color:#1b4332;transform:translateY(-1px)}.chatbot-input-container{background:#fff;border-top:1px solid #0000000f;align-items:center;gap:10px;padding:12px 16px;display:flex}.chatbot-input-field{color:#2d3748;background:#f7fafc;border:1px solid #0000001a;border-radius:16px;outline:none;flex:1;padding:10px 14px;font-size:14px;transition:all .2s}.chatbot-input-field:focus{background:#fff;border-color:#2d6a4f;box-shadow:0 0 0 3px #2d6a4f1a}.chatbot-send-btn{color:#fff;cursor:pointer;background:#1b4332;border:none;border-radius:50%;justify-content:center;align-items:center;width:38px;height:38px;transition:all .2s;display:flex}.chatbot-send-btn:hover:not(:disabled){background:#2d6a4f;transform:scale(1.05)}.chatbot-send-btn:disabled{color:#0000004d;cursor:not-allowed;background:#0000001a}.chatbot-send-btn span{font-size:18px}@media (max-width:480px){.chatbot-wrapper{bottom:16px;right:16px}.chatbot-window{border-radius:20px;width:calc(100vw - 32px);height:calc(100vh - 120px);max-height:520px}.chatbot-toggle-btn{width:52px;height:52px}}
