/*
 * Big Trades and Liquidations GIF Backgrounds
 *
 * ALL GIFs are now applied ONLY via inline styles in React components:
 * - WhaleTradesTable.jsx: Random GIFs for Tier 1 whale trades
 * - LiquidationsTable.jsx: GIFs for Tier 1 liquidations (if needed)
 *
 * Tier 1 ($1M-$25M): Random GIFs via inline styles ONLY
 * Tier 2 ($25M-$50M): CSS animations only (no GIFs)
 * Tier 3 ($50M-$100M): Border only (no GIFs, no animations)
 * Tier 4 ($100M+): Border only (no GIFs, no animations)
 *
 * This CSS file no longer contains any background-image rules
 * to prevent conflicts with inline styles.
 */
