.cxpert-ai{position:fixed;right:24px;bottom:24px;z-index:99999;font-family:inherit}.cxpert-ai__launcher{border:0;border-radius:999px;padding:14px 20px;background:#0b1f3a;color:#fff;font-weight:700;box-shadow:0 12px 32px rgb(0 0 0 / .22);cursor:pointer}.cxpert-ai__panel{display:none;width:min(390px, calc(100vw - 32px));height:min(620px, calc(100vh - 110px));background:#fff;border:1px solid rgb(0 0 0 / .1);border-radius:18px;overflow:hidden;box-shadow:0 24px 70px rgb(0 0 0 / .25)}.cxpert-ai.is-open .cxpert-ai__panel{display:flex;flex-direction:column}.cxpert-ai.is-open .cxpert-ai__launcher{display:none}.cxpert-ai__header{display:flex;align-items:center;justify-content:space-between;padding:16px 18px;background:#0b1f3a;color:#fff}.cxpert-ai__header strong,.cxpert-ai__header span{display:block}.cxpert-ai__header span{opacity:.78;font-size:12px;margin-top:2px}.cxpert-ai__close{border:0;background:#fff0;color:#fff;font-size:28px;line-height:1;cursor:pointer}.cxpert-ai__messages{flex:1;overflow-y:auto;padding:18px;background:#f6f8fb}.cxpert-ai__message{max-width:84%;margin:0 0 12px;padding:11px 13px;border-radius:14px;line-height:1.45;white-space:pre-wrap}.cxpert-ai__message--assistant{background:#fff;border:1px solid #e3e8ef;color:#172033;border-bottom-left-radius:4px}.cxpert-ai__message--user{margin-left:auto;background:#0b1f3a;color:#fff;border-bottom-right-radius:4px}.cxpert-ai__thinking{opacity:.7}.cxpert-ai__form{display:flex;gap:8px;padding:12px;border-top:1px solid #e3e8ef;background:#fff}.cxpert-ai__form textarea{flex:1;resize:none;border:1px solid #cfd7e3;border-radius:10px;padding:10px;font:inherit}.cxpert-ai__form button{border:0;border-radius:10px;padding:0 16px;background:#0b1f3a;color:#fff;font-weight:700;cursor:pointer}.cxpert-ai__notice{padding:0 12px 12px;color:#6b7280;background:#fff;font-size:10px;line-height:1.35}.cxpert-ai--embedded{position:relative;right:auto;bottom:auto;z-index:auto}.cxpert-ai--embedded .cxpert-ai__panel{display:flex;flex-direction:column;width:100%;max-width:720px;height:620px}@media (max-width:520px){.cxpert-ai{right:12px;bottom:12px}.cxpert-ai__panel{width:calc(100vw - 24px);height:calc(100vh - 80px)}}