.chatbot-toggle{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:50%;bottom:90px;box-shadow:0 4px 20px #2563eb66;color:#fff;cursor:pointer;display:flex;height:56px;justify-content:center;position:fixed;right:20px;transition:all .3s ease;width:56px;z-index:1001}.chatbot-toggle:hover{box-shadow:0 6px 25px #2563eb80;transform:scale(1.1)}.chatbot-toggle-open{background:linear-gradient(135deg,#6b7280,#4b5563);box-shadow:0 4px 15px #6b728066}.chatbot-toggle-open:hover{box-shadow:0 6px 20px #6b728080}.chatbot-window{animation:chatbot-slide-up .3s ease;background:#fff;border-radius:16px;bottom:160px;box-shadow:0 10px 40px #00000026;display:flex;flex-direction:column;height:520px;overflow:hidden;position:fixed;right:20px;width:380px;z-index:1002}@keyframes chatbot-slide-up{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.chatbot-header{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);color:#fff;display:flex;justify-content:space-between;padding:16px}.chatbot-header-info{align-items:center;display:flex;gap:12px}.chatbot-avatar{align-items:center;background:#fff3;border-radius:50%;display:flex;height:40px;justify-content:center;width:40px}.chatbot-title{font-size:1rem;font-weight:600;margin:0}.chatbot-subtitle{font-size:.75rem;margin:0;opacity:.8}.chatbot-clear-btn{align-items:center;background:#fff3;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;height:32px;justify-content:center;transition:background .2s ease;width:32px}.chatbot-clear-btn:hover{background:#ffffff4d}.chatbot-messages{background:#f9fafb;display:flex;flex:1 1;flex-direction:column;gap:12px;overflow-y:auto;padding:16px}.chatbot-messages::-webkit-scrollbar{width:6px}.chatbot-messages::-webkit-scrollbar-track{background:#0000}.chatbot-messages::-webkit-scrollbar-thumb{background:#d1d5db;border-radius:3px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:#9ca3af}.chatbot-message{display:flex;max-width:85%}.chatbot-message-user{align-self:flex-end}.chatbot-message-assistant{align-self:flex-start}.chatbot-message-content{word-wrap:break-word;border-radius:16px;font-size:.9rem;line-height:1.5;padding:12px 16px}.chatbot-message-user .chatbot-message-content{background:linear-gradient(135deg,#2563eb,#1d4ed8);border-bottom-right-radius:4px;color:#fff}.chatbot-message-assistant .chatbot-message-content{background:#fff;border:1px solid #e5e7eb;border-bottom-left-radius:4px;color:#374151}.chatbot-typing{align-items:center;display:flex;gap:4px;padding:16px 20px}.chatbot-typing span{animation:chatbot-bounce 1.4s ease-in-out infinite;background:#9ca3af;border-radius:50%;height:8px;width:8px}.chatbot-typing span:first-child{animation-delay:-.32s}.chatbot-typing span:nth-child(2){animation-delay:-.16s}@keyframes chatbot-bounce{0%,80%,to{opacity:.5;transform:scale(.8)}40%{opacity:1;transform:scale(1)}}.chatbot-suggestions{padding:8px 0}.chatbot-suggestions-label{color:#6b7280;font-size:.75rem;margin:0 0 8px}.chatbot-suggestion-btn{background:#fff;border:1px solid #e5e7eb;border-radius:10px;color:#374151;cursor:pointer;display:block;font-size:.85rem;margin-bottom:6px;padding:10px 14px;text-align:left;transition:all .2s ease;width:100%}.chatbot-suggestion-btn:hover{background:#f3f4f6;border-color:#2563eb;color:#2563eb}.chatbot-suggestion-btn:last-child{margin-bottom:0}.chatbot-input-area{background:#fff;border-top:1px solid #e5e7eb;display:flex;gap:10px;padding:16px}.chatbot-input{border:1px solid #e5e7eb;border-radius:24px;flex:1 1;font-size:.9rem;outline:none;padding:12px 16px;transition:border-color .2s ease,box-shadow .2s ease}.chatbot-input:focus{border-color:#2563eb;box-shadow:0 0 0 3px #2563eb1a}.chatbot-input:disabled{background:#f9fafb;cursor:not-allowed}.chatbot-input::placeholder{color:#9ca3af}.chatbot-send-btn{align-items:center;background:linear-gradient(135deg,#2563eb,#1d4ed8);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;height:44px;justify-content:center;transition:all .2s ease;width:44px}.chatbot-send-btn:hover:not(:disabled){box-shadow:0 4px 12px #2563eb4d;transform:scale(1.05)}.chatbot-send-btn:disabled{background:#d1d5db;cursor:not-allowed}@media (max-width:480px){.chatbot-toggle{bottom:80px;height:50px;right:16px;width:50px}.chatbot-window{animation:chatbot-slide-up-mobile .3s ease;border-radius:0;bottom:0;height:100%;left:0;max-height:100vh;right:0;width:100%}@keyframes chatbot-slide-up-mobile{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}.chatbot-messages{padding:12px}.chatbot-message{max-width:90%}.chatbot-input-area{padding:12px}}@media (min-width:481px) and (max-width:768px){.chatbot-window{bottom:150px;height:480px;width:340px}}.chatbot-usage-bar{align-items:center;border-top:1px solid #f1f5f9;display:flex;gap:10px;padding:6px 16px 4px}.chatbot-usage-label{color:#64748b;flex-shrink:0;font-size:11px;white-space:nowrap}.chatbot-usage-track{background:#e2e8f0;border-radius:2px;flex:1 1;height:4px;overflow:hidden}.chatbot-usage-fill{border-radius:2px;height:100%;transition:width .3s ease,background .3s ease}.chatbot-upgrade-prompt{background:#fef2f2;border:1px solid #fecaca;border-radius:10px;margin:8px 12px;padding:12px 16px;text-align:center}.chatbot-upgrade-prompt p{color:#dc2626;font-size:13px;font-weight:600;margin:0 0 8px}.chatbot-upgrade-btn{background:#2563eb;border-radius:6px;color:#fff;display:inline-block;font-size:12px;font-weight:600;padding:6px 16px;text-decoration:none;transition:background .2s}.chatbot-upgrade-btn:hover{background:#1d4ed8}.chatbot-footer-badge{color:#94a3b8;font-size:10px;padding:4px 16px 8px;text-align:center}.chatbot-footer-link{color:#2563eb;text-decoration:none}.chatbot-footer-link:hover{text-decoration:underline}.chatbot-message-assistant .chatbot-message-content p{margin:0 0 6px}.chatbot-message-assistant .chatbot-message-content p:last-child{margin-bottom:0}.chatbot-message-assistant .chatbot-message-content ol,.chatbot-message-assistant .chatbot-message-content ul{margin:4px 0 6px 16px;padding:0}.chatbot-message-assistant .chatbot-message-content li{margin-bottom:2px}.chatbot-message-assistant .chatbot-message-content strong{font-weight:600}.chatbot-message-assistant .chatbot-message-content h1,.chatbot-message-assistant .chatbot-message-content h2,.chatbot-message-assistant .chatbot-message-content h3{font-size:13px;font-weight:700;margin:8px 0 4px}.chatbot-message-assistant .chatbot-message-content code{background:#00000014;border-radius:3px;font-size:12px;padding:1px 4px}.chatbot-message-assistant .chatbot-message-content pre{background:#0000000f;border-radius:6px;font-size:12px;margin:4px 0;overflow-x:auto;padding:8px}
/*# sourceMappingURL=2111.a6ee528c.chunk.css.map*/