.chatbot-bubble{position:fixed;bottom:28px;right:28px;z-index:9999;width:60px;height:60px;border-radius:50%;background:linear-gradient(135deg,#5cb6d3,#3a8fa8);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 20px rgba(92,182,211,.4),0 0 0 0 rgba(92,182,211,.4);transition:transform .2s ease,box-shadow .2s ease;border:none;outline:none}.chatbot-bubble:hover{transform:scale(1.08);box-shadow:0 6px 28px rgba(92,182,211,.5),0 0 0 0 rgba(92,182,211,.5)}.chatbot-bubble-pulse{animation:chatbot-pulse 2s infinite}@keyframes chatbot-pulse{0%{box-shadow:0 4px 20px rgba(92,182,211,.4),0 0 0 0 rgba(92,182,211,.4)}50%{box-shadow:0 4px 20px rgba(92,182,211,.4),0 0 0 12px rgba(92,182,211,0)}to{box-shadow:0 4px 20px rgba(92,182,211,.4),0 0 0 0 rgba(92,182,211,0)}}.chatbot-window{position:fixed;bottom:100px;right:28px;z-index:9998;width:400px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 140px);border-radius:20px;overflow:hidden;display:flex;flex-direction:column;background:hsla(0,0%,100%,.95);backdrop-filter:blur(20px) saturate(1.8);-webkit-backdrop-filter:blur(20px) saturate(1.8);border:1px solid rgba(212,236,246,.6);box-shadow:0 24px 80px -12px rgba(0,0,0,.15),inset 0 0 0 1px hsla(0,0%,100%,.1)}.chatbot-header{display:flex;align-items:center;justify-content:space-between;padding:16px 20px;background:linear-gradient(135deg,#5cb6d3,#3a8fa8);color:#fff;flex-shrink:0}.chatbot-header-left{display:flex;align-items:center;gap:12px}.chatbot-header-avatar{width:36px;height:36px;border-radius:50%;background:hsla(0,0%,100%,.2);display:flex;align-items:center;justify-content:center;flex-shrink:0}.chatbot-header-info h3{font-size:18px;font-weight:700;margin:0;line-height:1.2}.chatbot-header-info p{font-size:13px;opacity:.85;margin:2px 0 0;font-weight:500}.chatbot-header-actions{display:flex;align-items:center;gap:4px}.chatbot-header-btn{width:32px;height:32px;border-radius:8px;border:none;background:hsla(0,0%,100%,.15);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .2s ease}.chatbot-header-btn:hover{background:hsla(0,0%,100%,.25)}.chatbot-messages{flex:1;overflow-y:auto;padding:20px 16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.chatbot-messages::-webkit-scrollbar{width:5px}.chatbot-messages::-webkit-scrollbar-track{background:transparent}.chatbot-messages::-webkit-scrollbar-thumb{background:rgba(0,0,0,.1);border-radius:10px}.chatbot-messages::-webkit-scrollbar-thumb:hover{background:rgba(0,0,0,.2)}.chatbot-msg{max-width:85%;padding:12px 16px;border-radius:16px;font-size:14px;line-height:1.6;word-wrap:break-word;animation:chatbot-msg-in .3s ease}@keyframes chatbot-msg-in{0%{opacity:0;transform:translateY(8px)}to{opacity:1;transform:translateY(0)}}.chatbot-msg-user{align-self:flex-end;background:linear-gradient(135deg,#5cb6d3,#3a8fa8);color:#fff;border-bottom-right-radius:4px}.chatbot-msg-assistant{align-self:flex-start;background:#f1f5f9;color:#1e293b;border-bottom-left-radius:4px}.chatbot-msg-assistant .chatbot-ai-content{font-size:14px;line-height:1.6}.chatbot-msg-assistant .chatbot-ai-content p{margin:0 0 8px}.chatbot-msg-assistant .chatbot-ai-content p:last-child{margin-bottom:0}.chatbot-msg-assistant .chatbot-ai-content ol,.chatbot-msg-assistant .chatbot-ai-content ul{margin:4px 0 8px;padding-left:20px}.chatbot-msg-assistant .chatbot-ai-content li{margin-bottom:4px}.chatbot-msg-assistant .chatbot-ai-content b,.chatbot-msg-assistant .chatbot-ai-content strong{font-weight:600;color:#0f172a}.chatbot-msg-assistant .chatbot-ai-content a{color:#5cb6d3;text-decoration:underline}.chatbot-msg-assistant .chatbot-ai-content table{width:100%;border-collapse:collapse;margin:8px 0;font-size:12px}.chatbot-msg-assistant .chatbot-ai-content table td,.chatbot-msg-assistant .chatbot-ai-content table th{border:1px solid #e2e8f0;padding:6px 8px;text-align:left}.chatbot-msg-assistant .chatbot-ai-content table th{background:#f8fafc;font-weight:600}.chatbot-typing{display:flex;align-items:center;gap:5px;padding:14px 18px;align-self:flex-start;background:#f1f5f9;border-radius:16px;border-bottom-left-radius:4px;animation:chatbot-msg-in .3s ease}.chatbot-typing-dot{width:7px;height:7px;border-radius:50%;background:#94a3b8;animation:chatbot-bounce 1.4s ease-in-out infinite}.chatbot-typing-dot:first-child{animation-delay:0s}.chatbot-typing-dot:nth-child(2){animation-delay:.16s}.chatbot-typing-dot:nth-child(3){animation-delay:.32s}@keyframes chatbot-bounce{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-6px);opacity:1}}.chatbot-input-area{display:flex;align-items:flex-end;gap:8px;padding:12px 16px 16px;border-top:1px solid #e2e8f0;background:#fff;flex-shrink:0}.chatbot-input-field{flex:1;resize:none;border:1.5px solid #e2e8f0;border-radius:12px;padding:10px 14px;font-size:14px;line-height:1.5;min-height:42px;max-height:100px;color:#1e293b;background:#f8fafc;outline:none;transition:border-color .2s ease,background .2s ease;font-family:inherit}.chatbot-input-field::placeholder{color:#94a3b8}.chatbot-input-field:focus{border-color:#5cb6d3;background:#fff}.chatbot-send-btn{width:42px;height:42px;border-radius:12px;border:none;background:linear-gradient(135deg,#5cb6d3,#3a8fa8);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0;transition:opacity .2s ease,transform .2s ease}.chatbot-send-btn:hover:not(:disabled){transform:scale(1.05)}.chatbot-send-btn:disabled{opacity:.5;cursor:not-allowed}.chatbot-welcome{flex-direction:column;text-align:center;padding:40px 24px;flex:1}.chatbot-welcome,.chatbot-welcome-icon{display:flex;align-items:center;justify-content:center}.chatbot-welcome-icon{width:56px;height:56px;border-radius:16px;background:linear-gradient(135deg,#eaf6fb,#d4ecf6);margin-bottom:16px}.chatbot-welcome h4{font-size:18px;font-weight:700;color:#0b1f2a;margin:0 0 8px}.chatbot-welcome p{font-size:14px;color:#64748b;margin:0;max-width:260px;line-height:1.5}.chatbot-error{display:flex;align-items:center;gap:8px;padding:10px 16px;background:#fef2f2;border-bottom:1px solid #fecaca;font-size:12px;color:#dc2626;flex-shrink:0}.chatbot-error button{margin-left:auto;background:none;border:none;color:#dc2626;cursor:pointer;font-size:16px;line-height:1;padding:0}@media (max-width:480px){.chatbot-window{width:calc(100vw - 16px);right:8px;bottom:80px;height:calc(100vh - 100px);max-height:calc(100vh - 100px);border-radius:16px}.chatbot-bubble{bottom:16px;right:16px;width:52px;height:52px}}