.xyzt-chat-fab{background:#111;color:#fff;border:0;border-radius:999px;padding:12px 16px;cursor:pointer;box-shadow:0 8px 22px rgba(0,0,0,.25);font-weight:600}.xyzt-chat-panel{position:absolute;bottom:56px;right:0;width:360px;max-width:calc(100vw - 24px);height:520px;max-height:calc(100vh - 110px);background:#fff;border:1px solid rgba(0,0,0,.12);border-radius:16px;box-shadow:0 16px 40px rgba(0,0,0,.22);overflow:hidden;display:none}.xyzt-chat-panel.open{display:block}.xyzt-chat-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;background:#111;color:#fff}.xyzt-chat-title{font-size:14px;font-weight:700}.xyzt-chat-close{background:0 0;color:#fff;border:0;font-size:22px;cursor:pointer;line-height:1}.xyzt-chat-body{padding:12px;overflow:hidden;height:calc(100% - 44px);background:#fafafa;display:flex;flex-direction:column}.xyzt-chat-messages{flex:1;overflow:auto;padding-right:2px}.xyzt-chat-card{background:#fff;border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px}.xyzt-chat-input{width:100%;box-sizing:border-box;padding:10px;border:1px solid rgba(0,0,0,.2);border-radius:10px;margin-top:8px;font-size:14px}.xyzt-chat-textarea{width:100%;box-sizing:border-box;padding:10px;border:1px solid rgba(0,0,0,.2);border-radius:12px;font-size:14px;resize:none;min-height:38px;max-height:56px}.xyzt-chat-btn{margin-top:10px;width:100%;border:0;border-radius:12px;padding:10px 12px;background:#111;color:#fff;font-weight:700;cursor:pointer}.xyzt-chat-btn.secondary{background:#333}.xyzt-chat-error{margin-top:10px;color:#b00020;font-size:13px}.xyzt-chat-ok{margin-top:10px;color:#0a7b34;font-size:13px}.xyzt-chat-muted{color:rgba(0,0,0,.65);font-size:13px;line-height:1.35}.xyzt-chat-muted.tiny{font-size:12px;margin-top:8px}.xyzt-chat-msg{max-width:92%;padding:10px 12px;margin:8px 0;border-radius:14px;font-size:14px;line-height:1.35;word-break:break-word}.xyzt-chat-msg.user{background:#111;color:#fff;margin-left:auto;border-bottom-right-radius:6px}.xyzt-chat-msg.assistant{background:#fff;color:#111;border:1px solid rgba(0,0,0,.08);border-bottom-left-radius:6px}.xyzt-chat-msg a{color:inherit;text-decoration:underline}.xyzt-chat-compose{display:flex;gap:8px;margin-top:8px;align-items:flex-end}.xyzt-chat-compose .xyzt-chat-textarea{flex:1}.xyzt-chat-compose .xyzt-chat-btn{width:92px;margin-top:0}.xyzt-chat-actions{display:flex;flex-wrap:wrap;gap:8px;margin:10px 0 6px}.xyzt-chat-chip{background:#fff;border:1px solid rgba(0,0,0,.14);border-radius:999px;padding:6px 10px;font-size:12px;cursor:pointer}.xyzt-chat-modal-overlay{position:fixed;inset:0;background:rgba(0,0,0,.5);display:flex;align-items:center;justify-content:center;z-index:9999999}.xyzt-chat-modal{width:520px;max-width:calc(100vw - 24px);max-height:calc(100vh - 24px);overflow:auto;background:#fff;border-radius:16px;padding:16px;position:relative}.xyzt-chat-modal-close{position:absolute;top:10px;right:12px;border:0;background:0 0;font-size:22px;cursor:pointer}.xyzt-chat-check{display:flex;gap:10px;align-items:flex-start;margin-top:10px;font-size:13px;color:rgba(0,0,0,.85)}.xyzt-chat-check input{margin-top:2px}.xyzt-chat-consent{border:1px solid rgba(0,0,0,.08);border-radius:12px;padding:12px;background:#fafafa;margin-top:10px}.xyzt-chat-linkpicker{margin-top:14px;border-top:1px solid rgba(0,0,0,.08);padding-top:12px}.xyzt-chat-captcha{margin-top:10px}.xyzt-chat-tabs{display:flex;gap:8px;margin-top:10px}.xyzt-chat-tab{flex:1;border:1px solid rgba(0,0,0,.14);background:#fff;color:#111;border-radius:999px;padding:8px 10px;font-size:12px;font-weight:700;cursor:pointer}.xyzt-chat-tab.active{background:#111;color:#fff;border-color:#111}.xyzt-chat-tabbody{margin-top:10px}@media (max-width:430px){.xyzt-chat-panel{width:94vw;height:72vh}}.xyzt-chat-field-error{font-size:12px;line-height:1.25;margin-top:-6px;margin-bottom:8px;color:#b00020}.xyzt-chat-msg.typing{opacity:.85}.xyzt-chat-dots{display:inline-flex;gap:4px;align-items:center;vertical-align:middle}.xyzt-chat-dots i{width:6px;height:6px;border-radius:999px;background:currentColor;opacity:.35;animation:xyztDot 1.1s infinite}.xyzt-chat-dots i:nth-child(2){animation-delay:.18s}.xyzt-chat-dots i:nth-child(3){animation-delay:.36s}