.clx-support{position:fixed;left:22px;bottom:22px;z-index:9999;font-family:Vazirmatn,Tahoma,sans-serif;direction:rtl}
.clx-support *{box-sizing:border-box}
.clx-support__launcher{position:relative;width:62px;height:62px;border:0;border-radius:22px;background:linear-gradient(135deg,#4f46e5,#7c3aed);color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 15px 38px rgba(79,70,229,.35);transition:transform .2s,box-shadow .2s}
.clx-support__launcher:hover{transform:translateY(-3px);box-shadow:0 19px 45px rgba(79,70,229,.43)}
.clx-support__pulse{position:absolute;inset:-5px;border:2px solid rgba(99,102,241,.3);border-radius:25px;animation:clxPulse 2.4s ease-out infinite;pointer-events:none}
@keyframes clxPulse{0%{transform:scale(.9);opacity:1}70%,100%{transform:scale(1.18);opacity:0}}
.clx-support.is-open .clx-support__pulse{display:none}
.clx-support__panel{position:absolute;left:0;bottom:76px;width:min(390px,calc(100vw - 28px));height:min(640px,calc(100vh - 120px));background:#fff;border:1px solid #e8e7ff;border-radius:24px;box-shadow:0 25px 70px rgba(30,41,59,.22);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(14px) scale(.97);transform-origin:bottom left;transition:opacity .2s,transform .2s,visibility .2s}
.clx-support.is-open .clx-support__panel{opacity:1;visibility:visible;transform:none}
.clx-support__header{min-height:76px;padding:14px 16px;display:flex;align-items:center;gap:11px;color:#fff;background:linear-gradient(120deg,#4338ca,#6d28d9)}
.clx-support__avatar{width:43px;height:43px;border-radius:15px;background:rgba(255,255,255,.16);display:flex;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.22)}
.clx-support__header>div:nth-child(2){display:flex;flex:1;flex-direction:column;gap:3px}.clx-support__header strong{font-size:15px}.clx-support__header span{font-size:11px;color:#ddd6fe}.clx-support__header span i{display:inline-block;width:7px;height:7px;background:#4ade80;border-radius:50%;margin-left:5px}
.clx-support__close{width:36px;height:36px;border:0;background:rgba(255,255,255,.12);color:#fff;border-radius:12px;display:flex;align-items:center;justify-content:center;cursor:pointer}
.clx-support__messages{flex:1;overflow-y:auto;padding:18px 14px 12px;background:linear-gradient(#fafaff,#fff);scroll-behavior:smooth}
.clx-support__message{display:flex;margin-bottom:12px}.clx-support__message--user{justify-content:flex-end}.clx-support__bubble{max-width:86%;padding:10px 13px;border-radius:16px;font-size:13px;line-height:1.9;word-break:break-word;white-space:normal}
.clx-support__message--assistant .clx-support__bubble{background:#f1f0ff;color:#312e81;border-bottom-right-radius:5px}.clx-support__message--user .clx-support__bubble{background:#4f46e5;color:#fff;border-bottom-left-radius:5px}
.clx-support__bubble code{direction:ltr;display:inline-block;background:rgba(15,23,42,.08);border-radius:5px;padding:0 5px;font-family:monospace;font-size:12px}.clx-support__bubble strong{font-weight:800}.clx-support__bubble a{color:inherit;text-decoration:underline}.clx-support__bubble ul,.clx-support__bubble ol{margin:6px 18px 6px 0;padding:0}
.clx-support__typing{display:flex;gap:4px;align-items:center;height:20px}.clx-support__typing i{width:6px;height:6px;background:#818cf8;border-radius:50%;animation:clxTyping 1.1s infinite}.clx-support__typing i:nth-child(2){animation-delay:.15s}.clx-support__typing i:nth-child(3){animation-delay:.3s}@keyframes clxTyping{0%,60%,100%{transform:translateY(0);opacity:.45}30%{transform:translateY(-4px);opacity:1}}
.clx-support__quick{padding:0 14px 8px;display:flex;gap:6px;overflow-x:auto;scrollbar-width:none}.clx-support__quick:empty{display:none}.clx-support__quick button{border:1px solid #ddd6fe;background:#fff;color:#4f46e5;border-radius:999px;padding:7px 10px;font-family:inherit;font-size:11px;white-space:nowrap;cursor:pointer}.clx-support__quick button:hover{background:#eef2ff}
.clx-support__form{margin:0 12px;display:flex;align-items:flex-end;gap:8px;border:1px solid #e2e8f0;border-radius:16px;padding:7px;background:#fff;box-shadow:0 5px 18px rgba(15,23,42,.05)}.clx-support__form:focus-within{border-color:#818cf8;box-shadow:0 0 0 3px #eef2ff}
.clx-support__form textarea{flex:1;resize:none;border:0;outline:0;max-height:92px;min-height:38px;padding:8px 7px;background:transparent;font-family:inherit;font-size:13px;line-height:1.6;color:#1e293b}.clx-support__form button{border:0;width:40px;height:40px;flex:0 0 40px;border-radius:13px;background:#4f46e5;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;transform:scaleX(-1)}.clx-support__form button:disabled{opacity:.45;cursor:default}
.clx-support__powered{display:flex;flex:0 0 auto;width:max-content;max-width:100%;margin:0 auto;padding:8px 5px 10px;align-items:center;justify-content:center;gap:4px;direction:ltr;color:#94a3b8;font-size:9px;line-height:1.2;text-decoration:none;opacity:.88;transition:color .15s,opacity .15s}
.clx-support__powered:hover,.clx-support__powered:focus-visible{color:#64748b;opacity:1}.clx-support__powered img{display:block;width:12px;height:12px;border-radius:3px;object-fit:contain}.clx-support__powered strong{font-size:inherit;font-weight:700;color:inherit}
@media(max-width:640px){.clx-support{left:14px;bottom:14px}.clx-support__launcher{width:56px;height:56px;border-radius:19px}.clx-support.is-open .clx-support__launcher{display:none}.clx-support__panel{position:fixed;inset:0;width:100%;height:100dvh;border:0;border-radius:0;transform-origin:bottom center}.clx-support__header{padding-top:max(14px,env(safe-area-inset-top))}.clx-support__powered{padding-bottom:max(10px,env(safe-area-inset-bottom))}}
@media(min-width:641px){.clx-support__quick{flex-wrap:wrap;overflow:visible}.clx-support__quick button{white-space:normal;text-align:right;line-height:1.5}}
@media(prefers-reduced-motion:reduce){.clx-support__pulse{display:none}.clx-support__panel,.clx-support__launcher{transition:none}}
