/* CXTRUST Concierge — v4.3 */
.cxt-chat{position:fixed;right:22px;bottom:22px;z-index:999999;font-family:Arial,Helvetica,sans-serif;color:#10283f}
.cxt-chat *{box-sizing:border-box}
.cxt-chat-launch{display:flex;align-items:center;gap:10px;border:0;border-radius:999px;padding:10px 16px 10px 9px;background:#071d35;color:#fff;box-shadow:0 14px 34px rgba(7,29,53,.25);cursor:pointer;font:700 13px/1 Arial,Helvetica,sans-serif;letter-spacing:.01em;transition:transform .18s ease,box-shadow .18s ease}
.cxt-chat-launch:hover{transform:translateY(-1px);box-shadow:0 18px 38px rgba(7,29,53,.30)}
.cxt-chat-launch span{display:grid;place-items:center;width:34px;height:34px;border-radius:50%;background:linear-gradient(145deg,#e4c56e,#b9862e);color:#071d35;font-size:10px;font-weight:900;letter-spacing:.02em}
.cxt-chat-panel{position:absolute;right:0;bottom:58px;width:min(390px,calc(100vw - 28px));height:min(610px,calc(100vh - 100px));background:#fff;border:1px solid #d9e1e6;border-radius:18px;overflow:hidden;box-shadow:0 26px 68px rgba(7,29,53,.25);display:flex;flex-direction:column}
.cxt-chat-panel[hidden]{display:none!important}
.cxt-chat-panel header{display:flex;justify-content:space-between;align-items:center;padding:18px 18px 16px;background:linear-gradient(135deg,#041427,#071d35 62%,#0d3151);color:#fff;border-bottom:2px solid #c99a3d}
.cxt-chat-panel header small,.cxt-chat-panel header strong{display:block}.cxt-chat-panel header small{color:#e6cb7d;font-size:8px;font-weight:900;letter-spacing:.13em}.cxt-chat-panel header strong{font-size:16px;margin-top:4px}
.cxt-chat-close{border:0;background:rgba(255,255,255,.08);color:#fff;width:32px;height:32px;border-radius:50%;font-size:22px;line-height:1;cursor:pointer}
.cxt-chat-messages{flex:1;overflow:auto;padding:17px;background:linear-gradient(180deg,#f8fafb,#fff);scroll-behavior:smooth}
.cxt-chat-msg{max-width:88%;padding:11px 13px;border-radius:14px;margin:0 0 10px;font-size:12px;line-height:1.55;white-space:pre-wrap;overflow-wrap:anywhere}
.cxt-chat-msg.assistant{margin-right:auto;background:#fff;border:1px solid #dfe6ea;border-top-left-radius:5px;color:#30465a;box-shadow:0 4px 12px rgba(7,29,53,.035)}
.cxt-chat-msg.user{margin-left:auto;background:#071d35;color:#fff;border-top-right-radius:5px}
.cxt-chat-msg.typing{color:#70808e;font-style:italic}
.cxt-chat-quick{display:flex;gap:6px;overflow:auto;padding:9px 13px 3px;background:#fff;border-top:1px solid #edf1f3}.cxt-chat-quick button{white-space:nowrap;border:1px solid #d9e1e6;background:#fff;border-radius:999px;padding:7px 9px;color:#465b6e;font-size:9px;font-weight:800;cursor:pointer}.cxt-chat-quick button:hover{border-color:#c99a3d;color:#866018;background:#fffaf0}
.cxt-chat-email{padding:8px 13px 0;background:#fff}.cxt-chat-email input{width:100%;height:36px;border:1px solid #d9e1e6;border-radius:9px;padding:0 10px;font:400 10px Arial,Helvetica,sans-serif;outline:none}.cxt-chat-email input:focus{border-color:#c99a3d;box-shadow:0 0 0 2px rgba(201,154,61,.12)}
.cxt-chat-form{display:grid;grid-template-columns:1fr auto;gap:8px;padding:8px 13px 12px;background:#fff}.cxt-chat-form textarea{resize:none;min-height:48px;max-height:100px;border:1px solid #d9e1e6;border-radius:10px;padding:9px 10px;font:400 11px/1.45 Arial,Helvetica,sans-serif;outline:none}.cxt-chat-form textarea:focus{border-color:#c99a3d;box-shadow:0 0 0 2px rgba(201,154,61,.12)}.cxt-chat-form button{align-self:stretch;border:0;border-radius:10px;padding:0 14px;background:#c99a3d;color:#071d35;font:900 10px Arial,Helvetica,sans-serif;cursor:pointer}.cxt-chat-form button:disabled{opacity:.55;cursor:wait}
.cxt-chat-panel footer{padding:8px 13px 10px;text-align:center;color:#8a969f;background:#fff;border-top:1px solid #edf1f3;font-size:8px;letter-spacing:.04em}
@media(max-width:520px){.cxt-chat{right:12px;bottom:12px}.cxt-chat-panel{position:fixed;left:10px;right:10px;bottom:72px;width:auto;height:min(670px,calc(100vh - 88px));border-radius:16px}.cxt-chat-launch b{font-size:12px}}
