#twt-chat-root{--twt-accent:#2563eb;font-family:system-ui,-apple-system,sans-serif;position:fixed;right:22px;bottom:22px;z-index:999999;color:#172033}.twt-launch{width:58px;height:58px;border:0;border-radius:50%;background:#000;color:#fff;box-shadow:0 8px 28px #0003;cursor:pointer;display:grid;place-items:center;padding:15px}.twt-launch svg{width:100%;height:100%;fill:currentColor;color:#fff}.twt-launch img{width:100%;height:100%;object-fit:contain}.twt-tooltip{position:absolute;right:0;bottom:72px;width:270px;background:#fff;border-radius:14px;padding:18px 42px 18px 20px;box-shadow:0 12px 38px #0003;display:grid;gap:5px}.twt-tooltip:after{content:"";position:absolute;right:22px;bottom:-8px;border:8px solid transparent;border-top-color:#fff;border-bottom:0}.twt-tooltip strong{font-size:15px}.twt-tooltip span{font-size:15px}.twt-tooltip .twt-tooltip-close{position:absolute!important;top:10px!important;right:10px!important;width:28px!important;height:28px!important;min-width:0!important;margin:0!important;padding:0!important;border:0!important;border-radius:0!important;background:transparent!important;background-image:none!important;box-shadow:none!important;color:#737b8c!important;font:400 22px/28px Arial,sans-serif!important;text-align:center!important;cursor:pointer}.twt-tooltip .twt-tooltip-close:hover,.twt-tooltip .twt-tooltip-close:focus{background:transparent!important;color:#172033!important;box-shadow:none!important;outline:2px solid transparent}.twt-panel{display:none;position:absolute;right:0;bottom:70px;width:min(360px,calc(100vw - 28px));height:520px;max-height:calc(100vh - 110px);background:#fff;border-radius:16px;overflow:hidden;box-shadow:0 18px 60px #0003}.twt-panel.open{display:flex;flex-direction:column}.twt-panel header{padding:16px 18px;background:var(--twt-accent);color:#fff;display:flex;justify-content:space-between;align-items:center}.twt-close{border:0;background:0 0;color:#fff;font-size:25px;cursor:pointer}.twt-setup{padding:24px;display:grid;gap:14px}.twt-setup input,.twt-setup select,.twt-chat textarea{border:1px solid #d5dbea;border-radius:9px;padding:11px;font:inherit}.twt-start,.twt-chat form button{border:0;border-radius:9px;background:var(--twt-accent);color:#fff;padding:11px;font-weight:650;cursor:pointer}.twt-chat{display:none;flex:1;min-height:0;flex-direction:column}.twt-messages{flex:1;overflow:auto;padding:16px;display:flex;flex-direction:column;gap:9px;background:#f6f8fc}.twt-message{max-width:82%;padding:10px 12px;border-radius:13px;background:#fff;box-shadow:0 1px 2px #0001;white-space:pre-wrap}.twt-message.visitor{align-self:flex-end;background:var(--twt-accent);color:#fff}.twt-typing{display:flex;align-items:center;gap:4px;width:max-content;padding:12px 14px}.twt-typing span{width:7px;height:7px;border-radius:50%;background:#7b8495;animation:twt-dot 1.2s infinite ease-in-out}.twt-typing span:nth-child(2){animation-delay:.15s}.twt-typing span:nth-child(3){animation-delay:.3s}@keyframes twt-dot{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}.twt-chat form{display:flex;gap:8px;padding:12px}.twt-chat textarea{flex:1;resize:none}.twt-chat small{text-align:center;padding:0 8px 10px;color:#687086}#twt-chat-root .twt-close{display:grid!important;place-items:center!important;flex:0 0 32px!important;width:32px!important;height:32px!important;min-width:0!important;margin:0!important;padding:7px!important;border:0!important;border-radius:50%!important;background:rgba(255,255,255,.16)!important;background-image:none!important;box-shadow:none!important;color:#fff!important;cursor:pointer;transition:background .18s ease,transform .18s ease}#twt-chat-root .twt-close:hover,#twt-chat-root .twt-close:focus{background:rgba(255,255,255,.28)!important;box-shadow:none!important;transform:rotate(4deg)}#twt-chat-root .twt-close svg,#twt-chat-root .twt-tooltip-close svg{display:block;width:100%;height:100%;fill:none;stroke:currentColor;stroke-width:2;stroke-linecap:round}#twt-chat-root .twt-tooltip-close svg{width:18px;height:18px;margin:auto}#twt-chat-root .twt-header-copy{display:grid;gap:3px;min-width:0}#twt-chat-root .twt-presence{display:flex;align-items:center;gap:6px;color:rgba(255,255,255,.88);font-size:12px;font-weight:500}#twt-chat-root .twt-presence i{display:block;width:8px;height:8px;border-radius:50%;background:#aab2c0;box-shadow:0 0 0 2px rgba(255,255,255,.2)}#twt-chat-root .twt-presence.online i{background:#35d56f;box-shadow:0 0 0 2px rgba(255,255,255,.28),0 0 8px rgba(53,213,111,.6)}#twt-chat-root .twt-presence.offline i{background:#b7bdc8}