.chat-toasts{position:fixed;z-index:45;top:1rem;left:50%;display:grid;width:min(calc(100% - 2rem),22rem);gap:.4rem;transform:translateX(-50%);pointer-events:none}.chat-toast{display:flex;align-items:center;justify-content:center;gap:.35rem;padding:.58rem .8rem;border:1px solid #5ce1a03d;border-radius:.75rem;background:#14281ff0;color:#bcebd3;box-shadow:0 .8rem 2rem #0006;backdrop-filter:blur(10px);font-size:.72rem;animation:toast-in .25s ease both;transition:opacity .5s,transform .5s}.chat-toast--leave{border-color:#ff668538;background:#2b1720f0;color:#efbbc7}.chat-toast.is-leaving{opacity:0;transform:translateY(-.5rem)}.chat-toast .event-dot{flex:0 0 auto}@keyframes toast-in{from{opacity:0;transform:translateY(-.6rem)}to{opacity:1;transform:translateY(0)}}@media(max-width:500px){.chat-toasts{top:.55rem;width:min(calc(100% - 1rem),22rem)}}@media(prefers-reduced-motion:reduce){.chat-toast{animation:none;transition:none}}
