.profile-card-section{background:var(--base-50);padding:32px 28px}.profile-card-section-inner{max-width:1100px;margin:0 auto}.profile-card-section-heading{font-family:var(--font-sans, "GT Pressura"),system-ui,sans-serif;font-weight:500;font-size:.75rem;text-transform:uppercase;letter-spacing:.08em;color:var(--color-text-secondary);margin:0 0 1.5rem}.profile-card-section-count{font-family:var(--font-mono, "GT Pressura Mono"),monospace;font-weight:400;letter-spacing:.04em;color:var(--color-text-muted)}.profile-card-grid{list-style:none;padding:0;margin:0;display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:14px}@media(max-width:900px){.profile-card-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media(max-width:560px){.profile-card-grid{grid-template-columns:1fr}}.profile-card{position:relative;display:flex;align-items:flex-start;gap:.875rem;padding:14px 16px 14px 18px;background:var(--paper);border:none;border-left:4px solid var(--_edge, var(--base-300));border-radius:var(--radius, 8px);text-decoration:none;color:inherit;transition:box-shadow .15s ease,transform .15s ease}.profile-card:hover{box-shadow:0 2px 12px #1c1b1a14;transform:translateY(-1px)}.profile-card:hover .profile-card-extlink{opacity:1}.profile-card--orange{--_edge: var(--orange-600)}.profile-card--blue{--_edge: var(--blue-600)}.profile-card--purple{--_edge: var(--purple-600)}.profile-card--green{--_edge: var(--green-600)}.profile-card--cyan{--_edge: var(--cyan-600)}.profile-card--ink{--_edge: var(--base-300)}.profile-card-avatar{flex-shrink:0;width:48px;height:48px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-family:var(--font-sans, "GT Pressura"),system-ui,sans-serif;font-weight:500;font-size:.875rem;letter-spacing:.02em;overflow:hidden}.profile-card-avatar-image{width:100%;height:100%;object-fit:cover}.profile-card-avatar--orange{background:#da702c26;color:var(--orange-600)}.profile-card-avatar--blue{background:#4385be26;color:var(--blue-600)}.profile-card-avatar--purple{background:#8b7ec82e;color:var(--purple-600)}.profile-card-avatar--red{background:#d14d4126;color:var(--red-600)}.profile-card-avatar--cyan{background:#24837b26;color:var(--cyan-600)}.profile-card-avatar--green{background:#66800b2e;color:var(--green-600)}.profile-card-avatar--ink{background:#1c1b1a14;color:var(--base-950)}html.dark .profile-card-avatar--orange{background:#da702c38;color:#e89a6b}html.dark .profile-card-avatar--blue{background:#4385be38;color:#7cb1e0}html.dark .profile-card-avatar--purple{background:#8b7ec838;color:#b5a9e6}html.dark .profile-card-avatar--red{background:#d14d4138;color:#e68b82}html.dark .profile-card-avatar--cyan{background:#24837b38;color:#6ab5ad}html.dark .profile-card-avatar--green{background:#66800b38;color:#b4c656}html.dark .profile-card-avatar--ink{background:#e6e4d91a;color:var(--color-text)}.profile-card-body{min-width:0;flex:1;display:flex;flex-direction:column;gap:2px}.profile-card-row-name{display:flex;align-items:center;gap:.4rem;min-width:0}.profile-card-name{font-family:var(--font-sans, "GT Pressura"),system-ui,sans-serif;font-weight:500;font-size:15px;line-height:1.25;color:var(--color-text);white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-card-alumni{font-family:var(--font-sans, "GT Pressura"),system-ui,sans-serif;font-weight:500;font-size:11px;line-height:1;color:var(--base-300);letter-spacing:.02em}.profile-card-extlink{font-size:13px;color:var(--color-text-muted);opacity:0;transition:opacity .15s ease;margin-left:auto}.profile-card-affiliation{font-family:var(--font-sans, "GT Pressura"),system-ui,sans-serif;font-size:13px;line-height:1.3;color:var(--base-700);margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.profile-card-location{font-family:var(--font-sans, "GT Pressura"),system-ui,sans-serif;font-size:12px;line-height:1.3;color:var(--base-300);margin:0}.profile-card-dfs{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;margin-top:6px;padding:4px 12px;border-radius:999px;background:var(--_dfs-bg, rgba(28, 27, 26, .06));color:var(--_dfs-fg, var(--base-700));font-family:var(--font-sans, "GT Pressura"),system-ui,sans-serif;font-weight:500;font-size:11.5px;line-height:1.5;letter-spacing:.01em;text-align:center}.profile-card-dfs--orange{--_dfs-bg: rgba(218, 112, 44, .12);--_dfs-fg: #8B3A0A}.profile-card-dfs--blue{--_dfs-bg: rgba(67, 133, 190, .12);--_dfs-fg: #174A82}.profile-card-dfs--purple{--_dfs-bg: rgba(139, 126, 200, .13);--_dfs-fg: #3D2D6E}.profile-card-dfs--green{--_dfs-bg: rgba(102, 128, 11, .12);--_dfs-fg: #3D5A08}.profile-card-dfs--cyan{--_dfs-bg: rgba(36, 131, 123, .12);--_dfs-fg: #185E58}.profile-card-dfs--ink{--_dfs-bg: rgba(28, 27, 26, .06);--_dfs-fg: var(--base-700)}html.dark .profile-card-dfs--orange{--_dfs-bg: rgba(218, 112, 44, .22);--_dfs-fg: #E89A6B}html.dark .profile-card-dfs--blue{--_dfs-bg: rgba(67, 133, 190, .22);--_dfs-fg: #7CB1E0}html.dark .profile-card-dfs--purple{--_dfs-bg: rgba(139, 126, 200, .22);--_dfs-fg: #B5A9E6}html.dark .profile-card-dfs--green{--_dfs-bg: rgba(102, 128, 11, .22);--_dfs-fg: #B4C656}html.dark .profile-card-dfs--cyan{--_dfs-bg: rgba(36, 131, 123, .22);--_dfs-fg: #6AB5AD}html.dark .profile-card-dfs--ink{--_dfs-bg: rgba(230, 228, 217, .1);--_dfs-fg: var(--color-text)}
