/* KTV v116 Team Intelligence exact-team/logo fix. Presentation only except matching logic in JS/function. */
.profile-card-with-logo{display:flex;align-items:center;}
.profile-lockup{display:grid;grid-template-columns:76px minmax(0,1fr);gap:14px;align-items:center;width:100%;}
.team-logo-shell{width:68px;height:68px;border-radius:18px;display:grid;place-items:center;background:radial-gradient(circle at 35% 20%, rgba(74,222,128,.18), rgba(2,6,4,.96));border:1px solid rgba(74,222,128,.42);box-shadow:0 0 28px rgba(34,197,94,.14), inset 0 0 22px rgba(74,222,128,.06);overflow:hidden;}
.team-profile-logo{max-width:58px;max-height:58px;object-fit:contain;filter:drop-shadow(0 8px 18px rgba(0,0,0,.45));}
.team-logo-fallback{width:58px;height:58px;border-radius:16px;display:grid;place-items:center;color:#f8fff9;font-weight:1000;letter-spacing:.05em;background:linear-gradient(135deg,#052e16,#03100a);border:1px solid rgba(74,222,128,.35);}
#profileTitle{line-height:1.02;}
#profileMeta{max-width:440px;}
@media(max-width:760px){.profile-lockup{grid-template-columns:56px minmax(0,1fr)}.team-logo-shell{width:52px;height:52px}.team-profile-logo,.team-logo-fallback{max-width:44px;max-height:44px;width:44px;height:44px}.team-hero{gap:10px}}
