body{background:#09070f}.members-header{display:flex;justify-content:space-between;align-items:center;padding:18px max(22px,calc((100vw - 1180px)/2));border-bottom:1px solid var(--border);background:rgba(9,7,15,.9);position:sticky;top:0;z-index:20;backdrop-filter:blur(18px)}.members-header .brand{display:flex;align-items:center;gap:10px;font-weight:900}.members-header .brand img{width:42px;height:42px;border-radius:13px;object-fit:cover}.members-header nav{display:flex;gap:18px;color:var(--muted)}.members-shell,.profile-shell{width:min(1180px,calc(100% - 40px));margin:0 auto 80px}.members-hero{padding:70px 0 35px}.members-hero h1{font-size:clamp(2.6rem,6vw,5rem);margin:.18em 0}.members-hero p{color:var(--muted);max-width:760px}.search-box{display:grid;gap:7px;max-width:470px;margin-top:28px}.search-box input{padding:14px 16px;border:1px solid var(--border);border-radius:14px;background:#0d0a13;color:white}.members-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:18px}.member-card{display:grid;gap:16px;padding:22px;border:1px solid var(--border);border-radius:22px;background:rgba(18,15,27,.86);transition:.2s}.member-card:hover{transform:translateY(-3px);border-color:rgba(158,103,255,.45)}.member-head{display:flex;align-items:center;gap:14px}.member-head img{width:68px;height:68px;object-fit:cover;border-radius:20px;background:#171321}.member-head h3{margin:0}.member-head p{margin:4px 0;color:var(--muted)}.badge-list{display:flex;flex-wrap:wrap;gap:7px}.profile-badge{display:inline-flex;align-items:center;gap:5px;padding:6px 9px;border:1px solid var(--border);border-radius:999px;font-size:.72rem;font-weight:900;background:#100d17}.badge-founder{background:linear-gradient(135deg,#b1162b,#09070b);border-color:#e44258}.badge-developer{background:linear-gradient(135deg,#ffb8df,#b05cff);color:#241125}.badge-manager{background:linear-gradient(135deg,#2481ff,#15112a,#02040a);border-color:#4d8fff}.badge-moderator{background:#153d86;border-color:#397be8}.badge-member{background:#f2f2f3;color:#17131c}.badge-youtube{background:#8f1423;border-color:#e63c50}.badge-subscriber{background:#583015}.badge-veteran{background:linear-gradient(135deg,#7652c5,#ddc7ff);color:#18101f}.badge-watch{background:#163b57}.badge-comment{background:#2b4b3a}.badge-custom{background:var(--accent-soft);color:var(--accent-2)}.member-stats{display:grid;grid-template-columns:repeat(3,1fr);gap:8px}.member-stat{padding:10px;border:1px solid var(--border);border-radius:12px;text-align:center;background:#0d0a13}.member-stat strong{display:block}.member-stat span{font-size:.7rem;color:var(--muted)}.profile-shell{padding-top:60px}.profile-card{overflow:hidden;border:1px solid var(--border);border-radius:28px;background:rgba(18,15,27,.9)}.profile-cover{height:180px;background:radial-gradient(circle at 15% 30%,rgba(153,93,255,.5),transparent 35%),linear-gradient(135deg,#171022,#07060b)}.profile-main{padding:0 32px 34px}.profile-identity{display:flex;align-items:end;gap:22px;margin-top:-58px}.profile-avatar{width:136px;height:136px;border:5px solid #100d17;border-radius:35px;object-fit:cover;background:#171321}.profile-identity h1{margin:0}.profile-identity p{color:var(--muted)}.profile-bio{margin:28px 0;color:var(--muted);font-size:1.05rem}.profile-stat-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:14px}.profile-stat{padding:20px;border:1px solid var(--border);border-radius:18px;background:#0d0a13}.profile-stat strong{display:block;font-size:1.3rem}.profile-stat span{color:var(--muted);font-size:.8rem}.youtube-card{display:flex;align-items:center;gap:14px;margin-top:22px;padding:18px;border:1px solid rgba(230,60,80,.25);border-radius:18px;background:rgba(120,14,30,.12)}.youtube-card img{width:52px;height:52px;border-radius:50%;object-fit:cover}.muted{color:var(--muted)}@media(max-width:900px){.members-grid{grid-template-columns:repeat(2,minmax(0,1fr))}.profile-stat-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:600px){.members-header nav{display:none}.members-grid{grid-template-columns:1fr}.profile-main{padding:0 18px 24px}.profile-identity{align-items:flex-start;flex-direction:column;margin-top:-50px}.profile-avatar{width:110px;height:110px}.member-stats{grid-template-columns:1fr 1fr 1fr}}
