.uhcw{--blue:#169fe6;--blue-dark:#078cd1;--wa:#35c759;--call:#ff5b2d;position:fixed;right:24px;bottom:calc(24px + env(safe-area-inset-bottom,0px));z-index:999999;font-family:Arial,sans-serif;line-height:1.25}.uhcw *{box-sizing:border-box}.uhcw__trigger,.uhcw__circle{width:64px;height:64px;border-radius:50%;display:grid;place-items:center;border:0}.uhcw__trigger{position:relative;background:linear-gradient(145deg,var(--blue),var(--blue-dark));color:#fff;cursor:pointer;padding:0;box-shadow:0 7px 20px rgba(0,118,190,.3),0 3px 9px rgba(0,0,0,.14);transition:transform .18s ease,box-shadow .18s ease}.uhcw__trigger:before{content:"";position:absolute;inset:-5px;border:2px solid rgba(22,159,230,.28);border-radius:50%;opacity:0;animation:uhcwPulse 7s ease-out infinite;pointer-events:none}.uhcw__trigger:hover{transform:translateY(-2px);box-shadow:0 10px 25px rgba(0,118,190,.34),0 4px 10px rgba(0,0,0,.15)}.uhcw__trigger svg{position:absolute;width:34px;height:34px;fill:none;stroke:#fff;stroke-width:2.1;stroke-linecap:round;stroke-linejoin:round;transition:opacity .16s ease,transform .2s ease}.uhcw__close{opacity:0;transform:scale(.65) rotate(-45deg)}.uhcw.is-open .uhcw__chat{opacity:0;transform:scale(.65) rotate(45deg)}.uhcw.is-open .uhcw__close{opacity:1;transform:scale(1) rotate(0)}.uhcw.is-open .uhcw__trigger:before{animation:none}.uhcw__stack{position:absolute;right:0;bottom:76px;display:flex;flex-direction:column;gap:12px;align-items:flex-end;pointer-events:none}.uhcw__action{display:flex;align-items:center;justify-content:flex-end;gap:10px;text-decoration:none!important;opacity:0;transform:translateY(16px) scale(.94);pointer-events:none;transition:opacity .2s ease,transform .24s cubic-bezier(.2,.8,.2,1)}.uhcw__action--wa{transition-delay:.02s}.uhcw__action--call{transition-delay:0s}.uhcw.is-open .uhcw__stack{pointer-events:auto}.uhcw.is-open .uhcw__action{opacity:1;transform:translateY(0) scale(1);pointer-events:auto}.uhcw.is-open .uhcw__action--wa{transition-delay:.03s}.uhcw.is-open .uhcw__action--call{transition-delay:.09s}.uhcw__circle{flex:0 0 64px;color:#fff;box-shadow:0 5px 14px rgba(0,0,0,.2);transition:transform .18s ease,box-shadow .18s ease}.uhcw__circle svg{width:34px;height:34px;fill:currentColor}.uhcw__circle--wa{background:var(--wa);box-shadow:0 6px 17px rgba(53,199,89,.3)}.uhcw__circle--call{background:var(--call);box-shadow:0 6px 17px rgba(255,91,45,.28)}.uhcw__action:hover .uhcw__circle{transform:translateY(-2px) scale(1.03)}.uhcw__label{min-width:174px;max-width:210px;padding:9px 12px;background:#fff;color:#202124;border:1px solid rgba(20,32,45,.08);border-radius:10px;box-shadow:0 4px 14px rgba(0,0,0,.13);text-align:left;transition:transform .18s ease,box-shadow .18s ease}.uhcw--ar .uhcw__label{text-align:right;direction:rtl}.uhcw__label strong{display:block;font-size:14px;line-height:1.15;font-weight:700;color:#17191c}.uhcw__label small{display:block;margin-top:4px;font-size:11.5px;line-height:1.25;color:#6f7479;font-weight:400}.uhcw__action:hover .uhcw__label{transform:translateX(-2px);box-shadow:0 7px 19px rgba(0,0,0,.15)}.uhcw__tip{position:absolute;right:78px;bottom:8px;display:flex;align-items:center;gap:8px;white-space:nowrap;background:#fff;color:#202124;font-size:15px;font-weight:600;line-height:1.2;padding:12px 14px;border:1px solid rgba(20,32,45,.08);border-radius:9px;box-shadow:0 4px 16px rgba(0,0,0,.15);opacity:0;visibility:hidden;transform:translateX(8px);transition:opacity .2s ease,transform .2s ease,visibility .2s ease;pointer-events:none}.uhcw--ar .uhcw__tip{direction:rtl}.uhcw__tip:after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);border-width:8px 0 8px 8px;border-style:solid;border-color:transparent transparent transparent #fff}.uhcw__online{width:8px;height:8px;flex:0 0 8px;border-radius:50%;background:#26c763;box-shadow:0 0 0 3px rgba(38,199,99,.13)}.uhcw.show-tip:not(.is-open) .uhcw__tip{opacity:1;visibility:visible;transform:translateX(0)}.uhcw__trigger:focus-visible,.uhcw__action:focus-visible{outline:3px solid rgba(22,159,230,.28);outline-offset:4px}@keyframes uhcwPulse{0%,76%{transform:scale(.94);opacity:0}80%{opacity:.55}96%,100%{transform:scale(1.28);opacity:0}}@media(max-width:480px){.uhcw{right:16px;bottom:calc(18px + env(safe-area-inset-bottom,0px))}.uhcw__trigger,.uhcw__circle{width:58px;height:58px}.uhcw__circle{flex-basis:58px}.uhcw__stack{bottom:70px;gap:10px}.uhcw__trigger svg,.uhcw__circle svg{width:31px;height:31px}.uhcw__label{min-width:150px;max-width:178px;padding:8px 10px}.uhcw__label strong{font-size:13px}.uhcw__label small{font-size:10.5px}.uhcw__tip{right:70px;bottom:7px;max-width:calc(100vw - 110px);white-space:normal;font-size:14px;padding:10px 12px}}@media(prefers-reduced-motion:reduce){.uhcw__trigger,.uhcw__action,.uhcw__circle,.uhcw__label,.uhcw__tip,.uhcw__trigger svg{transition:none}.uhcw__trigger:before{animation:none}}