"""UI constants for the BioOps Twin dashboard. All physics constants, timer intervals, and styling tokens live here to keep the dashboard and callback modules clean. """ from __future__ import annotations # -- Timer ------------------------------------------------------------------- TIMER_INTERVAL_SEC: float = 2.5