.account-card{width:100%;max-width:100%;margin:0 auto;padding:10px;border-top:1px solid var(--border-soft);border-bottom:1px solid var(--border-soft);border-radius:15px;background-color:var(--bg-card);cursor:pointer;transition:background-color .3s ease;display:flex;box-sizing:border-box;align-items:center;gap:12px}.account-card-link{text-decoration:none;color:inherit;display:block}.account-card-link:hover .account-card,.account-card:hover{background-color:var(--bg-card-strong)}.account-avatar{width:42px;height:42px;border-radius:50%;object-fit:cover;flex-shrink:0}.account-info{margin:auto 0;display:flex;flex-direction:column;color:var(--text-main);gap:2px}.account-name{font-weight:700;font-size:15px;line-height:18px;word-break:break-word}.account-username{font-size:14px;line-height:16px;color:var(--text-muted);word-break:break-word}.message-conversation-card{align-items:center}.conversation-info{gap:4px}.conversation-top-row{display:flex;align-items:center;justify-content:space-between;gap:8px;min-width:0}.conversation-top-row .account-name{flex:1 1 auto;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:block}.conversation-time{flex:0 0 auto;font-size:12px;font-weight:500;color:var(--text-subtle);white-space:nowrap}.conversation-preview{display:flex;align-items:center;gap:6px;min-width:0;font-size:13px;line-height:1.4;color:var(--text-muted)}.conversation-preview-text{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;flex:1 1 auto;min-width:0}.conversation-preview svg{flex-shrink:0;color:var(--text-subtle)}.message-account-card{margin:0;display:flex;align-items:center;height:50px;padding:6px 16px;background-color:transparent;border:none;border-bottom:1px solid var(--border-soft);border-radius:10px;box-shadow:none;cursor:pointer}.message-account-avatar{width:40px;height:40px;border-radius:50%;object-fit:cover;margin-right:12px}.message-account-info{display:flex;flex-direction:column;color:var(--text-main)}.message-account-name{font-weight:700;font-size:15px;line-height:18px;word-break:break-word}.message-account-username{font-size:14px;color:var(--text-subtle);line-height:16px;word-break:break-word}@media (max-width:768px){.account-card{padding:8px 10px;border-radius:12px;width:100%;box-sizing:border-box}.account-avatar{width:36px;height:36px}.account-card{gap:10px}.account-name{font-size:14px;line-height:17px}.account-username{font-size:13px;line-height:15px}.message-account-card{padding:6px 12px;height:auto;min-height:52px;border-radius:0}.message-account-avatar{width:36px;height:36px;margin-right:10px}.message-account-name{font-size:14px}.message-account-username{font-size:13px}}