.support-chat,.support-chat *{box-sizing:border-box}.support-chat{position:fixed;right:28px;bottom:28px;z-index:3000;font-family:inherit}.support-chat-toggle{position:relative;width:62px;height:62px;border:0;border-radius:50%;background:#2d5016;color:#fff;display:flex;align-items:center;justify-content:center;box-shadow:0 4px 22px rgba(45,80,22,.45);cursor:pointer;transition:transform .2s,box-shadow .2s}.support-chat-toggle:hover{transform:scale(1.07);box-shadow:0 7px 30px rgba(45,80,22,.58)}.support-chat-toggle svg{width:28px;height:28px}.support-chat-badge{position:absolute;top:-2px;right:-2px;background:#e05c2a;color:#fff;border-radius:10px;font-size:10px;font-weight:700;padding:2px 6px;line-height:1.4}.support-chat-panel{position:absolute;right:0;bottom:76px;width:360px;max-height:min(580px,calc(100vh - 120px));background:#faf9f6;border-radius:20px;box-shadow:0 20px 60px rgba(0,0,0,.18);overflow:hidden;display:flex;flex-direction:column;transform-origin:bottom right;animation:supportChatIn .24s ease}.support-chat-panel[hidden]{display:none}@keyframes supportChatIn{from{opacity:0;transform:translateY(16px) scale(.96)}to{opacity:1;transform:translateY(0) scale(1)}}.support-chat-header{background:linear-gradient(135deg,#2d5016 0%,#3d6b1e 100%);padding:14px 18px;display:flex;align-items:center;gap:11px;flex-shrink:0}.support-chat-avatar{width:40px;height:40px;background:rgba(255,255,255,.15);border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:20px;flex-shrink:0}.support-chat-heading{min-width:0;display:flex;flex-direction:column}.support-chat-title{font-size:14.5px;color:#fff;line-height:1.2;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.support-chat-status{font-size:11px;color:rgba(255,255,255,.65);margin-top:2px}.support-chat-close{margin-left:auto;background:none;border:0;color:rgba(255,255,255,.7);cursor:pointer;padding:5px;border-radius:6px;display:flex}.support-chat-close:hover{color:#fff;background:rgba(255,255,255,.08)}.support-chat-lang{background:#f5f2ed;border-bottom:1px solid #ede9e2;padding:6px 14px;display:flex;gap:5px;flex-shrink:0;overflow-x:auto}.support-chat-lang button{font-size:11.5px;padding:3px 9px;border-radius:6px;border:1px solid transparent;background:none;cursor:pointer;color:#666;font-family:inherit;white-space:nowrap}.support-chat-lang button.active{background:#2d5016;color:#fff;border-color:#2d5016}.support-chat-lang button:hover:not(.active){background:#e8e4dd}.support-chat-messages{flex:1;min-height:210px;max-height:340px;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.support-chat-messages::-webkit-scrollbar{width:4px}.support-chat-messages::-webkit-scrollbar-thumb{background:#d4cfc6;border-radius:4px}.support-chat-message{max-width:90%;padding:9px 13px;border-radius:16px;font-size:13.5px;line-height:1.55;overflow-wrap:anywhere;animation:supportMsgIn .2s ease}.support-chat-message.bot{background:#fff;color:#2a2a2a;border-bottom-left-radius:4px;align-self:flex-start;box-shadow:0 1px 4px rgba(0,0,0,.07)}.support-chat-message.user{background:#2d5016;color:#fff;border-bottom-right-radius:4px;align-self:flex-end}@keyframes supportMsgIn{from{opacity:0;transform:translateY(5px)}to{opacity:1;transform:translateY(0)}}.support-chat-actions{align-self:flex-start;display:flex;flex-wrap:wrap;gap:7px;margin-top:-3px;max-width:90%}.support-chat-actions a{display:inline-flex;align-items:center;gap:7px;padding:9px 13px;border-radius:10px;background:#e8f2e2;color:#24470f;text-decoration:none;font-weight:700;font-size:12.5px}.support-chat-actions a[href*="wa.me"]{background:#25d366;color:#fff}.support-chat-actions a:hover{filter:brightness(.96);transform:translateY(-1px)}.support-chat-quick{display:flex;flex-wrap:wrap;gap:6px;padding:0 14px 10px;flex-shrink:0}.support-chat-quick button{background:#fff;border:1.5px solid #d4cfc6;color:#3d5228;font-size:12px;padding:5px 11px;border-radius:20px;cursor:pointer;font-family:inherit;transition:background .15s,border-color .15s;white-space:nowrap}.support-chat-quick button:hover{background:#3d5228;color:#fff;border-color:#3d5228}.support-chat-form{padding:10px 12px 13px;background:#fff;border-top:1px solid #ede9e2;display:flex;gap:9px;align-items:flex-end;flex-shrink:0}.support-chat-form textarea{flex:1;min-width:0;border:1.5px solid #ddd9d0;border-radius:11px;padding:8px 12px;font-size:13.5px;font-family:inherit;resize:none;max-height:90px;outline:none;background:#faf9f6;color:#2a2a2a;line-height:1.5}.support-chat-form textarea:focus{border-color:#2d5016}.support-chat-form textarea::placeholder{color:#aaa}.support-chat-form button{width:37px;height:37px;background:#2d5016;color:#fff;border:0;border-radius:10px;cursor:pointer;display:flex;align-items:center;justify-content:center;flex-shrink:0}.support-chat-form button:hover{background:#3d5228}.support-chat-form button:active{transform:scale(.93)}.support-chat-form button svg{width:17px;height:17px}@media(max-width:600px){.support-chat{right:12px;bottom:12px}.support-chat-toggle{width:58px;height:58px}.support-chat-panel{position:fixed;left:10px;right:10px;bottom:80px;width:auto;max-height:calc(100vh - 100px)}.support-chat-messages{min-height:220px;max-height:44vh}}
