.bvaichat{position:fixed;z-index:1100;bottom:24px;right:24px;font:400 15px/1.45 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#171821}.bvaichat--left{right:auto;left:24px}.bvaichat__launcher{width:60px;height:60px;border:0;border-radius:50%;background:var(--bvchat-accent);color:#fff;font-size:24px;cursor:pointer;box-shadow:0 12px 35px rgba(0,0,0,.25)}.bvaichat__panel{position:absolute;right:0;bottom:74px;width:min(var(--bvchat-panel-width,380px),calc(100vw - 28px));height:min(var(--bvchat-panel-height,620px),calc(100vh - 120px));background:#fff;border-radius:18px;overflow:hidden;box-shadow:0 22px 70px rgba(0,0,0,.25);grid-template-rows:auto minmax(0,1fr) auto auto auto auto}.bvaichat--left .bvaichat__panel{right:auto;left:0}.bvaichat__panel:not([hidden]){display:grid}.bvaichat header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:var(--bvchat-accent);color:#fff}.bvaichat header>div:first-child{display:grid}.bvaichat header small{opacity:.8}.bvaichat header button{border:0;background:transparent;color:#fff;font-size:26px;cursor:pointer}.bvaichat__header-actions{display:flex;align-items:center;gap:5px}.bvaichat__header-actions button:first-child{font-size:21px}.bvaichat__messages{padding:18px;overflow:auto;background:#f6f7fb}.bvaichat__message{max-width:85%;padding:11px 14px;margin:0 0 12px;border-radius:16px;white-space:pre-wrap;overflow-wrap:anywhere}.bvaichat__message--bot{background:#fff;border:1px solid #e7e8ee;border-bottom-left-radius:4px}.bvaichat__message--user{margin-left:auto;background:var(--bvchat-accent);color:#fff;border-bottom-right-radius:4px}.bvaichat__message--typing{opacity:.65}.bvaichat__suggestions{display:flex;gap:7px;overflow-x:auto;padding:10px 12px;background:#f6f7fb;border-top:1px solid #e8eaf0}.bvaichat__suggestions[hidden]{display:none}.bvaichat__suggestions button{flex:0 0 auto;border:1px solid var(--bvchat-accent);border-radius:999px;padding:7px 11px;background:#fff;color:var(--bvchat-accent);font:inherit;font-size:12px;cursor:pointer}.bvaichat__contact{display:block;padding:9px 14px;background:#fff;color:var(--bvchat-accent);font-weight:600;text-align:center;text-decoration:none;border-top:1px solid #eee}.bvaichat__contact:hover{text-decoration:underline}.bvaichat__form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:12px;background:#fff;border-top:1px solid #eee}.bvaichat__form textarea{resize:none;max-height:100px;border:1px solid #d8dbe5;border-radius:12px;padding:11px;font:inherit}.bvaichat__form button{width:44px;border:0;border-radius:12px;background:var(--bvchat-accent);color:#fff;cursor:pointer}.bvaichat__privacy{margin:0;padding:0 14px 10px;background:#fff;color:#6b6f7c;font-size:11px;text-align:center}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}@media(max-width:480px){.bvaichat{right:14px;bottom:14px}.bvaichat--left{left:14px}.bvaichat:not(.bvaichat--mobile-windowed) .bvaichat__panel{position:fixed;inset:12px;width:auto;height:auto}}
.bvaichat__launcher{display:grid;place-items:center;padding:0;transition:transform .2s ease,box-shadow .2s ease}
.bvaichat__launcher:hover{transform:translateY(-2px);box-shadow:0 15px 38px rgba(0,0,0,.3)}
.bvaichat__launcher-icon{width:38px;height:38px;overflow:visible;fill:currentColor}
.bvaichat__launcher-image{width:42px;height:42px;border-radius:50%;object-fit:cover}
.bvaichat__launcher-face{fill:var(--bvchat-accent)}
.bvaichat__launcher-eye{fill:currentColor}
.bvaichat__launcher-smile{stroke:currentColor}
.bvaichat__message--typing{display:flex;align-items:center;gap:5px;width:max-content;min-width:52px;min-height:22px;opacity:1}
.bvaichat__message--typing span{width:7px;height:7px;border-radius:50%;background:var(--bvchat-accent);animation:bvaichat-dot 1.2s infinite ease-in-out}
.bvaichat__message--typing span:nth-child(2){animation-delay:.15s}
.bvaichat__message--typing span:nth-child(3){animation-delay:.3s}
@keyframes bvaichat-dot{0%,60%,100%{transform:translateY(0);opacity:.35}30%{transform:translateY(-5px);opacity:1}}
.bvaichat__sources{display:flex;flex-wrap:wrap;gap:6px;margin-top:10px;padding-top:9px;border-top:1px solid #e7e8ee}
.bvaichat__sources a{display:inline-flex;align-items:center;padding:4px 9px;border-radius:999px;background:color-mix(in srgb,var(--bvchat-accent) 10%,#fff);color:var(--bvchat-accent);font-size:12px;font-weight:600;text-decoration:none}
.bvaichat__sources a:hover{text-decoration:underline}
.bvaichat a{color:#000!important;font-weight:bold!important}

/* Strictly scoped theme protection against template/global CSS. */
.bvaichat{z-index:3;bottom:var(--bvchat-bottom,24px);color:#171821!important}
.bvaichat--bottom{right:auto;left:50%;transform:translateX(-50%)}
.bvaichat--bottom .bvaichat__panel{right:auto;left:50%;transform:translateX(-50%)}
.bvaichat .bvaichat__launcher{appearance:none;border-color:transparent!important;background:var(--bvchat-accent)!important;color:#fff!important}
.bvaichat .bvaichat__launcher-icon{fill:currentColor!important;color:#fff!important}
.bvaichat .bvaichat__launcher-face{fill:#fff!important}
.bvaichat .bvaichat__launcher-eye{fill:var(--bvchat-accent)!important}
.bvaichat .bvaichat__launcher-smile{stroke:var(--bvchat-accent)!important}
.bvaichat .bvaichat__panel{background:#fff!important;color:#171821!important}
.bvaichat .bvaichat__header{display:flex;align-items:center;justify-content:space-between;padding:18px 20px;background:var(--bvchat-accent)!important;color:#fff!important}
.bvaichat .bvaichat__header>div:first-child{display:grid}
.bvaichat .bvaichat__header strong,.bvaichat .bvaichat__header small{color:#fff!important}
.bvaichat .bvaichat__header small{opacity:.8}
.bvaichat .bvaichat__header button{appearance:none;border-color:transparent!important;background:transparent!important;color:#fff!important;font-size:26px;cursor:pointer}
.bvaichat .bvaichat__messages{background:#f6f7fb!important;color:#171821!important}
.bvaichat .bvaichat__message--bot{background:#fff!important;color:#171821!important;border-color:#e7e8ee!important}
.bvaichat .bvaichat__message--user{background:var(--bvchat-accent)!important;color:#fff!important;border-color:var(--bvchat-accent)!important}
.bvaichat .bvaichat__message--typing span{background:var(--bvchat-accent)!important}
.bvaichat .bvaichat__suggestions{background:#f6f7fb!important;border-color:#e8eaf0!important}
.bvaichat .bvaichat__suggestions button{appearance:none;box-sizing:border-box;flex:0 0 auto;border:1px solid var(--bvchat-accent)!important;border-radius:999px;padding:7px 11px;background:#fff!important;color:var(--bvchat-accent)!important;font:inherit;font-size:12px;line-height:normal;text-transform:none;cursor:pointer;height:40px!important;display:table}
.bvaichat .bvaichat__contact{background:#fff!important;color:#000!important;border-color:#eee!important}
.bvaichat .bvaichat__form{background:#fff!important;border-color:#eee!important}
.bvaichat .bvaichat__form textarea{box-sizing:border-box;background:#fff!important;color:#171821!important;border-color:#d8dbe5!important}
.bvaichat .bvaichat__form textarea::placeholder{color:#6b6f7c!important}
.bvaichat .bvaichat__form button{appearance:none;border-color:transparent!important;background:var(--bvchat-accent)!important;color:#fff!important}
.bvaichat .bvaichat__privacy{background:#fff!important;color:#6b6f7c!important}
.bvaichat .bvaichat__sources{box-sizing:border-box!important;display:flex!important;flex-wrap:wrap!important;align-items:center!important;gap:6px!important;margin:10px 0 0!important;padding:9px 0 0!important;border:0!important;border-top:1px solid #e7e8ee!important;background:transparent!important}
.bvaichat .bvaichat__sources a{box-sizing:border-box!important;display:inline-flex!important;align-items:center!important;width:auto!important;min-width:0!important;max-width:100%!important;height:auto!important;min-height:0!important;margin:0!important;padding:14px 20px!important;border:0!important;border-radius:16px!important;background:#eef4ff!important;color:#000!important;font:600 12px/1.35 system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif!important;letter-spacing:normal!important;text-align:left!important;text-decoration:none!important;text-transform:none!important;white-space:normal!important;overflow-wrap:anywhere!important}
.bvaichat .bvaichat__sources a:hover,.bvaichat .bvaichat__sources a:focus{background:#dfeaff!important;color:#000!important;text-decoration:underline!important}
@media(max-width:480px){.bvaichat{bottom:var(--bvchat-bottom,14px)}.bvaichat--bottom:not(.bvaichat--mobile-windowed) .bvaichat__panel{left:12px;right:12px;transform:none}}

.bvaichat .bvaichat__prompt{appearance:none;position:absolute;right:74px;bottom:7px;width:max-content;max-width:min(320px,calc(100vw - 110px));min-height:44px;padding:10px 15px;border:1px solid #e7e8ee!important;border-radius:14px;background:#fff!important;color:var(--bvchat-accent)!important;font:inherit;font-size:14px;font-weight:600;line-height:1.3;text-align:left;cursor:pointer;box-shadow:0 10px 30px rgba(0,0,0,.16);white-space:normal}
.bvaichat--left .bvaichat__prompt{right:auto;left:74px}
.bvaichat--bottom .bvaichat__prompt{right:auto;left:50%;bottom:72px;transform:translateX(-50%);text-align:center}
.bvaichat .bvaichat__prompt[hidden]{display:none!important}
.bvaichat .bvaichat__header-actions{display:flex;align-items:center;gap:8px}
.bvaichat .bvaichat__header-actions button{box-sizing:border-box;display:grid;place-items:center;width:32px;height:32px;padding:0;line-height:1}
.bvaichat .bvaichat__header-actions [data-chat-clear]{margin-right:14px}
.bvaichat--pulse .bvaichat__launcher{animation:bvaichat-pulse 1s ease-out}
@keyframes bvaichat-pulse{0%{transform:scale(1);box-shadow:0 12px 35px rgba(0,0,0,.25)}35%{transform:scale(1.13);box-shadow:0 0 0 12px rgba(7,94,227,.16),0 16px 42px rgba(0,0,0,.3)}70%{transform:scale(.98);box-shadow:0 0 0 4px rgba(7,94,227,.06),0 12px 35px rgba(0,0,0,.25)}100%{transform:scale(1);box-shadow:0 12px 35px rgba(0,0,0,.25)}}
@media(max-width:480px){.bvaichat .bvaichat__prompt{max-width:calc(100vw - 105px);font-size:12px;padding:8px 11px}.bvaichat--bottom .bvaichat__prompt{max-width:calc(100vw - 28px)}}
.bvaichat .bvaichat__feedback{display:flex;align-items:center;gap:6px;margin-top:9px;padding-top:7px;border-top:1px solid #e7e8ee!important;background:transparent!important;color:#6b6f7c!important;font-size:12px}
.bvaichat .bvaichat__feedback button{appearance:none;display:grid;place-items:center;width:30px;height:28px;padding:0;border:1px solid #d8dbe5!important;border-radius:8px;background:#fff!important;color:#171821!important;font:inherit;cursor:pointer}
.bvaichat .bvaichat__feedback button:hover{border-color:var(--bvchat-accent)!important;background:#eef4ff!important}
