/* Shared presentation for the canonical Member Status page. */
.member-status-page{display:grid;gap:18px;max-width:1440px;margin:0 auto;padding:4px 0 28px}.member-status-hero,.member-status-filters,.member-status-list{background:#fff;border:1px solid #dce9df;border-radius:20px;box-shadow:0 10px 28px rgba(23,107,77,.06)}.member-status-hero{padding:24px}.member-status-hero span{font-size:12px;color:#087a39;font-weight:800;letter-spacing:.06em}.member-status-hero h2{margin:7px 0;font-size:28px;color:#173f2c}.member-status-hero p{margin:0;color:#617168}.member-status-kpis{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:12px}.member-status-kpis article{background:#f5fffa;border:1px solid #cdebd9;border-radius:16px;padding:18px}.member-status-kpis span{display:block;color:#617168;font-size:13px}.member-status-kpis b{display:block;font-size:30px;line-height:1;color:#087a39;margin-top:10px}.member-status-filters{display:grid;grid-template-columns:2fr repeat(3,1fr) auto;gap:10px;padding:14px}.member-status-filters input,.member-status-filters select{min-width:0;height:44px;border:1px solid #d5e3d9;border-radius:10px;padding:0 12px;background:#fff;font:inherit;color:#173f2c}.member-status-filters .btn{height:44px;white-space:nowrap}.member-status-list{overflow:hidden;padding:8px 0}.member-status-table-head,.member-status-card{display:grid;grid-template-columns:2fr 1fr repeat(4,1fr);gap:14px;align-items:center}.member-status-table-head{padding:8px 20px 12px;color:#617168;font-size:12px;font-weight:800}.member-status-card{padding:14px 20px;border-top:1px solid #edf2ee;cursor:pointer}.member-status-card:hover{background:#f8fffa}.member-status-person{display:flex;align-items:center;gap:10px;min-width:0}.member-status-person i{width:40px;height:40px;flex:0 0 40px;border-radius:50%;overflow:hidden;background:#d9f5e5;display:grid;place-items:center;font-style:normal;color:#087a39}.member-status-person img{width:100%;height:100%;object-fit:cover}.member-status-person b,.member-status-person small,.member-status-person em{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.member-status-person b{color:#173f2c}.member-status-person small{color:#617168}.member-status-person em{font-size:12px;color:#087a39;font-style:normal}.member-status-badge{display:inline-flex;width:max-content;align-items:center;border-radius:999px;padding:6px 9px;font-size:12px;background:#eef2ef;color:#5f6d63;white-space:nowrap}.member-status-badge.online{background:#e2f8e9;color:#087a39}.member-status-badge.recent{background:#fff6df;color:#986600}.member-status-card dl{display:contents}.member-status-card dl div{display:contents}.member-status-card dt{display:none}.member-status-card dd{margin:0;color:#3c4c42;font-size:13px}.member-status-timeline{display:grid;gap:10px}.member-status-timeline div{border-left:3px solid #0a9c4b;padding:8px 12px;background:#f7fbf8}.member-status-timeline b,.member-status-timeline small{display:block}.member-status-timeline small{color:#617168}@media(max-width:900px){.member-status-filters{grid-template-columns:repeat(2,minmax(0,1fr))}.member-status-filters .btn{grid-column:span 2}}@media(max-width:760px){.member-status-page{gap:12px;padding-bottom:16px}.member-status-hero{padding:18px}.member-status-hero h2{font-size:23px}.member-status-kpis{grid-template-columns:repeat(2,1fr)}.member-status-table-head{display:none}.member-status-list{border:0;background:transparent;box-shadow:none;padding:0}.member-status-card{display:block;border:1px solid #e5eee7;border-radius:14px;background:#fff;margin-top:10px;padding:14px}.member-status-card>.member-status-badge{margin:10px 0}.member-status-card dl{display:grid;grid-template-columns:1fr 1fr;gap:10px}.member-status-card dl div{display:block}.member-status-card dt{display:block;color:#738278;font-size:11px}.member-status-card dd{font-weight:700;font-size:13px;margin-top:3px}.member-status-filters{grid-template-columns:1fr;padding:12px}.member-status-filters .btn{grid-column:auto}}
