:where(#ceca-chat-root),:where(#ceca-chat-root) *,:where(#ceca-chat-root) *::before,:where(#ceca-chat-root) *::after{box-sizing:border-box}:where(#ceca-chat-root) button,:where(#ceca-chat-root) input{all:unset;box-sizing:border-box;cursor:pointer;font-family:inherit}:where(#ceca-chat-root) input{cursor:text}#ceca-chat-root{position:fixed;z-index:999999;bottom:24px;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif}#ceca-chat-root.ceca-pos-right{right:24px}#ceca-chat-root.ceca-pos-left{left:24px}.ceca-bubble{display:flex;align-items:center;justify-content:center;width:60px;height:60px;border-radius:50%;background:var(--ceca-primary,#17629b);box-shadow:0 6px 20px rgb(0 0 0 / .25);color:#fff;font-size:26px;line-height:1;transition:transform .15s ease}.ceca-bubble:hover{transform:scale(1.06)}.ceca-teaser{position:absolute;bottom:72px;right:0;background:#fff;color:#222;padding:10px 14px;border-radius:12px;box-shadow:0 6px 20px rgb(0 0 0 / .18);font-size:14px;white-space:nowrap;display:flex;align-items:center;gap:8px}#ceca-chat-root.ceca-pos-left .ceca-teaser{right:auto;left:0}.ceca-teaser button#ceca-teaser-close{display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;flex-shrink:0;color:#999;font-size:14px;line-height:1;border-radius:4px}.ceca-teaser button#ceca-teaser-close:hover{background:#f0f0f0}.ceca-panel{position:absolute;bottom:78px;right:0;width:360px;max-width:calc(100vw - 32px);height:520px;max-height:70vh;background:#fff;border-radius:16px;box-shadow:0 12px 40px rgb(0 0 0 / .28);display:flex;flex-direction:column;overflow:hidden}#ceca-chat-root.ceca-pos-left .ceca-panel{right:auto;left:0}.ceca-header{background:var(--ceca-primary,#17629b);color:#fff;padding:14px 16px;display:flex;align-items:center;gap:10px}.ceca-header-avatar{width:36px;height:36px;flex-shrink:0;border-radius:50%;background:rgb(255 255 255 / .2);display:flex;align-items:center;justify-content:center;font-size:18px}.ceca-header-info{flex:1;min-width:0}.ceca-header-title{font-weight:600;font-size:14px;line-height:1.3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.ceca-header-sub{font-size:12px;line-height:1.4;opacity:.85;display:flex;align-items:center;flex-wrap:wrap;gap:4px 5px;margin-top:2px}.ceca-header-sub .dot{width:7px;height:7px;flex-shrink:0;border-radius:50%;background:#3ddc84;display:inline-block}.ceca-header-sub .ceca-office-hours{white-space:normal}.ceca-header-min{display:flex;align-items:center;justify-content:center;width:24px;height:24px;flex-shrink:0;color:#fff;font-size:18px;line-height:1;opacity:.9;border-radius:4px}.ceca-header-min:hover{background:rgb(255 255 255 / .15)}.ceca-messages{flex:1;overflow-y:auto;padding:14px;display:flex;flex-direction:column;gap:10px;background:#f5f7fa}.ceca-msg{max-width:82%;padding:10px 12px;border-radius:12px;font-size:13.5px;line-height:1.45;white-space:pre-wrap}.ceca-msg-bot{align-self:flex-start;background:#fff;color:#222;border-bottom-left-radius:4px;box-shadow:0 1px 3px rgb(0 0 0 / .08)}.ceca-msg-user{align-self:flex-end;background:var(--ceca-primary,#17629b);color:#fff;border-bottom-right-radius:4px}.ceca-msg-time{font-size:10px;color:#99a1ab;margin-top:2px}.ceca-typing{align-self:flex-start;background:#fff;border-radius:12px;padding:10px 14px;display:flex;gap:4px;box-shadow:0 1px 3px rgb(0 0 0 / .08)}.ceca-typing span{width:6px;height:6px;border-radius:50%;background:#b8c0cc;display:inline-block;animation:ceca-blink 1.2s infinite}.ceca-typing span:nth-child(2){animation-delay:.2s}.ceca-typing span:nth-child(3){animation-delay:.4s}@keyframes ceca-blink{0%,80%,100%{opacity:.3}40%{opacity:1}}.ceca-options{display:flex;flex-direction:column;gap:6px;width:100%}.ceca-option-btn{display:block;width:100%;text-align:left;background:#fff;border:1px solid #d8dfe8;color:var(--ceca-primary,#17629b);padding:9px 12px;border-radius:8px;font-size:13.5px;line-height:1.4;cursor:pointer;transition:all .12s ease}.ceca-option-btn:hover{background:#f0f5fa}.ceca-option-btn.selected{background:var(--ceca-primary,#17629b);color:#fff;border-color:var(--ceca-primary,#17629b)}.ceca-option-btn.continue{background:var(--ceca-primary,#17629b);color:#fff;text-align:center;font-weight:600}.ceca-cta{display:flex;flex-direction:column;align-items:center;gap:2px;padding:10px 14px;border-radius:8px;color:#fff;font-weight:600;font-size:13.5px;line-height:1.3;cursor:pointer;text-decoration:none}.ceca-cta-wa{background:#25D366}.ceca-cta-call{background:var(--ceca-primary,#17629b)}.ceca-cta small{font-weight:400;opacity:.9;font-size:11.5px}.ceca-input-row{display:flex;align-items:center;gap:8px;padding:10px 12px;border-top:1px solid #eceff3}.ceca-input-row input[type=text],.ceca-input-row input[type=email],.ceca-input-row input[type=tel]{display:block;width:100%;flex:1;border:1px solid #d8dfe8;border-radius:20px;padding:9px 14px;font-size:13.5px;line-height:1.4;color:#222;background:#fff;outline:none}.ceca-input-row input:focus{border-color:var(--ceca-primary,#17629b)}.ceca-input-row input:disabled{background:#f3f5f7;color:#99a1ab}.ceca-send-btn{display:flex;align-items:center;justify-content:center;width:36px;height:36px;flex-shrink:0;border-radius:50%;background:var(--ceca-primary,#17629b);color:#fff;font-size:14px;line-height:1}.ceca-send-btn:disabled{opacity:.4;cursor:default}.ceca-footer{display:flex;align-items:center;justify-content:space-between;padding:6px 14px 10px}.ceca-lang-toggle{display:flex;gap:4px}.ceca-lang-toggle button{display:inline-block;border:1px solid #d8dfe8;background:#fff;border-radius:6px;padding:2px 8px;font-size:11px;line-height:1.6;color:#555}.ceca-lang-toggle button.active{background:var(--ceca-primary,#17629b);color:#fff;border-color:var(--ceca-primary,#17629b)}.ceca-restart{display:inline-block;color:#8a93a0;font-size:12px;line-height:1.4}.ceca-restart:hover{color:var(--ceca-primary,#17629b)}@media (max-width:600px){body.ceca-panel-open{overflow:hidden}#ceca-chat-root .ceca-panel{position:fixed;left:0;right:0;bottom:auto;width:100%;max-width:100%;border-radius:0;padding-top:env(safe-area-inset-top);top:0;top:var(--ceca-vv-offset,0);height:100vh;height:100dvh;height:var(--ceca-vvh,100dvh);max-height:100vh;max-height:100dvh;max-height:var(--ceca-vvh,100dvh)}.ceca-header,.ceca-input-row,.ceca-footer{flex-shrink:0}.ceca-input-row{padding-bottom:calc(10px + env(safe-area-inset-bottom))}.ceca-input-row input[type=text],.ceca-input-row input[type=email],.ceca-input-row input[type=tel]{font-size:16px!important}.ceca-send-btn{width:44px;height:44px;font-size:16px;flex-shrink:0}}