.chat-reactions{display:flex;align-items:center;gap:5px;flex-wrap:wrap;margin-top:8px}
.chat-reaction{display:inline-flex;align-items:center;justify-content:center;gap:5px;padding:4px 8px;border-radius:14px;border:1px solid #dce5d4;background:#f0f4e9;color:#45613d;min-height:30px}
.chat-reaction>span{font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:16px;line-height:1.2}.chat-reaction small{font-size:11px;font-weight:600}
.chat-reaction.mine{background:#d9eeb9;border-color:#82a958;color:#2d502c}.chat-reaction:disabled{cursor:default;opacity:1}
.chat-react-add{margin-left:auto;min-width:32px;font-size:20px!important;line-height:1.2;min-height:30px}
#chat-reaction-menu{position:fixed;z-index:25;width:284px;max-width:calc(100vw - 16px);padding:12px;border:1px solid #dce4d6;border-radius:18px;background:#fffffff7;box-shadow:0 12px 48px #132c2940;backdrop-filter:blur(12px);color:#243431}
.reaction-menu-head{display:flex;align-items:center;justify-content:space-between;gap:8px;margin-bottom:8px}.reaction-menu-head strong{font-size:12px}.reaction-menu-head button{width:30px;height:30px;border-radius:50%;background:#f1f5ec;color:#52684b;font-size:23px}
.reaction-emoji-grid{display:grid;grid-template-columns:repeat(5,minmax(0,1fr));gap:5px}.reaction-emoji-grid button{height:44px;min-width:0;background:transparent;border-radius:11px;border:1px solid transparent;font-family:"Apple Color Emoji","Segoe UI Emoji",sans-serif;font-size:26px;line-height:1}
.reaction-emoji-grid button:hover,.reaction-emoji-grid button:focus-visible{background:#edf4e2}.reaction-emoji-grid button.selected{background:#dfefc7;border-color:#91b269}
#chat-reaction-menu>small{display:block;font-size:10px;color:#73816b;line-height:1.5;margin-top:10px}
@media(pointer:coarse){#messages .bubble{-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}}
@media(max-width:600px){.mobile-chat-view .chat-compose textarea{white-space:pre-wrap;overflow-wrap:anywhere}.mobile-chat-view .chat-compose textarea::placeholder{font-size:14px}.chat-reaction{min-height:32px}}
