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

.member-show-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);
}

.member-show-hero__content{
    max-width:720px;
}

.member-show-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;
}

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

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

.member-show-layout{
    display:grid;
    grid-template-columns: 290px minmax(0, 1fr);
    gap:14px;
    align-items:start;
}

.member-show-sidebar,
.member-show-content{
    display:flex;
    flex-direction:column;
    gap:14px;
}

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

.member-card--profile{
    text-align:center;
}

.member-profileVisual{
    width:138px;
    height:138px;
    margin:0 auto 12px;
    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 10px 18px rgba(2,6,23,.08);
}

.member-profileVisual img{
    width:100%;
    height:100%;
    object-fit:cover;
}

.member-profileVisual span{
    font-size:38px;
    font-weight:800;
    color:var(--brand2);
    letter-spacing:.8px;
}

.member-trustBadge{
    display:inline-flex;
    align-items:center;
    gap:6px;
    margin-bottom:10px;
    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);
}

.member-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;
}

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

.member-card--profile h2{
    margin:0 0 6px;
    font-size:22px;
    line-height:1.15;
    color:#1e293b;
    font-weight:800;
}

.member-miniMeta{
    color:var(--muted);
    font-size:12px;
    font-weight:600;
}

.member-contactActions{
    margin-top:14px;
    display:flex;
    flex-direction:column;
    gap:8px;
}

.member-contactBtn{
    height:42px;
    border-radius:12px;
    display:flex;
    align-items:center;
    justify-content:center;
    font-size:13px;
    font-weight:800;
    transition:transform .12s ease, box-shadow .12s ease;
}

.member-contactBtn:hover{
    transform:translateY(-1px);
}

.member-contactBtn--wa{
    background:linear-gradient(135deg, #18b75a, #109f4a);
    color:#fff;
    box-shadow:0 10px 16px rgba(24,183,90,.16);
}

.member-contactBtn--ghost{
    background:#fff;
    border:1px solid var(--stroke);
    color:var(--brand2);
}

.member-card__title{
    font-size:15px;
    font-weight:800;
    color:#111827;
}

.member-card__sub{
    margin-top:4px;
    color:var(--muted);
    font-size:12px;
}

.member-infoList{
    list-style:none;
    padding:0;
    margin:12px 0 0;
    display:flex;
    flex-direction:column;
    gap:10px;
}

.member-infoList li{
    display:flex;
    flex-direction:column;
    gap:4px;
    padding:10px 12px;
    border-radius:14px;
    border:1px solid var(--stroke);
    background:#f8fafc;
}

.member-infoList li span{
    color:var(--muted);
    font-size:11px;
    font-weight:700;
}

.member-infoList li strong{
    color:#0f172a;
    font-size:13px;
    font-weight:700;
    word-break:break-word;
}

.member-emptyMini{
    margin-top:12px;
    color:var(--muted);
    font-size:12px;
    line-height:1.7;
}

.member-card--summary{
    padding:18px;
}

.member-summaryTop{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:14px;
}

.member-summaryTop h3{
    margin:0 0 5px;
    font-size:21px;
    font-weight:800;
    color:#111827;
}

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

.member-yearBadge{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    min-width:62px;
    min-height:62px;
    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);
}

.member-presentation{
    padding:14px 16px;
    border-radius:16px;
    border:1px solid var(--stroke);
    background:#fffdf8;
    color:#334155;
    font-size:13px;
    line-height:1.8;
}

.member-statsGrid{
    margin-top:14px;
    display:grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap:10px;
}

.member-statBox{
    padding:14px 12px;
    border-radius:16px;
    border:1px solid var(--stroke);
    background:#fff;
    box-shadow:0 6px 12px rgba(2,6,23,.03);
    text-align:center;
}

.member-statBox__label{
    display:block;
    color:var(--muted);
    font-size:11px;
    font-weight:700;
    margin-bottom:7px;
}

.member-statBox__value{
    display:block;
    color:#1f2937;
    font-size:20px;
    line-height:1;
    font-weight:800;
}

.member-statBox__value--green{
    color:#22c55e;
}

.member-statBox__value--cyan{
    color:#06b6d4;
}

.member-statBox__value--gold{
    color:#d4a600;
}

.member-statBox__value--pink{
    color:#ec4899;
}

.member-card__head{
    display:flex;
    align-items:flex-start;
    justify-content:space-between;
    gap:12px;
    margin-bottom:12px;
}

.member-showcaseGrid{
    display:grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap:10px;
}

.member-showcaseCard{
    min-height:150px;
    border:1px solid var(--stroke);
    border-radius:16px;
    background:#f8fafc;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--muted);
    font-size:12px;
}

.member-listingsTable{
    display:flex;
    flex-direction:column;
    gap:8px;
}

.member-listingRow{
    min-height:78px;
    border:1px solid var(--stroke);
    border-radius:16px;
    background:#f8fafc;
    display:flex;
    align-items:center;
    justify-content:center;
    color:var(--muted);
    font-size:12px;
}

.member-emptyState{
    padding:18px 16px;
    border:1px dashed rgba(148,163,184,.35);
    border-radius:16px;
    background:#fafcff;
    color:var(--muted);
    font-size:13px;
}

@media (max-width: 1100px){
    .member-show-layout{
        grid-template-columns:1fr;
    }

    .member-statsGrid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .member-showcaseGrid{
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 640px){
    .member-summaryTop{
        flex-direction:column;
    }

    .member-statsGrid{
        grid-template-columns:1fr;
    }

    .member-showcaseGrid{
        grid-template-columns:1fr;
    }
}
