#bebot-root{--bebot-accent:#6754e8;position:fixed;z-index:999999;bottom:22px;right:22px;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#18212f;line-height:1.45}#bebot-root.bebot--left{right:auto;left:22px}.bebot-launcher{position:relative;width:68px;height:68px;padding:3px;border:0;border-radius:50%;background:linear-gradient(145deg,#fff,var(--bebot-accent));box-shadow:0 12px 35px rgb(31 24 76 / .25);cursor:pointer;transition:transform .2s}.bebot-launcher:hover{transform:translateY(-3px)}.bebot-launcher img{display:block;width:100%;height:100%;object-fit:cover;border:3px solid #fff;border-radius:50%}.bebot-pulse{position:absolute;right:4px;bottom:5px;width:14px;height:14px;background:#2fc478;border:3px solid #fff;border-radius:50%}.bebot-panel{position:absolute;right:0;bottom:82px;width:min(380px,calc(100vw - 28px));height:min(610px,calc(100vh - 115px));overflow:hidden;border:1px solid rgb(25 32 50 / .08);border-radius:22px;background:#fff;box-shadow:0 24px 70px rgb(28 27 50 / .24);opacity:0;transform:translateY(14px) scale(.97);transform-origin:bottom right;transition:opacity .22s,transform .22s;display:flex;flex-direction:column}.bebot--left .bebot-panel{right:auto;left:0;transform-origin:bottom left}.is-open .bebot-panel{opacity:1;transform:none}.bebot-header{display:flex;align-items:center;gap:11px;padding:17px 17px;color:#fff;background:linear-gradient(130deg,var(--bebot-accent),color-mix(in srgb,var(--bebot-accent),#141327 35%))}.bebot-header-avatar{width:44px;height:44px;object-fit:cover;border:2px solid rgb(255 255 255 / .8);border-radius:50%;background:#fff}.bebot-header div{display:flex;flex:1;flex-direction:column}.bebot-header strong{font-size:16px}.bebot-header span{font-size:12px;opacity:.88}.bebot-header i{display:inline-block;width:7px;height:7px;margin-right:4px;border-radius:50%;background:#54e19a}.bebot-close{border:0;background:#fff0;color:#fff;font-size:27px;line-height:1;cursor:pointer}.bebot-messages{flex:1;overflow:auto;padding:18px 16px 8px;background:linear-gradient(#fafbff,#fff);scroll-behavior:smooth}.bebot-message{width:fit-content;max-width:86%;margin:0 0 10px;padding:10px 13px;border-radius:16px 16px 16px 4px;background:#eef0f7;color:#273044;font-size:14px;box-shadow:0 2px 4px rgb(27 33 52 / .04);animation:bebot-in .2s ease}.bebot-message--user{margin-left:auto;border-radius:16px 16px 4px 16px;background:var(--bebot-accent);color:#fff}.bebot-message--typing{font-size:12px;color:#667085}.bebot-message--result{width:100%;max-width:100%;padding:0;background:#fff0;box-shadow:none}.bebot-result{display:block;padding:12px 13px;border:1px solid #e5e7ef;border-radius:13px;background:#fff;color:#232b3c!important;text-decoration:none!important;transition:border-color .2s,transform .2s}.bebot-result:hover{border-color:var(--bebot-accent);transform:translateY(-1px)}.bebot-result strong,.bebot-result span,.bebot-result small{display:block}.bebot-result strong{margin-bottom:4px;font-size:14px}.bebot-result span{color:#626b7e;font-size:12px}.bebot-result small{margin-top:7px;color:var(--bebot-accent);font-weight:700}.bebot-chips{display:flex;gap:7px;overflow-x:auto;padding:5px 15px 9px}.bebot-chips:empty{display:none}.bebot-chips a{flex:0 0 auto;max-width:180px;overflow:hidden;padding:7px 10px;border:1px solid color-mix(in srgb,var(--bebot-accent),#fff 70%);border-radius:99px;color:var(--bebot-accent)!important;font-size:11px;text-overflow:ellipsis;white-space:nowrap;text-decoration:none!important}.bebot-form{display:flex;gap:8px;padding:11px 12px;border-top:1px solid #eceef3;background:#fff}.bebot-form input{min-width:0;flex:1;height:43px;margin:0;padding:0 14px;border:1px solid #dfe2ea!important;border-radius:13px!important;outline:0;box-shadow:none!important;font:inherit}.bebot-form input:focus{border-color:var(--bebot-accent)!important}.bebot-form button{display:grid;width:43px;height:43px;padding:11px;border:0;border-radius:13px;background:var(--bebot-accent);place-items:center;cursor:pointer}.bebot-form button:disabled{opacity:.55}.bebot-form svg{width:21px;fill:#fff}.bebot-credit{margin:0;padding:0 12px 10px;background:#fff;color:#9298a7;text-align:center;font-size:10px}.screen-reader-text{position:absolute!important;width:1px;height:1px;overflow:hidden;clip:rect(1px,1px,1px,1px)}@keyframes bebot-in{from{opacity:0;transform:translateY(5px)}}@media(max-width:480px){#bebot-root,#bebot-root.bebot--left{right:14px;bottom:14px;left:auto}.bebot-panel,.bebot--left .bebot-panel{position:fixed;inset:10px 10px 92px;width:auto;height:auto;transform-origin:bottom right}.bebot-launcher{width:62px;height:62px}}@media(prefers-reduced-motion:reduce){.bebot-panel,.bebot-launcher,.bebot-message{transition:none;animation:none}}