/* portal-custom-hide.css
   Hides:
   - Category filter tabs on trading tab (All / Major FX / Minor FX / Crypto / Commodities / Energies / Indices)
   - Account Statistics dashboard panel (Win Rate, Total Trades, etc.)
   Load AFTER other portal CSS in templates/app.php.
*/

/* 1. Category tabs on the trading page */
#categoryFilters,
.category-filters {
    display: none !important;
}

/* 2. Account Statistics panel on the portal dashboard */
#accountStats,
.account-stats-panel {
    display: none !important;
}
