.ceetec-chat-root{position:fixed;z-index:999999;bottom:24px;font-family:Inter,ui-sans-serif,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;color:#17202b}.ceetec-chat-root.is-right{right:24px}.ceetec-chat-root.is-left{left:24px}.ceetec-chat-launcher{display:flex;align-items:center;gap:10px;min-height:58px;padding:0 19px 0 15px;border:0;border-radius:999px;background:var(--ceetec-chat-primary,#10243e);color:#fff;box-shadow:0 16px 40px rgba(8,24,43,.22);cursor:pointer;font:600 14px/1 inherit;transition:transform .18s ease,box-shadow .18s ease}.ceetec-chat-launcher:hover{transform:translateY(-2px);box-shadow:0 20px 48px rgba(8,24,43,.28)}.ceetec-launcher-icon{display:grid;place-items:center}.ceetec-launcher-dot{width:8px;height:8px;border-radius:50%;background:var(--ceetec-chat-accent,#2e78b7);box-shadow:0 0 0 4px rgba(255,255,255,.12)}.ceetec-chat-panel{position:absolute;bottom:74px;width:390px;height:min(620px,calc(100vh - 130px));display:flex;flex-direction:column;overflow:hidden;background:#fff;border:1px solid rgba(16,36,62,.09);border-radius:22px;box-shadow:0 26px 80px rgba(8,24,43,.2);opacity:0;transform:translateY(14px) scale(.985);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.is-right .ceetec-chat-panel{right:0}.is-left .ceetec-chat-panel{left:0}.ceetec-chat-root.is-open .ceetec-chat-panel{opacity:1;transform:none;pointer-events:auto}.ceetec-chat-root.is-open .ceetec-chat-launcher{box-shadow:0 12px 30px rgba(8,24,43,.16)}.ceetec-chat-header{display:flex;align-items:center;justify-content:space-between;padding:16px 16px 15px 18px;background:linear-gradient(135deg,var(--ceetec-chat-primary,#10243e),#173451);color:#fff}.ceetec-chat-brand{display:flex;align-items:center;gap:11px;min-width:0}.ceetec-chat-logo{width:38px;height:38px;display:grid;place-items:center;flex:0 0 auto;overflow:hidden;border-radius:11px;background:rgba(255,255,255,.13);font-weight:800;letter-spacing:-.03em}.ceetec-chat-logo img{display:block;width:100%;height:100%;object-fit:contain;padding:6px;box-sizing:border-box}.ceetec-chat-brand strong{display:block;font-size:14px;line-height:1.2}.ceetec-chat-brand span{display:flex;align-items:center;gap:6px;margin-top:4px;color:rgba(255,255,255,.72);font-size:11px}.ceetec-chat-brand span i{width:6px;height:6px;border-radius:50%;background:#73d6a0;box-shadow:0 0 0 3px rgba(115,214,160,.13)}.ceetec-chat-close{width:36px;height:36px;border:0;border-radius:10px;background:transparent;color:#fff;font:300 26px/1 Arial,sans-serif;cursor:pointer;opacity:.82}.ceetec-chat-close:hover{background:rgba(255,255,255,.1);opacity:1}.ceetec-chat-messages{flex:1;overflow-y:auto;padding:18px 16px 10px;background:linear-gradient(#fbfcfd,#f7f9fb);scrollbar-width:thin}.ceetec-chat-message{display:flex;flex-direction:column;align-items:flex-start;margin:0 0 12px}.ceetec-chat-message.is-user{align-items:flex-end}.ceetec-chat-bubble{max-width:84%;padding:11px 13px;border-radius:15px 15px 15px 5px;background:#fff;border:1px solid #e7ebef;box-shadow:0 3px 12px rgba(15,34,54,.04);white-space:pre-wrap;overflow-wrap:anywhere;font-size:13.5px;line-height:1.5}.ceetec-chat-message.is-user .ceetec-chat-bubble{border-color:transparent;border-radius:15px 15px 5px 15px;background:var(--ceetec-chat-primary,#10243e);color:#fff;box-shadow:none}.ceetec-chat-sources{display:flex;flex-wrap:wrap;align-items:center;gap:6px;margin-top:7px;max-width:88%;font-size:10.5px;color:#6b7785}.ceetec-chat-sources>a{max-width:190px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;text-decoration:none;color:#345f86;background:#edf4f9;border:1px solid #dce9f2;border-radius:999px;padding:5px 8px}.ceetec-chat-sources>a:hover{text-decoration:underline}.ceetec-chat-suggestions{display:flex;gap:7px;overflow-x:auto;padding:7px 14px 11px;background:#f7f9fb;scrollbar-width:none}.ceetec-chat-suggestions::-webkit-scrollbar{display:none}.ceetec-chat-suggestions.is-hidden{display:none}.ceetec-chat-suggestions button,.ceetec-chat-suggestions a{flex:0 0 auto;border:1px solid #dce4eb;border-radius:999px;padding:7px 10px;background:#fff;color:#314150;text-decoration:none;font:600 11.5px/1.2 inherit;cursor:pointer}.ceetec-chat-suggestions button:hover,.ceetec-chat-suggestions a:hover{border-color:var(--ceetec-chat-accent,#2e78b7);color:var(--ceetec-chat-primary,#10243e)}.ceetec-chat-form{padding:12px 13px 10px;background:#fff;border-top:1px solid #e9edf0}.ceetec-chat-input-wrap{display:flex;align-items:flex-end;gap:8px;border:1px solid #d8e0e6;border-radius:14px;padding:7px 7px 7px 11px;background:#fff;transition:border-color .16s ease,box-shadow .16s ease}.ceetec-chat-input-wrap:focus-within{border-color:var(--ceetec-chat-accent,#2e78b7);box-shadow:0 0 0 3px rgba(46,120,183,.09)}.ceetec-chat-input-wrap textarea{flex:1;min-height:26px;max-height:120px;resize:none;border:0!important;outline:0!important;box-shadow:none!important;background:transparent!important;padding:5px 0!important;margin:0!important;color:#17202b;font:400 13.5px/1.45 inherit}.ceetec-chat-input-wrap textarea::placeholder{color:#8a96a2}.ceetec-chat-input-wrap button{display:grid;place-items:center;flex:0 0 auto;width:36px;height:36px;border:0;border-radius:10px;background:var(--ceetec-chat-primary,#10243e);color:#fff;cursor:pointer}.ceetec-chat-input-wrap button:disabled{opacity:.45;cursor:default}.ceetec-chat-footnote{display:flex;justify-content:space-between;gap:10px;margin-top:7px;color:#8a96a2;font-size:9.5px;line-height:1.35}.ceetec-chat-footnote a{flex:0 0 auto;color:#677584;text-decoration:none}.ceetec-chat-footnote a:hover{text-decoration:underline}.ceetec-typing{display:flex;align-items:center;gap:4px;width:44px;padding:13px}.ceetec-typing i{width:6px;height:6px;border-radius:50%;background:#93a0ad;animation:ceetecTyping 1s infinite ease-in-out}.ceetec-typing i:nth-child(2){animation-delay:.12s}.ceetec-typing i:nth-child(3){animation-delay:.24s}@keyframes ceetecTyping{0%,70%,100%{transform:translateY(0);opacity:.45}35%{transform:translateY(-3px);opacity:1}}@media(max-width:600px){.ceetec-chat-root{left:12px!important;right:12px!important;bottom:12px}.ceetec-chat-panel{position:fixed;left:10px!important;right:10px!important;bottom:80px;width:auto;height:min(690px,calc(100dvh - 100px));border-radius:20px}.ceetec-chat-launcher{margin-left:auto}.is-left .ceetec-chat-launcher{margin-left:0;margin-right:auto}.ceetec-launcher-label{display:none}.ceetec-chat-launcher{width:58px;padding:0;justify-content:center}.ceetec-launcher-dot{position:absolute;right:10px;top:10px;width:7px;height:7px}.ceetec-chat-bubble{max-width:88%}}@media(prefers-reduced-motion:reduce){.ceetec-chat-panel,.ceetec-chat-launcher,.ceetec-typing i{transition:none;animation:none}}
