.rwchat-container{position:fixed;z-index:999999;overflow:hidden;background:#fff;pointer-events:none;opacity:0;box-shadow:rgba(9,30,66,0.25) 0px 4px 8px -2px,rgba(9,30,66,0.08) 0px 0px 0px 1px;width:var(--rw-width);height:var(--rw-height);bottom:var(--rw-bottom);right:var(--rw-right);border-radius:16px;transition:opacity .25s ease,transform .25s ease;will-change:transform;backface-visibility:hidden}.rwchat-container--open{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.rwchat-iframe{width:100%;height:100%;border:none;display:block}.rwchat-bubble{position:fixed;padding:0;margin:0;box-sizing:border-box;border-radius:50%;border:none;cursor:pointer;background:#2563eb;color:#fff;box-shadow:0 10px 25px rgba(0,0,0,.25);z-index:999999;display:flex;align-items:center;justify-content:center;transition:transform .2s ease,box-shadow .2s ease;bottom:var(--rw-bubble-bottom);right:var(--rw-bubble-right);width:var(--rw-bubble-size);height:var(--rw-bubble-size)}.rwchat-bubble:hover{transform:scale(1.05);box-shadow:0 12px 30px rgba(0,0,0,.3)}.rwchat-bubble svg{width:var(--rw-icon-size);height:var(--rw-icon-size);display:block}.rwchat-bubble[data-rw-unread]:not([data-rw-unread="0"])::after{content:attr(data-rw-unread);position:absolute;top:0;right:0;width:20px;height:20px;background:var(--unread-bg,#ff3b30);color:var(--unread-color,#fff);font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Helvetica,Arial,sans-serif;font-size:11px;font-weight:700;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 4px rgba(0,0,0,.2);pointer-events:none}@media (max-width:640px){.rwchat-container{width:100%!important;height:100%!important;bottom:0!important;right:0!important;border-radius:0!important}}