:root{color-scheme:light dark}html,body{margin:0;padding:0;background:transparent}.tqw-root{--tqw-primary: #7c5cfc;--tqw-primary-contrast: #ffffff;--tqw-edge: 16px;--tqw-bubble: 60px;position:fixed;inset:0;pointer-events:none;z-index:2147483000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif;font-size:14px;line-height:1.5}.tqw-root.tqw-standalone{--tqw-edge: 20px}.tqw-theme-light{--tqw-bg: #ffffff;--tqw-bg-soft: #f6f7f9;--tqw-bg-user: var(--tqw-primary);--tqw-text: #1a1a23;--tqw-text-soft: #5b5b66;--tqw-text-faint: #9a9aa6;--tqw-border: #e9e9ef;--tqw-shadow: 0 12px 40px rgba(20, 20, 40, .16);--tqw-user-text: #ffffff}.tqw-theme-dark{--tqw-bg: #1b1b26;--tqw-bg-soft: #24242f;--tqw-bg-user: var(--tqw-primary);--tqw-text: #f2f2f7;--tqw-text-soft: #a8a8b6;--tqw-text-faint: #6c6c7c;--tqw-border: #33333f;--tqw-shadow: 0 12px 40px rgba(0, 0, 0, .5);--tqw-user-text: #ffffff}.tqw-root *{box-sizing:border-box}.tqw-launcher{pointer-events:auto;position:absolute;bottom:var(--tqw-edge);width:var(--tqw-bubble);height:var(--tqw-bubble);border:none;border-radius:50%;background:var(--tqw-primary);color:var(--tqw-primary-contrast);cursor:pointer;box-shadow:var(--tqw-shadow);display:flex;align-items:center;justify-content:center;transition:transform .18s ease,filter .18s ease}.tqw-launcher:hover{transform:scale(1.06);filter:brightness(1.05)}.tqw-root--bottom-right .tqw-launcher{right:var(--tqw-edge)}.tqw-root--bottom-left .tqw-launcher{left:var(--tqw-edge)}.tqw-launcher__badge{position:absolute;top:-2px;right:-2px;min-width:20px;height:20px;padding:0 5px;border-radius:10px;background:#ef4444;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center}.tqw-panel{pointer-events:auto;position:absolute;top:var(--tqw-edge);bottom:calc(var(--tqw-edge) + var(--tqw-bubble) + 12px);width:auto;background:var(--tqw-bg);border:1px solid var(--tqw-border);border-radius:18px;box-shadow:var(--tqw-shadow);display:flex;flex-direction:column;overflow:hidden;opacity:0;transform:translateY(12px) scale(.98);pointer-events:none;transition:opacity .2s ease,transform .2s ease}.tqw-root--bottom-right .tqw-panel{right:var(--tqw-edge);left:var(--tqw-edge)}.tqw-root--bottom-left .tqw-panel{left:var(--tqw-edge);right:var(--tqw-edge)}.tqw-panel.open{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.tqw-header{display:flex;align-items:center;justify-content:space-between;padding:14px 16px;background:var(--tqw-primary);color:var(--tqw-primary-contrast);flex-shrink:0}.tqw-header__title{font-size:15px;font-weight:600}.tqw-header__status{display:flex;align-items:center;gap:6px;font-size:12px;opacity:.85;margin-top:2px}.tqw-dot-online{width:7px;height:7px;border-radius:50%;background:#34d399;box-shadow:0 0 0 2px #34d3994d}.tqw-header__close{border:none;background:transparent;color:inherit;cursor:pointer;opacity:.85;display:flex;padding:4px;border-radius:8px}.tqw-header__close:hover{opacity:1;background:#ffffff26}.tqw-messages{flex:1;overflow-y:auto;padding:16px;display:flex;flex-direction:column;gap:12px;background:var(--tqw-bg)}.tqw-messages,.tqw-composer__input,.tqw-table-wrap,.tqw-md pre{scrollbar-width:thin;scrollbar-color:rgba(120,120,140,.4) transparent}.tqw-messages::-webkit-scrollbar,.tqw-composer__input::-webkit-scrollbar,.tqw-table-wrap::-webkit-scrollbar,.tqw-md pre::-webkit-scrollbar{width:6px;height:6px}.tqw-messages::-webkit-scrollbar-track,.tqw-composer__input::-webkit-scrollbar-track,.tqw-table-wrap::-webkit-scrollbar-track,.tqw-md pre::-webkit-scrollbar-track{background:transparent}.tqw-messages::-webkit-scrollbar-thumb,.tqw-composer__input::-webkit-scrollbar-thumb,.tqw-table-wrap::-webkit-scrollbar-thumb,.tqw-md pre::-webkit-scrollbar-thumb{background:#78788c66;border-radius:999px}.tqw-messages::-webkit-scrollbar-thumb:hover,.tqw-composer__input::-webkit-scrollbar-thumb:hover,.tqw-table-wrap::-webkit-scrollbar-thumb:hover,.tqw-md pre::-webkit-scrollbar-thumb:hover{background:#78788c99}.tqw-messages::-webkit-scrollbar-button,.tqw-composer__input::-webkit-scrollbar-button,.tqw-table-wrap::-webkit-scrollbar-button,.tqw-md pre::-webkit-scrollbar-button{display:none;width:0;height:0}.tqw-welcome{align-self:flex-start;max-width:85%;padding:10px 14px;border-radius:14px;background:var(--tqw-bg-soft);color:var(--tqw-text)}.tqw-msg{display:flex;flex-direction:column;max-width:88%}.tqw-msg--user{align-self:flex-end;align-items:flex-end}.tqw-msg--assistant,.tqw-msg--human_agent{align-self:flex-start;align-items:flex-start}.tqw-msg__sender{font-size:11px;color:var(--tqw-text-faint);margin:0 0 3px 4px}.tqw-msg__bubble{padding:9px 13px;border-radius:14px;word-wrap:break-word;overflow-wrap:anywhere}.tqw-msg--user .tqw-msg__bubble{background:var(--tqw-bg-user);color:var(--tqw-user-text);border-bottom-right-radius:4px}.tqw-msg--assistant .tqw-msg__bubble,.tqw-msg--human_agent .tqw-msg__bubble{background:var(--tqw-bg-soft);color:var(--tqw-text);border-bottom-left-radius:4px}.tqw-msg__text{white-space:pre-wrap}.tqw-status{color:var(--tqw-text-soft);font-size:13px}.tqw-md>:first-child{margin-top:0}.tqw-md>:last-child{margin-bottom:0}.tqw-md p{margin:0 0 8px}.tqw-md ul,.tqw-md ol{margin:0 0 8px;padding-left:20px}.tqw-md li{margin:2px 0}.tqw-md a{color:var(--tqw-primary);text-decoration:underline}.tqw-md code{font-family:ui-monospace,SFMono-Regular,Menlo,Consolas,monospace;font-size:.88em;background:#7d7d9129;padding:1px 5px;border-radius:5px}.tqw-md pre{background:#7d7d9129;padding:10px 12px;border-radius:10px;overflow-x:auto;margin:0 0 8px}.tqw-md pre code{background:transparent;padding:0}.tqw-md h1,.tqw-md h2,.tqw-md h3{font-size:1.02em;margin:10px 0 6px}.tqw-md blockquote{margin:0 0 8px;padding-left:10px;border-left:3px solid var(--tqw-border);color:var(--tqw-text-soft)}.tqw-table-wrap{overflow-x:auto;margin:0 0 8px}.tqw-md table{border-collapse:collapse;font-size:.92em}.tqw-md th,.tqw-md td{border:1px solid var(--tqw-border);padding:5px 9px;text-align:left}.tqw-md th{background:var(--tqw-bg-soft)}.tqw-toolchip{display:inline-flex;align-items:center;gap:7px;padding:5px 10px;margin-bottom:6px;border-radius:999px;background:var(--tqw-bg-soft);border:1px solid var(--tqw-border);font-size:12px;color:var(--tqw-text-soft)}.tqw-toolchip__dot{width:8px;height:8px;border-radius:50%;background:var(--tqw-text-faint)}.tqw-toolchip--running .tqw-toolchip__dot{background:var(--tqw-primary);animation:tqw-pulse 1s ease-in-out infinite}.tqw-toolchip--success .tqw-toolchip__dot{background:#34d399}.tqw-toolchip--error .tqw-toolchip__dot{background:#ef4444}@keyframes tqw-pulse{0%,to{opacity:1}50%{opacity:.3}}.tqw-typing{display:flex;gap:4px;padding:2px 0}.tqw-typing span{width:7px;height:7px;border-radius:50%;background:var(--tqw-text-faint);animation:tqw-bounce 1.2s ease-in-out infinite}.tqw-typing span:nth-child(2){animation-delay:.15s}.tqw-typing span:nth-child(3){animation-delay:.3s}@keyframes tqw-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-4px);opacity:1}}.tqw-feedback{display:flex;gap:4px;margin:4px 0 0 4px}.tqw-feedback__btn{border:none;background:transparent;cursor:pointer;font-size:13px;opacity:.5;padding:2px 4px;border-radius:6px;filter:grayscale(1)}.tqw-feedback__btn:hover,.tqw-feedback__btn.is-on{opacity:1;filter:grayscale(0);background:var(--tqw-bg-soft)}.tqw-action{margin:0 16px 12px;padding:12px;border:1px solid var(--tqw-border);border-radius:14px;background:var(--tqw-bg-soft)}.tqw-action__msg{color:var(--tqw-text);margin-bottom:10px}.tqw-action__options{display:flex;flex-direction:column;gap:6px;margin-bottom:10px}.tqw-action__option{display:flex;gap:8px;align-items:flex-start;padding:8px 10px;border:1px solid var(--tqw-border);border-radius:10px;background:var(--tqw-bg);cursor:pointer}.tqw-action__option.is-on{border-color:var(--tqw-primary)}.tqw-action__option span{display:flex;flex-direction:column}.tqw-action__option em{font-style:normal;font-size:12px;color:var(--tqw-text-soft)}.tqw-action__form{display:flex;flex-direction:column;gap:8px;margin-bottom:10px}.tqw-action__field{display:flex;flex-direction:column;gap:4px;font-size:12px;color:var(--tqw-text-soft)}.tqw-action__field input,.tqw-action__field textarea,.tqw-action__field select{padding:8px 10px;border:1px solid var(--tqw-border);border-radius:8px;background:var(--tqw-bg);color:var(--tqw-text);font:inherit}.tqw-action__buttons{display:flex;gap:8px;justify-content:flex-end}.tqw-btn{padding:8px 14px;border-radius:9px;border:1px solid transparent;cursor:pointer;font:inherit;font-weight:600;font-size:13px}.tqw-btn--primary{background:var(--tqw-primary);color:var(--tqw-primary-contrast)}.tqw-btn--primary:disabled{opacity:.5;cursor:not-allowed}.tqw-btn--ghost{background:transparent;border-color:var(--tqw-border);color:var(--tqw-text-soft)}.tqw-handoff{display:flex;align-items:center;gap:7px;padding:8px 16px;background:#34d3991f;color:#047857;font-size:12.5px;border-bottom:1px solid var(--tqw-border);flex-shrink:0}.tqw-handoff:before{content:"";width:7px;height:7px;border-radius:50%;background:#34d399;flex-shrink:0}.tqw-error{margin:0 16px 10px;padding:9px 12px;border-radius:10px;background:#ef44441f;color:#b91c1c;font-size:13px}.tqw-composer{display:flex;align-items:flex-end;gap:8px;padding:12px;border-top:1px solid var(--tqw-border);background:var(--tqw-bg);flex-shrink:0}.tqw-composer__input{flex:1;resize:none;max-height:96px;padding:10px 12px;border:1px solid var(--tqw-border);border-radius:12px;background:var(--tqw-bg-soft);color:var(--tqw-text);font:inherit;outline:none}.tqw-composer__input:focus{border-color:var(--tqw-primary)}.tqw-composer__send{width:40px;height:40px;flex-shrink:0;border:none;border-radius:12px;background:var(--tqw-primary);color:var(--tqw-primary-contrast);cursor:pointer;display:flex;align-items:center;justify-content:center}.tqw-composer__send:disabled{opacity:.45;cursor:not-allowed}.tqw-footer{text-align:center;font-size:11px;color:var(--tqw-text-faint);padding:0 0 8px;background:var(--tqw-bg)}
