.team-emblem {overflow:hidden;}
.team-emblem img {width:100%;height:100%;object-fit:cover;display:block;}
.team-title {min-width:0;}
.team-title strong {overflow-wrap:anywhere;}
.membership-tag {max-width:100%;overflow-wrap:anywhere;white-space:normal;}
.circle-group-tools {padding:0 20px 14px;}
.circle-manager {display:grid;gap:20px;}
.circle-manager h3 {margin:0;}
.circle-manager .field {min-width:0;}
.circle-manager .btn-row {flex-wrap:wrap;}
.circle-image-settings {display:flex;gap:16px;align-items:flex-start;border-top:1px solid var(--line);padding-top:20px;}
.circle-image-settings>div {min-width:0;}
.circle-image-settings strong {overflow-wrap:anywhere;}
.circle-photo-preview {display:grid;place-items:center;width:min(240px,100%);aspect-ratio:1;margin:16px 0;border:1px solid var(--line);border-radius:16px;background:var(--panel2);overflow:hidden;color:var(--accent);}
.circle-photo-preview img {width:100%;height:100%;object-fit:cover;}
.circle-photo-preview>.icon {width:64px;height:64px;}
@media(max-width:600px){.circle-group-tools{padding:0 14px 12px}.circle-image-settings{gap:12px}.circle-image-settings .btn{max-width:100%;white-space:normal}}
