#aitcbot-bubble,#aitcbot-window{box-sizing:border-box}#aitcbot-window *,#aitcbot-bubble *{box-sizing:border-box}#aitcbot-window{position:fixed;z-index:99999;width:380px;max-height:560px;display:flex;flex-direction:column;overflow:hidden;border-radius:20px;box-shadow:0 32px 80px rgb(0 0 0 / .8);opacity:0;pointer-events:none;transition:transform .3s cubic-bezier(.34,1.56,.64,1),opacity .2s ease}#aitcbot-window.open{opacity:1;pointer-events:all}.aitcbot-trigger--icon{position:fixed;z-index:99998;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 24px rgb(0 0 0 / .5);animation:aitcbot-pulse 3s ease-in-out infinite;transition:transform .2s,bottom .3s cubic-bezier(.34,1.56,.64,1),top .3s cubic-bezier(.34,1.56,.64,1)}.aitcbot-trigger--icon:hover{transform:scale(1.07)}.aitcbot-trigger--icon svg,.aitcbot-trigger--icon .dashicons{transition:transform .3s}.aitcbot-trigger--icon.open svg,.aitcbot-trigger--icon.open .dashicons{transform:rotate(90deg)}.aitcbot-trigger--icon .dashicons{font-size:26px;width:26px;height:26px;line-height:1}.aitcbot-trigger--pill{position:fixed;z-index:99998;display:flex;align-items:center;gap:0;border:none;border-radius:50px;padding:0;cursor:pointer;box-shadow:0 4px 20px rgb(0 0 0 / .35);overflow:hidden;white-space:nowrap;opacity:1;transition:box-shadow .2s,transform .2s,bottom .3s cubic-bezier(.34,1.56,.64,1),top .3s cubic-bezier(.34,1.56,.64,1),opacity .25s ease}.aitcbot-trigger--pill.aitcbot-trigger--ready{opacity:1;transform:translateY(0)}.aitcbot-trigger--pill:hover{box-shadow:0 8px 28px rgb(0 0 0 / .45);transform:translateY(-2px)!important}.aitcbot-trigger--pill.open .aitcbot-trigger__btn{filter:brightness(.85)}.aitcbot-trigger__label{padding:14px 16px 14px 22px;font-size:14px;font-weight:500;color:#333;line-height:1;background:#f0f0f0}.aitcbot-trigger__btn{display:flex;align-items:center;gap:8px;padding:14px 22px 14px 16px;font-size:14px;font-weight:700;line-height:1;border-radius:0 50px 50px 0;transition:filter .15s;color:#fff}.aitcbot-trigger--pill.aitcbot-label-hidden .aitcbot-trigger__btn{border-radius:50px;padding:14px 22px}.aitcbot-notif-dot{position:absolute;top:-4px;right:-4px;width:13px;height:13px;border-radius:50%;background:#ff3b3b;border:2px solid #fff;animation:aitcbot-blink 1.8s ease-in-out infinite;z-index:1}@keyframes aitcbot-pulse{0%{box-shadow:0 4px 24px rgb(0 0 0 / .5),0 0 0 0 rgb(255 255 255 / .3)}50%{box-shadow:0 4px 24px rgb(0 0 0 / .5),0 0 0 12px #fff0}100%{box-shadow:0 4px 24px rgb(0 0 0 / .5),0 0 0 0 #fff0}}@keyframes aitcbot-blink{0%,100%{opacity:1}50%{opacity:.2}}@media (max-width:500px){#aitcbot-window{width:calc(100vw - 20px)!important;left:10px!important;right:10px!important;bottom:80px!important;top:auto!important;border-radius:14px!important}.aitcbot-trigger--pill{left:10px!important;right:10px!important;bottom:16px!important;top:auto!important;width:calc(100vw - 20px)!important;justify-content:space-between}.aitcbot-trigger--icon{bottom:16px!important;right:16px!important;left:auto!important}}