.ChatWidget_fab__s2Rla{position:fixed;right:20px;bottom:20px;z-index:999;width:60px;height:60px;border-radius:50%;border:none;cursor:pointer;display:grid;place-items:center;color:#fff;background:var(--grad,#d81f27);box-shadow:0 12px 30px rgba(216,31,39,.45);transition:transform .15s ease,box-shadow .15s ease}.ChatWidget_fab__s2Rla:hover{transform:translateY(-2px) scale(1.04);box-shadow:0 16px 38px rgba(216,31,39,.55)}.ChatWidget_fab__s2Rla:after{content:"";position:absolute;inset:0;border-radius:50%;box-shadow:0 0 0 0 rgba(216,31,39,.5);animation:ChatWidget_pulse__NoX8S 2.4s infinite}@keyframes ChatWidget_pulse__NoX8S{0%{box-shadow:0 0 0 0 rgba(216,31,39,.45)}70%{box-shadow:0 0 0 16px rgba(216,31,39,0)}to{box-shadow:0 0 0 0 rgba(216,31,39,0)}}.ChatWidget_panel__h8_o8{position:fixed;right:20px;bottom:92px;z-index:999;width:384px;max-width:calc(100vw - 32px);height:min(70vh,620px);display:flex;flex-direction:column;background:var(--surface,#f7f7f9);border:1px solid var(--border,#e7e7ec);border-radius:var(--radius-lg,24px);box-shadow:var(--shadow-lg,0 28px 64px rgba(13,27,62,.22));overflow:hidden;opacity:0;transform:translateY(16px) scale(.98);pointer-events:none;transition:opacity .18s ease,transform .18s ease}.ChatWidget_panelOpen__sk9ej{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.ChatWidget_header__bZ6aE{display:flex;align-items:center;gap:.6rem;padding:.85rem .9rem;background:var(--grad-ink,#0d0d10);color:#fff}.ChatWidget_avatar__Hp9_0{width:38px;height:38px;border-radius:50%;display:grid;place-items:center;font-weight:800;font-size:1.05rem;color:#fff;background:var(--grad,#d81f27);flex:0 0 auto}.ChatWidget_headerText__tpPT6{display:flex;flex-direction:column;line-height:1.2;flex:1 1 auto;min-width:0}.ChatWidget_headerText__tpPT6 strong{font-size:.96rem}.ChatWidget_headerText__tpPT6 span{font-size:.74rem;color:#c8c8d2;display:inline-flex;align-items:center;gap:.35rem}.ChatWidget_dot__wDcHK{width:8px;height:8px;border-radius:50%;background:#2ecc71;display:inline-block}.ChatWidget_close__OD1V0,.ChatWidget_waBtn__QtJgA{flex:0 0 auto;width:34px;height:34px;display:grid;place-items:center;border-radius:50%;border:none;cursor:pointer;color:#fff;background:rgba(255,255,255,.12);transition:background .15s ease}.ChatWidget_waBtn__QtJgA{color:#25d366;text-decoration:none}.ChatWidget_close__OD1V0:hover,.ChatWidget_waBtn__QtJgA:hover{background:rgba(255,255,255,.22)}.ChatWidget_body__Nr5EU{flex:1 1 auto;overflow-y:auto;padding:1rem .9rem;display:flex;flex-direction:column;gap:.55rem;background:var(--surface,#f7f7f9)}.ChatWidget_msg__ZAQVi{max-width:86%;padding:.6rem .8rem;border-radius:16px;font-size:.92rem;line-height:1.5;white-space:pre-wrap;word-break:break-word}.ChatWidget_msg__ZAQVi a{color:inherit;text-decoration:underline}.ChatWidget_bot__6orKD{align-self:flex-start;background:#fff;color:var(--text,#1a1a20);border:1px solid var(--border,#e7e7ec);border-bottom-left-radius:5px}.ChatWidget_bot__6orKD a{color:var(--primary,#d81f27)}.ChatWidget_user__2eU23{align-self:flex-end;background:var(--grad,#d81f27);color:#fff;border-bottom-right-radius:5px}.ChatWidget_typing__5cxFb{display:inline-flex;gap:4px;align-items:center}.ChatWidget_typing__5cxFb span{width:7px;height:7px;border-radius:50%;background:var(--muted,#6b6b78);animation:ChatWidget_blink__5Lmti 1.2s ease-in-out infinite}.ChatWidget_typing__5cxFb span:nth-child(2){animation-delay:.2s}.ChatWidget_typing__5cxFb span:nth-child(3){animation-delay:.4s}@keyframes ChatWidget_blink__5Lmti{0%,80%,to{opacity:.3}40%{opacity:1}}.ChatWidget_suggestions__EhUBT{display:flex;flex-wrap:wrap;gap:.4rem;margin-top:.3rem}.ChatWidget_chip__cJtUB{border:1px solid var(--border-strong,#d8d8e0);background:#fff;color:var(--ink,#0d0d10);border-radius:999px;padding:.4rem .8rem;font-size:.84rem;cursor:pointer;transition:background .15s ease,border-color .15s ease}.ChatWidget_chip__cJtUB:hover{background:var(--primary-soft,#fdeaeb);border-color:var(--primary,#d81f27);color:var(--primary-dark,#b3151c)}.ChatWidget_footer__bcXmy{display:flex;align-items:flex-end;gap:.5rem;padding:.6rem .7rem .3rem;background:#fff;border-top:1px solid var(--border,#e7e7ec)}.ChatWidget_input__YjVbY{flex:1 1 auto;resize:none;max-height:120px;border:1px solid var(--border-strong,#d8d8e0);border-radius:14px;padding:.55rem .7rem;font:inherit;font-size:.92rem;color:var(--text,#1a1a20);outline:none}.ChatWidget_input__YjVbY:focus{border-color:var(--primary,#d81f27)}.ChatWidget_send__C6VIs{flex:0 0 auto;width:40px;height:40px;display:grid;place-items:center;border:none;border-radius:12px;cursor:pointer;color:#fff;background:var(--grad,#d81f27);transition:opacity .15s ease,transform .15s ease}.ChatWidget_send__C6VIs:hover:not(:disabled){transform:translateY(-1px)}.ChatWidget_send__C6VIs:disabled{opacity:.45;cursor:not-allowed}.ChatWidget_note__FobEA{margin:0;padding:.15rem .8rem .55rem;background:#fff;font-size:.7rem;color:var(--muted,#6b6b78);text-align:center}.ChatWidget_note__FobEA a{color:var(--primary,#d81f27)}@media (max-width:480px){.ChatWidget_panel__h8_o8{right:12px;left:12px;bottom:84px;width:auto;height:min(72vh,560px)}.ChatWidget_fab__s2Rla{right:14px;bottom:14px}}@media (prefers-reduced-motion:reduce){.ChatWidget_fab__s2Rla:after{animation:none}.ChatWidget_panel__h8_o8{transition:none}}