/*
 * Stocks page performance overrides.
 * Keep small, broadly safe rules here while the large legacy template is split
 * into page-specific assets over time.
 */

#stocks-tickers-body {
    contain: content;
}

.stocks-analytics-chart-host,
.stocks-scatter-chart-host,
#stock-heatmap {
    contain: layout paint;
}

@media (prefers-reduced-motion: reduce) {
    .stocks-skel-bar,
    .fefi-skel-bar,
    .stocks-chart-skel-spinner-ring {
        animation: none !important;
    }
}
