.wwcm-root{position:fixed;bottom:var(--wwcm-offset,24px);z-index:99999;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,sans-serif}.wwcm-root--right{right:var(--wwcm-offset,24px);left:auto}.wwcm-root--left{left:var(--wwcm-offset,24px);right:auto}.wwcm-trigger{display:inline-flex;align-items:center;justify-content:center;padding:0;border:none;cursor:pointer;color:var(--wwcm-text,#fff);background:var(--wwcm-color,#25d366);border-radius:var(--wwcm-radius,50%);box-shadow:0 4px 14px rgb(0 0 0 / .18);transition:transform 0.2s ease,box-shadow 0.2s ease;width:var(--wwcm-size,56px);height:var(--wwcm-size,56px)}.wwcm-trigger:hover,.wwcm-trigger:focus{transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .22);outline:none}.wwcm-trigger .wwcm-widget__inner{display:flex;align-items:center;justify-content:center;width:100%;height:100%;padding:0}.wwcm-trigger__icon{width:calc(var(--wwcm-size, 56px) * 0.5);height:calc(var(--wwcm-size, 56px) * 0.5)}.wwcm-popup{position:absolute;bottom:calc(var(--wwcm-size, 56px) + 16px);width:320px;max-width:calc(100vw - var(--wwcm-offset, 24px) * 2 - 16px);background:#fff;border-radius:16px;box-shadow:0 8px 32px rgb(0 0 0 / .18);overflow:hidden;opacity:0;visibility:hidden;transform:translateY(12px) scale(.96);transition:opacity 0.22s ease,transform 0.22s ease,visibility 0.22s;pointer-events:none}.wwcm-root--right .wwcm-popup{right:0;left:auto}.wwcm-root--left .wwcm-popup{left:0;right:auto}.wwcm-root--open .wwcm-popup{opacity:1;visibility:visible;transform:translateY(0) scale(1);pointer-events:auto}.wwcm-popup__header{display:flex;align-items:center;justify-content:space-between;padding:12px 14px;background:var(--wwcm-color,#25d366);color:var(--wwcm-text,#fff)}.wwcm-popup__header-title{display:inline-flex;align-items:center;gap:8px;font-size:15px;font-weight:600}.wwcm-popup__header-icon{width:22px;height:22px;flex-shrink:0}.wwcm-popup__close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;padding:0;border:none;border-radius:50%;background:rgb(255 255 255 / .2);color:inherit;font-size:22px;line-height:1;cursor:pointer;transition:background 0.15s ease}.wwcm-popup__close:hover,.wwcm-popup__close:focus{background:rgb(255 255 255 / .35);outline:none}.wwcm-popup__body{padding:16px;background:#f0f2f5}.wwcm-popup__bubble{display:inline-block;max-width:85%;padding:10px 14px;margin-bottom:10px;background:#fff;border-radius:12px 12px 12px 4px;box-shadow:0 1px 2px rgb(0 0 0 / .08);font-size:15px;line-height:1.4;color:#111}.wwcm-popup__subtitle{margin:0 0 14px;font-size:13px;line-height:1.45;color:#667781}.wwcm-popup__cta{display:flex;align-items:center;justify-content:center;gap:8px;width:100%;padding:12px 16px;border-radius:999px;background:var(--wwcm-color,#25d366);color:var(--wwcm-text,#fff)!important;font-size:15px;font-weight:600;text-decoration:none!important;box-shadow:0 2px 8px rgb(0 0 0 / .12);transition:transform 0.15s ease,box-shadow 0.15s ease;box-sizing:border-box}.wwcm-popup__cta:hover,.wwcm-popup__cta:focus{transform:translateY(-1px);box-shadow:0 4px 12px rgb(0 0 0 / .16);color:var(--wwcm-text,#fff)!important}.wwcm-popup__cta-icon{width:20px;height:20px;flex-shrink:0}.wwcm-widget{display:inline-flex;align-items:center;text-decoration:none;color:var(--wwcm-text,#fff);background:var(--wwcm-color,#25d366);border-radius:var(--wwcm-radius,50%);box-shadow:0 4px 14px rgb(0 0 0 / .18);transition:transform 0.2s ease,box-shadow 0.2s ease;font-family:inherit;line-height:1.2}.wwcm-widget:hover,.wwcm-widget:focus{color:var(--wwcm-text,#fff);transform:translateY(-2px);box-shadow:0 6px 20px rgb(0 0 0 / .22)}.wwcm-widget__inner{display:inline-flex;align-items:center;gap:10px;padding:12px 16px;min-height:var(--wwcm-size,56px);box-sizing:border-box}.wwcm-widget--icon-only .wwcm-widget__inner{padding:0;width:var(--wwcm-size,56px);height:var(--wwcm-size,56px);justify-content:center}.wwcm-widget__icon{width:28px;height:28px;flex-shrink:0}.wwcm-widget--icon-only .wwcm-widget__icon{width:calc(var(--wwcm-size, 56px) * 0.5);height:calc(var(--wwcm-size, 56px) * 0.5)}.wwcm-widget__icon--custom{object-fit:contain;border-radius:4px}.wwcm-widget__text{display:flex;flex-direction:column;align-items:flex-start;gap:2px}.wwcm-widget__label{font-size:15px;font-weight:600}.wwcm-widget__online{font-size:12px;opacity:.9}.wwcm-widget__online::before{content:"";display:inline-block;width:7px;height:7px;margin-right:5px;border-radius:50%;background:#7fff7f;vertical-align:middle}.wwcm-widget--inline{position:static;box-shadow:0 2px 8px rgb(0 0 0 / .12)}@media (max-width:782px){.wwcm-popup{width:min(320px, calc(100vw - 32px))}}