.members-page{
    padding: 14px 0 28px;
}

.members-hero{
    margin-bottom: 14px;
    padding: 22px 24px;
    border: 1px solid var(--stroke);
    border-radius: 18px;
    background:
        radial-gradient(800px 240px at 10% -10%, rgba(219,193,100,.10), transparent 55%),
        linear-gradient(180deg, rgba(255,255,255,.98), rgba(255,255,255,.94));
    box-shadow: var(--shadow2);
}

.members-hero__content{
    max-width: 720px;
}

.members-hero__eyebrow{
    display:inline-flex;
    align-items:center;
    min-height:26px;
    padding:0 10px;
    border-radius:999px;
    background:rgba(219,193,100,.16);
    color:#283d4e;
    font-size:10px;
    font-weight:800;
    letter-spacing:.3px;
    text-transform:uppercase;
    margin-bottom:8px;
}

.members-hero h1{
    margin:0 0 6px;
    font-size:24px;
    line-height:1.12;
    color:var(--text);
    font-weight:800;
}

.members-hero p{
    margin:0;
    color:var(--muted);
    font-size:13px;
    line-height:1.7;
}

.members-shell{
    border: 1px solid var(--stroke);
    border-radius: 18px;
    background: #fff;
    box-shadow: var(--shadow2);
    overflow: hidden;
}

.members-shell__head{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:12px;
    padding:16px 18px;
    border-bottom:1px solid var(--stroke);
    background: linear-gradient(180deg, rgba(17,24,39,.04), rgba(17,24,39,.02));
}

.members-shell__head h2{
    margin:0 0 4px;
    font-size:17px;
    font-weight:800;
    color:var(--text);
}

.members-shell__head p{
    margin:0;
    color:var(--muted);
    font-size:12px;
}

.members-shell__count{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-height:36px;
    padding:0 12px;
    border-radius:999px;
    background:rgba(40,61,78,.06);
    color:var(--brand2);
    font-size:12px;
    font-weight:700;
    white-space:nowrap;
}

.members-tableWrap{
    overflow:auto;
}

.members-table{
    min-width:1040px;
}

.members-table__head{
    display:grid;
    grid-template-columns: 58px 112px minmax(240px, 1.6fr) 150px 150px 170px 180px;
    align-items:center;
    background:#f8fafc;
    border-bottom:1px solid var(--stroke);
}

.members-table__head > div{
    padding:14px 12px;
    font-size:12.5px;
    font-weight:800;
    color:#1e293b;
    text-align:center;
}

.members-table__body{
    display:flex;
    flex-direction:column;
}

.members-row{
    display:grid;
    grid-template-columns: 58px 112px minmax(240px, 1.6fr) 150px 150px 170px 180px;
    align-items:center;
    min-height:96px;
    border-bottom:1px solid var(--stroke);
    transition: background .12s ease;
}

.members-row:hover{
    background:rgba(40,61,78,.025);
}

.members-cell{
    padding:14px 12px;
    display:flex;
    align-items:center;
    justify-content:center;
    text-align:center;
}

.members-cell--order{
    font-size:16px;
    font-weight:700;
    color:#1e293b;
}

.members-cell--name{
    justify-content:flex-start;
    text-align:left;
}

.members-avatar{
    width:78px;
    height:78px;
    border-radius:999px;
    overflow:hidden;
    background:linear-gradient(135deg, rgba(40,61,78,.12), rgba(219,193,100,.12));
    border:1px solid rgba(40,61,78,.10);
    display:flex;
    align-items:center;
    justify-content:center;
    box-shadow: 0 8px 16px rgba(2,6,23,.06);
}

.members-avatar img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.members-avatar span{
    font-size:22px;
    font-weight:800;
    color:var(--brand2);
    letter-spacing:.4px;
}

.members-nameBlock{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.members-name{
    font-size:15px;
    line-height:1.2;
    font-weight:800;
    color:#e95d8d;
}

.members-trustBadge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    width:max-content;
    padding:5px 10px;
    border-radius:999px;
    background:linear-gradient(180deg, #fffdf5, #fff4c7);
    border:1px solid rgba(219,193,100,.38);
    box-shadow:0 6px 12px rgba(2,6,23,.05);
}

.members-trustBadge__icon{
    width:15px;
    height:15px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#ffffff;
    color:#94a3b8;
    border:1px solid rgba(148,163,184,.25);
    font-size:9px;
    font-weight:900;
}

.members-trustBadge__text{
    color:#d4a600;
    font-size:10px;
    font-weight:900;
    text-transform:uppercase;
    letter-spacing:.65px;
}

.members-location{
    color:var(--muted);
    font-size:11.5px;
    font-weight:600;
}

.members-circleStat{
    width:38px;
    height:38px;
    border-radius:999px;
    display:flex;
    align-items:center;
    justify-content:center;
    background:#26c93a;
    color:#fff;
    font-size:16px;
    font-weight:800;
    box-shadow:0 8px 14px rgba(38,201,58,.18);
}

.members-numberStat{
    font-size:16px;
    line-height:1;
    font-weight:700;
    color:#1f2937;
}

.members-numberStat--accent{
    color:#0f172a;
}

.members-membership{
    display:flex;
    flex-direction:column;
    align-items:center;
    gap:8px;
}

.members-membership__badge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:58px;
    min-height:58px;
    padding:0 10px;
    border-radius:999px;
    background: radial-gradient(circle at 30% 30%, #ffe89c, #d9a919);
    color:#fff;
    font-size:16px;
    font-weight:800;
    box-shadow:0 8px 16px rgba(217,169,25,.20);
    text-shadow:0 1px 1px rgba(0,0,0,.16);
}

.members-membership__ago{
    font-size:12px;
    color:#0f172a;
    font-weight:600;
}

.members-empty{
    padding:24px 18px;
    color:var(--muted);
    font-size:13px;
}

@media (max-width: 980px){
    .members-shell__head{
        flex-direction:column;
        align-items:flex-start;
    }
}
