.team-card{background:var(--surface2);border:1px solid var(--border);border-radius:20px;overflow:hidden;margin-bottom:1rem;transition:border-color 0.25s}.team-card.open{border-color:var(--border2)}.team-header{display:grid;grid-template-columns:auto 1fr auto;align-items:start;gap:1.25rem;padding:1.5rem 1.75rem;cursor:pointer;user-select:none;transition:background 0.2s}.team-header:hover{background:rgba(255,255,255,0.02)}.team-avatar{width:90px;height:90px;border-radius:50%;background:linear-gradient(135deg,#00E5A0,#00B87A);display:flex;align-items:center;justify-content:center;font-family:'Syne',sans-serif;font-size:1.6rem;font-weight:800;color:#080C10;flex-shrink:0;margin-top:2px}.team-name{font-family:'Syne',sans-serif;font-size:1.1rem;font-weight:800;color:#F0F4F8;letter-spacing:-0.01em;margin-bottom:2px}.team-role{font-size:0.75rem;font-weight:600;color:#00E5A0;letter-spacing:0.06em;text-transform:uppercase;margin-bottom:6px}.team-li{display:inline-flex;align-items:center;justify-content:center;width:30px;height:30px;border-radius:8px;background:rgba(0,229,160,0.1);color:#00E5A0;margin:2px 0 8px;transition:background .2s,color .2s,transform .2s}.team-li:hover{background:#00E5A0;color:#080C10;transform:translateY(-1px)}.team-tagline{font-size:0.85rem;color:#7A8FA6;line-height:1.6;margin-bottom:0.65rem}.team-pills{display:flex;flex-wrap:wrap;gap:0.4rem}.team-pill{background:rgba(255,255,255,0.04);border:1px solid rgba(255,255,255,0.08);color:#8A9BB0;font-size:0.72rem;padding:2px 10px;border-radius:20px}.team-chevron{width:28px;height:28px;border-radius:50%;background:rgba(255,255,255,0.05);display:flex;align-items:center;justify-content:center;transition:transform 0.3s,background 0.2s;flex-shrink:0;margin-top:4px}.team-card.open .team-chevron{transform:rotate(180deg);background:rgba(0,229,160,0.1)}.team-body{max-height:0;overflow:hidden;transition:max-height 0.4s ease}.team-card.open .team-body{max-height:1400px}.team-body-inner{padding:1.75rem;border-top:1px solid var(--border);display:grid;grid-template-columns:200px 1fr;gap:2rem}.cred-block{background:rgba(0,229,160,0.04);border:1px solid rgba(0,229,160,0.1);border-radius:10px;padding:0.9rem 1rem;margin-bottom:0.85rem}.cred-label{font-size:0.62rem;font-weight:700;letter-spacing:0.1em;text-transform:uppercase;color:#4A5A6A;margin-bottom:0.5rem}.cred-item{display:flex;align-items:flex-start;gap:6px;font-size:0.78rem;color:#C8D8E8;line-height:1.45;margin-bottom:0.28rem}.cred-item::before{content:'';width:4px;height:4px;border-radius:50%;background:#00E5A0;flex-shrink:0;margin-top:6px}.team-stats-row{display:grid;grid-template-columns:repeat(4,1fr);gap:0.5rem;margin-bottom:1.25rem}.team-stat-box{background:rgba(0,229,160,0.06);border:1px solid rgba(0,229,160,0.15);border-radius:10px;padding:0.75rem;text-align:center}.team-stat-num{font-family:'Syne',sans-serif;font-size:1.2rem;font-weight:800;color:#00E5A0;line-height:1}.team-stat-label{font-size:0.62rem;color:#7A8FA6;margin-top:3px}.team-bio-p{font-size:0.88rem;color:#C8D8E8;line-height:1.75;margin-bottom:1rem}.team-quote{border-left:2px solid #00E5A0;padding:0.75rem 1rem;background:rgba(0,229,160,0.04);border-radius:0 8px 8px 0;margin-top:1rem;font-size:0.85rem;color:#F0F4F8;font-style:italic;line-height:1.6}.team-quote footer{font-size:0.75rem;color:#00E5A0;font-weight:600;font-style:normal;margin-top:0.5rem}@media(max-width:768px){.team-card{border-radius:14px}.team-header{grid-template-columns:auto 1fr auto;gap:0.85rem;padding:1.1rem 1.1rem}.team-avatar{width:72px;height:72px;font-size:1.3rem;margin-top:0}.team-name{font-size:0.98rem}.team-role{font-size:0.68rem;margin-bottom:4px}.team-tagline{font-size:0.8rem;line-height:1.5;margin-bottom:0.5rem}.team-pills{gap:0.3rem}.team-pill{font-size:0.68rem;padding:2px 8px}.team-chevron{width:24px;height:24px;flex-shrink:0}.team-body-inner{grid-template-columns:1fr;gap:1.25rem;padding:1.1rem}.team-stats-row{grid-template-columns:repeat(2,1fr);gap:0.4rem;margin-bottom:1rem}.team-stat-num{font-size:1rem}.team-stat-label{font-size:0.6rem}.team-bio-p{font-size:0.83rem;line-height:1.65;margin-bottom:0.85rem}.cred-block{padding:0.75rem 0.85rem;margin-bottom:0.65rem}.cred-item{font-size:0.75rem}.team-quote{font-size:0.8rem;padding:0.65rem 0.85rem}.team-quote footer{font-size:0.7rem}}@media(max-width:420px){.team-header{padding:1rem;gap:0.7rem}.team-avatar{width:60px;height:60px;font-size:1.1rem}.team-name{font-size:0.92rem}.team-tagline{font-size:0.76rem}.team-stats-row{grid-template-columns:repeat(2,1fr)}}