.form-grid{display:grid;grid-template-columns:repeat(4,minmax(160px,1fr));gap:16px;align-items:end}.form-grid .wide{grid-column:span 2}.form-actions{display:flex;gap:10px;align-items:center}textarea{width:100%;padding:10px 12px;border:1px solid #cbd9d1;border-radius:9px;background:#fff;font:inherit;color:var(--ink);resize:vertical}.avatar{width:52px;height:52px;object-fit:cover;border-radius:50%;display:inline-grid;place-items:center;background:#e3f2ea}.avatar.placeholder{font-size:22px}.check{display:flex;grid-template-columns:auto 1fr;gap:12px;align-items:start}.check input{width:20px;min-height:20px;margin-top:3px}.check span{display:grid;gap:4px}.check small{color:var(--muted);font-weight:400}.search-form{margin:20px 0}.danger{background:var(--danger)}
@media(max-width:900px){.form-grid{grid-template-columns:repeat(2,minmax(150px,1fr))}}
@media(max-width:600px){.form-grid{grid-template-columns:1fr}.form-grid .wide{grid-column:auto}.form-actions{grid-column:auto}}
.identity{display:flex;align-items:center;gap:16px}.entity-logo{width:72px;height:72px;object-fit:contain;border-radius:14px;background:#fff;border:1px solid var(--line);padding:6px;display:inline-grid;place-items:center;font-size:28px}.entity-logo.small{width:48px;height:48px;border-radius:10px}.entity-logo.large{width:88px;height:88px}.entity-logo.placeholder{background:#e3f2ea}.hero-logo{display:block;margin:0 auto 12px;border:3px solid #ffffff55}.team-card .entity-logo{margin-bottom:10px}
