.chatbot-container{z-index:9999;font-family:var(--font-sans);position:fixed;bottom:68px!important;right:0!important}.chat-fab{cursor:pointer;background:#3b82f6;border:none;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;display:flex;position:relative;box-shadow:0 4px 20px #3b82f666}.chat-window{transform-origin:100% 100%;background:#fff;border-radius:16px;flex-direction:column;width:360px;max-width:calc(100vw - 48px);height:600px;max-height:calc(100vh - 20px);display:flex;overflow:hidden;box-shadow:0 10px 40px #00000026}@media (max-height:1000px){.chat-window{height:650px}}@media (max-height:900px){.chat-window{height:600px}}@media (max-height:800px){.chat-window{height:550px}}.chat-header{background:linear-gradient(90deg,#6d28d9 0%,#4863f7 100%);border-bottom-right-radius:18px;border-bottom-left-radius:18px;justify-content:space-between;align-items:center;padding:18px 22px;display:flex;box-shadow:0 8px 24px #4863f71f}.header-info{align-items:center;gap:12px;display:flex}.bot-avatar-header{background:#fff;border-radius:12px;justify-content:center;align-items:center;width:52px;height:52px;display:flex;overflow:hidden}.bot-name{color:#fff;margin:0 0 2px;font-size:18px;font-weight:700}.bot-status{color:#d1fae5;align-items:center;gap:6px;font-size:12px;display:flex}.bot-status:before{content:"";background-color:#34d399;border-radius:50%;width:8px;height:8px;display:inline-block}.header-actions{align-items:center;gap:8px;display:flex}.auto-scroll-btn{display:none}.auto-scroll-btn:hover{background:#ffffff26;transform:translateY(-1px)}.auto-scroll-btn.active{background:#ffffff40;animation:2s ease-in-out infinite autoScrollPulse;box-shadow:0 0 12px #ffffff4d}.auto-scroll-btn:active{transform:scale(.95)}@keyframes autoScrollPulse{0%,to{opacity:1}50%{opacity:.7}}.close-btn{color:#fff;cursor:pointer;background:0 0;border:1.5px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:32px;height:32px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.close-btn:hover{background:#ffffff26;transform:translateY(-1px)}.close-btn:active{transform:scale(.95)}.chat-messages{background:#fff;flex:1;padding:20px 20px 10px;position:relative;overflow-y:auto}.message-list{flex-direction:column;gap:16px;display:flex}.message-wrapper{flex-direction:column;max-width:90%;display:flex}.message-wrapper.bot{align-self:flex-start}.message-wrapper.user{align-self:flex-end}.message-header{align-items:center;gap:12px;margin-bottom:6px;display:flex}.msg-avatar{border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;display:flex;overflow:hidden}.msg-avatar.bot{background:linear-gradient(90deg,#6d28d9 0%,#4863f7 100%);border-radius:50%;padding:3px}.msg-avatar img{object-fit:cover;background:#fff;border-radius:50%;width:100%;height:100%;display:block}.message-timestamp{color:#9ca3af;font-size:11px}.message-bubble{word-wrap:break-word;color:#0f172a;background:#fff;border:2px solid #4863f7;padding:14px 16px;font-size:14px;line-height:1.5;position:relative;box-shadow:0 6px 18px #4863f714}.message-bubble.bot{border-radius:16px 16px 16px 8px;margin-left:48px}.message-bubble.bot a{color:#60a5fa;font-weight:500;text-decoration:underline}.message-bubble.bot a:hover{color:#93c5fd;text-decoration:none}.message-bubble.user{color:#0f172a;background:#dfdfdf;border-radius:16px 16px 8px;margin-right:48px}.message-bubble.user a{color:#2563eb;font-weight:500;text-decoration:underline}.message-bubble.user a:hover{color:#1d4ed8;text-decoration:none}.user-avatar-overlay{color:#fff;background:#fff;border:2px solid #e6eefc;border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;display:flex;position:absolute;bottom:-14px;right:-14px;overflow:hidden;box-shadow:0 6px 14px #4863f714}.user-meta{color:#9ca3af;justify-content:flex-end;align-items:center;gap:4px;margin-top:4px;padding-right:12px;font-size:11px;display:flex}.scroll-to-bottom-btn{color:#fff;cursor:pointer;z-index:10;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%);border:2px solid #fff;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .3s cubic-bezier(.4,0,.2,1);animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUpFade;display:flex;position:absolute;bottom:165px;right:20px;box-shadow:0 4px 16px #667eea80}.scroll-to-bottom-btn:hover{transform:translateY(-3px)scale(1.05);box-shadow:0 6px 20px #667eea99}.scroll-to-bottom-btn:active{transform:translateY(0)scale(.95);box-shadow:0 2px 8px #667eea4d}.chat-input-area{background:#fff;border-top:1px solid #f3f4f6;flex-direction:column;gap:12px;padding:12px 20px 20px;display:flex}.chips-wrapper{border-radius:8px;width:100%;overflow:hidden}.chips-scroll-container{scroll-behavior:smooth;-webkit-overflow-scrolling:touch;-webkit-user-select:none;user-select:none;gap:10px;padding:6px 0;display:flex;overflow:auto hidden}.chips-scroll-container:active{cursor:grabbing}.chips-scroll-container::-webkit-scrollbar{height:4px}.chips-scroll-container::-webkit-scrollbar-track{background:0 0}.chips-scroll-container::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:2px}.chips-scroll-container::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chips-scroll-container{scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.suggestion-chip{color:#4863f7;white-space:nowrap;cursor:pointer;background:#fff;border:1.8px solid #cbd7ff;border-radius:999px;flex-shrink:0;justify-content:center;align-items:center;padding:8px 14px;font-size:13px;font-weight:600;transition:all .18s;display:inline-flex;box-shadow:0 6px 18px #4863f70d}.suggestion-chip:hover{transform:translateY(-3px);box-shadow:0 10px 26px #4863f70f}.suggestion-chip:active{transform:translateY(0);box-shadow:0 1px 4px #0f172a0f}@media (max-width:480px){.suggestion-chip{border-radius:20px;padding:8px 14px;font-size:12px}.chips-scroll-container{gap:6px}}.quick-actions{gap:8px;margin-bottom:12px;padding-bottom:4px;display:flex;overflow-x:auto}.quick-actions::-webkit-scrollbar{display:none}.action-chip{color:#4b5563;white-space:nowrap;cursor:pointer;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:20px;padding:8px 12px;font-size:12px;font-weight:500;transition:all .2s}.action-chip:hover{background:#e2e8f0}.input-form{background:#f3f6fb;border-radius:18px;align-items:center;gap:12px;padding:10px 12px 10px 16px;display:flex}.chat-input{color:#111827;background:0 0;border:none;outline:none;flex:1;font-family:inherit;font-size:15px}.chat-input::placeholder{color:#9ca3af}.send-btn{color:#fff;cursor:pointer;background:0 0;border:none;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;display:flex}.send-btn.active{color:#fff;background:linear-gradient(90deg,#5b21b6,#4863f7);box-shadow:0 8px 24px #4863f72e}.send-btn:disabled{opacity:.55;color:#9ca3af;background:0 0}@keyframes slideUpFade{0%{opacity:0;transform:translateY(20px)scale(.95)}to{opacity:1;transform:translateY(0)scale(1)}}.animate-slide-up{animation:.3s cubic-bezier(.16,1,.3,1) forwards slideUpFade}.typing-indicator-bubble{background:#e2e8f0;border-radius:0 16px 16px;align-items:center;gap:4px;margin-left:40px;display:flex;padding:16px 18px!important}.powered-by{text-align:center;color:#9aa7d9;margin-top:10px;font-size:12px}.typing-dot{background-color:#6b7280;border-radius:50%;width:6px;height:6px;animation:1.4s ease-in-out infinite both typing;display:inline-block}.typing-dot:first-child{animation-delay:-.32s}.typing-dot:nth-child(2){animation-delay:-.16s}.typing-dot:nth-child(3){animation-delay:0s}@keyframes typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}
