.members-hero{position:relative;min-height:60vh;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;padding:160px 24px 80px;overflow:hidden}.members-hero-bg{position:absolute;inset:0;z-index:-1}.members-hero-bg-image{object-fit:cover;object-position:center;opacity:.3;filter:saturate(1.2)}.members-hero-bg:after{content:"";position:absolute;inset:0;background:linear-gradient(180deg,rgba(3,3,6,.3) 0,transparent 30%),linear-gradient(0deg,var(--bg-void) 0,transparent 50%),radial-gradient(ellipse at center,transparent 30%,var(--bg-void) 100%),radial-gradient(ellipse 80% 60% at 50% 30%,rgba(139,92,246,.12) 0,transparent 60%)}.members-hero-title{position:relative;z-index:1;font-family:Cinzel,serif;font-size:clamp(2.5rem,6vw,4rem);font-weight:900;background:linear-gradient(180deg,#fff,#a78bfa 60%,#6d28d9);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;filter:drop-shadow(0 0 40px rgba(139,92,246,.3));margin-bottom:16px}.members-hero-subtitle{position:relative;z-index:1;font-size:1.1rem;color:var(--text-secondary);max-width:600px;margin:0 auto 24px;line-height:1.8}.members-count-badge{position:relative;z-index:1;display:inline-flex;align-items:center;gap:6px;background:rgba(139,92,246,.15);border:1px solid rgba(139,92,246,.3);border-radius:50px;padding:6px 16px;font-size:12px;font-weight:800;letter-spacing:.05em;color:#a78bfa}.members-filters{display:flex;align-items:center;justify-content:center;gap:12px;padding:0 24px;margin-bottom:32px;flex-wrap:wrap}.members-search{flex:1 1;max-width:320px;min-width:200px;height:40px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);color:var(--text-primary);padding:0 14px;font-size:14px;outline:none;transition:border-color .15s}.members-search::placeholder{color:var(--text-muted)}.members-search:focus{border-color:rgba(139,92,246,.4)}.members-sort{height:40px;border-radius:10px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);color:var(--text-primary);font-size:14px;outline:none;cursor:pointer;transition:border-color .15s;-moz-appearance:none;appearance:none;-webkit-appearance:none;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='0 0 24 24' fill='none' stroke='%23999' stroke-width='2'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 12px center;padding:0 32px 0 12px}.members-sort:focus{border-color:rgba(139,92,246,.4)}.members-sort option{background:#1a1a2e;color:var(--text-primary)}.members-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px;padding:0 24px;max-width:1200px;margin:0 auto}.member-card{display:flex;flex-direction:column;align-items:center;text-align:center;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.06);border-radius:14px;padding:24px 16px 20px;text-decoration:none;color:inherit;transition:all .2s ease;cursor:pointer}.member-card:hover{border-color:rgba(139,92,246,.3);background:hsla(0,0%,100%,.04);transform:translateY(-2px);box-shadow:0 8px 24px rgba(139,92,246,.08)}.member-avatar-wrap{position:relative;margin-bottom:12px}.member-avatar{width:64px;height:64px;border-radius:50%;object-fit:cover;border:2px solid hsla(0,0%,100%,.08)}.member-avatar-fallback{width:64px;height:64px;border-radius:50%;background:linear-gradient(135deg,rgba(139,92,246,.3),rgba(59,130,246,.3));border:2px solid hsla(0,0%,100%,.08);font-size:24px;color:#e2e8f0}.member-avatar-fallback,.member-level-badge{display:flex;align-items:center;justify-content:center;font-weight:700}.member-level-badge{position:absolute;bottom:-4px;right:-4px;background:linear-gradient(135deg,#7c3aed,#6d28d9);color:#fff;font-size:11px;width:24px;height:24px;border-radius:50%;border:2px solid #0f0f1a}.member-name{font-size:14px;font-weight:600;color:var(--text-primary);margin-bottom:2px}.member-name,.member-username{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-username{font-size:12px;color:var(--text-muted);margin-bottom:12px}.member-stats{gap:16px;font-size:12px;color:var(--text-secondary)}.member-stat,.member-stats{display:flex;align-items:center}.member-stat{gap:4px}.member-stat svg{flex-shrink:0}.members-skeleton-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(200px,1fr));grid-gap:16px;gap:16px;padding:0 24px;max-width:1200px;margin:0 auto}.member-skeleton{display:flex;flex-direction:column;align-items:center;background:hsla(0,0%,100%,.02);border:1px solid hsla(0,0%,100%,.06);border-radius:14px;padding:24px 16px 20px}.skeleton-avatar{width:64px;height:64px;border-radius:50%;margin-bottom:12px}.skeleton-avatar,.skeleton-name{background:hsla(0,0%,100%,.06);animation:skeleton-shimmer 1.5s infinite}.skeleton-name{width:80px;height:14px;border-radius:4px;margin-bottom:6px;animation-delay:.1s}.skeleton-username{width:60px;margin-bottom:14px;animation:skeleton-shimmer 1.5s infinite;animation-delay:.2s}.skeleton-stats,.skeleton-username{height:12px;border-radius:4px;background:hsla(0,0%,100%,.04)}.skeleton-stats{width:100px;animation:skeleton-shimmer 1.5s infinite;animation-delay:.3s}@keyframes skeleton-shimmer{0%,to{opacity:.4}50%{opacity:1}}.members-pagination{gap:12px;padding:32px 24px}.members-page-btn,.members-pagination{display:flex;align-items:center;justify-content:center}.members-page-btn{width:34px;height:34px;border-radius:8px;border:1px solid hsla(0,0%,100%,.1);background:hsla(0,0%,100%,.04);color:var(--text-secondary);cursor:pointer;transition:all .15s}.members-page-btn:hover:not(:disabled){background:hsla(0,0%,100%,.08);border-color:hsla(0,0%,100%,.15)}.members-page-btn:disabled{opacity:.3;cursor:not-allowed}.members-page-info{font-size:13px;font-weight:600;color:var(--text-muted)}.members-empty{text-align:center;padding:64px 24px}.members-empty-icon{width:48px;height:48px;margin:0 auto 16px;color:var(--text-muted);opacity:.4}.members-empty p{font-size:15px;color:var(--text-muted)}@media (max-width:768px){.members-hero{min-height:50vh;padding:120px 16px 48px}.members-filters{padding:0 16px;flex-direction:column;align-items:stretch}.members-search{max-width:none}.members-grid,.members-skeleton-grid{grid-template-columns:repeat(2,1fr);gap:12px;padding:0 16px}.member-card{padding:20px 12px 16px}.member-avatar,.member-avatar-fallback{width:52px;height:52px}.member-avatar-fallback{font-size:20px}.member-level-badge{width:20px;height:20px;font-size:10px}}:lang(ar) .members-hero-title{font-family:Tajawal,Cinzel,serif}:lang(ar) .members-search,:lang(ar) .members-sort{font-family:Tajawal,sans-serif}:lang(ar) .members-sort{background-position:left 12px center;padding-right:12px;padding-left:32px}