/**
 * Iron Condor – strategy-specific style overrides.
 */
.strategy-pill.neutral {
    background: linear-gradient(135deg, #7d848a 0%, #5c636a 100%);
    color: white;
}
