Utility class providing cached, GC-friendly alliance queries.
This eliminates repeated DriverStation.getAlliance() calls that each return a new
Optional allocation. Use isRed() and isBlue() throughout the codebase
instead of calling the DriverStation directly.