.wm-svg{width:0;height:0;overflow:hidden}.wm-root,.wm-svg{position:absolute}.wm-root{inset:0;z-index:10;display:flex;align-items:center;justify-content:center;padding:28px;pointer-events:none}.wm-stack{display:grid;align-items:end;width:min(360px,82%);min-height:128px}.wm-layer{grid-area:1/1;display:flex;align-self:end;animation:wm-enter .5s cubic-bezier(.16,1,.3,1) both}.wm-layer.wm-leaving{animation:wm-exit .4s cubic-bezier(.4,0,.6,1) both}@keyframes wm-enter{0%{opacity:0;transform:scale(.96);filter:blur(10px)}to{opacity:1;transform:scale(1);filter:blur(0)}}@keyframes wm-exit{0%{opacity:1;transform:scale(1);filter:blur(0)}to{opacity:0;transform:scale(.985);filter:blur(8px)}}.wm-bubble{position:relative;overflow:hidden;border-radius:24px;background:linear-gradient(135deg,rgba(255,255,255,.6),rgba(255,255,255,.22));-webkit-backdrop-filter:blur(16px) saturate(200%) brightness(1.04);backdrop-filter:blur(16px) saturate(200%) brightness(1.04);border:1px solid rgba(255,255,255,.65);box-shadow:0 18px 46px rgba(60,70,120,.22),0 3px 8px rgba(60,70,120,.12),inset 0 1px 1px rgba(255,255,255,.95),inset 0 -1px 1px rgba(255,255,255,.35)}.wm-bubble:after{background:radial-gradient(120% 80% at 50% -10%,rgba(255,255,255,.5),transparent 55%)}.wm-bubble:after,.wm-bubble:before{content:"";position:absolute;inset:0;border-radius:inherit;pointer-events:none}.wm-bubble:before{background:linear-gradient(115deg,transparent 34%,rgba(255,255,255,.55) 47%,transparent 60%);background-size:260% 260%;mix-blend-mode:screen;opacity:.65;animation:wm-sheen 7s ease-in-out infinite}@keyframes wm-sheen{0%,to{background-position:130% 0}50%{background-position:-30% 100%}}.wm-refraction{position:absolute;inset:0;border-radius:inherit;-webkit-backdrop-filter:url(#warren-liquid-glass);backdrop-filter:url(#warren-liquid-glass);pointer-events:none}.wm-bubble--message{width:100%;padding:16px 18px}.wm-content{position:relative;z-index:1}.wm-header{display:flex;align-items:center;gap:9px}.wm-avatar{display:grid;place-items:center;width:26px;height:26px;border-radius:50%;color:#000;background:#fff;box-shadow:inset 0 1px 1px rgba(255,255,255,.9),0 2px 6px rgba(40,45,70,.25)}.wm-avatar-mark{width:13px;height:13px}.wm-name{font-weight:600;color:#1d1d1f}.wm-name,.wm-text{font-size:15px;letter-spacing:-.2px}.wm-text{position:relative;margin-top:10px;line-height:1.45;color:#2a2a2e}.wm-text-ghost{visibility:hidden}.wm-text-typed{position:absolute;inset:0}.wm-caret{display:inline-block;width:2px;height:1.05em;margin-left:1px;vertical-align:-.18em;border-radius:1px;background:currentColor;animation:wm-caret-blink 1s step-end infinite}@keyframes wm-caret-blink{0%,50%{opacity:1}50.01%,to{opacity:0}}.wm-bubble--typing{display:inline-flex;align-items:center;gap:7px;padding:15px 18px;border-radius:22px}.wm-dot{position:relative;z-index:1;width:8px;height:8px;border-radius:50%;background:rgba(40,45,70,.55);animation:wm-bounce 1.2s ease-in-out infinite}.wm-dot:nth-child(3){animation-delay:.15s}.wm-dot:nth-child(4){animation-delay:.3s}@keyframes wm-bounce{0%,60%,to{transform:translateY(0);opacity:.5}30%{transform:translateY(-5px);opacity:1}}@media (prefers-reduced-motion:reduce){.wm-bubble:before,.wm-dot,.wm-layer,.wm-layer.wm-leaving{animation:none}}