.chatbot-widget-container{font-family:var(--font-inter)}.chat-toggle-button{position:fixed;bottom:24px;right:24px;width:64px;height:64px;background-color:#2563eb;color:#fff;border:none;border-radius:50%;box-shadow:0 10px 25px rgba(0,0,0,.2);cursor:pointer;transition:transform .3s ease,background-color .3s ease;z-index:1050;display:flex;align-items:center;justify-content:center}.chat-toggle-button:hover{background-color:#1e40af}.chat-toggle-button.open{transform:rotate(45deg)}.chat-icon{width:24px;height:24px}.chat-popup{position:fixed;bottom:100px;right:24px;width:384px;height:500px;background:#fff;border-radius:12px;box-shadow:0 20px 50px rgba(0,0,0,.15);z-index:1040;display:none}.chat-popup.desktop{display:block}.chat-popup-inner{position:relative;width:100%;height:100%}.chat-close-button{position:absolute;top:20px;right:12px;background:transparent;border:none;color:#f3f4f6;cursor:pointer;z-index:10}.chat-close-button:hover{color:#fff}.chatbot-wrapper{display:flex;flex-direction:column;height:100%;background-color:#fff;border-radius:12px;overflow:hidden}.chatbot-wrapper.full{box-shadow:0 20px 40px rgba(0,0,0,.1)}.chatbot-body{flex:1 1;overflow-y:auto;padding:16px}.chatbot-error{padding:12px;background-color:#fee2e2;color:#991b1b;border-radius:8px;margin-bottom:16px;font-size:1.6rem}.chatbot-footer{padding:16px 16px 10px;background-color:#f9fafb;border-top:1px solid #e5e7eb;border-radius:0 0 12px 12px}.chat-header{background:linear-gradient(90deg,#2563eb,#1d4ed8);color:#fff;padding:16px;border-top-left-radius:12px;border-top-right-radius:12px}.chat-header-avatar,.chat-header-content{display:flex;align-items:center}.chat-header-avatar{background-color:#fff;border-radius:50%;justify-content:center;margin-right:12px}.chat-header-avatar.small{width:32px;height:32px}.chat-header-avatar.large{width:40px;height:40px}.chat-header-icon.small{width:20px;height:20px;color:#2563eb}.chat-header-icon.large{width:24px;height:24px;color:#2563eb}.chat-header-text{display:flex;flex-direction:column}.chat-header-title.small{font-size:1.6rem;font-weight:700}.chat-header-title.large{font-size:2rem;font-weight:700}.chat-header-subtitle{font-size:1.2rem;opacity:.75;margin-top:2px}.chat-input-wrapper{position:relative}.chat-textarea{width:100%;height:-moz-fit-content;height:fit-content;padding:.5rem 2.5rem .5rem 1rem;border:1px solid #d1d5db;border-radius:20px;resize:none;outline:none;font-family:inherit;font-size:1.2rem;display:flex;align-items:center}.chat-textarea:focus{border-color:#3b82f6;box-shadow:0 0 0 2px rgba(59,130,246,.3)}.chat-send-button{position:absolute;right:.5rem;top:50%;transform:translateY(-50%) rotate(90deg);padding:1rem;border-radius:9999px;background-color:#3b82f6;color:#fff;border:none;cursor:pointer}.chat-send-button:hover{background-color:#2563eb}.chat-send-button.disabled{opacity:.5;cursor:not-allowed}.send-icon{height:1.25rem;width:1.25rem}.chat-hint{font-size:1rem;color:#6b7280;margin-top:6px;text-align:center}.chat-message{display:flex;margin-bottom:1rem}.chat-message.user{justify-content:flex-end}.chat-message.bot{justify-content:flex-start}.message-bubble{border-radius:.5rem;padding:.75rem 1rem;max-width:80%}.chat-message.user .message-bubble{background-color:#d1fae5;color:#065f46}.chat-message.bot .message-bubble{background-color:#dbeafe;color:#1e40af}.bot-header{margin-bottom:.5rem}.bot-avatar,.bot-header{display:flex;align-items:center}.bot-avatar{width:2rem;height:2rem;background-color:#2563eb;color:#fff;font-size:1rem;border-radius:9999px;justify-content:center;margin-right:.5rem}.bot-name{font-weight:700;font-size:1.4rem}.message-text{font-size:1.3rem;line-height:1.8rem;white-space:pre-wrap}.message-sources{margin-top:.5rem;font-size:1.3rem;color:#4b5563}.message-sources ul{list-style-type:disc;padding-left:1.25rem}.message-sources a{text-decoration:underline;color:#2563eb}.message-sources a:hover{color:#1d4ed8}.timestamp{font-size:1.2rem;color:#6b7280;text-align:right;margin-top:.25rem}.typing{background-color:#f3f4f6}.typing-dots{display:flex;align-items:center}.dot{width:.5rem;height:.5rem;background-color:#9ca3af;border-radius:9999px;margin-right:.25rem;animation:pulse 1.5s ease-in-out infinite}.dot:nth-child(2){animation-delay:.2s}.dot:nth-child(3){animation-delay:.4s}@keyframes pulse{0%,to{opacity:.3;transform:scale(1)}50%{opacity:1;transform:scale(1.2)}}@media (max-width:768px){.chat-popup.desktop{display:none}.chat-popup.mobile{display:block;position:fixed;left:50%;transform:translateX(-50%);width:90%;max-width:480px;background:#fff;z-index:1040}.chat-close-button-mobile{position:absolute;top:14px;right:16px;background:rgba(0,0,0,.2);border:none;border-radius:50%;padding:8px;color:#fff;cursor:pointer;display:flex;align-items:center}.chat-close-button-mobile:hover{background:rgba(0,0,0,.3)}}