.inbox-list{display:grid}
.inbox-row{display:flex;gap:12px;padding:14px 2px;border-bottom:1px solid var(--line)}
.inbox-row:last-child{border-bottom:0}
.inbox-avatar{width:38px;height:38px;flex:0 0 38px;border-radius:12px;display:grid;place-items:center;background:var(--panel2);border:1px solid var(--line);font-weight:800}
.inbox-body{min-width:0;flex:1}
.inbox-meta{display:flex;align-items:center;justify-content:space-between;gap:12px}
.inbox-meta strong{font-size:13px}
.inbox-meta span{font-size:10px;color:var(--muted);white-space:nowrap}
.inbox-body p{margin:7px 0 10px;line-height:1.5;font-size:13px;white-space:pre-wrap;overflow-wrap:anywhere}
.inbox-foot{display:flex;align-items:center;gap:12px;color:var(--muted);font-size:11px}
.inbox-foot a{color:var(--accent);text-decoration:none;font-weight:700}
.inbox-foot a:hover{text-decoration:underline}
.inbox-reply{margin-left:auto;padding:6px 9px;font-size:10px;opacity:.45;cursor:not-allowed}
@media(max-width:680px){.inbox-meta{align-items:flex-start;flex-direction:column;gap:3px}.inbox-foot{flex-wrap:wrap}.inbox-reply{margin-left:0}}
