.Chatbot-module__NeIw1q__chatbotContainer{z-index:9999;font-family:var(--font-body);position:fixed;bottom:24px;right:24px}.Chatbot-module__NeIw1q__chatToggleBtn{background:var(--gradient-accent);width:60px;height:60px;color:var(--bg-primary);cursor:pointer;box-shadow:var(--shadow-glow-cyan);transition:all var(--transition-medium);border:none;border-radius:50%;justify-content:center;align-items:center;font-size:24px;display:flex;position:relative}.Chatbot-module__NeIw1q__chatToggleBtn:hover{transform:scale(1.05)translateY(-2px);box-shadow:0 10px 40px #00f5d466}.Chatbot-module__NeIw1q__notificationBadge{background:var(--accent-tertiary);border:2px solid var(--bg-primary);border-radius:50%;width:14px;height:14px;animation:2s infinite Chatbot-module__NeIw1q__pulse;position:absolute;top:0;right:0}@keyframes Chatbot-module__NeIw1q__pulse{0%{transform:scale(1);box-shadow:0 0 #ff6b6bb3}70%{transform:scale(1.1);box-shadow:0 0 0 6px #ff6b6b00}to{transform:scale(1);box-shadow:0 0 #ff6b6b00}}.Chatbot-module__NeIw1q__chatWindow{background:var(--bg-secondary);border:1px solid var(--glass-border);border-radius:var(--radius-lg);width:min(380px,100vw - 48px);height:600px;max-height:calc(100vh - 120px);box-shadow:var(--shadow-card-hover);-webkit-backdrop-filter:blur(20px);transform-origin:100% 100%;flex-direction:column;animation:.3s cubic-bezier(.16,1,.3,1) forwards Chatbot-module__NeIw1q__slideUp;display:flex;position:absolute;bottom:80px;right:0;overflow:hidden}@keyframes Chatbot-module__NeIw1q__slideUp{0%{opacity:0;transform:scale(.9)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}.Chatbot-module__NeIw1q__chatHeader{background:var(--bg-card);border-bottom:1px solid var(--glass-border);justify-content:space-between;align-items:center;padding:20px;display:flex}.Chatbot-module__NeIw1q__chatTitle{align-items:center;gap:12px;display:flex}.Chatbot-module__NeIw1q__avatar{background:var(--gradient-accent);border-radius:50%;justify-content:center;align-items:center;width:36px;height:36px;font-size:18px;display:flex}.Chatbot-module__NeIw1q__statusInfo h3{font-size:1rem;font-family:var(--font-heading);color:var(--text-primary);margin:0}.Chatbot-module__NeIw1q__status{color:var(--accent-primary);align-items:center;gap:6px;font-size:.75rem;display:flex}.Chatbot-module__NeIw1q__statusDot{background:var(--accent-primary);border-radius:50%;width:6px;height:6px}.Chatbot-module__NeIw1q__closeBtn{color:var(--text-muted);cursor:pointer;background:0 0;border:none;font-size:20px;transition:color .2s}.Chatbot-module__NeIw1q__closeBtn:hover{color:var(--text-primary)}.Chatbot-module__NeIw1q__messagesArea{flex-direction:column;flex:1;gap:16px;padding:20px;display:flex;overflow-y:auto}.Chatbot-module__NeIw1q__messageWrapper{max-width:85%;display:flex}.Chatbot-module__NeIw1q__messageWrapper.Chatbot-module__NeIw1q__ai{align-self:flex-start}.Chatbot-module__NeIw1q__messageWrapper.Chatbot-module__NeIw1q__user{align-self:flex-end}.Chatbot-module__NeIw1q__message{border-radius:18px;padding:12px 16px;font-size:.9rem;line-height:1.5}.Chatbot-module__NeIw1q__messageWrapper.Chatbot-module__NeIw1q__ai .Chatbot-module__NeIw1q__message{border:1px solid var(--glass-border);color:var(--text-primary);background:#ffffff0d;border-bottom-left-radius:4px}.Chatbot-module__NeIw1q__messageWrapper.Chatbot-module__NeIw1q__user .Chatbot-module__NeIw1q__message{background:var(--gradient-accent);color:var(--bg-primary);border-bottom-right-radius:4px;font-weight:500}.Chatbot-module__NeIw1q__typingIndicator{gap:4px;padding:8px 12px;display:flex}.Chatbot-module__NeIw1q__typingIndicator span{background:var(--text-muted);border-radius:50%;width:6px;height:6px;animation:1s infinite Chatbot-module__NeIw1q__typing}.Chatbot-module__NeIw1q__typingIndicator span:nth-child(2){animation-delay:.2s}.Chatbot-module__NeIw1q__typingIndicator span:nth-child(3){animation-delay:.4s}@keyframes Chatbot-module__NeIw1q__typing{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.Chatbot-module__NeIw1q__inputArea{background:var(--bg-card);border-top:1px solid var(--glass-border);gap:10px;padding:16px;display:flex}.Chatbot-module__NeIw1q__input{border:1px solid var(--glass-border);color:var(--text-primary);font-family:var(--font-body);background:#ffffff0d;border-radius:20px;flex:1;padding:10px 16px;font-size:.9rem;transition:border-color .2s}.Chatbot-module__NeIw1q__input:focus{border-color:var(--accent-primary);outline:none}.Chatbot-module__NeIw1q__sendBtn{background:var(--gradient-accent);width:40px;height:40px;color:var(--bg-primary);cursor:pointer;border:none;border-radius:50%;justify-content:center;align-items:center;transition:transform .2s;display:flex}.Chatbot-module__NeIw1q__sendBtn:disabled{opacity:.5;cursor:not-allowed}.Chatbot-module__NeIw1q__sendBtn:not(:disabled):hover{transform:scale(1.1)}@media (max-width:480px){.Chatbot-module__NeIw1q__chatWindow{z-index:10000;border-radius:0;width:100vw;height:100vh;max-height:100vh;position:fixed;inset:0 auto auto 0}}
