.supportChatRoot{position:fixed;right:22px;bottom:22px;z-index:12000;font-family:Inter,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif}.supportChatRoot.hidden,.supportChatPanel.hidden{display:none!important}
.supportChatLauncher{position:relative;min-height:48px;padding:0 18px;border:0;border-radius:999px;background:var(--accent,#111);color:var(--accent-fg,#fff);box-shadow:0 14px 36px rgba(0,0,0,.2);display:flex;align-items:center;gap:9px;font:600 14px/1 inherit;cursor:pointer}.supportChatLauncherIcon{font-size:18px}.supportChatUnread{position:absolute;right:-4px;top:-5px;min-width:21px;height:21px;padding:0 5px;border:2px solid #fff;border-radius:999px;background:#ef3340;color:#fff;display:grid;place-items:center;font-size:11px;font-weight:800}.supportChatUnread.hidden{display:none}
.supportChatRoot.is-icon .supportChatLauncher{width:56px;height:56px;min-height:56px;padding:0;justify-content:center}.supportChatRoot.is-icon .supportChatLauncherIcon{font-size:0}.supportChatRoot.is-icon .supportChatLauncherIcon:after{content:"💬";font-size:24px}.supportChatRoot.is-icon #supportChatLauncherLabel{display:none}
.supportChatRoot.is-tab{right:0;bottom:18vh}.supportChatRoot.is-tab .supportChatLauncher{min-height:170px;width:54px;padding:14px 0;border-radius:18px 0 0 18px;writing-mode:vertical-rl;transform:rotate(180deg);justify-content:center}.supportChatRoot.is-tab .supportChatLauncherIcon{display:none}.supportChatRoot.is-tab .supportChatPanel{right:68px;bottom:0}
.supportChatPanel{position:absolute;right:0;bottom:62px;width:min(380px,calc(100vw - 28px));height:min(590px,calc(100vh - 120px));background:#fff;color:#15171c;border:1px solid rgba(17,24,39,.12);border-radius:20px;box-shadow:0 24px 70px rgba(0,0,0,.24);overflow:hidden;display:grid;grid-template-rows:auto 1fr auto}
.supportChatHeader{display:flex;align-items:center;justify-content:space-between;padding:17px 18px;border-bottom:1px solid #eceef2;background:#fff}.supportChatHeader>div{display:grid;gap:3px}.supportChatHeader strong{font-size:15px}.supportChatHeader small{font-size:12px;color:#7a8190}.supportChatHeader button{width:32px;height:32px;border:0;border-radius:50%;background:#f2f3f6;font-size:22px;cursor:pointer}
.supportChatMessages{padding:16px;overflow:auto;background:#f6f7f9;display:flex;flex-direction:column;gap:10px}.supportChatMessage{max-width:88%;display:grid;gap:9px;padding:11px 13px;border-radius:15px;background:#fff;box-shadow:0 1px 2px rgba(0,0,0,.04);font-size:14px;line-height:1.42}.supportChatMessage.is-visitor{align-self:flex-end;background:var(--accent,#111);color:var(--accent-fg,#fff);border-bottom-right-radius:5px;white-space:pre-wrap}.supportChatMessage.is-assistant,.supportChatMessage.is-operator{align-self:flex-start;border-bottom-left-radius:5px}.supportChatMessage.is-operator{box-shadow:inset 3px 0 var(--accent,#111)}.supportChatTextLine{white-space:pre-wrap}.supportChatTextLine:empty{min-height:7px}.supportChatLink{color:inherit;text-decoration:underline;text-underline-offset:2px;font-weight:650}.supportChatPromo{display:inline-flex;align-items:center;gap:6px;margin:2px 1px;padding:4px 7px;border:1px dashed currentColor;border-radius:7px;background:transparent;color:inherit;font:800 12px/1 inherit;cursor:pointer}.supportChatPromo span{font-size:9px;font-weight:600;opacity:.62}
.supportChatMessage.is-typing{display:flex;align-items:center;gap:5px;min-width:46px;padding:14px 15px}.supportChatMessage.is-typing span{width:7px;height:7px;border-radius:50%;background:#8b919c;animation:supportChatTyping 1.15s ease-in-out infinite}.supportChatMessage.is-typing span:nth-child(2){animation-delay:.16s}.supportChatMessage.is-typing span:nth-child(3){animation-delay:.32s}@keyframes supportChatTyping{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}
.supportChatProducts{display:grid;gap:7px;min-width:min(270px,70vw)}.supportChatProduct{display:grid;grid-template-columns:52px 1fr;gap:9px;align-items:center;padding:7px;background:#f5f6f8;border-radius:10px;color:#111;text-decoration:none}.supportChatProduct img,.supportChatProductBlank{width:52px;height:64px;border-radius:7px;object-fit:cover;background:#e7e8eb;display:grid;place-items:center}.supportChatProduct span{display:grid;gap:4px}.supportChatProduct b{font-size:12px;line-height:1.25}.supportChatProduct small{font-size:12px;color:#676d78}
.supportChatQuick{display:grid;gap:8px;align-self:stretch;padding:12px;border:1px solid #e4e7ec;border-radius:14px;background:#fff}.supportChatQuick>small{font-size:11px;font-weight:750;color:#7a8190}.supportChatQuick>div{display:flex;flex-wrap:wrap;gap:7px}.supportChatQuick button{padding:8px 10px;border:1px solid color-mix(in srgb,var(--accent,#111) 38%,#dfe2e8);border-radius:999px;background:#fff;color:#252932;font:650 12px/1.15 inherit;cursor:pointer}.supportChatQuick button:hover{border-color:var(--accent,#111);color:var(--accent,#111)}
.supportChatComposer{display:grid;grid-template-columns:1fr 42px;gap:8px;padding:12px;background:#fff;border-top:1px solid #eceef2}.supportChatComposer textarea{min-height:42px;max-height:100px;resize:none;border:1px solid #dfe2e8;border-radius:13px;padding:11px 12px;font:14px/1.35 inherit;outline:none}.supportChatComposer textarea:focus{border-color:var(--accent,#111);box-shadow:0 0 0 3px color-mix(in srgb,var(--accent,#111) 14%,transparent)}.supportChatComposer button{width:42px;height:42px;border:0;border-radius:13px;background:var(--accent,#111);color:var(--accent-fg,#fff);font-size:20px;cursor:pointer}
@media(max-width:640px){.supportChatRoot{right:14px;bottom:14px}.supportChatPanel{position:fixed;inset:12px;width:auto;height:auto;bottom:76px;border-radius:18px}}
