.mentions-menu[hidden],.mentions-trigger[hidden]{display:none!important}
.mentions-menu{position:fixed;z-index:85;box-sizing:border-box;display:flex;flex-direction:column;min-width:0;overflow:hidden;padding:10px 6px 6px;background:var(--panel,#fff);color:var(--text,#213a31);border:1px solid var(--line,#d9e4de);border-radius:12px;box-shadow:0 12px 36px #14261c26;font-size:13px;line-height:1.4}
.mentions-title{padding:0 8px;font-size:13px;flex:0 0 auto}
.mentions-status,.mentions-help{padding:0 8px;margin:5px 0;color:var(--muted,#61736a);font-size:11px;flex:0 0 auto}
.mentions-help{border-top:1px solid var(--line,#d9e4de);padding-top:6px;margin-bottom:2px}
.mentions-list{min-height:0;overflow:auto;overscroll-behavior:contain;scrollbar-gutter:stable}
.mentions-option{display:flex;align-items:center;gap:10px;width:100%;min-height:48px;padding:7px 8px;border:0;border-radius:8px;background:transparent;color:inherit;font:inherit;text-align:left;cursor:pointer}
.mentions-option:hover,.mentions-option[aria-selected=true]{background:var(--accent-soft,#e1f1e8)}
.mentions-option[aria-selected=true]{box-shadow:inset 3px 0 var(--accent,#267457)}
.mentions-avatar{width:30px;height:30px;flex:0 0 30px;display:grid;place-items:center;border-radius:9px;background:var(--hover,#edf3ef);color:var(--accent,#267457);font-size:12px;font-weight:700;overflow:hidden}
.mentions-member{display:flex;flex-direction:column;min-width:0}
.mentions-member strong,.mentions-member small{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}
.mentions-member strong{font-size:13px;font-weight:650}.mentions-member small{color:var(--muted,#61736a);font-size:11px;margin-top:2px}
#messageForm .mentions-trigger{flex:0 0 36px;width:36px;height:36px;min-width:36px;border-radius:8px;color:var(--accent,#267457);font-size:21px;font-weight:650}
#messageForm .mentions-trigger:hover{background:var(--accent-soft,#e1f1e8)}
#messageForm .mentions-trigger:focus-visible,.mention-name:focus-visible{outline:2px solid var(--accent,#267457);outline-offset:2px}
.mention-name{display:inline;color:var(--accent,#267457);background:var(--accent-soft,#e1f1e8);border:0;border-radius:4px;padding:1px 3px;font:inherit;line-height:inherit;white-space:pre-wrap;overflow-wrap:anywhere;text-align:inherit;box-decoration-break:clone;-webkit-box-decoration-break:clone}
button.mention-name{cursor:pointer}.mention-name.mention-self{background:#ffedb2;color:#5d4400;box-shadow:inset 0 -1px #be8c2280}
body.dark .mention-name.mention-self{background:#594c25;color:#ffe8a1}
@media(max-width:640px){#messageForm .mentions-trigger{flex-basis:44px;width:44px;min-width:44px;height:44px}.mentions-option{min-height:52px}.mentions-title{font-size:14px}.mentions-member strong{font-size:14px}.mentions-help{font-size:10px}}
