@import "https://fonts.googleapis.com/css2?family=Anta&display=swap";
:root{--teal:#013f6e;--teal2:#013f6e;--brown:#013f6e;--offwhite:#f7f9fa;--bubble-bot:#eef9f9;--shadow:0 20px 60px #00000026;--radius:20px}@keyframes fabPop{0%{opacity:0;transform:scale(0)}70%{transform:scale(1.1)}to{opacity:1;transform:scale(1)}}@keyframes windowOpen{0%{opacity:0;transform:scale(.85)translateY(20px)}to{opacity:1;transform:scale(1)translateY(0)}}@keyframes msgIn{0%{opacity:0;transform:translateY(12px)}to{opacity:1;transform:translateY(0)}}@keyframes chipIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes bounce{0%,to{transform:translateY(0)}45%{transform:translateY(-6px)}}@keyframes pulse{0%,to{box-shadow:0 0 #3ecfcf80}50%{box-shadow:0 0 0 6px #3ecfcf00}}@keyframes blink{0%,to{opacity:1}50%{opacity:.4}}.cb-fab{z-index:9999;cursor:pointer;background:linear-gradient(135deg,#fff,#2aabab);border:none;border-radius:50%;outline:none;justify-content:center;align-items:center;width:60px;height:60px;transition:transform .22s,box-shadow .22s;animation:1.6s ease-in-out infinite heartBeat;display:flex;position:fixed;bottom:24px;right:28px;box-shadow:0 8px 24px #3ecfcf73}.cb-fab:hover{box-shadow:0 12px 32px #3ecfcf99}.cb-fab:hover .cb-fab-icon{transform:rotate(20deg)}.cb-fab-icon{fill:#fff;width:28px;height:28px;transition:transform .22s}@keyframes heartBeat{0%{transform:scale(1)}14%{transform:scale(1.08)}28%{transform:scale(1)}42%{transform:scale(1.08)}70%{transform:scale(1)}}.cb-window{z-index:9999;border-radius:var(--radius);background:var(--offwhite);width:400px;max-height:620px;box-shadow:var(--shadow);transform-origin:100% 100%;flex-direction:column;font-family:DM Sans,sans-serif;animation:.35s cubic-bezier(.22,1,.36,1) both windowOpen;display:flex;position:fixed;bottom:96px;right:28px;overflow:hidden}.cb-header{background:var(--brown);flex-shrink:0;align-items:center;gap:12px;padding:14px 16px;display:flex}.cb-lang-toggle{background:#ffffff26;border-radius:20px;flex-shrink:0;gap:2px;padding:3px;display:flex}.cb-lang-btn{cursor:pointer;color:#ffffffb3;background:0 0;border:none;border-radius:16px;padding:4px 10px;font-size:11px;font-weight:700;transition:all .2s}.cb-lang-btn.active{color:var(--brown);background:#fff}.cb-lang-btn:hover:not(.active){background:#ffffff1a}.cb-avatar{background:linear-gradient(135deg,#3ecfcf,#f7f3eb);border:2px solid #ffffff4d;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:44px;height:44px;font-size:20px;animation:2.5s ease-in-out infinite pulse;display:flex}.cb-header-info{flex:1}.cb-header-name{color:#fff;font-family:Playfair Display,serif;font-size:18px;font-weight:600;line-height:1.2}.cb-header-status{color:#ffffffbf;align-items:center;gap:5px;margin-top:2px;font-size:11.5px;display:flex}.cb-status-dot{background:#5eea8a;border-radius:50%;width:7px;height:7px;animation:1.5s ease-in-out infinite blink}.cb-close{cursor:pointer;color:#fff;background:#ffffff26;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;font-size:18px;line-height:1;transition:background .2s,transform .2s;display:flex}.cb-close:hover{background:#ffffff4d;transform:rotate(90deg)}.cb-body{background:var(--offwhite);scroll-behavior:smooth;flex-direction:column;flex:1;gap:12px;padding:16px 14px;display:flex;overflow-y:auto}.cb-body::-webkit-scrollbar{width:4px}.cb-body::-webkit-scrollbar-thumb{background:#d1e8e8;border-radius:4px}.cb-msg-row{align-items:flex-end;gap:8px;animation:.3s both msgIn;display:flex}.cb-msg-row.user{flex-direction:row-reverse}.cb-bot-icon{background:linear-gradient(135deg,#3ecfcf,#f7f3eb);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:30px;height:30px;font-size:14px;display:flex}.cb-bubble{word-break:break-word;border-radius:16px;max-width:78%;padding:10px 14px;font-family:Anta,sans-serif;font-size:13.5px;line-height:1.55}.cb-bubble.bot{background:var(--bubble-bot);color:#1a2e2e;border-top-left-radius:4px}.cb-bubble.user{color:#fff;background:linear-gradient(135deg,#00223c 0%,#013f6e 50%,#2274b3 100%);border-top-right-radius:4px;font-weight:500}.cb-bubble a{color:#36c}.cb-chips{flex-wrap:wrap;gap:7px;padding-left:38px;display:flex}.cb-chip{border:1.5px solid var(--teal);color:#1a2e2e;cursor:pointer;background:#fff;border-radius:20px;outline:none;padding:4px 10px;font-family:Anta,sans-serif;font-size:12.5px;font-weight:500;transition:background .18s,color .18s,transform .18s,box-shadow .18s;animation:.25s both chipIn}.cb-chip:hover{background:var(--teal);color:#fff;transform:translateY(-2px);box-shadow:0 4px 12px #3ecfcf59}.borde-back{background:linear-gradient(135deg,#fff,#1f8f8f);border-radius:50%;justify-content:center;align-items:center;width:60px;height:60px;display:flex}.tooltip{color:#013f6e;opacity:0;visibility:hidden;pointer-events:none;white-space:nowrap;background:#fff;border-radius:30px;justify-content:flex-start;align-items:center;min-width:140px;height:46px;padding:0 16px;font-family:sans-serif;font-size:14px;font-weight:600;transition:all .3s;display:flex;position:absolute;top:50%;right:80px;transform:translateY(-50%)translate(10px);box-shadow:0 6px 18px #0000001f}.tooltip-container:hover .tooltip{opacity:1;visibility:visible;font-size:14px;transform:translateY(-50%)translate(0)}.cb-typing-row{align-items:flex-end;gap:8px;animation:.3s both msgIn;display:flex}.cb-typing-bubble{background:var(--bubble-bot);border-radius:4px 16px 16px;align-items:center;gap:5px;padding:12px 16px;display:flex}.cb-dot{background:var(--teal);border-radius:50%;width:7px;height:7px;animation:.9s ease-in-out infinite bounce}.cb-dot:nth-child(2){animation-delay:.15s}.cb-dot:nth-child(3){animation-delay:.3s}.cb-capture-bot{background:var(--bubble-bot);color:#1a2e2e;border-radius:4px 16px 16px;max-width:80%;padding:10px 14px;font-size:13.5px;line-height:1.55;animation:.3s both msgIn}.cb-capture-user{color:#fff;background:linear-gradient(135deg,#3ecfcf,#2aabab);border-radius:16px 4px 16px 16px;max-width:80%;padding:10px 14px;font-size:13.5px;font-weight:500;animation:.3s both msgIn}.cb-capture-input-row{align-items:center;gap:8px;animation:.3s both msgIn;display:flex}.cb-capture-input{color:#1a2e2e;background:#fff;border:1.5px solid #d1e8e8;border-radius:10px;outline:none;flex:1;padding:9px 12px;font-family:DM Sans,sans-serif;font-size:13px;transition:border-color .2s}.cb-capture-input:focus{border-color:var(--teal)}.cb-capture-send{background:var(--teal);cursor:pointer;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:36px;height:36px;transition:background .2s,transform .2s;display:flex}.cb-capture-send:hover{background:var(--teal2);transform:scale(1.08)}.cb-capture-send svg{fill:#fff;width:16px;height:16px}.cb-capture-err{color:#e06060;margin-top:3px;padding-left:2px;font-size:11.5px}.cb-mode-bar{-webkit-backdrop-filter:blur();background:0 0;flex-shrink:0;align-items:center;gap:8px;padding:7px 14px;display:flex;box-shadow:0 4px 30px #0000001a}.cb-mode-label{color:#7a9999;margin-right:2px;font-size:11.5px;font-weight:500}.cb-mode-pill{background:#fff;border:1.5px solid #ff8e74;border-radius:20px;justify-content:center;align-items:center;display:flex;overflow:hidden}.cb-mode-btn{cursor:pointer;color:var(--teal);white-space:nowrap;background:0 0;border:none;outline:none;padding:4px 13px;font-family:DM Sans,sans-serif;font-size:12px;font-weight:500;transition:background .18s,color .18s}.cb-mode-btn.active{color:#fff;background:#ff8e74}.cb-mode-hint{color:#aac5c5;white-space:nowrap;margin-left:auto;font-size:11px;font-style:italic}.cb-start-over{color:#7a9999;cursor:pointer;white-space:nowrap;background:#fff;border:1.5px solid #d1e8e8;border-radius:20px;outline:none;padding:3px 10px;font-family:DM Sans,sans-serif;font-size:11px;font-weight:500;transition:border-color .18s,color .18s}.cb-start-over:hover{border-color:var(--teal);color:var(--teal)}.cb-footer{background:#fff;border-top:1px solid #eaf3f3;flex-shrink:0;align-items:center;gap:10px;padding:12px 14px;display:flex}.cb-footer-guide{text-align:center;color:#fff;background:#013f6e;border-top:1px solid #eaf3f3;flex-shrink:0;padding:11px 14px;font-size:12.5px;font-style:italic}.cb-input{background:var(--offwhite);color:#1a2e2e;border:1.5px solid #d1e8e8;border-radius:50px;outline:none;flex:1;padding:10px 16px;font-family:DM Sans,sans-serif;font-size:13.5px;transition:border-color .2s}.cb-input:focus{border-color:var(--teal)}.cb-send{background:var(--teal);cursor:pointer;border:none;border-radius:50%;outline:none;flex-shrink:0;justify-content:center;align-items:center;width:40px;height:40px;transition:background .2s,transform .2s;display:flex}.cb-send:hover:not(:disabled){background:var(--teal2);transform:scale(1.08)}.cb-send:disabled{cursor:not-allowed;background:#c0dede}.cb-send svg{fill:#fff;width:18px;height:18px}@media (max-width:500px){.cb-window{border-radius:0!important;width:100%!important;height:100vh!important;max-height:100vh!important;animation:.35s ease-out both slideUp!important;inset:0!important}.tooltip{display:none!important}.cb-bubble{max-width:85%!important}.cb-footer{padding-bottom:calc(12px + env(safe-area-inset-bottom))!important}.cb-body{padding:12px 10px!important}.cb-header{padding:16px 12px!important}.cb-fab{width:50px!important;height:50px!important;bottom:20px!important;right:20px!important}.cb-fab-icon{width:24px!important;height:24px!important}.borde-back{width:50px!important;height:50px!important}.borde-back svg{width:52px!important;height:52px!important}}@keyframes slideUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
