.menuchat-fab[data-v-d6ada9f5]{align-items:center;background:var(--tnp-primary,#960018);border:none;border-radius:50%;bottom:24px;box-shadow:0 4px 16px #0003;color:#fff;cursor:pointer;display:flex;height:56px;inset-inline-end:24px;justify-content:center;position:fixed;transition:transform .2s ease,background .2s ease,box-shadow .2s ease;width:56px;z-index:51}.menuchat-fab[data-v-d6ada9f5]:hover{box-shadow:0 6px 20px #00000040;transform:scale(1.05)}.menuchat-fab[data-v-d6ada9f5]:active{transform:scale(.95)}.menuchat-fab--open[data-v-d6ada9f5]{background:#6b7280}.menuchat-fab__badge[data-v-d6ada9f5]{align-items:center;background:#f43f5e;border:2px solid #fff;border-radius:11px;color:#fff;display:flex;font-size:12px;font-weight:700;height:22px;inset-inline-end:-4px;justify-content:center;line-height:1;min-width:22px;padding:0 6px;position:absolute;top:-4px}.menuchat[data-v-d6ada9f5]{background:var(--tnp-background,#fff);border-radius:1.5rem;bottom:24px;box-shadow:0 12px 48px #0000002e,0 2px 8px #00000014;display:flex;flex-direction:column;height:540px;inset-inline-end:24px;max-height:calc(100vh - 100px);overflow:hidden;position:fixed;width:380px;z-index:51}@media(max-width:767px){.menuchat[data-v-d6ada9f5]{border-radius:0;bottom:0;height:100dvh;inset-inline-end:0;max-height:100dvh;width:100%}}.menuchat__header[data-v-d6ada9f5]{align-items:center;background:var(--tnp-primary,#960018);color:#fff;display:flex;flex-shrink:0;justify-content:space-between;padding:1rem}.menuchat__header-info[data-v-d6ada9f5]{align-items:center;display:flex;gap:.75rem;min-width:0}.menuchat__avatar[data-v-d6ada9f5]{align-items:center;background:#fff3;border-radius:50%;color:#fff;display:flex;flex-shrink:0;height:42px;justify-content:center;overflow:hidden;width:42px}.menuchat__avatar-img[data-v-d6ada9f5]{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.menuchat__avatar-fallback[data-v-d6ada9f5]{color:#fff;font-size:18px;font-weight:700}.menuchat__title[data-v-d6ada9f5]{color:#fff;font-size:15px;font-weight:600;line-height:1.2;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.menuchat__subtitle[data-v-d6ada9f5]{align-items:center;display:flex;font-size:12px;gap:5px;margin:2px 0 0;opacity:.9}.menuchat__status-dot[data-v-d6ada9f5]{background:#10b981;border-radius:50%;display:inline-block;height:8px;width:8px}.menuchat__header-actions[data-v-d6ada9f5]{align-items:center;display:flex;flex-shrink:0;gap:.25rem}.menuchat__action[data-v-d6ada9f5],.menuchat__close[data-v-d6ada9f5]{align-items:center;background:#ffffff26;border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:32px;justify-content:center;transition:background .15s ease;width:32px}.menuchat__action[data-v-d6ada9f5]:hover,.menuchat__close[data-v-d6ada9f5]:hover{background:#ffffff4d}.menuchat__messages[data-v-d6ada9f5]{gap:.5rem;overflow-y:auto}.menuchat__messages[data-v-d6ada9f5],.menuchat__welcome[data-v-d6ada9f5]{display:flex;flex:1;flex-direction:column;padding:1rem}.menuchat__welcome[data-v-d6ada9f5]{align-items:center;gap:.75rem;justify-content:center;text-align:center}.menuchat__welcome-icon[data-v-d6ada9f5]{color:var(--tnp-primary,#960018);opacity:.6}.menuchat__welcome-text[data-v-d6ada9f5]{color:#6b7280;font-size:14px;margin:0}.menuchat__suggestions[data-v-d6ada9f5]{display:flex;flex-direction:column;gap:.5rem;margin-top:.5rem;width:100%}.menuchat__suggestion[data-v-d6ada9f5]{background:transparent;border:1px solid var(--tnp-primary,#960018);border-radius:9999px;color:var(--tnp-primary,#960018);cursor:pointer;font-size:13px;padding:.5rem .75rem;transition:background .15s ease,color .15s ease}.menuchat__suggestion[data-v-d6ada9f5]:hover{background:var(--tnp-primary,#960018);color:#fff}.menuchat__bubble[data-v-d6ada9f5]{animation:bubble-in-d6ada9f5 .2s ease-out;display:flex;max-width:85%}.menuchat__bubble--mine[data-v-d6ada9f5]{align-self:flex-end}.menuchat__bubble--mine .menuchat__bubble-content[data-v-d6ada9f5]{background:var(--tnp-primary,#960018);border-radius:.75rem .75rem 4px;color:#fff}.menuchat__bubble--mine .menuchat__bubble-time[data-v-d6ada9f5]{color:#ffffffb3}.menuchat__bubble--other[data-v-d6ada9f5]{align-self:flex-start}.menuchat__bubble--other .menuchat__bubble-content[data-v-d6ada9f5]{background:#fff;border-radius:.75rem .75rem .75rem 4px;color:#374151}.menuchat__bubble-content[data-v-d6ada9f5]{padding:.5rem .75rem}.menuchat__bubble-badge[data-v-d6ada9f5]{display:block;font-size:10px;font-weight:600;letter-spacing:.3px;margin-bottom:2px;opacity:.7;text-transform:uppercase}.menuchat__bubble-text[data-v-d6ada9f5]{font-size:14px;line-height:1.5;margin:0;white-space:pre-wrap;word-break:break-word}.menuchat__bubble-time[data-v-d6ada9f5]{color:#6b7280;display:block;font-size:11px;margin-top:2px;text-align:end}.menuchat__typing[data-v-d6ada9f5]{align-items:center;display:flex;gap:4px;padding:4px 0}.menuchat__typing-dot[data-v-d6ada9f5]{animation:menuchat-typing-d6ada9f5 1.4s ease-in-out infinite;background:#6b7280;border-radius:50%;height:7px;width:7px}.menuchat__typing-dot[data-v-d6ada9f5]:nth-child(2){animation-delay:.2s}.menuchat__typing-dot[data-v-d6ada9f5]:nth-child(3){animation-delay:.4s}.menuchat__input-area[data-v-d6ada9f5]{align-items:flex-end;border-top:1px solid #e5e7eb;display:flex;flex-shrink:0;gap:.5rem;padding:.75rem .75rem .5rem}.menuchat__input[data-v-d6ada9f5]{background:#f9fafb;border:1px solid #e5e7eb;border-radius:.75rem;color:#374151;flex:1;font-family:inherit;font-size:14px;line-height:1.5;max-height:100px;outline:none;padding:.5rem .75rem;resize:none;transition:border-color .15s ease}.menuchat__input[data-v-d6ada9f5]::-moz-placeholder{color:#6b7280}.menuchat__input[data-v-d6ada9f5]::placeholder{color:#6b7280}.menuchat__input[data-v-d6ada9f5]:focus{border-color:var(--tnp-primary,#960018)}@media(max-width:767px){.menuchat__input[data-v-d6ada9f5]{font-size:16px}}.menuchat__send[data-v-d6ada9f5]{align-items:center;background:var(--tnp-primary,#960018);border:none;border-radius:50%;color:#fff;cursor:pointer;display:flex;flex-shrink:0;height:36px;justify-content:center;transition:transform .15s ease,opacity .15s ease;width:36px}.menuchat__send[data-v-d6ada9f5]:hover:not(:disabled){transform:scale(1.05)}.menuchat__send[data-v-d6ada9f5]:active:not(:disabled){transform:scale(.95)}.menuchat__send[data-v-d6ada9f5]:disabled{cursor:not-allowed;opacity:.4}.menuchat__footer-note[data-v-d6ada9f5]{color:#6b7280;font-size:10px;margin:0;opacity:.7;padding:0 .75rem .5rem;text-align:center}.menuchat--rtl .menuchat__send svg[data-v-d6ada9f5]{transform:scaleX(-1)}.menuchat--with-fab[data-v-d6ada9f5]{bottom:92px}@media(max-width:767px){.menuchat--with-fab[data-v-d6ada9f5]{bottom:0}}.menuchat-popup-enter-active[data-v-d6ada9f5]{transition:opacity .25s ease,transform .25s cubic-bezier(.34,1.56,.64,1)}.menuchat-popup-leave-active[data-v-d6ada9f5]{transition:opacity .15s ease,transform .15s ease}.menuchat-popup-enter-from[data-v-d6ada9f5]{opacity:0;transform:translateY(16px) scale(.95)}.menuchat-popup-leave-to[data-v-d6ada9f5]{opacity:0;transform:translateY(8px) scale(.98)}.menuchat-fab-icon-enter-active[data-v-d6ada9f5],.menuchat-fab-icon-leave-active[data-v-d6ada9f5]{transition:transform .2s ease,opacity .15s ease}.menuchat-fab-icon-enter-from[data-v-d6ada9f5]{opacity:0;transform:rotate(-90deg) scale(.5)}.menuchat-fab-icon-leave-to[data-v-d6ada9f5]{opacity:0;transform:rotate(90deg) scale(.5)}@keyframes menuchat-typing-d6ada9f5{0%,60%,to{opacity:.4;transform:translateY(0)}30%{opacity:1;transform:translateY(-4px)}}@keyframes bubble-in-d6ada9f5{0%{opacity:0;transform:translateY(4px)}to{opacity:1;transform:translateY(0)}}
