.send-trade-form label { display: block; margin-bottom: 3px; color: var(--muted); font-size: 11px; font-weight: 600; }
.send-trade-form label .muted { font-size: 11px; font-weight: 400; }
.send-trade-form .form-row { display: grid; grid-template-columns: 1fr 1fr; gap: 8px; }
.send-trade-search { margin-bottom: 6px; }
.send-trade-items { max-height: 320px; overflow-y: auto; border: 1px solid #4b585b; border-radius: 2px; padding: 2px; background: #1a2021; }
.send-trade-item { display: flex; align-items: center; gap: 6px; padding: 4px 6px; border-radius: 2px; cursor: pointer; user-select: none; font-size: 12px; border-bottom: 1px solid #2a3334; }
.send-trade-item:last-child { border-bottom: 0; }
.send-trade-item:hover { background: rgba(255,255,255,.04); }
.send-trade-item.selected { background: rgba(56,189,248,.12); }
.send-trade-item img { width: 36px; height: 36px; object-fit: contain; border-radius: 2px; background: rgba(255,255,255,.03); }
.send-trade-item .item-info { flex: 1; min-width: 0; }
.send-trade-item .item-name { white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.send-trade-item .item-meta { font-size: 10px; color: var(--muted); }
.send-trade-item .item-check { width: 14px; height: 14px; accent-color: #5f7378; }

.modal-send-trade { width: min(880px, 94vw); }

.modal-send-trade { width: min(880px, 94vw); }

.send-trade-form { display: grid; gap: 10px; }
.send-trade-form .form-row { gap: 10px; }
.trade-url-card input { font-family: inherit; }
.send-trade-toolbar { display: flex; justify-content: space-between; align-items: center; gap: 12px; margin-top: 2px; }
.send-trade-toolbar .form-label { margin: 0; }
.pill { display: inline-flex; align-items: center; min-height: 22px; padding: 3px 8px; margin-left: 5px; border: 1px solid #3d4a4d; border-radius: 999px; background: #1b2223; font-size: 11px; }
.send-trade-search input { margin: 0; }
.send-trade-items { max-height: 380px; border-color: #3d4a4d; border-radius: 7px; padding: 6px; background: #161c1d; }
.send-trade-items::-webkit-scrollbar { width: 9px; }
.send-trade-items::-webkit-scrollbar-thumb { background: #465458; border-radius: 999px; }
.send-trade-item { gap: 9px; padding: 8px; border: 1px solid transparent; border-bottom-color: #2d383a; border-radius: 6px; }
.send-trade-item:hover { background: #243033; border-color: #405053; }
.send-trade-item.selected { background: rgba(148,163,184,.16); border-color: #6b777a; }
.send-trade-item img { width: 42px; height: 42px; border-radius: 5px; background: #111718; }
.send-trade-item .item-name { color: #f1f5f9; font-weight: 650; }
.send-trade-item .item-meta { margin-top: 3px; font-size: 11px; color: #a7b2b6; }
.send-trade-item .item-check { width: 15px; height: 15px; }

.sell-range-bar[hidden] { display: none !important; }
.sell-range-label { color: var(--muted); font-size: 12px; margin-right: 4px; }
.sell-range-btn { cursor: pointer; }
.sell-range-btn[data-sell-active-only].active {
  background: rgba(245,158,11,.22);
  color: #fbbf24;
  border-color: rgba(245,158,11,.45);
}
.col-profit-pct .badge,
.col-status-badge .badge { font-size: inherit; }
.buy-profit-cell { gap: 4px; white-space: nowrap; }
.buy-profit-pct { opacity: 0.92; }

