#wpcb-container{position:fixed;bottom:20px;right:20px;z-index:9999;display:flex;align-items:center;gap:12px;opacity:0;animation:wpcbFadeIn .8s ease-out .4s forwards}@keyframes wpcbFadeIn{to{opacity:1}}#wpcb-text-part{background:rgb(0 0 0 / .85);color:#fff;padding:10px 16px;border-radius:30px;display:flex;align-items:center;gap:8px;opacity:1;transition:opacity .45s ease;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);box-shadow:0 4px 15px rgb(0 0 0 / .2)}#wpcb-text-part.hide{opacity:0}#wpcb-online-text{font-size:15px;font-weight:600;white-space:nowrap}#wpcb-close-text{cursor:pointer;font-size:20px;user-select:none;opacity:.8;transition:opacity .2s}#wpcb-close-text:hover{opacity:1}#wpcb-bubble-button{width:56px;height:56px;border-radius:50%;background:#25D366;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 6px 20px rgb(0 0 0 / .25);transition:all .25s ease}#wpcb-bubble-button:active{transform:scale(.92)}#wpcb-icon{width:32px;height:32px}#wpcb-close-button{position:fixed;bottom:20px;right:20px;width:56px;height:56px;border-radius:50%;background:#fff;color:#333;font-size:32px;line-height:56px;text-align:center;cursor:pointer;z-index:9999;box-shadow:0 6px 20px rgb(0 0 0 / .25);opacity:0;transition:opacity .45s ease;pointer-events:none}#wpcb-close-button.show{opacity:1;pointer-events:auto}#wpcb-close-button:active{transform:scale(.92)}#wpcb-popup{position:fixed;bottom:100px;right:20px;width:80px;padding:15px 0;z-index:10000;opacity:0;transition:opacity .45s ease;pointer-events:none}#wpcb-popup.show{opacity:1;pointer-events:auto}.wpcb-links{display:flex;flex-direction:column;align-items:center;gap:20px}.wpcb-icon{width:52px;height:52px;border-radius:50%;padding:7px;background:#fff0;box-shadow:0 6px 18px rgb(0 0 0 / .3);transition:all .35s ease;display:block}.wpcb-icon:hover{transform:scale(1.25);box-shadow:0 14px 35px rgb(0 0 0 / .45)}