/* Trade X — real token logos inside the existing .ci avatar.
   The span keeps its generated hue as the backdrop, so a transparent PNG
   still reads, and a failed load falls back to plain initials. */
.ci{overflow:hidden}
.ci-img{
  display:block;
  width:100%;
  height:100%;
  object-fit:cover;
  border-radius:inherit;
  background:transparent;
}

/* Brand mark — the Trade X glyph shared with trade-x.co. The source art is a
   glow on a black matte, converted to real alpha so it composites on the navy
   header and on the light theme alike. */
.brand-mk{
  width:34px;
  height:31px;
  object-fit:contain;
  display:block;
  flex:none;
}
