/**
 * Trading Dark Theme
 * Shared CSS variables for watchlist, predictor, chart, and profile pages.
 * Overrides base GitHub-dark vars from style.css with TradingView-inspired colors.
 */
:root {
    --bg-primary: #131722;
    --bg-secondary: #1e222d;
    --bg-tertiary: #2a2e39;
    --border-color: #363a45;
    --text-primary: #d1d4dc;
    --text-secondary: #787b86;
    --accent-primary: #667eea;
    --accent-secondary: #764ba2;
    --bullish: #26a69a;
    --bearish: #ef5350;
    --warning: #ffaa00;
}
