.am-chat-btn{position:fixed;bottom:24px;right:24px;z-index:9998;width:58px;height:58px;background:#0a0a0a;border:3px solid #0A0A0A;border-radius:4px 6px 3px 5px;box-shadow:5px 5px #ffe600;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:transform .15s ease,box-shadow .15s ease,background .15s ease;animation:am-chat-pulse 3s ease-in-out infinite}.am-chat-btn svg{width:26px;height:26px;stroke:#fff;transition:stroke .15s ease}.am-chat-btn:hover{background:#ffe600;box-shadow:5px 5px #0a0a0a;transform:translate(-2px,-2px)}.am-chat-btn:hover svg{stroke:#0a0a0a}@keyframes am-chat-pulse{0%,to{box-shadow:5px 5px #ffe600}50%{box-shadow:5px 5px #ffe600,0 0 0 6px #ffe60033}}.am-chat-btn.am-chat-open{background:#e5002b;box-shadow:5px 5px #0a0a0a;animation:none}.am-chat-btn.am-chat-open svg{stroke:#fff}.am-chat-btn.am-chat-open:hover{background:#ffe600}.am-chat-btn.am-chat-open:hover svg{stroke:#0a0a0a}@media(max-width:749px){.am-chat-btn{width:50px;height:50px;bottom:18px;right:14px}.am-chat-btn svg{width:22px;height:22px}}.am-chat-panel{position:fixed;bottom:98px;right:24px;z-index:9997;width:360px;max-height:540px;background:#fff;border:3px solid #0A0A0A;border-radius:6px 8px 4px 7px;box-shadow:8px 8px #0a0a0a;display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(16px) scale(.97);transform-origin:bottom right;transition:opacity .2s ease,visibility .2s ease,transform .2s ease}.am-chat-panel.am-chat-panel--open{opacity:1;visibility:visible;transform:translateY(0) scale(1)}@media(max-width:749px){.am-chat-panel{width:calc(100vw - 28px);right:14px;bottom:82px;max-height:70vh}}.am-chat-header{background:#ffe600;border-bottom:3px solid #0A0A0A;padding:14px 16px;display:flex;align-items:center;justify-content:space-between;flex-shrink:0}.am-chat-header-info{display:flex;align-items:center;gap:10px}.am-chat-avatar{width:36px;height:36px;background:#0a0a0a;color:#ffe600;border:2px solid #0A0A0A;border-radius:3px;display:flex;align-items:center;justify-content:center;font-family:Luckiest Guy,sans-serif;font-size:13px;letter-spacing:.05em;flex-shrink:0}.am-chat-name{font-family:Luckiest Guy,Impact,sans-serif;font-size:15px;color:#0a0a0a;letter-spacing:.04em}.am-chat-status{font-family:Delius,DM Sans,sans-serif;font-size:11px;color:#444;margin-top:1px}.am-chat-close{background:#0a0a0a;border:2px solid #0A0A0A;border-radius:3px;width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:background .15s ease;flex-shrink:0}.am-chat-close svg{width:16px;height:16px;stroke:#fff}.am-chat-close:hover{background:#e5002b}.am-chat-messages{flex:1;overflow-y:auto;padding:16px 14px;display:flex;flex-direction:column;gap:10px;scroll-behavior:smooth}.am-chat-messages::-webkit-scrollbar{width:4px}.am-chat-messages::-webkit-scrollbar-track{background:#f5f5f5}.am-chat-messages::-webkit-scrollbar-thumb{background:#0a0a0a;border-radius:0}.am-chat-msg{display:flex}.am-chat-msg--bot{justify-content:flex-start}.am-chat-msg--user{justify-content:flex-end}.am-chat-bubble{max-width:82%;padding:10px 14px;font-family:Delius,DM Sans,sans-serif;font-size:13.5px;line-height:1.55;border-radius:2px;border:2px solid #0A0A0A}.am-chat-msg--bot .am-chat-bubble{background:#f7f7f7;color:#0a0a0a;box-shadow:3px 3px #0a0a0a;border-radius:2px 6px 6px}.am-chat-msg--user .am-chat-bubble{background:#0a0a0a;color:#fff;box-shadow:3px 3px #ffe600;border-radius:6px 2px 6px 6px}.am-chat-typing{display:flex;align-items:center;gap:5px;padding:12px 14px;background:#f7f7f7;border:2px solid #0A0A0A;border-radius:2px 6px 6px;box-shadow:3px 3px #0a0a0a;width:fit-content}.am-chat-typing span{width:7px;height:7px;background:#0a0a0a;border-radius:50%;animation:am-typing 1.2s ease-in-out infinite}.am-chat-typing span:nth-child(2){animation-delay:.2s}.am-chat-typing span:nth-child(3){animation-delay:.4s}@keyframes am-typing{0%,60%,to{transform:translateY(0);opacity:.4}30%{transform:translateY(-5px);opacity:1}}.am-chat-quick{padding:8px 14px 10px;display:flex;flex-wrap:wrap;gap:6px;border-top:2px solid #E0E0E0;flex-shrink:0}.am-chat-chip{background:#fff;color:#0a0a0a;border:2px solid #0A0A0A;border-radius:2px;padding:5px 12px;font-family:Luckiest Guy,sans-serif;font-size:11px;letter-spacing:.04em;cursor:pointer;box-shadow:2px 2px #0a0a0a;transition:background .15s ease,transform .1s ease,box-shadow .1s ease;white-space:nowrap}.am-chat-chip:hover{background:#ffe600;transform:translate(-1px,-1px);box-shadow:3px 3px #0a0a0a}.am-chat-input-row{display:flex;align-items:center;gap:8px;padding:10px 14px 12px;border-top:3px solid #0A0A0A;background:#fff;flex-shrink:0}.am-chat-input{flex:1;background:#fff!important;border:2px solid #0A0A0A!important;border-radius:3px!important;padding:9px 12px!important;font-family:Delius,DM Sans,sans-serif!important;font-size:13px!important;color:#0a0a0a!important;box-shadow:2px 2px #0a0a0a!important;outline:none!important;transition:box-shadow .15s ease!important}.am-chat-input:focus{box-shadow:3px 3px #ffe600!important;border-color:#0a0a0a!important}.am-chat-send{background:#0a0a0a;border:2px solid #0A0A0A;border-radius:3px;width:38px;height:38px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:2px 2px #ffe600;transition:background .15s ease,transform .1s ease;flex-shrink:0}.am-chat-send svg{width:16px;height:16px;stroke:#fff}.am-chat-send:hover{background:#ffe600;transform:translate(-1px,-1px);box-shadow:3px 3px #0a0a0a}.am-chat-send:hover svg{stroke:#0a0a0a}
/*# sourceMappingURL=/cdn/shop/t/4/assets/am-chatbot.css.map */
