:root{--bob-50: #F0FDFA;--bob-100: #CCFBF1;--bob-200: #99F6E4;--bob-300: #5EEAD4;--bob-400: #2DD4BF;--bob-500: #14B8A6;--bob-600: #0D9488;--bob-700: #0F766E;--bob-800: #115E59;--bob-900: #134E4A;--bob-950: #042F2E}.bothub-widget{position:fixed;bottom:20px;z-index:9999;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,sans-serif}.bothub-button{width:64px;height:64px;border-radius:50%;background:var(--bob-600);border:none;cursor:pointer;box-shadow:0 4px 16px #0d948866;display:flex;align-items:center;justify-content:center;transition:all .3s ease;padding:0;overflow:hidden}.bothub-button:hover{transform:scale(1.08);box-shadow:0 6px 24px #0d948880;background:var(--bob-500)}.bothub-button-avatar{width:48px;height:48px;-o-object-fit:contain;object-fit:contain}.bothub-button-svg{width:44px;height:44px}.bothub-chat-window{width:380px;height:600px;background:#fff;border-radius:20px;box-shadow:0 12px 48px #0d948840;display:flex;flex-direction:column;overflow:hidden;animation:slideUp .3s ease-out;border:1px solid var(--bob-100)}@keyframes slideUp{0%{opacity:0;transform:translateY(20px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}.bothub-header{background:var(--bob-600);color:#fff;padding:16px 20px;display:flex;align-items:center;gap:12px}.bothub-header-avatar{width:44px;height:44px;border-radius:50%;background:#fff;padding:4px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.bothub-header-avatar img,.bothub-header-avatar svg{width:36px;height:36px}.bothub-header-info{flex:1}.bothub-header-title{font-size:17px;font-weight:600;margin:0;letter-spacing:-.01em}.bothub-header-subtitle{font-size:13px;opacity:.9;margin:2px 0 0}.bothub-header-status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.85;margin-top:2px}.bothub-status-dot{width:8px;height:8px;background:#4ade80;border-radius:50%;animation:pulse 2s infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.bothub-close-button{background:#ffffff26;border:none;border-radius:50%;width:36px;height:36px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:#fff;transition:background .2s}.bothub-close-button:hover{background:#ffffff40}.bothub-messages{flex:1;overflow-y:auto;padding:20px;background:var(--bob-50)}.bothub-messages::-webkit-scrollbar{width:6px}.bothub-messages::-webkit-scrollbar-thumb{background:var(--bob-200);border-radius:3px}.bothub-messages::-webkit-scrollbar-thumb:hover{background:var(--bob-300)}.bothub-message{margin-bottom:16px;display:flex;flex-direction:column;max-width:80%}.bothub-message-bot{align-items:flex-start}.bothub-message-user{align-items:flex-end;margin-left:auto}.bothub-message-content{padding:12px 16px;border-radius:18px;font-size:14px;line-height:1.5;word-wrap:break-word}.bothub-message-bot .bothub-message-content{background:#fff;color:var(--bob-900);border-bottom-left-radius:6px;box-shadow:0 1px 3px #00000014}.bothub-message-user .bothub-message-content{background:var(--bob-600);color:#fff;border-bottom-right-radius:6px}.bothub-message-time{font-size:11px;color:var(--bob-400);margin-top:4px;padding:0 4px}.bothub-typing{display:flex;gap:4px;padding:14px 18px;background:#fff;border-radius:18px 18px 18px 6px;width:-moz-fit-content;width:fit-content;box-shadow:0 1px 3px #00000014}.bothub-typing span{width:8px;height:8px;border-radius:50%;background:var(--bob-400);animation:typing 1.4s infinite}.bothub-typing span:nth-child(2){animation-delay:.2s}.bothub-typing span:nth-child(3){animation-delay:.4s}@keyframes typing{0%,60%,to{transform:translateY(0);opacity:.6}30%{transform:translateY(-8px);opacity:1}}.bothub-input-container{padding:16px 20px;background:#fff;border-top:1px solid var(--bob-100);display:flex;gap:10px}.bothub-input{flex:1;padding:12px 16px;border:1.5px solid var(--bob-200);border-radius:24px;font-size:14px;outline:none;transition:all .2s;background:var(--bob-50)}.bothub-input:focus{border-color:var(--bob-500);background:#fff;box-shadow:0 0 0 3px #0d94881a}.bothub-input::-moz-placeholder{color:var(--bob-400)}.bothub-input::placeholder{color:var(--bob-400)}.bothub-send-button{width:44px;height:44px;border-radius:50%;background:var(--bob-600);border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;color:#fff;transition:all .2s;flex-shrink:0}.bothub-send-button:hover:not(:disabled){background:var(--bob-500);transform:scale(1.05)}.bothub-send-button:disabled{opacity:.4;cursor:not-allowed}.bothub-powered{text-align:center;padding:8px;background:var(--bob-50);font-size:11px;color:var(--bob-500)}.bothub-powered a{color:var(--bob-600);text-decoration:none;font-weight:500}.bothub-powered a:hover{text-decoration:underline}@media(max-width:480px){.bothub-widget{bottom:0;right:0;left:0}.bothub-chat-window{width:100%;height:100vh;border-radius:0;position:fixed;top:0;left:0}.bothub-button{position:fixed;bottom:20px;right:20px}}
