/* Team management — premium, readable and responsive */
.team-management-card{overflow:hidden!important}
.team-photo{width:44px;height:44px;border-radius:12px;object-fit:cover;display:block;flex:0 0 auto;border:1px solid #e3e9ed;background:#f3f6f8}
.team-photo-fallback{display:grid;place-items:center;background:linear-gradient(135deg,#dfe8ed,#f3f6f8);color:#4f6871;font-weight:800;font-size:13px}
.team-state{display:inline-flex;align-items:center;gap:6px;padding:6px 9px;border-radius:999px;font-size:11px;font-weight:700;border:1px solid transparent}
.team-state.active{background:#eaf7ef;color:#39704b;border-color:#d4eadb}
.team-state.inactive{background:#f2f3f4;color:#6c7479;border-color:#e2e5e7}
.team-manage-btn{min-width:92px}
.team-empty,.team-error{padding:22px 18px;color:#77858d;font-size:13px;line-height:1.5}
.team-error{color:#985d5d;background:#fff8f7}
.team-editor-sheet{width:min(660px,94vw)!important;background:#fff!important;border-radius:18px!important;padding:22px!important}
.team-editor-sheet .panelhead{margin-bottom:18px!important}
.team-photo-editor{display:grid;grid-template-columns:96px 1fr;gap:16px;align-items:center;padding:16px;border:1px solid #e4eaee;border-radius:14px;background:#f9fbfc;margin-bottom:16px}
.team-photo-preview{width:96px;height:96px;border-radius:18px;overflow:hidden;background:#eef3f5;display:grid;place-items:center;font-weight:800;font-size:22px;color:#4f6871;border:1px solid #dfe7eb}
.team-photo-preview img{width:100%;height:100%;object-fit:cover;display:block}
.team-photo-editor b{display:block;font-size:14px;color:#243038}
.team-photo-editor p{margin:5px 0 12px;font-size:12px;color:#74838b;line-height:1.5}
.team-upload-button{display:inline-flex!important;align-items:center;justify-content:center;margin-right:7px}
.team-photo-remove{color:#8f5e5e!important;border-color:#eadada!important;background:#fff!important}
.team-formgrid label{display:grid;gap:7px}
.team-formgrid label>span{font-size:12px;font-weight:700;color:#596a73}
.team-formgrid input,.team-formgrid select{height:44px!important;border:1px solid #dfe6ea!important;border-radius:10px!important;background:#fff!important;padding:0 12px!important;font-size:14px!important}
.team-editor-note{margin:14px 0;padding:11px 12px;border-radius:10px;background:#f7f3ee;color:#755f4c;font-size:12px;line-height:1.5;border:1px solid #eadfd4}
.team-save-button{width:100%;height:44px!important;font-size:14px!important}
@media(max-width:800px){
  .team-editor-sheet{width:100%!important;border-radius:22px 22px 0 0!important;padding:18px!important}
  .team-photo-editor{grid-template-columns:76px 1fr;padding:13px;gap:12px}
  .team-photo-preview{width:76px;height:76px;border-radius:15px}
  .team-formgrid{grid-template-columns:1fr!important}
  .team-table-head{display:none!important}
  .team-settings-row{grid-template-columns:1fr auto!important;gap:10px!important;align-items:center!important}
  .team-settings-row>div:nth-child(2),.team-settings-row>div:nth-child(3){grid-column:1;display:block!important;margin-left:54px}
  .team-manage-btn{grid-column:2;grid-row:1/4;align-self:center}
  .team-photo{width:44px;height:44px}
}
