.chatbot-toggle{position:fixed;bottom:30px;right:30px;width:60px;height:60px;background:linear-gradient(135deg,#16a34a,#22c55e);border-radius:50%;border:none;cursor:pointer;box-shadow:0 4px 20px rgba(22,163,74,.4);display:flex;align-items:center;justify-content:center;transition:transform .3s ease;z-index:1000}.chatbot-toggle:hover{transform:scale(1.1)}.chatbot-toggle svg{width:30px;height:30px;fill:white}.chatbot-window{position:fixed;bottom:100px;right:30px;width:380px;height:600px;background:white;border-radius:20px;box-shadow:0 10px 40px rgba(0,0,0,.2);display:flex;flex-direction:column;z-index:999;overflow:hidden}.chatbot-header{background:linear-gradient(135deg,#16a34a,#22c55e);color:white;padding:20px;display:flex;justify-content:space-between;align-items:center}.chatbot-header h3{font-size:1rem;margin:0}.chatbot-header button{background:none;border:none;color:white;font-size:1.5rem;cursor:pointer;padding:0;width:30px;height:30px;display:flex;align-items:center;justify-content:center}.chatbot-messages{flex:1;padding:20px;overflow-y:auto;background:#f9fafb}.message{margin-bottom:15px;display:flex;flex-direction:column}.message.user{align-items:flex-end}.message.bot{align-items:flex-start}.message-content{max-width:80%;padding:12px 16px;border-radius:12px;word-wrap:break-word;white-space:pre-wrap;font-size:.875rem;line-height:1.5}.message.user .message-content{background:#16a34a;color:white;border-bottom-right-radius:4px}.message.bot .message-content{background:white;color:#333;border:1px solid #e5e7eb;border-bottom-left-radius:4px}.message-time{font-size:.75rem;color:#999;margin-top:4px}.typing-indicator{padding:12px 16px;background:white;border-radius:12px;border:1px solid #e5e7eb;width:fit-content}.typing-indicator span{display:inline-block;width:8px;height:8px;background:#16a34a;border-radius:50%;margin:0 2px;animation:typing 1.4s infinite}.typing-indicator span:nth-child(2){animation-delay:.2s}.typing-indicator span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0)}30%{transform:translateY(-10px)}}.chatbot-input-area{padding:20px;border-top:1px solid #e5e7eb;display:flex;gap:10px}.chatbot-input{flex:1;padding:12px 16px;border:1px solid #d1d5db;border-radius:24px;font-size:.875rem;outline:none;transition:border-color .3s}.chatbot-input:focus{border-color:#16a34a}.chatbot-send{background:linear-gradient(135deg,#16a34a,#22c55e);color:white;border:none;border-radius:50%;width:44px;height:44px;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:transform .2s}.chatbot-send:hover{transform:scale(1.05)}.chatbot-send:disabled{opacity:.5;cursor:not-allowed}.quick-buttons{display:flex;gap:8px;padding:0 20px 10px;flex-wrap:wrap}.quick-button{background:white;border:1px solid #16a34a;color:#16a34a;padding:8px 16px;border-radius:16px;font-size:.8rem;cursor:pointer;transition:all .3s}.quick-button:hover{background:#16a34a;color:white}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#f1f1f1}.chatbot-messages::-webkit-scrollbar-thumb{background:#16a34a;border-radius:3px}.usage-stats{position:fixed;top:10px;right:10px;background:rgba(255,255,255,.95);padding:10px 15px;border-radius:8px;font-size:.8rem;color:#666;border:1px solid #e5e7eb;z-index:1001;box-shadow:0 2px 10px rgba(0,0,0,.1)}.usage-stats div{margin-bottom:4px}.usage-stats div:last-child{margin-bottom:0}@media (max-width:768px){.chatbot-window{bottom:0;right:0;left:0;width:100%;height:100%;border-radius:0}.chatbot-toggle{bottom:80px;right:20px}}