/* PnlCell — color tones for PnL values. Extracted from smart-money-table.css
   and agent-row.css to keep the three consumers (smart-money-table, agent-row
   Top Traders, wallet-drawer) DRY. */

.pnl-cell {
    font-family: var(--font-mono, ui-monospace, monospace);
    font-weight: 600;
    white-space: nowrap;
}

.pnl-cell--positive { color: #22c55e; }
.pnl-cell--negative { color: #ef4444; }
.pnl-cell--muted    { color: #94a3b8; }
