.cj-chat{--chat-blue: #001f5b;--chat-blue-deep: #001849;--chat-green: #1e6c2f;--chat-green-soft: #e6f3e8;--chat-paper: #fbfcff;--chat-ink: #191c1d;--chat-muted: #5d6472;position:fixed;right:1.5rem;bottom:6.5rem;z-index:70;font-family:Inter,sans-serif}.cj-chat *,.cj-chat *:before,.cj-chat *:after{box-sizing:border-box}.cj-chat__launcher{display:flex;align-items:center;gap:.75rem;min-height:3.75rem;padding:.65rem 1rem .65rem .8rem;border:1px solid rgba(255,255,255,.22);border-radius:1.15rem;color:#fff;background:linear-gradient(145deg,var(--chat-blue),var(--chat-blue-deep));box-shadow:0 18px 45px #001f5b47;cursor:pointer;text-align:left;transition:transform .2s ease,box-shadow .2s ease}.cj-chat__launcher:hover{transform:translateY(-2px);box-shadow:0 22px 50px #001f5b57}.cj-chat__launcher>.material-symbols-outlined{display:grid;place-items:center;width:2.35rem;height:2.35rem;border-radius:.8rem;color:var(--chat-blue);background:#fff}.cj-chat__launcher span:last-child{font-family:Manrope,sans-serif;font-size:.84rem;font-weight:750;line-height:1.15}.cj-chat__launcher small{display:block;margin-bottom:.18rem;color:#c9d5ff;font-family:Inter,sans-serif;font-size:.63rem;font-weight:650;letter-spacing:.08em;text-transform:uppercase}.cj-chat__panel{position:absolute;right:0;bottom:0;display:grid;grid-template-rows:auto auto minmax(10rem,1fr) auto auto auto;width:min(25rem,calc(100vw - 2rem));height:min(39rem,calc(100dvh - 3rem));overflow:hidden;border:1px solid rgba(0,31,91,.14);border-radius:1.4rem;background:var(--chat-paper);box-shadow:0 28px 80px #00184947;opacity:0;transform:translateY(1rem) scale(.97);transform-origin:bottom right;transition:opacity .18s ease,transform .18s ease}.cj-chat__panel[hidden]{display:none}.cj-chat.is-open .cj-chat__panel{opacity:1;transform:translateY(0) scale(1)}.cj-chat.is-open .cj-chat__launcher{opacity:0;pointer-events:none}.cj-chat__header{display:grid;grid-template-columns:auto 1fr auto;align-items:center;gap:.75rem;padding:1rem;color:#fff;background:var(--chat-blue);border-left:.35rem solid var(--chat-green)}.cj-chat__identity{display:grid;place-items:center;width:2.45rem;height:2.45rem;border-radius:.85rem;color:var(--chat-blue);background:#fff;font-family:Manrope,sans-serif;font-weight:800}.cj-chat__eyebrow{display:block;margin-bottom:.15rem;color:#bfcaff;font-size:.65rem;font-weight:700;letter-spacing:.09em;text-transform:uppercase}.cj-chat__header h2{margin:0;color:#fff;font-family:Manrope,sans-serif;font-size:1rem;font-weight:750}.cj-chat__icon-button{display:grid;place-items:center;width:2.35rem;height:2.35rem;border:0;border-radius:.8rem;color:#fff;background:#ffffff1a;cursor:pointer}.cj-chat__privacy{display:flex;align-items:flex-start;gap:.55rem;padding:.7rem 1rem;color:#304035;background:var(--chat-green-soft);border-bottom:1px solid #d5e8d8;font-size:.72rem;line-height:1.4}.cj-chat__privacy .material-symbols-outlined{color:var(--chat-green);font-size:1rem;margin-top:.05rem}.cj-chat__messages{display:flex;flex-direction:column;gap:.75rem;min-height:0;overflow-y:auto;padding:1rem;overscroll-behavior:contain}.cj-chat__message{box-sizing:border-box;min-width:0;max-width:88%;padding:.7rem .85rem;border-radius:1rem;font-size:.86rem;line-height:1.52;overflow-wrap:anywhere;word-break:break-word}.cj-chat__message p{min-width:0;margin:0;white-space:pre-wrap;overflow-wrap:anywhere;word-break:break-word}.cj-chat__message--assistant{align-self:flex-start;color:var(--chat-ink);background:#eef1f7;border-bottom-left-radius:.3rem}.cj-chat__message--user{align-self:flex-end;color:#fff;background:var(--chat-blue);border-bottom-right-radius:.3rem}.cj-chat__message--error{align-self:flex-start;color:#7a2e20;background:#fff0ed;border:1px solid #ffd6ce}.cj-chat__message--loading p:after{content:"";display:inline-block;width:1.1rem;height:.35rem;margin-left:.35rem;background:radial-gradient(circle closest-side,currentColor 90%,transparent) 0 50%/33% 100% repeat-x;animation:cj-chat-dots 1s infinite linear}.cj-chat__suggestions{display:flex;gap:.45rem;overflow-x:auto;padding:.2rem 1rem .8rem;scrollbar-width:none}.cj-chat__suggestions::-webkit-scrollbar{display:none}.cj-chat__suggestion{flex:0 0 auto;max-width:14rem;padding:.55rem .7rem;border:1px solid #cbd4e8;border-radius:.75rem;color:var(--chat-blue);background:#fff;font:650 .72rem/1.3 Inter,sans-serif;cursor:pointer;text-align:left}.cj-chat__suggestion:hover{border-color:var(--chat-green);background:#f5fbf6}.cj-chat__composer{display:grid;grid-template-columns:1fr auto;align-items:end;gap:.5rem;margin:0 .8rem;padding:.5rem;border:1px solid #cbd2df;border-radius:1rem;background:#fff}.cj-chat__composer:focus-within{border-color:var(--chat-blue);box-shadow:0 0 0 3px #001f5b1f}.cj-chat__composer textarea{width:100%;max-height:6rem;resize:none;border:0;outline:0;padding:.45rem;color:var(--chat-ink);background:transparent;font:400 .84rem/1.4 Inter,sans-serif}.cj-chat__composer button{display:grid;place-items:center;width:2.45rem;height:2.45rem;border:0;border-radius:.8rem;color:#fff;background:var(--chat-green);cursor:pointer}.cj-chat__composer button:disabled,.cj-chat__suggestion:disabled{opacity:.55;cursor:wait}.cj-chat__footer{display:flex;justify-content:center;align-items:center;gap:.55rem;padding:.75rem;color:var(--chat-muted);font-size:.72rem}.cj-chat__footer a{color:var(--chat-blue);font-weight:700;text-decoration:none}.cj-chat__footer a:hover{text-decoration:underline}.cj-chat button:focus-visible,.cj-chat a:focus-visible,.cj-chat textarea:focus-visible{outline:3px solid #f5c84b;outline-offset:2px}@keyframes cj-chat-dots{to{background-position:1.1rem 50%}}@media(max-width:640px){.cj-chat{right:1rem;bottom:5.75rem}.cj-chat__launcher{min-height:3.4rem;padding-right:.8rem}.cj-chat__launcher span:last-child{font-size:.78rem}.cj-chat__panel{position:fixed;top:0;right:0;bottom:0;left:0;width:100%;height:100dvh;border:0;border-radius:0;transform-origin:bottom center}.cj-chat__header{padding-top:max(1rem,env(safe-area-inset-top))}.cj-chat__footer{padding-bottom:max(.75rem,env(safe-area-inset-bottom))}}@media(prefers-reduced-motion:reduce){.cj-chat__launcher,.cj-chat__panel{transition:none}.cj-chat__message--loading p:after{animation:none}}
