#team-view{--team-line:rgba(36,28,66,.1);--team-ink:var(--ink,#172033)}.team-head{display:flex;justify-content:space-between;align-items:end;margin-bottom:16px}.team-head h2{margin:3px 0 0}.team-principles{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:11px;margin-bottom:16px}.team-principles article{display:flex;align-items:center;gap:13px;padding:15px;border:1px solid var(--team-line);border-radius:16px;background:linear-gradient(145deg,#fff,#faf8fd)}.team-principles article>span{display:grid;place-items:center;min-width:36px;height:36px;border-radius:11px;background:#ede6f4;color:#694199;font-size:11px;font-weight:800}.team-principles p{margin:4px 0 0;color:#817987;font-size:11px}.team-summary{display:flex;justify-content:space-between;margin:0 4px 10px;color:#817987;font-size:12px}.team-summary strong{color:var(--team-ink)}.team-list{display:grid;gap:9px}.team-member{display:grid;grid-template-columns:48px minmax(180px,.8fr) minmax(220px,1fr) auto;gap:15px;align-items:center;padding:16px 18px;border:1px solid var(--team-line);border-radius:17px;background:#fff;box-shadow:0 12px 30px rgba(29,19,49,.04)}.team-avatar{display:grid;place-items:center;width:46px;height:46px;border-radius:15px;background:linear-gradient(145deg,#694199,#3d2854);color:#fff;font-weight:800}.team-person strong,.team-person span,.team-role-copy small{display:block}.team-person span{margin-top:4px;color:#847d89;font-size:12px}.team-role{display:inline-flex;min-height:27px;align-items:center;padding:0 10px;border-radius:999px;background:#eee8f4;color:#694199;font-size:11px;font-weight:800}.team-role.owner{background:#332147;color:#fff}.team-role-copy small{margin-top:5px;color:#8a838f;font-size:11px}.team-member-actions{display:flex;align-items:center;justify-content:flex-end;gap:7px}.team-member-actions select{max-width:170px;min-height:36px;padding:0 9px;border:1px solid var(--team-line);border-radius:10px;background:#fff}.team-member-actions .owner-grant{color:#694199}.team-member-actions .revoke{color:#963c3c}.team-empty{padding:60px 20px;border:1px solid var(--team-line);border-radius:18px;background:#fff;color:#837c88;text-align:center}.team-dialog{width:min(570px,calc(100vw - 32px))}.team-security-note{padding:13px 15px;border-radius:13px;background:#f7f3fa;color:#675e6e;font-size:13px}@media(max-width:1050px){.team-member{grid-template-columns:48px 1fr 1fr}.team-member-actions{grid-column:2/-1;justify-content:flex-start;flex-wrap:wrap}}@media(max-width:760px){.team-principles{grid-template-columns:1fr}.team-member{grid-template-columns:48px 1fr}.team-role-copy,.team-member-actions{grid-column:1/-1}.team-member-actions{justify-content:flex-start}}@media(max-width:520px){.team-head{align-items:flex-start;gap:14px}.team-member-actions{align-items:stretch;flex-direction:column}.team-member-actions select{max-width:none}}
