@keyframes match-chat-message-arrive{0%{opacity:0;filter:blur(1px);transform:translateY(3px)}to{opacity:1;filter:blur();transform:translateY(0)}}@keyframes match-chat-reaction-count-pop{0%{opacity:0;transform:translateY(2px)scale(.9)}to{opacity:1;transform:translateY(0)scale(1)}}@keyframes match-chat-feedback-arrive{0%{opacity:0;transform:translateY(2px)}to{opacity:1;transform:translateY(0)}}.match-chat-message-arriving{animation:.18s cubic-bezier(.22,1,.36,1) match-chat-message-arrive}.match-chat-reaction-count{animation:.16s cubic-bezier(.22,1,.36,1) match-chat-reaction-count-pop;display:inline-block}.match-chat-reply-preview,.match-chat-send-error{animation:.16s cubic-bezier(.22,1,.36,1) match-chat-feedback-arrive}.match-chat-composer [data-composer-surface]{background:color-mix(in oklch, var(--muted) 24%, transparent);border:0;border-radius:0;transition:background-color .16s cubic-bezier(.22,1,.36,1)}.match-chat-composer [data-composer-surface]:focus-within{background:color-mix(in oklch, var(--muted) 48%, transparent)}.match-chat-composer [data-composer-send]{color:var(--primary);background:0 0;transition:background-color .15s cubic-bezier(.22,1,.36,1),color .15s cubic-bezier(.22,1,.36,1),transform .12s cubic-bezier(.22,1,.36,1)}.match-chat-composer [data-composer-send]:hover:not(:disabled){background:color-mix(in oklch, var(--muted) 70%, transparent)}.match-chat-composer [data-composer-send]:disabled{color:var(--muted-foreground);background:0 0}.match-chat-composer [data-composer-send]:active:not(:disabled){transform:scale(.9)}@media (max-width:639px){.match-chat-composer [data-composer-emoji],.match-chat-composer [data-composer-send]{width:2.75rem;height:2.75rem}}@media (prefers-reduced-motion:reduce){.match-chat-message-arriving,.match-chat-reaction-count,.match-chat-reply-preview,.match-chat-send-error{animation:none}.match-chat-composer [data-composer-surface],.match-chat-composer [data-composer-send]{transition:none}.match-chat-composer [data-composer-send]:active:not(:disabled){transform:none}}
