.rt-friends-wrap{max-width:1100px;margin:0 auto;padding:18px 14px 40px}.rt-friend-head,.rt-friend-actions,.rt-friend-tabs{display:flex;align-items:center;gap:10px;flex-wrap:wrap}.rt-friend-head{justify-content:space-between}.rt-friend-tabs{margin:16px 0}.rt-friend-tab{padding:9px 13px;border:1px solid #d2c7b4;border-radius:999px;background:#fff;color:#3b3128;text-decoration:none}.rt-friend-tab.active{background:#8c2026;color:#fff;border-color:#8c2026}.rt-friend-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}.rt-friend-card{display:flex;gap:12px;align-items:center;background:#fff;border:1px solid #d2c7b4;border-radius:16px;padding:13px;min-width:0}.rt-friend-avatar{width:62px;height:62px;border-radius:50%;object-fit:cover;background:#eee;flex:0 0 auto}.rt-friend-info{min-width:0;flex:1}.rt-friend-name{font-weight:700;overflow-wrap:anywhere}.rt-friend-meta{font-size:12px;color:#6e6258;margin:4px 0 8px}.rt-friend-message{padding:10px 12px;margin:12px 0;border-radius:10px;display:none}.rt-friend-message:not(:empty){display:block}.rt-friend-message.success{background:#e8f5e9;color:#236b2f}.rt-friend-message.error{background:#fdebec;color:#9b1c22}.rt-friend-search{display:flex;gap:8px;max-width:520px}.rt-friend-search input{flex:1;min-width:0;padding:10px;border:1px solid #cbbda8;border-radius:10px}.rt-friend-badge{display:inline-grid;place-items:center;min-width:20px;height:20px;padding:0 6px;border-radius:10px;background:#b11f24;color:#fff;font:700 12px Arial}.rt-friend-empty{background:#fff;border:1px solid #d2c7b4;border-radius:16px;padding:24px;text-align:center;color:#6e6258}@media(max-width:850px){.rt-friend-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.rt-friend-grid{grid-template-columns:1fr}.rt-friend-search{width:100%}}
