.eggy-friends-card{border:1px solid rgba(255,255,255,.12);background:linear-gradient(180deg,rgba(8,16,32,.94),rgba(12,18,30,.94));box-shadow:0 18px 50px rgba(0,0,0,.28)}
.eggy-friends-head{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:12px}.eggy-friends-head h2{margin:2px 0 0}.eggy-friends-head button,.eggy-friends-search button,.eggy-friend-action{border:0;border-radius:12px;padding:9px 12px;font-weight:800;cursor:pointer;background:#22c55e;color:#052e16;box-shadow:0 8px 20px rgba(34,197,94,.18)}
.eggy-friends-login{display:inline-flex;margin-top:8px;border-radius:14px;padding:11px 14px;background:#22c55e;color:#052e16;text-decoration:none;font-weight:900}.eggy-friends-search{display:flex;gap:8px;margin:8px 0 10px}.eggy-friends-search input{flex:1;min-width:0;border:1px solid rgba(255,255,255,.16);border-radius:12px;padding:11px 12px;background:rgba(0,0,0,.28);color:#fff;outline:none}.eggy-friends-tabs{display:flex;gap:8px;flex-wrap:wrap;margin:10px 0}.eggy-friends-tabs button{border:1px solid rgba(255,255,255,.12);background:rgba(255,255,255,.06);color:#dbeafe;border-radius:999px;padding:8px 12px;font-weight:800;cursor:pointer}.eggy-friends-tabs button.active{background:#22c55e;color:#052e16;border-color:#22c55e}.eggy-friend-panel{display:none}.eggy-friend-panel.active{display:block}.eggy-friend-row{display:grid;grid-template-columns:42px 1fr;gap:10px;align-items:center;padding:10px 0;border-top:1px solid rgba(255,255,255,.08)}.eggy-friend-row:first-child{border-top:0}.eggy-friend-avatar{width:42px;height:42px;border-radius:14px;background:rgba(255,255,255,.08);display:grid;place-items:center;overflow:hidden;font-weight:900}.eggy-friend-avatar img{width:100%;height:100%;object-fit:cover}.eggy-friend-main{min-width:0}.eggy-friend-name{display:flex;align-items:center;gap:6px;font-weight:900;color:#fff}.eggy-status-dot{width:9px;height:9px;border-radius:50%;background:#64748b;box-shadow:0 0 0 3px rgba(100,116,139,.16)}.eggy-status-dot.online{background:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.18)}.eggy-friend-meta{font-size:12px;color:#9ca3af;margin-top:2px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.eggy-friend-actions{display:flex;gap:6px;flex-wrap:wrap;margin-top:8px}.eggy-friend-action{font-size:12px;padding:7px 9px;border-radius:10px}.eggy-friend-action.secondary{background:rgba(255,255,255,.08);color:#e5e7eb;box-shadow:none;border:1px solid rgba(255,255,255,.1)}.eggy-friend-action.danger{background:#ef4444;color:#fff;box-shadow:0 8px 20px rgba(239,68,68,.16)}.eggy-empty-friends{padding:12px;border:1px dashed rgba(255,255,255,.16);border-radius:14px;color:#9ca3af;background:rgba(255,255,255,.04)}
@media(max-width:800px){.eggy-friends-search{flex-direction:column}.eggy-friend-row{grid-template-columns:36px 1fr}.eggy-friend-avatar{width:36px;height:36px;border-radius:12px}}
