@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Mono:wght@400;500&family=IBM+Plex+Sans:ital,wght@0,300;0,400;0,500;0,600;1,400&display=swap";:root{--bg: #f2f0eb;--surface: #e2e0da;--border: #e2e0da;--border-subtle: #c8c5bc;--text: #1a1a1a;--text-2: #3d3d3d;--text-muted: #9c9890;--accent: #4a6072;--accent-hover: #364858;--accent-contrast: #f2f0eb;--accent-subtle: #dde4e9;--font-body: "IBM Plex Sans", system-ui, sans-serif;--font-mono: "IBM Plex Mono", "Courier New", monospace;--text-xs: .72rem;--text-sm: .85rem;--text-base: 1rem;--text-lg: 1.2rem;--text-xl: clamp(1.35rem, 1.15rem + .4vw, 1.55rem);--text-2xl: clamp(1.6rem, 1.25rem + .6vw, 1.85rem);--text-4xl: clamp(2.4rem, 1.8rem + 1.2vw, 3.2rem);--lh-base: 1.55;--lh-tight: 1.3;--radius-sm: 2px;--radius: 4px;--radius-md: 6px}*,*:before,*:after{box-sizing:border-box;margin:0;padding:0}html{font-family:var(--font-body);font-size:16px;background:var(--bg);color:var(--text);line-height:var(--lh-base)}body{min-height:100dvh;display:flex;flex-direction:column;align-items:center;padding:4.5rem 1.5rem 4rem}main{width:100%;max-width:680px;display:flex;flex-direction:column;gap:2rem}.profile{display:flex;flex-direction:column;align-items:center;gap:1.5rem;text-align:center}.headshot{width:120px;height:120px;border-radius:50%;overflow:hidden;border:1px solid var(--border-subtle);background:var(--surface);display:flex;align-items:center;justify-content:center;flex-shrink:0}.headshot img{width:100%;height:100%;object-fit:cover}.headshot .initials{font-family:var(--font-mono);font-size:var(--text-xl);color:var(--text-muted)}.name{font-size:clamp(2.2rem,5vw,3rem);font-weight:300;line-height:1.1;letter-spacing:-.02em}.name strong{font-weight:600}.title{font-family:var(--font-mono);font-size:var(--text-sm);color:var(--text-muted);letter-spacing:.05em;margin-top:.2rem}.social{display:flex;gap:.85rem;justify-content:center;margin-top:.85rem}.social a{color:var(--text-muted);display:flex;align-items:center;transition:color .15s}.social a:hover{color:var(--accent)}.social svg{width:18px;height:18px}.bio p{font-size:var(--text-base);color:var(--text-2);line-height:1.7}.bio p+p{margin-top:.9rem}.chart-card+.manifest{margin-top:.75rem}.manifest{display:flex;flex-direction:column}.mrow{display:grid;grid-template-columns:4.5rem 1fr;gap:0 2rem;padding:.65rem 0;border-bottom:1px solid var(--border);align-items:start}.mrow:first-child{border-top:1px solid var(--border)}.mnum{font-family:var(--font-mono);font-size:var(--text-xl);font-weight:300;color:var(--accent);text-align:right;letter-spacing:-.01em;line-height:1.2;padding-top:.1rem}.mnum .msup{font-size:.55em;vertical-align:super;letter-spacing:0}.mcontent{display:flex;flex-direction:column;gap:.2rem}.mlabel{font-size:var(--text-sm);font-weight:500;color:var(--text);line-height:1.3}.mdesc{font-size:var(--text-sm);color:var(--text-muted);line-height:1.55}.chart-card{margin-top:.6rem;border:1px solid var(--border);border-radius:var(--radius-md);background:var(--surface);padding:.85rem .9rem .5rem}.chart-title{display:block;font-family:var(--font-mono);font-size:.65rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:var(--text-muted);margin-bottom:.5rem}#recognition-chart,#stream-chart{display:block;width:100%;max-width:100%;height:auto}.chart-legend{display:flex;flex-wrap:nowrap;gap:0 1rem;margin-bottom:.5rem;overflow:hidden}.legend-item{display:flex;align-items:center;gap:.35rem;font-family:var(--font-mono);font-size:.62rem;color:var(--text-muted);letter-spacing:.03em}.legend-dot{width:8px;height:8px;border-radius:2px;flex-shrink:0}@media(max-width:600px){body{padding:2.5rem 1rem 2rem}.name{font-size:clamp(1.8rem,9vw,2.4rem)}.highlights{grid-template-columns:repeat(2,1fr)}.cred-table .label{font-size:.72rem}.chart-legend{gap:0 .6rem}.legend-item{font-size:.58rem}}@media(max-width:380px){.highlights{grid-template-columns:1fr}.community li{grid-template-columns:1fr;grid-template-rows:auto auto auto}.community .period{grid-column:1;grid-row:3;margin-top:.15rem}}.section-label{display:flex;align-items:center;gap:.75rem;font-family:var(--font-mono);font-size:var(--text-xs);font-weight:500;letter-spacing:.12em;text-transform:uppercase;color:var(--text-muted);margin-bottom:1rem}.section-label:after{content:"";flex:1;height:1px;background:var(--border)}.cred-table{display:flex;flex-direction:column;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.cred-row{display:grid;grid-template-columns:1fr auto;align-items:center;padding:.55rem .85rem;border-bottom:1px solid var(--border);gap:1rem}.cred-row:last-child{border-bottom:none}.cred-row .label{font-size:var(--text-sm);color:var(--text-2)}.cred-row .status{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted);white-space:nowrap;letter-spacing:.04em}.cred-row.finra .status{color:var(--accent)}.cred-row.pending{opacity:.45;border-top:1px dashed var(--border-subtle);border-bottom:none;margin-top:-1px}.cred-row.pending .status{font-style:italic}a.cred-row{text-decoration:none;color:inherit;transition:background .12s}a.cred-row:hover{background:var(--accent-subtle)}a.cred-row:hover .status:after{content:" ↗"}.community{list-style:none;border:1px solid var(--border);border-radius:var(--radius-md);overflow:hidden}.community li{display:grid;grid-template-columns:1fr auto;grid-template-rows:auto auto;padding:.6rem .85rem;border-bottom:1px solid var(--border);column-gap:1rem}.community li:last-child{border-bottom:none}.community .role{font-weight:500;font-size:var(--text-sm);grid-column:1;grid-row:1;color:var(--text)}.community .org{font-size:var(--text-xs);color:var(--text-muted);grid-column:1;grid-row:2;margin-top:.15rem}.community .period{font-family:var(--font-mono);font-size:var(--text-xs);color:var(--text-muted);grid-column:2;grid-row:1;align-self:center;white-space:nowrap}
