.society-member-home-card{position:relative;overflow:hidden;display:grid;order:5;gap:var(--space-4);padding:var(--space-5);border:1px solid var(--border);background:radial-gradient(circle at 100% 0,var(--accent-softer),transparent 34%),var(--card-bg);box-shadow:var(--shadow-md)}.society-member-home-card:before{content:"";position:absolute;inset:0 auto auto 0;width:100%;height:3px;background:linear-gradient(90deg,var(--accent),rgba(249,115,22,.18))}.smhc-featured,.smhc-foot,.smhc-head,.smhc-head-actions,.smhc-identity,.smhc-object,.smhc-open-link,.smhc-preview{display:flex;align-items:center}.smhc-head{justify-content:space-between;gap:var(--space-4)}.smhc-identity{min-width:0;gap:var(--space-3)}.smhc-logo{flex:0 0 auto;width:44px;height:44px;display:grid;place-items:center;overflow:hidden;border-radius:var(--radius-sm);border:1px solid var(--accent-line);background:var(--accent-soft);color:var(--accent-strong);font-size:var(--fs-sm);font-weight:800;letter-spacing:.04em}.smhc-logo img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.smhc-kicker{display:block;margin-bottom:1px;color:var(--accent-strong);font-size:var(--fs-xs);font-weight:800;letter-spacing:.05em;text-transform:uppercase}.smhc-identity h2{margin:0;font-size:var(--fs-lg);line-height:1.2}.smhc-identity p{margin:3px 0 0;color:var(--muted);font-size:var(--fs-sm)}.smhc-head-actions{flex:0 0 auto;gap:var(--space-2)}.smhc-extra,.smhc-member-badge{border-radius:999px;padding:5px 9px;font-size:var(--fs-xs);font-weight:750;white-space:nowrap}.smhc-member-badge{border:1px solid var(--accent-line);background:var(--accent-soft);color:var(--accent-strong)}.smhc-extra{background:var(--surface-muted);color:var(--muted)}.smhc-previews{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:var(--space-3)}.smhc-preview{min-width:0;gap:var(--space-3);padding:var(--space-3);border:1px solid var(--line-soft);border-radius:var(--radius-md);background:var(--surface-2);transition:border-color var(--motion-fast) var(--ease),transform var(--motion-fast) var(--ease),background var(--motion-fast) var(--ease)}.smhc-preview:hover{border-color:var(--accent-line);background:var(--surface);transform:translateY(-1px)}.smhc-featured:focus-visible,.smhc-object:focus-visible,.smhc-open-link:focus-visible,.smhc-preview:focus-visible{outline:none;box-shadow:var(--focus-ring)}.smhc-preview-icon{flex:0 0 auto;width:32px;height:32px;display:grid;place-items:center;border-radius:10px;background:var(--accent-soft);color:var(--accent-strong)}.smhc-preview-copy{min-width:0;display:grid;gap:2px;flex:1}.smhc-preview-copy small{color:var(--muted);font-size:var(--fs-xs);font-weight:700}.smhc-preview-copy strong{color:var(--ink);font-size:var(--fs-sm);line-height:1.35}.smhc-preview-copy strong,.smhc-preview-copy>span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.smhc-preview-copy>span{color:var(--muted);font-size:var(--fs-xs);line-height:1.4}.smhc-preview>svg{flex:0 0 auto;color:var(--ink-3)}.smhc-object-strip{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:var(--space-2)}.smhc-object{min-width:0;gap:7px;padding:9px 10px;border:1px solid var(--line-soft);border-radius:var(--radius-sm);background:var(--surface);color:var(--muted);font-size:var(--fs-xs);font-weight:650}.smhc-object svg{flex:0 0 auto;color:var(--accent-strong)}.smhc-object span{overflow:hidden;flex:1;text-overflow:ellipsis;white-space:nowrap}.smhc-object b{min-width:20px;height:20px;display:grid;place-items:center;border-radius:999px;background:var(--surface-muted);color:var(--ink-2);font-size:var(--fs-2xs)}.smhc-featured{gap:var(--space-2);min-width:0;padding:10px 12px;border-radius:var(--radius-sm);border:1px solid var(--accent-line);background:var(--accent-softer);color:var(--ink-2);font-size:var(--fs-xs)}.smhc-featured>span{display:inline-flex;align-items:center;gap:5px;flex:0 0 auto;color:var(--accent-strong);font-weight:800}.smhc-featured strong{overflow:hidden;flex:1;color:var(--ink);font-size:var(--fs-sm);text-overflow:ellipsis;white-space:nowrap}.smhc-featured>svg{flex:0 0 auto}.smhc-foot{justify-content:space-between;gap:var(--space-3);padding-top:var(--space-1)}.smhc-foot>span{color:var(--muted);font-size:var(--fs-xs)}.smhc-open-link{flex:0 0 auto;gap:6px;color:var(--accent-strong);font-size:var(--fs-sm);font-weight:800}.smhc-open-link:hover{text-decoration:underline;text-underline-offset:3px}@media (max-width:760px){.society-member-home-card{padding:var(--space-4)}.smhc-head{align-items:flex-start}.smhc-head-actions{display:none}.smhc-object-strip,.smhc-previews{grid-template-columns:1fr}.smhc-foot{align-items:flex-start;flex-direction:column}}