.cbc-root{--cbc-navy:#042b42;--cbc-blue:#006ead;--cbc-blue-light:#EDF4F9;--cbc-red:#c7192d;--cbc-green:#73ae19;--cbc-green-deep:#5C8B14;--cbc-sand:#F6F3EC;--cbc-panel-bg:#FCFBF9;--cbc-ink:#1A2430;--cbc-ink-soft:#5B6472;--cbc-border:rgba(11, 37, 64, 0.10);--cbc-shadow:0 18px 48px rgba(11, 37, 64, 0.22), 0 4px 14px rgba(11, 37, 64, 0.10);--cbc-radius:18px;--cbc-font-display:'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;--cbc-font-body:'DM Sans', 'Segoe UI', system-ui, -apple-system, sans-serif;position:fixed;z-index:2147483647;isolation:isolate;font-family:var(--cbc-font-body);color:var(--cbc-ink)}.cbc-root.cbc-pos-left{bottom:20px;left:20px}.cbc-root.cbc-pos-right{bottom:15px;right:70px}.cbc-root *,.cbc-root *::before,.cbc-root *::after{box-sizing:border-box}.cbc-launcher{height:62px;padding:7px 18px 7px 7px;border-radius:999px;border:1px solid var(--cbc-border);background:var(--cbc-panel-bg)!important;opacity:1!important;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;box-shadow:var(--cbc-shadow);transition:transform 0.18s ease,width 0.22s ease,padding 0.22s ease,border-radius 0.22s ease,background 0.22s ease;position:relative}.cbc-launcher:hover{transform:translateY(-2px)}.cbc-launcher:focus-visible{outline:3px solid var(--cbc-green);outline-offset:3px}.cbc-launcher-pill{display:flex;align-items:center;gap:11px}.cbc-launcher-avatar{width:46px;height:46px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.cbc-launcher-avatar img{width:100%;height:100%;display:block;object-fit:contain}.cbc-launcher-text{display:flex;flex-direction:column;align-items:flex-start;line-height:1.28;text-align:left}.cbc-launcher-title{font-family:var(--cbc-font-display);font-weight:700;font-size:14.5px;color:var(--cbc-navy);white-space:nowrap}.cbc-launcher-subtitle{font-size:11px;font-weight:600;color:var(--cbc-ink-soft);white-space:nowrap;letter-spacing:.01em}.cbc-launcher-closed-icon{display:none;width:22px;height:22px;align-items:center;justify-content:center}.cbc-launcher-closed-icon svg{width:22px!important;height:22px!important;display:block}.cbc-root.cbc-open .cbc-launcher{width:60px;height:60px;padding:0;border-radius:50%;border-color:#fff0;background:var(--cbc-green)!important;justify-content:center}.cbc-root.cbc-open .cbc-launcher-pill{display:none}.cbc-root.cbc-open .cbc-launcher-closed-icon{display:flex}.cbc-launcher::after{content:"";position:absolute;inset:-6px;border-radius:999px;border:2px solid var(--cbc-blue);opacity:0;animation:cbc-pulse-once 2.4s ease-out 1.2s 1}@keyframes cbc-pulse-once{0%{opacity:.55;transform:scale(.9)}100%{opacity:0;transform:scale(1.25)}}@media (prefers-reduced-motion:reduce){.cbc-launcher::after{animation:none}.cbc-launcher:hover{transform:none}}.cbc-panel{position:fixed;width:372px;max-width:calc(100vw - 32px);height:min(600px, calc(100vh - 120px));background:var(--cbc-panel-bg)!important;opacity:1!important;border-radius:var(--cbc-radius);box-shadow:var(--cbc-shadow);border:1px solid var(--cbc-border);display:flex;flex-direction:column;overflow:hidden}.cbc-panel[hidden]{display:none}.cbc-pos-left .cbc-panel{bottom:96px;left:20px}.cbc-pos-right .cbc-panel{bottom:91px;right:70px}.cbc-header{display:flex;align-items:center;gap:12px;padding:16px 16px;background:var(--cbc-navy);color:#fff;flex-shrink:0}.cbc-header-mark{width:32px;height:32px;flex-shrink:0}.cbc-header-mark img{width:100%;height:100%;display:block;object-fit:contain}.cbc-header-text{display:flex;flex-direction:column;gap:2px;flex:1;min-width:0}.cbc-header-title{font-family:var(--cbc-font-display);font-weight:700;font-size:15.5px;letter-spacing:-.01em}.cbc-header-status{font-size:12px;color:rgb(255 255 255 / .72);display:flex;align-items:center;gap:6px}.cbc-dot{width:7px;height:7px;border-radius:50%;background:var(--cbc-green);display:inline-block;flex-shrink:0}.cbc-close{background:#fff0;border:none;cursor:pointer;position:relative;width:30px;height:30px;display:flex;align-items:center;justify-content:center;border-radius:8px;flex-shrink:0}.cbc-close::before,.cbc-close::after{content:"";position:absolute;top:50%;left:50%;width:14px;height:2px;background:#fff;opacity:.75;transition:opacity 0.15s ease}.cbc-close::before{transform:translate(-50%,-50%) rotate(45deg)}.cbc-close::after{transform:translate(-50%,-50%) rotate(-45deg)}.cbc-close:hover{background:rgb(255 255 255 / .1)}.cbc-close:hover::before,.cbc-close:hover::after{opacity:1}.cbc-close:focus-visible{outline:2px solid var(--cbc-green);outline-offset:2px}.cbc-thread{flex:1;overflow-y:auto;padding:18px 16px;display:flex;flex-direction:column;gap:12px;scroll-behavior:smooth}.cbc-thread::-webkit-scrollbar{width:6px}.cbc-thread::-webkit-scrollbar-thumb{background:var(--cbc-border);border-radius:8px}.cbc-msg{max-width:86%;padding:11px 14px;border-radius:14px;font-size:14px;line-height:1.48}.cbc-msg-bot{align-self:flex-start;background:var(--cbc-sand);color:var(--cbc-ink);border-bottom-left-radius:4px}.cbc-msg-user{align-self:flex-end;background:var(--cbc-blue);color:#fff;border-bottom-right-radius:4px}.cbc-options{display:flex;flex-wrap:wrap;gap:8px;align-self:flex-start;max-width:100%}.cbc-option-btn{font-family:var(--cbc-font-body);font-size:13.5px;font-weight:600;padding:9px 14px;border-radius:999px;border:1.5px solid var(--cbc-blue);background:#fff;color:var(--cbc-blue);cursor:pointer;transition:background 0.15s ease,color 0.15s ease;text-align:left}.cbc-option-btn:hover{background:var(--cbc-blue);color:#fff}.cbc-option-btn:focus-visible{outline:2px solid var(--cbc-green);outline-offset:2px}.cbc-option-btn[data-variant="cta"]{border-color:var(--cbc-red);color:var(--cbc-red)}.cbc-option-btn[data-variant="cta"]:hover{background:var(--cbc-red);color:#fff}.cbc-typing{align-self:flex-start;display:flex;gap:4px;padding:12px 14px;background:var(--cbc-sand);border-radius:14px;border-bottom-left-radius:4px}.cbc-typing span{width:6px;height:6px;border-radius:50%;background:var(--cbc-ink-soft);opacity:.5;animation:cbc-bounce 1.1s infinite ease-in-out}.cbc-typing span:nth-child(2){animation-delay:0.15s}.cbc-typing span:nth-child(3){animation-delay:0.3s}@keyframes cbc-bounce{0%,80%,100%{transform:translateY(0);opacity:.5}40%{transform:translateY(-4px);opacity:1}}@media (prefers-reduced-motion:reduce){.cbc-typing span{animation:none;opacity:.8}}.cbc-form{display:flex;flex-direction:column;gap:8px;align-self:stretch;background:#fff;border:1px solid var(--cbc-border);border-radius:14px;padding:14px}.cbc-form-context{background:var(--cbc-blue-light);color:var(--cbc-blue);font-size:12.5px;font-weight:600;padding:8px 11px;border-radius:9px;margin-bottom:2px}.cbc-form-label{font-size:12.5px;font-weight:600;color:var(--cbc-ink-soft)}.cbc-form input,.cbc-form textarea{font-family:var(--cbc-font-body);font-size:14px;padding:10px 12px;border:1.5px solid var(--cbc-border);border-radius:10px;width:100%;color:var(--cbc-ink);background:#fff}.cbc-form input:focus-visible,.cbc-form textarea:focus-visible{outline:2px solid var(--cbc-blue);outline-offset:1px;border-color:var(--cbc-blue)}.cbc-form textarea{resize:vertical;min-height:60px}.cbc-form-submit{margin-top:4px;font-family:var(--cbc-font-display);font-weight:700;font-size:14px;background:var(--cbc-red);color:#fff;border:none;border-radius:10px;padding:11px 14px;cursor:pointer}.cbc-form-submit:hover{filter:brightness(1.08)}.cbc-form-submit:disabled{opacity:.6;cursor:default}.cbc-form-cancel{background:#fff0;border:none;color:var(--cbc-ink-soft);font-family:var(--cbc-font-body);font-size:12.5px;font-weight:600;text-decoration:underline;cursor:pointer;padding:4px 0 0;align-self:center}.cbc-form-cancel:hover{color:var(--cbc-blue)}.cbc-form-cancel:disabled{opacity:.5;cursor:default}.cbc-form-error{font-size:12.5px;color:var(--cbc-red)}.cbc-footer{flex-shrink:0;padding:9px 16px;text-align:center;border-top:1px solid var(--cbc-border);background:var(--cbc-panel-bg)}.cbc-footer-text{font-size:11px;color:var(--cbc-ink-soft)}@media (max-width:480px){.cbc-panel{left:12px;right:12px;bottom:88px;width:auto;max-width:none;height:min(72vh, 560px)}.cbc-root.cbc-pos-left{left:12px;bottom:12px}.cbc-root.cbc-pos-right{right:65px;bottom:12px}.cbc-launcher{height:56px;padding:5px 15px 5px 5px}.cbc-launcher-pill{gap:9px}.cbc-launcher-avatar{width:38px;height:38px}.cbc-launcher-title{font-size:13.5px}.cbc-launcher-subtitle{font-size:10.5px}.cbc-root.cbc-open .cbc-launcher{width:52px;height:52px}}