/* Chat entry points are available on the homepage only. Keep the existing chat DOM for renderer compatibility. */
body:not([data-page="home"]) [data-chat-open],
body:not([data-page="home"]) [data-stock-ask],
body:not([data-page="home"]) [data-ask],
body:not([data-page="home"]) .ai-button,
body:not([data-page="home"]) .mobile-ai,
body:not([data-page="home"]) .stock-question{display:none!important}
body:not([data-page="home"]) .mobile-nav.aao-nav-five{grid-template-columns:repeat(4,minmax(0,1fr))!important}
