.people-grid{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:12px}.person-card{padding:18px;display:grid;grid-template-columns:44px 1fr auto;gap:12px;align-items:center;text-align:left;color:#f5f7f5;cursor:pointer}.person-card>span:nth-child(2){display:grid;gap:4px;min-width:0}.person-card small,.person-card em{color:#788079;font-size:11px;font-style:normal;overflow:hidden;text-overflow:ellipsis}.person-avatar{width:42px;height:42px;border-radius:50%;display:grid;place-items:center;background:#263129;color:#9dff50;font-weight:700}.person-avatar.team{border-radius:12px;background:#29351f}.person-avatar.large{width:72px;height:72px;font-size:21px}.person-profile{display:grid;gap:16px;margin-top:16px}.profile-hero{padding:24px;display:grid;grid-template-columns:auto 1fr auto;gap:18px;align-items:center}.profile-hero h2{margin:4px 0}.profile-hero p{color:#858d87;margin:0}.profile-columns{display:grid;grid-template-columns:1.4fr 1fr;gap:16px}.profile-block{padding:20px}.profile-block h3{margin:0 0 12px}.profile-block h3 span{color:#717a73;font-weight:400}.profile-block>button,.member-row>button:first-child{width:100%;display:flex;justify-content:space-between;align-items:center;text-align:left;padding:13px 0;border:0;border-top:1px solid #272c29;background:transparent;color:#f5f7f5;cursor:pointer}.profile-block>button span,.member-row>button:first-child span:last-child{display:grid;gap:4px}.profile-block small,.member-row small{color:#788079}.profile-block strong{color:#91ff38}.reports-title{margin-top:24px!important}.block-head{display:flex;justify-content:space-between;align-items:center}.member-row{display:grid;grid-template-columns:1fr auto;gap:10px;align-items:center}.member-row>button:first-child{justify-content:flex-start;gap:10px}.remove-member{border:0;background:transparent;color:#777;font-size:24px;cursor:pointer}@media(max-width:1050px){.people-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:760px){.people-grid,.profile-columns{grid-template-columns:1fr}.profile-hero{grid-template-columns:auto 1fr}.profile-hero>button{grid-column:1/-1}}
