/* KTV v118 Team Intelligence visible team badge + repeat search fix */
.profile-card-with-logo .profile-lockup{display:grid;grid-template-columns:72px 1fr;gap:14px;align-items:center;}
.profile-card-with-logo .team-logo-shell{width:64px;height:64px;border-radius:18px;display:grid;place-items:center;background:#020604;border:1px solid rgba(34,197,94,.45);box-shadow:0 0 0 1px rgba(248,255,249,.08),0 14px 30px rgba(0,0,0,.45),inset 0 0 22px rgba(34,197,94,.10);overflow:hidden;}
.profile-card-with-logo .team-profile-logo{display:none!important;}
.profile-card-with-logo .team-logo-fallback{width:58px;height:58px;border-radius:50%;display:grid!important;place-items:center;background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.28),transparent 28%),linear-gradient(135deg,var(--team-primary,#16a34a),var(--team-accent,#03130a));border:3px solid var(--team-text,#fff);color:var(--team-text,#fff);font-family:Inter,Arial,sans-serif;font-weight:1000;font-size:18px;letter-spacing:-.04em;text-shadow:0 2px 6px rgba(0,0,0,.85);box-shadow:0 0 0 2px rgba(0,0,0,.55),0 0 18px rgba(34,197,94,.24);line-height:1;}
.profile-card-with-logo .team-logo-fallback[data-team-slug*=white_sox],.profile-card-with-logo .team-logo-fallback[data-team-slug=cws],.profile-card-with-logo .team-logo-fallback[data-team-slug=chw]{font-size:15px;color:#fff;background:radial-gradient(circle at 30% 18%,rgba(255,255,255,.35),transparent 28%),linear-gradient(135deg,#111,#555 48%,#000);}
#loadBtn:disabled{opacity:.75;cursor:wait;filter:saturate(.7);}
