.mw-root *{box-sizing:border-box;font-family:"Nunito",-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif;}
.mw-root{position:fixed;z-index:10;bottom:24px;right:24px;}
.mw-launcher{width:60px;height:60px;border-radius:999px;border:0;cursor:pointer;
background:#00B5AE;color:#fff;display:flex;align-items:center;justify-content:center;
box-shadow:0 8px 24px rgba(10,46,107,0.28);transition:transform 150ms ease;}
.mw-launcher:hover{transform:scale(1.06);}
.mw-launcher svg{width:26px;height:26px;}
.mw-launcher .mw-icon-close{display:none;}
.mw-root.mw-open .mw-launcher .mw-icon-chat{display:none;}
.mw-root.mw-open .mw-launcher .mw-icon-close{display:block;}
.mw-badge{position:absolute;top:-4px;right:-4px;min-width:20px;height:20px;border-radius:999px;background:#F27262;color:#fff;font-size:11px;font-weight:700;display:flex;align-items:center;justify-content:center;padding:0 5px;border:2px solid #fff;}
.mw-panel{position:absolute;bottom:76px;right:0;width:360px;max-width:calc(100vw - 32px);height:560px;max-height:calc(100vh - 120px);background:#fff;border-radius:16px;box-shadow:0 12px 40px rgba(10,46,107,0.22);display:flex;flex-direction:column;overflow:hidden;opacity:0;visibility:hidden;transform:translateY(16px) scale(0.98);transform-origin:bottom right;transition:opacity 160ms ease, transform 160ms ease, visibility 160ms;}
.mw-root.mw-open .mw-panel{opacity:1;visibility:visible;transform:translateY(0) scale(1);}
