/* Compact transfer badges. Status calculations and table geometry are unchanged. */
#arbitrageWorkspace .arbitrage-transfer.transfer-v548 {
  --transfer-ink:#a8b7c9;
  --transfer-fill:rgba(137,158,184,.09);
  --transfer-line:rgba(137,158,184,.22);
  display:flex;flex-direction:column;align-items:center;justify-content:center;
  justify-self:stretch;width:100%;min-width:0;gap:4px;padding:0;
  color:var(--transfer-ink)!important;text-align:center;white-space:normal;
}
#arbitrageWorkspace .arbitrage-transfer.transfer-v548.ready {
  --transfer-ink:#68dbb1;--transfer-fill:rgba(48,186,137,.10);--transfer-line:rgba(64,202,153,.26);
}
#arbitrageWorkspace .arbitrage-transfer.transfer-v548.blocked {
  --transfer-ink:#ef9aa3;--transfer-fill:rgba(225,92,111,.09);--transfer-line:rgba(225,112,128,.24);
}
#arbitrageWorkspace .arbitrage-transfer.transfer-v548>b {
  display:inline-flex;align-items:center;justify-content:center;gap:5px;
  box-sizing:border-box;width:104px;max-width:100%;min-height:24px;padding:3px 6px;
  border:1px solid var(--transfer-line);border-radius:6px;
  background:var(--transfer-fill);color:var(--transfer-ink);
  font:750 11px/16px Arial,Helvetica,sans-serif!important;letter-spacing:0;
  white-space:nowrap;
}
#arbitrageWorkspace .arbitrage-transfer.transfer-v548>b::before {
  content:"";display:block;flex:0 0 12px;width:12px;height:12px;
  background:currentColor;
  mask:center/contain no-repeat url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='6' fill='none' stroke='black' stroke-width='1.5'/%3E%3Cpath d='M6.5 6a1.5 1.5 0 0 1 3 .2C9.5 7.5 8 7.5 8 9' fill='none' stroke='black' stroke-width='1.4' stroke-linecap='round'/%3E%3Ccircle cx='8' cy='11' r='.8'/%3E%3C/svg%3E");
}
#arbitrageWorkspace .arbitrage-transfer.transfer-v548.ready>b::before {
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='6' fill='none' stroke='black' stroke-width='1.5'/%3E%3Cpath d='m4.8 8 2.1 2.2 4.3-4.4' fill='none' stroke='black' stroke-width='1.6' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
}
#arbitrageWorkspace .arbitrage-transfer.transfer-v548.blocked>b::before {
  mask-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3E%3Ccircle cx='8' cy='8' r='6' fill='none' stroke='black' stroke-width='1.5'/%3E%3Cpath d='m5.8 5.8 4.4 4.4m0-4.4-4.4 4.4' fill='none' stroke='black' stroke-width='1.5' stroke-linecap='round'/%3E%3C/svg%3E");
}
#arbitrageWorkspace .arbitrage-transfer.transfer-v548>small {
  display:block;box-sizing:border-box;width:100%;max-width:100%;padding:0 2px;
  overflow:hidden;text-overflow:ellipsis;white-space:nowrap;
  color:#91a3ba;opacity:1;font:500 10px/12px Arial,Helvetica,sans-serif!important;
}
#arbitrageWorkspace .arbitrage-transfer.transfer-v548.ready>small {color:#91b9ac}
#arbitrageWorkspace .arbitrage-transfer.transfer-v548:focus-visible {
  outline:1px solid #7f9fca;outline-offset:3px;border-radius:6px;
}
