#chatbot-widget{position:fixed;bottom:20px;right:20px;width:380px;max-width:calc(100vw - 40px);z-index:999999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,sans-serif;font-size:14px;line-height:1.5}#chatbot-widget.chatbot-collapsed{width:70px;height:70px;overflow:visible}#chatbot-widget.chatbot-collapsed .chatbot-header{display:none}#chatbot-widget.chatbot-collapsed .chatbot-body{display:none}#chatbot-widget.chatbot-collapsed .chatbot-bubble{display:flex}#chatbot-widget.chatbot-expanded .chatbot-bubble{display:none}#chatbot-widget.chatbot-expanded .chatbot-header{display:flex}#chatbot-widget.chatbot-expanded .chatbot-body{display:flex}#chatbot-widget.chatbot-expanded .chatbot-header-buttons .chatbot-expand{display:none}#chatbot-widget.chatbot-expanded{width:440px;max-width:calc(100vw - 40px);height:auto}#chatbot-widget.chatbot-expanded .chatbot-body{display:flex;height:500px;max-height:70vh}#chatbot-widget.chatbot-large .chatbot-body{height:500px;max-height:70vh}#chatbot-widget.chatbot-small .chatbot-body{height:380px;max-height:55vh}#chatbot-widget.chatbot-large{width:440px}#chatbot-widget.chatbot-small{width:360px}.chatbot-header{display:flex;align-items:center;justify-content:space-between;background:linear-gradient(135deg,#06c 0%,#004c99 100%);color:#fff;padding:12px 16px;border-radius:12px 12px 0 0;cursor:pointer;box-shadow:0 4px 12px rgba(0,102,204,.3)}.chatbot-title{font-weight:600;font-size:15px}.chatbot-header-img{width:32px;height:32px;border-radius:50%;margin-right:10px;object-fit:cover}.chatbot-header-buttons{display:flex;gap:8px}.chatbot-new-chat,.chatbot-toggle,.chatbot-expand{color:#fff;background:rgba(255,255,255,.2);border:none;border-radius:50%;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s}.chatbot-toggle:hover,.chatbot-expand:hover{background:rgba(255,255,255,.3)}.chatbot-bubble{display:none;align-items:center;justify-content:center;width:60px;height:60px;background:linear-gradient(135deg,#06c 0%,#004c99 100%);border-radius:50%;cursor:pointer;box-shadow:0 4px 20px rgba(0,102,204,.5);transition:transform .3s,box-shadow .3s;position:absolute;bottom:0;right:0;z-index:1000000}.chatbot-bubble:hover{transform:scale(1.1);box-shadow:0 6px 25px rgba(0,102,204,.6)}.chatbot-bubble svg{color:#fff;width:28px;height:28px}.chatbot-toggle svg,.chatbot-expand svg{color:#fff}.chatbot-body{background:#fff;border-radius:0 0 12px 12px;box-shadow:0 -4px 20px rgba(0,0,0,.15);display:flex;flex-direction:column;height:380px;max-height:55vh}.chatbot-messages{flex:1;overflow-y:auto;padding:20px;background:#f8f9fa}.chatbot-message{margin-bottom:15px;padding:12px 16px;border-radius:12px;max-width:85%;word-wrap:break-word}.chatbot-message p{margin:0 0 10px}.chatbot-message p:last-child{margin-bottom:0}.chatbot-message ul{margin:10px 0;padding-left:20px}.chatbot-message li{margin-bottom:5px}.chatbot-bot{background:#fff;border:1px solid #e0e0e0;margin-right:auto}.chatbot-user{background:#06c;color:#fff;margin-left:auto;border-bottom-right-radius:4px}.chatbot-suggestions{padding:10px 20px;display:flex;flex-wrap:wrap;gap:8px;border-top:1px solid #e0e0e0;background:#fff}.chatbot-suggestion{background:#e8f0fe;color:#06c;border:none;padding:6px 12px;border-radius:20px;font-size:12px;cursor:pointer;transition:background .3s}.chatbot-suggestion:hover{background:#d0e0ff}.chatbot-input-container{display:flex;padding:15px 20px;paddding-bottom:5px;gap:10px;border-top:1px solid #e0e0e0;background:#fff;border-radius:0 0 12px 12px}.chatbot-input{flex:1;padding:12px 16px;border:1px solid #ddd;border-radius:25px;font-size:14px;outline:none;transition:border-color .3s}.chatbot-input:focus{border-color:#06c}.chatbot-input-disabled{background:#f0f0f0 !important;cursor:not-allowed;opacity:.7}.chatbot-send:disabled{background:#ccc !important;cursor:not-allowed}.chatbot-bot-loading-inline{display:flex;align-items:center;gap:8px;color:#666;font-size:13px;padding:4px 0}.chatbot-loading-text{color:#888;font-style:italic}.chatbot-turnstile-container{position:fixed;left:-9999px;top:-9999px}.chatbot-send{background:#06c;border:none;border-radius:50%;width:44px;height:44px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .3s}.chatbot-send:hover{background:#0052a3}.chatbot-send svg{color:#fff}.chatbot-loading{display:flex;align-items:center;gap:8px;color:#666;font-size:13px}.chatbot-loading-dots{display:flex;gap:4px}.chatbot-loading-dot{width:8px;height:8px;background:#06c;border-radius:50%;animation:chatbot-loading 1.4s infinite ease-in-out both}.chatbot-loading-dot:nth-child(1){animation-delay:-.32s}.chatbot-loading-dot:nth-child(2){animation-delay:-.16s}@keyframes chatbot-loading{0%,80%,100%{transform:scale(0)}40%{transform:scale(1)}}.chatbot-faq-item{background:#fff3cd;border:1px solid #ffc107;border-radius:8px;padding:10px;margin-bottom:10px}.chatbot-faq-question{font-weight:600;color:#856404;margin-bottom:5px}.chatbot-faq-answer{color:#333;font-size:13px}.chatbot-ai-response{background:linear-gradient(135deg,#e8f5e9 0%,#c8e6c9 100%);border:1px solid #4caf50;border-radius:8px;padding:12px;margin-bottom:10px}.chatbot-ai-badge{display:inline-flex;align-items:center;gap:4px;background:#4caf50;color:#fff;font-size:10px;font-weight:600;padding:2px 8px;border-radius:12px;margin-bottom:8px}.chatbot-ai-badge svg{width:12px;height:12px}.chatbot-suggestions-toggle{position:absolute;top:10px;right:10px;background:#f0f0f0;border:none;border-radius:50%;width:28px;height:28px;display:flex;align-items:center;justify-content:center;cursor:pointer;z-index:10;transition:background .3s}.chatbot-suggestions-toggle:hover{background:#e0e0e0}.chatbot-suggestions-toggle svg{color:#666}.chatbot-body{position:relative}.chatbot-message blockquote{border-left:3px solid #06c;margin:10px 0;padding:8px 12px;background:#f5f5f5;border-radius:0 4px 4px 0}.chatbot-message blockquote p{margin:0;color:#555;font-style:italic}.chatbot-message a{color:#06c;text-decoration:underline}.chatbot-message h2,.chatbot-message h3{margin:10px 0 5px;color:#333}.chatbot-message h2{font-size:16px}.chatbot-message h3{font-size:14px}.chatbot-message table{width:100%;border-collapse:collapse;margin:10px 0;font-size:12px}.chatbot-message table td{border:1px solid #ddd;padding:6px 8px;text-align:left}.chatbot-message table tr:first-child td{background:#f0f0f0;font-weight:600}@media (max-width:768px){#chatbot-widget.chatbot-collapsed{width:70px !important;height:70px !important;bottom:20px !important;right:20px !important;left:auto !important;background:0 0 !important}#chatbot-widget.chatbot-expanded{top:0 !important;left:0 !important;right:0 !important;bottom:0 !important;width:100% !important;height:100% !important;max-width:100% !important;max-height:100% !important;background:#fff !important}#chatbot-widget.chatbot-expanded .chatbot-body{height:calc(100% - 60px) !important;max-height:none !important;border-radius:0 !important}#chatbot-widget.chatbot-expanded .chatbot-header{border-radius:0 !important}#chatbot-widget.chatbot-expanded .chatbot-bubble{display:none !important}}.chatbot-disclaimer{display:block;font-size:11px;color:#888;padding:0 20px 12px;text-align:center;line-height:1.4}.chatbot-body>.chatbot-disclaimer{padding:8px 20px;background:#f8f9fa;border-top:1px solid #e0e0e0}#chatbot-model-card{transition:opacity .2s ease,transform .2s ease}#chatbot-model-card-rank{white-space:nowrap}#chatbot-model-card-warning{transition:opacity .2s ease}#chatbot-credits-box{transition:opacity .2s ease}.chatbot-btn-spinner{display:flex;align-items:center;justify-content:center;width:20px;height:20px}.chatbot-spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:chatbot-spin .8s linear infinite}@keyframes chatbot-spin{to{transform:rotate(360deg)}}