"""Global CSS injection for visual polish.""" import streamlit as st def inject_css() -> None: st.markdown("""""", unsafe_allow_html=True)