.xel-chat-messages{--xel-chat-blue:#0a84ff;--xel-chat-gray:#e9e9eb;--xel-chat-text:#111113;--xel-chat-muted:#7b7b82;--xel-chat-frame:#f6f6f8;--xel-chat-border:#d7d7dc;--xel-chat-shadow:0 22px 60px rgba(20,20,25,.16);--xel-chat-window-max-width:390px;--xel-chat-window-max-height:640px;display:flex;justify-content:center;width:100%;color:var(--xel-chat-text);font-family:-apple-system,BlinkMacSystemFont,"SF Pro Text","Segoe UI",sans-serif}.xel-chat-messages *,.xel-chat-messages *::before,.xel-chat-messages *::after{box-sizing:border-box}.xel-chat-messages__phone{display:flex;flex-direction:column;width:100%;max-width:var(--xel-chat-window-max-width);height:640px;max-height:var(--xel-chat-window-max-height);overflow:hidden;border:1px solid var(--xel-chat-border);border-radius:42px;background:var(--xel-chat-frame);box-shadow:var(--xel-chat-shadow)}.xel-chat-messages__status{display:flex;align-items:center;justify-content:space-between;flex:0 0 44px;height:44px;padding:0 28px;font-size:14px;font-weight:700;line-height:1}.xel-chat-messages__status-icons{display:flex;align-items:center;gap:3px;direction:ltr;width:68px;height:26px;color:#111113}.xel-chat-messages__status-icons::before,.xel-chat-messages__status-icons::after{display:block;flex:0 0 auto;background:currentColor;content:""}.xel-chat-messages__status-icons::before{width:22px;height:20px;mask:url("../images/signal.svg") center/contain no-repeat;-webkit-mask:url("../images/signal.svg") center/contain no-repeat}.xel-chat-messages__status-icons::after{width:40px;height:25px;mask:url("../images/battery.svg") center/contain no-repeat;-webkit-mask:url("../images/battery.svg") center/contain no-repeat}.xel-chat-messages__header{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 54px;height:54px;border-top:1px solid rgba(0,0,0,.04);border-bottom:1px solid rgba(0,0,0,.08);backdrop-filter:blur(14px)}.xel-chat-messages__back{position:absolute;left:24px;width:12px;height:12px;border-bottom:2px solid var(--xel-chat-blue);border-left:2px solid var(--xel-chat-blue);transform:rotate(45deg)}.xel-chat-messages__contact{display:flex;align-items:center;justify-content:center;color:var(--xel-chat-muted);font-size:13px;font-weight:600;line-height:1}.xel-chat-messages__logo{display:block;width:auto;max-width:120px;max-height:30px;object-fit:contain}.xel-chat-messages__thread{display:flex;flex-direction:column;flex:1 1 auto;gap:8px;min-height:0;overflow-y:auto;overscroll-behavior:contain;padding:18px 13px 24px;scrollbar-width:none}.xel-chat-messages__thread::-webkit-scrollbar{display:none}.xel-chat-messages__row{display:flex;align-items:flex-end;gap:7px;width:100%;opacity:0;transform:translateY(18px) scale(.96);transform-origin:left bottom}.xel-chat-messages__row.is-pending{display:none}.xel-chat-messages__row.is-thread-start{margin-top:auto}.xel-chat-messages__row.is-visible{animation:xel-chat-message-in 420ms cubic-bezier(.2,.8,.2,1) forwards}.xel-chat-messages__row--user{flex-direction:row-reverse;margin-left:auto;transform-origin:right bottom}.xel-chat-messages__avatar{display:flex;align-items:center;justify-content:center;flex:0 0 36px;width:36px;height:36px;overflow:hidden;border-radius:50%;background:#c8c8ce;color:#fff;font-size:12px;font-weight:700;line-height:1;text-transform:uppercase}.xel-chat-messages__avatar img{display:block;width:100%;height:100%;object-fit:cover}.xel-chat-messages__row--user .xel-chat-messages__avatar{background:#34c759}.xel-chat-messages__bubble{position:relative;max-width:min(76%,282px);padding:9px 13px 10px;border-radius:19px;background:var(--xel-chat-gray);color:var(--xel-chat-text);font-size:16px;line-height:1.28;white-space:pre-wrap;overflow-wrap:anywhere}.xel-chat-messages__row--user .xel-chat-messages__bubble{background:var(--xel-chat-blue);color:#fff}.xel-chat-messages__bubble--images{display:grid;grid-template-columns:repeat(auto-fit,minmax(74px,1fr));gap:4px;width:min(76%,282px);padding:4px;overflow:hidden;background:transparent}.xel-chat-messages__bubble--images img{display:block;width:100%;aspect-ratio:1;border-radius:15px;object-fit:cover}.xel-chat-messages__row--user .xel-chat-messages__bubble--images{background:transparent}.xel-chat-messages__composer{display:flex;align-items:center;flex:0 0 64px;gap:9px;height:64px;padding:9px 12px 13px;border-top:1px solid rgba(0,0,0,.08);backdrop-filter:blur(14px)}.xel-chat-messages__composer-plus,.xel-chat-messages__composer-audio{position:relative;display:flex;align-items:center;justify-content:center;flex:0 0 28px;width:28px;height:28px;border-radius:50%;background:#8e8e93}.xel-chat-messages__composer-plus::before,.xel-chat-messages__composer-plus::after{position:absolute;width:12px;height:2px;border-radius:2px;background:#fff;content:""}.xel-chat-messages__composer-plus::after{transform:rotate(90deg)}.xel-chat-messages__composer-input{display:flex;align-items:center;flex:1 1 auto;min-width:0;height:36px;padding:0 14px;border:1px solid #d1d1d6;border-radius:18px;background:#fff;color:#8e8e93;font-size:16px;line-height:1}.xel-chat-messages__composer-audio::before{width:16px;height:16px;background:#fff;content:"";mask:url("../images/microphone.svg") center/contain no-repeat;-webkit-mask:url("../images/microphone.svg") center/contain no-repeat}@keyframes xel-chat-message-in{0%{opacity:0;transform:translateY(18px) scale(.96)}65%{opacity:1;transform:translateY(-2px) scale(1.01)}100%{opacity:1;transform:translateY(0) scale(1)}}@media (max-width:480px){.xel-chat-messages__phone{height:590px;border-radius:32px}.xel-chat-messages__bubble{max-width:74%;font-size:15px}}
