@keyframes ts-pulse-ring{0%{box-shadow:0 0 0 0 rgb(232 87 28 / .5)}70%{box-shadow:0 0 0 14px #fff0}100%{box-shadow:0 0 0 0 #fff0}}@keyframes ts-bounce-in{0%{transform:scale(0) rotate(-20deg);opacity:0}60%{transform:scale(1.15) rotate(8deg);opacity:1}100%{transform:scale(1) rotate(0deg);opacity:1}}@keyframes ts-teaser-in{from{opacity:0;transform:translateY(8px) scale(.95)}to{opacity:1;transform:translateY(0) scale(1)}}@keyframes ts-glow-shift{0%,100%{background-position:0% 50%}50%{background-position:100% 50%}}#ts-chat-widget *{box-sizing:border-box}#ts-chat-bubble{position:fixed;bottom:24px;right:24px;z-index:2147483646;width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,#E8571C,#F2A93B,#E8571C);background-size:200% 200%;animation:ts-bounce-in 0.6s cubic-bezier(.34,1.56,.64,1) 0.3s both,ts-pulse-ring 2.4s ease-out 1.2s infinite,ts-glow-shift 4s ease infinite;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px rgb(232 87 28 / .4);transition:transform 0.2s ease}#ts-chat-bubble:hover{transform:scale(1.08)}#ts-chat-bubble svg{position:relative;z-index:1}#ts-chat-teaser{position:fixed;bottom:96px;right:24px;z-index:2147483645;background:#14100D;color:#EDEEEC;padding:12px 16px;border-radius:14px 14px 4px 14px;font-family:Arial,sans-serif;font-size:13.5px;max-width:230px;line-height:1.4;box-shadow:0 6px 20px rgb(0 0 0 / .25);animation:ts-teaser-in 0.4s ease 2.4s both;cursor:pointer;border:1px solid rgb(242 169 59 / .3)}#ts-chat-teaser.ts-hidden{display:none}#ts-chat-window{position:fixed;bottom:96px;right:24px;z-index:2147483647;width:350px;max-width:calc(100vw - 32px);height:490px;max-height:74vh;background:#14100D;border-radius:16px;overflow:hidden;box-shadow:0 12px 40px rgb(0 0 0 / .45);display:flex;flex-direction:column;opacity:0;pointer-events:none;transform:translateY(16px) scale(.97);transition:opacity 0.25s ease,transform 0.25s cubic-bezier(.34,1.56,.64,1);font-family:Arial,sans-serif;border:1px solid rgb(242 169 59 / .15)}#ts-chat-window.ts-chat-open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}#ts-chat-header{background:linear-gradient(135deg,#14100D,#1E1712);color:#fff;padding:18px 20px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0;border-bottom:1px solid rgb(242 169 59 / .15)}#ts-chat-header-info{display:flex;align-items:center;gap:10px}#ts-chat-avatar{width:36px;height:36px;border-radius:50%;background:linear-gradient(135deg,#E8571C,#F2A93B);display:flex;align-items:center;justify-content:center;font-weight:800;font-size:15px;color:#14100D;flex-shrink:0}#ts-chat-header-info strong{display:block;font-size:15px;color:#EDEEEC}#ts-chat-header-info span{display:flex;align-items:center;gap:5px;font-size:11px;color:#4CB27A}#ts-chat-header-info span::before{content:'';width:6px;height:6px;border-radius:50%;background:#4CB27A;box-shadow:0 0 6px #4CB27A}#ts-chat-close{cursor:pointer;font-size:24px;line-height:1;color:#8B857D;transition:color 0.15s ease}#ts-chat-close:hover{color:#F2A93B}#ts-chat-body{flex:1;overflow-y:auto;padding:16px;background:#1A1512}#ts-chat-greeting{background:#14100D;border:1px solid rgb(242 169 59 / .2);border-radius:12px;padding:12px 14px;font-size:13.5px;line-height:1.5;color:#EDEEEC;margin-bottom:14px}#ts-chat-accordion{display:flex;flex-direction:column;gap:8px}.ts-chat-item{border:1px solid rgb(242 169 59 / .2);border-radius:10px;overflow:hidden;background:#14100D;transition:border-color 0.2s ease}.ts-chat-item:hover{border-color:rgb(232 87 28 / .5)}.ts-chat-menu-btn{width:100%;background:#fff0;border:none;color:#EDEEEC;padding:12px 14px;font-size:13px;text-align:left;font-weight:600;cursor:pointer;display:flex;align-items:center;justify-content:space-between;transition:background 0.15s ease}.ts-chat-menu-btn:hover{background:rgb(232 87 28 / .08)}.ts-chat-arrow{transition:transform 0.2s ease;font-size:11px;color:#F2A93B}.ts-chat-item-open .ts-chat-arrow{transform:rotate(180deg)}.ts-chat-item-open .ts-chat-menu-btn{background:linear-gradient(135deg,#E8571C,#F2A93B);color:#14100D}.ts-chat-item-open .ts-chat-arrow{color:#14100D}.ts-chat-answer{max-height:0;overflow:hidden;transition:max-height 0.25s ease;font-size:13px;line-height:1.6;color:#C9C6C0;background:#1A1512}.ts-chat-item-open .ts-chat-answer{max-height:300px;padding:12px 14px}#ts-chat-widget[dir="rtl"] #ts-chat-window{text-align:right}#ts-chat-widget[dir="rtl"] .ts-chat-menu-btn{text-align:right}#ts-chat-widget[dir="rtl"] #ts-chat-header-info span{text-align:right}#ts-chat-widget[dir="rtl"] .ts-chat-answer{text-align:right}#ts-chat-widget[dir="rtl"] #ts-chat-teaser{right:auto;left:24px;border-radius:14px 14px 14px 4px}@media (max-width:480px){#ts-chat-window{right:12px;bottom:88px;width:calc(100vw - 24px)}#ts-chat-bubble{right:16px;bottom:16px}#ts-chat-teaser{right:12px;max-width:200px}}