.floating-actions-stack{position:fixed;right:15px;bottom:65px;z-index:99990;display:flex;flex-direction:column;align-items:flex-end;gap:10px;pointer-events:none}.floating-actions-stack>*{pointer-events:auto}body.mh-chat-open .scroll-top{z-index:1!important;opacity:0!important;visibility:hidden!important;pointer-events:none!important}.mh-chat-fab{position:relative;display:inline-flex;align-items:center;justify-content:center;width:72px;height:72px;padding:0;border:none;border-radius:50%;background:transparent;cursor:pointer;animation:mhChatFloat 3.2s ease-in-out infinite}.mh-chat-fab__pulse{position:absolute;top:6px;right:6px;bottom:6px;left:6px;border-radius:50%;border:2px solid rgba(34,197,94,.45);animation:mhChatPulse 2.2s ease-out infinite;pointer-events:none}.mh-chat-fab__img{position:relative;z-index:1;width:68px;height:68px;-o-object-fit:contain;object-fit:contain;mix-blend-mode:screen;filter:drop-shadow(0 6px 14px rgba(26,60,46,.28));transition:transform .2s ease}.mh-chat-fab:hover .mh-chat-fab__img{transform:scale(1.06)}.mh-chat-fab__badge{position:absolute;right:2px;bottom:4px;z-index:2;width:22px;height:22px;border-radius:50%;display:flex;align-items:center;justify-content:center;background:#22c55e;color:#fff;border:2px solid #fff;font-size:.65rem;box-shadow:0 4px 10px #22c55e59}@keyframes mhChatPulse{0%{transform:scale(.92);opacity:.9}70%{transform:scale(1.18);opacity:0}to{transform:scale(1.18);opacity:0}}@keyframes mhChatFloat{0%,to{transform:translateY(0)}50%{transform:translateY(-4px)}}.mh-chat-backdrop{position:fixed;top:0;right:0;bottom:0;left:0;z-index:100050;display:flex;align-items:flex-end;justify-content:flex-end;padding:16px;background:#0f23196b;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.mh-chat-modal{display:flex;flex-direction:column;width:min(420px,calc(100vw - 24px));height:min(640px,calc(100vh - 32px));max-height:calc(100vh - 32px);border-radius:22px;overflow:hidden;background:#f4faf6;box-shadow:0 24px 60px #0f281c59,0 0 0 1px #ffffff14 inset;animation:mhChatIn .28s ease}@keyframes mhChatIn{0%{opacity:0;transform:translateY(18px) scale(.97)}to{opacity:1;transform:none}}.mh-chat-header{display:flex;align-items:center;justify-content:space-between;gap:12px;padding:14px 16px;background:linear-gradient(135deg,#14532d,#1b7a45 55%,#22c55e);color:#fff}.mh-chat-header__brand{display:flex;align-items:center;gap:12px;min-width:0}.mh-chat-header__avatar{width:48px;height:48px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;mix-blend-mode:screen;filter:drop-shadow(0 4px 8px rgba(0,0,0,.25))}.mh-chat-header h2{margin:0;font-family:Marcellus,serif;font-size:1.15rem;font-weight:400;line-height:1.2;color:#fff}.mh-chat-header p{margin:3px 0 0;display:flex;align-items:center;gap:6px;font-size:.78rem;color:#ffffffe0}.mh-chat-online{width:8px;height:8px;border-radius:50%;background:#86efac;box-shadow:0 0 0 3px #86efac47}.mh-chat-close{flex-shrink:0;width:36px;height:36px;border:none;border-radius:50%;background:#ffffff29;color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;transition:background .2s}.mh-chat-close:hover{background:#ffffff47}.mh-chat-body{flex:1;overflow-y:auto;overscroll-behavior:contain;padding:16px 14px 12px;display:flex;flex-direction:column;gap:14px;scroll-behavior:smooth}.mh-chat-row{display:flex;align-items:flex-end;gap:8px;max-width:100%}.mh-chat-row--user{justify-content:flex-end}.mh-chat-row--assistant{justify-content:flex-start}.mh-chat-bubble-avatar{width:34px;height:34px;-o-object-fit:contain;object-fit:contain;flex-shrink:0;margin-bottom:2px;mix-blend-mode:screen}.mh-chat-bubble-wrap{max-width:calc(100% - 42px);display:flex;flex-direction:column;gap:8px}.mh-chat-row--user .mh-chat-bubble-wrap{max-width:88%;align-items:flex-end}.mh-chat-bubble{padding:11px 14px;border-radius:16px;font-size:.92rem;line-height:1.55;word-break:break-word}.mh-chat-bubble--user{background:linear-gradient(135deg,#1b7a45,#22c55e);color:#fff;border-bottom-right-radius:5px;box-shadow:0 6px 16px #22c55e38}.mh-chat-bubble--assistant{background:#fff;color:#1a3c2e;border:1px solid rgba(45,106,79,.12);border-bottom-left-radius:5px;box-shadow:0 4px 14px #1a3c2e0f}.mh-chat-row.is-error .mh-chat-bubble--assistant{background:#fff5f5;border-color:#fecaca;color:#991b1b}.mh-chat-bubble--assistant strong{color:#14532d}.mh-chat-typing{display:inline-flex;align-items:center;gap:5px;min-width:54px;padding:14px 16px}.mh-chat-typing span{width:7px;height:7px;border-radius:50%;background:#86efac;animation:mhChatDot 1.2s ease-in-out infinite}.mh-chat-typing span:nth-child(2){animation-delay:.15s}.mh-chat-typing span:nth-child(3){animation-delay:.3s}@keyframes mhChatDot{0%,80%,to{opacity:.35;transform:translateY(0)}40%{opacity:1;transform:translateY(-3px)}}.mh-chat-products__label{margin:0;font-size:.72rem;font-weight:700;letter-spacing:.04em;text-transform:uppercase;color:#5c7a6d}.mh-chat-products ul{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:6px}.mh-chat-product{display:flex;align-items:center;gap:8px;padding:9px 11px;border-radius:12px;background:#fff;border:1px solid rgba(45,106,79,.14);color:#1a3c2e;text-decoration:none;transition:background .2s,border-color .2s,transform .2s}a.mh-chat-product:hover{background:#ecfdf3;border-color:#86efac;color:#14532d;transform:translate(2px)}.mh-chat-product__no{flex-shrink:0;font-size:.72rem;font-weight:800;color:#15803d;background:#dcfce7;padding:3px 7px;border-radius:999px}.mh-chat-product__name{flex:1;min-width:0;font-size:.8rem;font-weight:600;line-height:1.3}.mh-chat-product i{flex-shrink:0;font-size:.85rem;color:#22c55e}.mh-chat-suggestions{margin-top:4px}.mh-chat-suggestions>p{margin:0 0 8px;font-size:.78rem;font-weight:600;color:#5c7a6d}.mh-chat-suggestions__list{display:flex;flex-wrap:wrap;gap:8px}.mh-chat-suggestions__list button{border:1px solid rgba(45,106,79,.2);background:#fff;color:#1b4332;border-radius:999px;padding:7px 12px;font-size:.78rem;font-weight:600;cursor:pointer;transition:background .2s,border-color .2s}.mh-chat-suggestions__list button:hover{background:#ecfdf3;border-color:#86efac}.mh-chat-composer{display:flex;align-items:flex-end;gap:10px;padding:12px 14px 14px;background:#fff;border-top:1px solid rgba(45,106,79,.1)}.mh-chat-composer textarea{flex:1;resize:none;min-height:44px;max-height:110px;padding:11px 13px;border:1px solid rgba(45,106,79,.18);border-radius:14px;background:#f8fcf9;color:#1a3c2e;font-size:.92rem;line-height:1.4;outline:none;transition:border-color .2s,box-shadow .2s}.mh-chat-composer textarea:focus{border-color:#22c55e;box-shadow:0 0 0 3px #22c55e26;background:#fff}.mh-chat-composer textarea:disabled{opacity:.7}.mh-chat-send{flex-shrink:0;width:46px;height:46px;border:none;border-radius:14px;background:linear-gradient(135deg,#15803d,#22c55e);color:#fff;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 8px 18px #22c55e4d;transition:transform .15s,opacity .2s}.mh-chat-send:hover:not(:disabled){transform:translateY(-1px)}.mh-chat-send:disabled{opacity:.45;cursor:not-allowed;box-shadow:none}.mh-chat-send__spinner{width:18px;height:18px;border:2px solid rgba(255,255,255,.35);border-top-color:#fff;border-radius:50%;animation:mhChatSpin .7s linear infinite}@keyframes mhChatSpin{to{transform:rotate(360deg)}}@media(max-width:575px){.floating-actions-stack{right:12px;bottom:70px;gap:22px}.mh-chat-fab{width:64px;height:64px;margin-bottom:4px}.mh-chat-fab__img{width:60px;height:60px}.mh-chat-backdrop{padding:0;align-items:stretch;justify-content:stretch}.mh-chat-modal{width:100%;height:100%;max-height:100%;border-radius:0}}@media(prefers-reduced-motion:reduce){.mh-chat-fab,.mh-chat-fab__pulse,.mh-chat-modal,.mh-chat-typing span,.mh-chat-send__spinner{animation:none}}
